Commit Graph

11046 Commits (0b26a826e988ba2493d89f00383d110fb1566ff2)
 

Author SHA1 Message Date
obscuren 2450398862 Added Maran to premine 10 years ago
Maran dfc3cb441b Increase default peer amount to 10 10 years ago
Maran 36c9c93720 Merge branch 'develop' of github.com:ethereum/eth-go into develop 10 years ago
Maran 12f30e6220 Refactored a lot of the chain catchup/reorg. 10 years ago
obscuren fd19142c0d No longer store script directly in the state tree 10 years ago
Ben Kirwin 5131429abb Delete a comma 10 years ago
obscuren a2fb265563 Added a fatal method 10 years ago
obscuren 92eaa98e83 Added js interpret mode 10 years ago
obscuren 017bbbb582 Improved REPL output 10 years ago
obscuren 16421106d4 Added multi-line support 10 years ago
obscuren 3b7707c3fd Improved console 10 years ago
obscuren 30842eb8d0 Changed logging 10 years ago
obscuren 43f88b2bbb Removed nonce incrementing 10 years ago
obscuren b8034f4d9e Increment nonce in the public api 10 years ago
obscuren bd48690f63 Testing different mining state 10 years ago
Chen Houwu f44a859331 add: case when value is long, ensure it's not get rlp encoded as node 10 years ago
obscuren 770808ce0d Readline repl for linux & osx 11 years ago
obscuren 8730dfdcc2 Changed how changes are being applied to states 11 years ago
obscuren 2ac292dc7a Merge branch 'feature/otto' into develop 11 years ago
obscuren 6a78e080e6 Tell config which loggers to use 11 years ago
obscuren 0a03484188 Implemented JavaScript console 11 years ago
obscuren cbce882f5e Basic javascript console 11 years ago
obscuren 88686cbed2 listen to pre instead of post 11 years ago
obscuren f95993e326 M 11 years ago
obscuren 3a2bddc160 Refactored to reactor. Fixes #42 11 years ago
obscuren 7bf2ae0b11 Removed old tx pool notification system. Fixes #19 11 years ago
obscuren 2734fc4079 Merge branch 'release/poc5-rc6' into develop 11 years ago
obscuren 9ba3c6d1af Merge branch 'release/poc5-rc6' into develop 11 years ago
obscuren 6efdd21633 Merge branch 'release/poc5-rc6' 11 years ago
obscuren 942f552c62 Merge branch 'release/poc5-rc6' 11 years ago
obscuren ad4ffdc947 Bumped version 11 years ago
obscuren a73ae8727d Bumped version 11 years ago
obscuren 65f570271c Fixed catching up 11 years ago
obscuren a6b9ea05e8 Test 11 years ago
obscuren 166853aed9 Test 11 years ago
obscuren 98a631b556 Remove any invalid transactions after block processing 11 years ago
obscuren 278ee3f16c Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop 11 years ago
obscuren 9a057021c3 Update wallet value for coinbase rewards. Implements #44 & #43 11 years ago
Maran a1dcc5cd17 Prevent crash during import of privkeys. 11 years ago
Maran c9db87277b Fix merge conflicts 11 years ago
Maran ff2cf2dacd Merge branch 'develop' of github.com:ethereum/eth-go into develop 11 years ago
Maran 3ac74b1e78 Implemented IsUpToDate to mark the node as ready to start mining 11 years ago
Maran 2c7b625daa Make sure we have a coinbase address to mine with 11 years ago
obscuren f18ec51cb3 Switched to new keyring methods 11 years ago
obscuren f4fa0d48cb Moved keyring to ethutil & removed old methods. Implements #20 11 years ago
Maran 9fce273ce9 Refactored RPC client to utils so it can be reused 11 years ago
Maran 2012e0c67a Rewritten a check to only start mining once we are caught up with all peers 11 years ago
Maran e8147cf7c6 Refactored mining into utils and exposed it to ethereal. Partly fixes #43 11 years ago
Maran 0d9c948b9b Generate coinbase from privatekey, not pubkey. Partily fixes #43 11 years ago
obscuren 0512113bdd Removed defer 11 years ago