aboutsummaryrefslogtreecommitdiffstats
path: root/core/state_processor.go
Commit message (Expand)AuthorAgeFilesLines
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-3/+3
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+1
* core/vm: move Log to core/typesFelix Lange2017-01-061-2/+2
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-11/+10
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-7/+15
* core, core/state: fixed consensus issue added touch revertJeffrey Wilcke2016-11-251-0/+1
* core, core/types: refactored tx chain id checkingJeffrey Wilcke2016-11-141-5/+0
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-5/+14
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-4/+5
* cmd, core, eth, miner, params, tests: finalize the DAO forkPéter Szilágyi2016-07-151-17/+0
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-1/+1
* core, params, tests: add DAO hard-fork balance movesPéter Szilágyi2016-07-151-1/+22
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-21/+3
* Revert "core: add voting and result tracking for the dao soft-fork"Péter Szilágyi2016-06-291-61/+10
* Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-291-11/+16
* Revert "core: update the DAO soft fork proposal to the final block"Péter Szilágyi2016-06-291-1/+1
* core: update the DAO soft fork proposal to the final blockPéter Szilágyi2016-06-241-1/+1
* core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-231-16/+11
* core: add voting and result tracking for the dao soft-forkPéter Szilágyi2016-06-231-10/+61
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-3/+21
* all: update license informationFelix Lange2016-04-151-0/+16
* core: added basic chain configurationJeffrey Wilcke2016-04-011-7/+16
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-4/+4
* core: various typosLeif Jurvetson2016-03-161-1/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-1/+0
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-0/+107