******************************************************************************* From 0.11.x to 0.12.x --------------------- You should be careful to check that the plugins you depend on have been ported to 0.12, as they most probably won't work without adaptation due to the numerous internal changes that occurred during 0.12 development. See: http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12 Consult the upgrade instructions at: http://trac.edgewall.org/wiki/TracUpgrade ******************************************************************************* href='https://www.csie.ntu.edu.tw/~b01902062/git/dexon' title='dexon Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/core/state_transition.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: vm interface (#164)JM2019-05-061-10/+4
* core: vm: extract stateDB and contract outjm2019-05-061-4/+11
* core: vm: refactor file structurejm2019-05-061-8/+9
* core: set extended round block reward to zero (#298)Wei-Ning Huang2019-04-091-1/+65
* fee: fix wrong gas used (#208)bojie2019-04-091-0/+2
* transaction: use all transaction gas to reduce attack intention (#180)bojie2019-04-091-1/+25
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-4/+4
* core: fix comment typo (#17236)Wenbiao Zheng2018-07-241-3/+3
* core: remove stray account creations in state transition (#16470)Felix Lange2018-04-101-42/+16
* core: handle ignored error (#16065)ferhat elmas2018-02-151-0/+3
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-71/+60
* core: make txpool operate on immutable statePéter Szilágyi2017-09-051-3/+5
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-10/+9
* core: Fix VM error loggingLewis Marshall2017-06-061-1/+1
* core: typos and comments improvechanghong2017-05-251-51/+52
* core: fix processing regression during receipt importPéter Szilágyi2017-05-081-5/+1
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-17/+7
* all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-2/+1
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-1/+2
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-3/+3
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-15/+20
* logger: remove Core verbosity level (#3659)Felix Lange2017-02-151-1/+1
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-38/+50
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-50/+38
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-38/+50
* core: removal of dead-codeJeffrey Wilcke2017-01-181-3/+0
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-5/+5
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-27/+24
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-28/+11
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-13