good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 12, 2016
    • Felix Lange's avatar
      accounts: streamline API · 46e8940b
      Felix Lange authored
      - Manager.Accounts no longer returns an error.
      - Manager methods take Account instead of common.Address.
      - All uses of Account with unkeyed fields are converted.
      46e8940b
    • Felix Lange's avatar
      2dc20963
    • Felix Lange's avatar
      accounts: fix go vet warnings · 4e6d8b34
      Felix Lange authored
      4e6d8b34
    • 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. Apr 11, 2016
  3. Apr 07, 2016
  4. Apr 06, 2016
  5. Apr 05, 2016
  6. Apr 04, 2016
  7. Apr 03, 2016
  8. Apr 02, 2016
  9. Apr 01, 2016
Loading