| Commit message (Expand) | Author | Age | Files | Lines |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -2/+2 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -1/+1 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -1/+1 |
* | accounts, consensus, core, eth: make chain maker consensus agnostic (#15497) | gary rong | 2017-12-22 | 1 | -1/+1 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -5/+3 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -8/+5 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -2/+3 |
* | all: import "context" instead of "golang.org/x/net/context" | Felix Lange | 2017-03-23 | 1 | -2/+3 |
* | all: swap out the C++ ethash to the pure Go one (mining todo) | Péter Szilágyi | 2017-03-09 | 1 | -1/+2 |
* | 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 |
* | Merge pull request #3519 from zsfelfoldi/light-topic5 | Péter Szilágyi | 2017-01-09 | 1 | -16/+19 |
|\ |
|
| * | light: fixed data race in TestTxPool | Zsolt Felfoldi | 2017-01-06 | 1 | -16/+19 |
* | | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
* | | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -1/+1 |
|/ |
|
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -1/+1 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -1/+2 |
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -1/+1 |
* | light: light chain, VM env and tx pool | Zsolt Felfoldi | 2016-11-09 | 1 | -0/+140 |