1. 29 10月, 2015 1 次提交
  2. 27 10月, 2015 1 次提交
    • Z
      rpc api: eth_getNatSpec · 4d005a2c
      zelig 提交于
      * xeth, rpc: implement eth_getNatSpec for tx confirmations
      * rename silly docserver -> httpclient
      * eth/backend: httpclient now accessible via eth.Ethereum init-d via config.DocRoot
      * cmd: introduce separate CLI flag for DocRoot (defaults to homedir)
      * common/path: delete unused assetpath func, separate HomeDir func
      4d005a2c
  3. 22 10月, 2015 1 次提交
    • Z
      console: · 8b81ad1f
      zelig 提交于
      * lines with leading space are ommitted from history
      * exit processed even with whitespace around
      * all whitespace lines (not only empty ones) are ignored
      
      add 7 missing commands to admin api autocomplete
      
      registrar: methods now return proper error if reg addresses are not set. fixes #1457
      
      rpc/console: fix personal.newAccount() regression. Now all comms accept interactive password
      
      registrar: add registrar tests for errors
      
      crypto: catch AES decryption error on presale wallet import + fix error msg format. fixes #1580
      
      CLI: improve error message when starting a second instance of geth. fixes #1564
      
      cli/accounts: unlock multiple accounts. fixes #1785
      * make unlocking multiple accounts work with inline <() fd
      * passwdfile now correctly read only once
      * improve logs
      * fix CLI help text for unlocking
      
      fix regression with docRoot / admin API
      * docRoot/jspath passed to rpc/api ParseApis, which passes onto adminApi
      * docRoot field for JS console in order to pass when RPC is (re)started
      * improve flag desc for jspath
      
      common/docserver: catch http errors from response
      
      fix rpc/api tests
      
      common/natspec: fix end to end test (skipped because takes 8s)
      
      registrar: fix major regression:
      * deploy registrars on frontier
      * register HashsReg and UrlHint in GlobalRegistrar.
      * set all 3 contract addresses in code
      * zero out addresses first in tests
      8b81ad1f
  4. 19 10月, 2015 2 次提交
  5. 17 10月, 2015 1 次提交
  6. 09 10月, 2015 1 次提交
  7. 07 10月, 2015 2 次提交
  8. 04 10月, 2015 1 次提交
  9. 01 10月, 2015 1 次提交
  10. 15 9月, 2015 1 次提交
  11. 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
  12. 25 8月, 2015 1 次提交
  13. 24 8月, 2015 1 次提交
  14. 12 8月, 2015 2 次提交
  15. 08 8月, 2015 1 次提交
  16. 07 8月, 2015 1 次提交
  17. 06 8月, 2015 1 次提交
  18. 04 8月, 2015 2 次提交
  19. 25 7月, 2015 1 次提交
  20. 23 7月, 2015 1 次提交
  21. 22 7月, 2015 1 次提交
  22. 10 7月, 2015 1 次提交
  23. 07 7月, 2015 4 次提交
  24. 03 7月, 2015 2 次提交
    • J
      core, miner: miner header validation, transaction & receipt writing · 29e2fb38
      Jeffrey Wilcke 提交于
      * Miners do now verify their own header, not their state.
      * Changed old putTx and putReceipts to be exported
      * Moved writing of transactions and receipts out of the block processer
        in to the chain manager. Closes #1386
      * Miner post ChainHeadEvent & ChainEvent. Closes #1388
      29e2fb38
    • Z
      unlock multiple passes and obsolete primary · fc2e33c5
      zelig 提交于
      * multiple passwords allowed in password file
      * split on "\n", sideeffect: chop trailing slashes. fixes common mistake <(echo 'pass')
      * remove accounts.Primary method
      * do not fall back to primary account for mining
      fc2e33c5
  25. 02 7月, 2015 2 次提交
  26. 01 7月, 2015 1 次提交
  27. 30 6月, 2015 1 次提交
  28. 22 6月, 2015 4 次提交