1. 12 Apr, 2016 6 commits
    • Felix Lange's avatar
      accounts, crypto: move keystore to package accounts · 85e6c40c
      Felix Lange authored
      The account management API was originally implemented as a thin layer
      around crypto.KeyStore, on the grounds that several kinds of key stores
      would be implemented later on. It turns out that this won't happen so
      KeyStore is a superflous abstraction.
      
      In this commit crypto.KeyStore and everything related to it moves to
      package accounts and is unexported.
      85e6c40c
    • Felix Lange's avatar
      cmd/geth, cmd/utils: improve input handling · dff9b424
      Felix Lange authored
      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
    • Felix Lange's avatar
      tests: remove eth, node, accounts dependencies · 83877a0f
      Felix Lange authored
      Unlocking the accounts in the test doesn't help with anything.
      83877a0f
    • Jeffrey Wilcke's avatar
      Merge pull request #2359 from bas-vk/rpc-optional-args · 8627680e
      Jeffrey Wilcke authored
      rpc: several fixes and support for optional arguments
      8627680e
    • Bas van Kervel's avatar
      rpc: various fixes/enhancements · aa9fff3e
      Bas van Kervel authored
      rpc: be less restrictive on the request id
      rpc: improved documentation
      console: upgrade web3.js to version 0.16.0
      rpc: cache http connections
      rpc: rename wsDomains parameter to wsOrigins
      aa9fff3e
    • Jeffrey Wilcke's avatar
      Merge pull request #2431 from bas-vk/js-preload · 934f587b
      Jeffrey Wilcke authored
      cmd/geth: add JS preload parameter
      934f587b
  2. 11 Apr, 2016 7 commits
  3. 07 Apr, 2016 1 commit
  4. 06 Apr, 2016 1 commit
  5. 05 Apr, 2016 3 commits
  6. 04 Apr, 2016 11 commits
  7. 03 Apr, 2016 1 commit
  8. 02 Apr, 2016 1 commit
  9. 01 Apr, 2016 9 commits