aboutsummaryrefslogtreecommitdiffstats
path: root/eth/api_backend.go
Commit message (Expand)AuthorAgeFilesLines
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* core, eth, les: support resuming fast sync on heavy rollback (#3743)Péter Szilágyi2017-03-221-0/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-1/+2
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-2/+2
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-2/+2
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-2/+2
* core/vm: move Log to core/typesFelix Lange2017-01-061-1/+1
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-2/+2
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-3/+8
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-2/+4
* eth, miner: removed unnecessary state.Copy()Martin Holst Swende2016-11-301-2/+2
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-2/+10
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+1
* all: update license informationFelix Lange2016-11-091-7/+7
* les: light client protocol and APIZsolt Felfoldi2016-11-091-8/+8
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-3/+3
* core, eth, trie: reuse trie journals in all our codePéter Szilágyi2016-09-281-1/+1
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-5/+9
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-1/+1
* cmd, common, console, eth, release: drop redundant "full"sPéter Szilágyi2016-06-301-1/+1
* eth: separate common and full node-specific API and backend servicezsfelfoldi2016-06-161-0/+201