| Commit message (Expand) | Author | Age | Files | Lines |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -2/+1 |
* | tests: update tests, use blockchain test "network" field | Felix Lange | 2017-08-11 | 1 | -1/+7 |
* | tests: update tests and implement general state tests (#14734) | Felix Lange | 2017-07-11 | 1 | -404/+118 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -2/+2 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -2/+2 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -2/+2 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -3/+3 |
* | core, core/state, core/vm: remove exported account getters (#3618) | Jeffrey Wilcke | 2017-02-23 | 1 | -5/+6 |
* | tests: cleanup tester blockchain after test run (#3692) | Péter Szilágyi | 2017-02-20 | 1 | -0/+1 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 1 | -1/+1 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 1 | -1/+1 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 1 | -1/+1 |
* | cmd/geth, core: add support for recording SHA3 preimages (#3543) | Nick Johnson | 2017-01-17 | 1 | -1/+2 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -3/+1 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -2/+3 |
* | core, core/vm: added gas price variance table | Jeffrey Wilcke | 2016-10-15 | 1 | -8/+8 |
* | cmd, core, internal, light, tests: avoid hashing the code in the VM | Péter Szilágyi | 2016-10-01 | 1 | -1/+2 |
* | core, params, tests: add DAO hard-fork balance moves | Péter Szilágyi | 2016-07-15 | 1 | -8/+8 |
* | core: improved chainDb using sequential keys | zsfelfoldi | 2016-06-07 | 1 | -2/+2 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -1/+1 |
* | tests: remove eth, node, accounts dependencies | Felix Lange | 2016-04-12 | 1 | -42/+17 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -7/+8 |
* | Godeps, eth, tests: update ethash, used shared for testing | Péter Szilágyi | 2016-02-24 | 1 | -0/+1 |
* | tests: updated homestead tests | Jeffrey Wilcke | 2016-02-18 | 1 | -4/+4 |
* | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -2/+3 |
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 1 | -15/+8 |
* | cmd/utils, crypto: add --lightkdf flag for lighter KDF | Drake Burroughs | 2015-10-29 | 1 | -1/+1 |
* | core/state, core, miner: handle missing root error from state.New | Gustav Simonsson | 2015-10-16 | 1 | -24/+27 |
* | cmd/geth, cmd/utils, core, rpc: renamed to blockchain | Jeffrey Wilcke | 2015-10-04 | 1 | -4/+4 |
* | core, core/state: batch-based state sync | Felix Lange | 2015-09-23 | 1 | -6/+6 |
* | tests: use lastblockhash field to validate reorgs and block headers | Gustav Simonsson | 2015-09-18 | 1 | -41/+49 |
* | tests: update common test wrappers and test files | Gustav Simonsson | 2015-09-18 | 1 | -28/+57 |
* | all: move common.Database to package ethdb | Felix Lange | 2015-09-15 | 1 | -1/+1 |
* | core: split out TD from database and all internals | Péter Szilágyi | 2015-09-11 | 1 | -3/+2 |
* | Add tests for uncle timestamps and refactor timestamp type | Gustav Simonsson | 2015-08-25 | 1 | -3/+3 |
* | core, tests: Double SUICIDE fix | Jeffrey Wilcke | 2015-08-21 | 1 | -1/+1 |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -1/+1 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | cmd, core, eth, common: genesis preparation | Jeffrey Wilcke | 2015-07-10 | 1 | -3/+2 |
* | Unskip SimpleTx3, check err in pre/post state validations | Gustav Simonsson | 2015-07-08 | 1 | -8/+32 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | cmd,eth,rpc,tests: default coinbase | Jeffrey Wilcke | 2015-07-07 | 1 | -1/+1 |
* | core, miner, tests: renamed state methods | Jeffrey Wilcke | 2015-07-04 | 1 | -1/+1 |
* | Update Ethereum JSON tests, skip failing | Gustav Simonsson | 2015-07-03 | 1 | -1/+1 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -6/+5 |
* | Add --skip option to CLI | Taylor Gerring | 2015-06-19 | 1 | -7/+7 |
* | Add stdin option | Taylor Gerring | 2015-06-19 | 1 | -23/+57 |
* | Cleanup logging | Taylor Gerring | 2015-06-19 | 1 | -3/+3 |
* | Fix geth blocktest command | Taylor Gerring | 2015-06-19 | 1 | -2/+2 |
* | DRY file loading | Taylor Gerring | 2015-06-19 | 1 | -44/+12 |
* | More consistent test interfaces + test skipping | Taylor Gerring | 2015-06-19 | 1 | -11/+16 |
* | Return error up stack instead of passing testing var down | Taylor Gerring | 2015-06-19 | 1 | -10/+13 |
* | Separate and identify tests runners | Taylor Gerring | 2015-06-19 | 1 | -1/+2 |
* | Split tests from helper code | Taylor Gerring | 2015-06-19 | 1 | -0/+66 |
* | xeth, tests: fixed api | obscuren | 2015-06-17 | 1 | -1/+1 |
* | Update key store to new spec but keep address field for now | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | core: return the index of the block that failed when inserting a chain | obscuren | 2015-04-29 | 1 | -1/+1 |
* | Add loading of block test privkey if present | Gustav Simonsson | 2015-04-28 | 1 | -7/+20 |
* | Add block header validations for block tests | Gustav Simonsson | 2015-04-23 | 1 | -0/+82 |
* | Finally, glorious HEX | Gustav Simonsson | 2015-04-23 | 1 | -4/+4 |
* | Further fixes to block test wrapper | Gustav Simonsson | 2015-04-21 | 1 | -47/+56 |
* | Add block tests wrapper and fixes for tx tests | Gustav Simonsson | 2015-04-20 | 1 | -0/+345 |