good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 04, 2016
  2. Apr 01, 2016
  3. 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
  4. Mar 23, 2016
  5. Mar 07, 2016
  6. Feb 09, 2016
  7. Feb 05, 2016
  8. Feb 04, 2016
  9. Jan 28, 2016
  10. Jan 26, 2016
  11. Dec 14, 2015
  12. Dec 08, 2015
  13. Dec 01, 2015
  14. Nov 27, 2015
  15. Nov 19, 2015
  16. Nov 10, 2015
  17. Nov 05, 2015
  18. Nov 03, 2015
  19. Oct 30, 2015
  20. Oct 21, 2015
    • Viktor Trón's avatar
      console: · 8b81ad1f
      Viktor Trón authored
      * 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
  21. Oct 19, 2015
  22. Oct 08, 2015
  23. Oct 07, 2015
  24. Oct 05, 2015
  25. Oct 03, 2015
  26. Oct 01, 2015
  27. Sep 25, 2015
  28. Sep 21, 2015
    • Jeffrey Wilcke's avatar
      cmd/geth: changed version number to 1.2.0 · be76a68a
      Jeffrey Wilcke authored
      Changed the version number of geth to 1.2.0 so that dev builds are now properly build (instead of master). Note to self; increase version number to 1.2.1 for our next actual release.
      be76a68a
  29. Sep 16, 2015
  30. Sep 15, 2015
  31. Sep 11, 2015
  32. Sep 09, 2015
    • Jeffrey Wilcke's avatar
      cmd/geth, cmd/utils, eth: added dev mode flag · f04b3a6f
      Jeffrey Wilcke authored
      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
  33. Sep 03, 2015
  34. Aug 24, 2015
  35. Aug 20, 2015
Loading