aboutsummaryrefslogtreecommitdiffstats
path: root/core/state_processor.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-8/+8
* core: fix typo in comment (#17586)Hyung-Kyu Hqueue Choi2018-09-051-1/+1
* all: remove the duplicate 'the' in annotations (#17509)Wenbiao Zheng2018-08-271-1/+1
* core: relax type requirement for bc in ApplyTransaction (#16901)ledgerwatch2018-06-071-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-19/+15
* consensus, core, params: rebrand Metro to ByzantiumPéter Szilágyi2017-09-141-1/+1
* core/state: revert metro suicide map addition (#15024)Péter Szilágyi2017-08-241-1/+1
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-2/+2
* core, ethclient: implement Metropolis EIP 98 (#14750)Péter Szilágyi2017-07-171-2/+8
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-2/+3
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-3/+4
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-33/+11
* all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-4/+0
* 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