1. 16 10月, 2015 1 次提交
  2. 09 10月, 2015 1 次提交
  3. 04 10月, 2015 1 次提交
  4. 15 9月, 2015 2 次提交
  5. 11 9月, 2015 2 次提交
  6. 09 9月, 2015 1 次提交
    • J
      cmd/geth, cmd/utils, eth: added dev mode flag · f04b3a6f
      Jeffrey Wilcke 提交于
      Dev mode enabled some debugging flags such as:
      
      * VM debugging mode
      * Simpler proof of work
      * Whisper enabled by default
      * Datadir to a tmp datadir
      * Maxpeers set to 0
      * Gas price of 0
      * Random listen port
      f04b3a6f
  7. 24 8月, 2015 1 次提交
  8. 17 8月, 2015 2 次提交
  9. 14 8月, 2015 1 次提交
    • J
      eth, trie: removed key prefixing from state entries & merge db fix · b8ca0a83
      Jeffrey Wilcke 提交于
      Fixed database merge strategy to use the correct database. Due to a copy
      paste fail when doing type evaluation the same database was being
      iterated (chain), all others were ignored.
      
      Removed state prefixing because {H(code): code} is stored in the same
      database as the rest of the state.
      b8ca0a83
  10. 08 8月, 2015 1 次提交
  11. 07 8月, 2015 1 次提交
  12. 04 8月, 2015 1 次提交
  13. 27 7月, 2015 1 次提交
  14. 26 7月, 2015 1 次提交
  15. 25 7月, 2015 1 次提交
  16. 24 7月, 2015 1 次提交
  17. 23 7月, 2015 1 次提交
  18. 22 7月, 2015 1 次提交
  19. 10 7月, 2015 1 次提交
  20. 09 7月, 2015 1 次提交
  21. 07 7月, 2015 5 次提交
    • F
      all: add some godoc synopsis comments · bdae4fd5
      Felix Lange 提交于
      bdae4fd5
    • F
      all: update license information · ea54283b
      Felix Lange 提交于
      ea54283b
    • J
      eth,miner,rpc: set coinbase · 37c1a8f6
      Jeffrey Wilcke 提交于
      37c1a8f6
    • Z
      Registrar and contractInfo handling · 83ee3944
      zelig 提交于
      * resolver -> common/registrar
        * global registrar name registry interface
        * add Call to resolver backend interface
        * the hashReg and UrlHing contracts now initialised from global registry
        * initialization of contracts uniform
        * improve errors and more econsistent method names
      * common/registrar/ethreg: versioned registrar
      * integrate new naming and registrar in natspec
      * js console api: setGlobalRegistrar, setHashReg, setUrlHint
      * js test TestContract uses mining - tests fixed all pass
      * eth/backend: allow PoW test mode (small ethash DAG)
      * console jsre refers to resolver.abi/addr,
      * cmd/geth/contracts.go moved to common/registrar
      83ee3944
    • J
      cmd,eth,rpc,tests: default coinbase · 35cd355c
      Jeffrey Wilcke 提交于
      35cd355c
  22. 03 7月, 2015 3 次提交
  23. 01 7月, 2015 2 次提交
  24. 30 6月, 2015 2 次提交
  25. 24 6月, 2015 3 次提交
  26. 18 6月, 2015 1 次提交
  27. 15 6月, 2015 1 次提交