good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jul 16, 2016
  2. Jul 15, 2016
  3. Jun 29, 2016
  4. Jun 23, 2016
  5. Jun 22, 2016
    • Jeffrey Wilcke's avatar
      test, cmd/evm, core, core/vm: illegal code hash implementation · 7a5b571c
      Jeffrey Wilcke authored
      This implements a generic approach to enabling soft forks by allowing
      anyone to put in hashes of contracts that should not be interacted from.
      This will help "The DAO" in their endevour to stop any whithdrawals from
      any DAO contract by convincing the mining community to accept their code
      hash.
      7a5b571c
  6. Jun 16, 2016
  7. Jun 09, 2016
  8. Jun 07, 2016
  9. May 30, 2016
  10. May 02, 2016
  11. Apr 21, 2016
  12. Apr 14, 2016
  13. Apr 12, 2016
    • Felix Lange's avatar
      cmd/utils: fix --password on Windows · ea005a02
      Felix Lange authored
      Text files created on Windows typically have \r\n line endings.
      Trim them when reading password files.
      ea005a02
    • 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
      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
    • 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
  14. Apr 11, 2016
  15. Apr 07, 2016
  16. Apr 01, 2016
  17. Mar 31, 2016
    • Jeffrey Wilcke's avatar
      core: added basic chain configuration · f0cbebb1
      Jeffrey Wilcke authored
      Added chain configuration options and write out during genesis database
      insertion. If no "config" was found, nothing is written to the database.
      
      Configurations are written on a per genesis base. This means
      that any chain (which is identified by it's genesis hash) can have their
      own chain settings.
      f0cbebb1
  18. Mar 23, 2016
  19. Mar 09, 2016
  20. Mar 07, 2016
  21. Feb 29, 2016
  22. Feb 09, 2016
  23. Feb 05, 2016
  24. Feb 04, 2016
  25. Jan 28, 2016
Loading