1. 28 9月, 2016 1 次提交
    • F
      [release/1.4.14] cmd/utils: don't check for stderr redirect on windows · 25205d64
      Felix Lange 提交于
      The redirect check did not work on Go 1.6 and below because Stat
      returned an error for stdout and stderr. In Go 1.7 Stat works on stdout
      but doesn't return anything meaningful, causing cmd/geth test failures
      because the message is printed to stderr only. Fix it by printing to
      stdout only.
      
      (cherry picked from commit b04219fd)
      25205d64
  2. 15 6月, 2016 1 次提交
  3. 06 5月, 2016 1 次提交
  4. 12 4月, 2016 1 次提交
    • F
      cmd/geth, cmd/utils: improve input handling · dff9b424
      Felix Lange 提交于
      These changes make prompting behave consistently on all platforms:
      
      * The input buffer is now global.
        Buffering was previously set up for each prompt, which can cause weird
        behaviour, e.g. when running "geth account update <input.txt" where
        input.txt contains three lines. In this case, the first password
        prompt would fill up the buffer with all lines and then use only the
        first one.
      
      * Print the "unsupported terminal" warning only once.
        Now that stdin prompting has global state, we can use it to track
        the warning there.
      
      * Work around small liner issues, particularly on Windows.
        Prompting didn't work under most of the third-party terminal emulators
        on Windows because liner assumes line editing is always available.
      dff9b424
  5. 23 3月, 2016 1 次提交
  6. 12 3月, 2016 1 次提交
  7. 27 11月, 2015 1 次提交
  8. 19 11月, 2015 1 次提交
  9. 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
  10. 07 10月, 2015 1 次提交
  11. 04 10月, 2015 1 次提交
  12. 06 8月, 2015 1 次提交
  13. 04 8月, 2015 1 次提交
  14. 23 7月, 2015 1 次提交
  15. 21 7月, 2015 1 次提交
  16. 16 7月, 2015 2 次提交
  17. 07 7月, 2015 3 次提交
  18. 06 7月, 2015 2 次提交
  19. 06 6月, 2015 1 次提交
  20. 28 5月, 2015 5 次提交
  21. 19 5月, 2015 2 次提交
  22. 16 5月, 2015 1 次提交
  23. 07 5月, 2015 1 次提交
    • Z
      solidity compiler and contract metadocs integration · 009b2216
      zelig 提交于
      * common/compiler: solidity compiler + tests
      * rpc: eth_compilers, eth_compileSolidity + tests
      * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup
      * resolver implements registrars and needs to create reg contract (temp)
      * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath)
      * ethereumApi: implement compiler related RPC calls using XEth - json struct tests
      * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths
      * cli: command line flags solc to set custom solc bin path
      * js admin api with new features debug and contractInfo modules
      * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
      009b2216
  24. 29 4月, 2015 1 次提交
  25. 17 4月, 2015 1 次提交
  26. 13 4月, 2015 1 次提交
  27. 07 4月, 2015 1 次提交
  28. 18 3月, 2015 2 次提交
  29. 16 3月, 2015 1 次提交
  30. 10 3月, 2015 1 次提交