| Commit message (Expand) | Author | Age | Files | Lines |
* | core: vm: vm interface (#164) | JM | 2019-05-06 | 1 | -10/+4 |
* | core: vm: extract stateDB and contract out | jm | 2019-05-06 | 1 | -4/+11 |
* | core: vm: refactor file structure | jm | 2019-05-06 | 1 | -8/+9 |
* | core: set extended round block reward to zero (#298) | Wei-Ning Huang | 2019-04-09 | 1 | -1/+65 |
* | fee: fix wrong gas used (#208) | bojie | 2019-04-09 | 1 | -0/+2 |
* | transaction: use all transaction gas to reduce attack intention (#180) | bojie | 2019-04-09 | 1 | -1/+25 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-04-09 | 1 | -4/+4 |
* | core: fix comment typo (#17236) | Wenbiao Zheng | 2018-07-24 | 1 | -3/+3 |
* | core: remove stray account creations in state transition (#16470) | Felix Lange | 2018-04-10 | 1 | -42/+16 |
* | core: handle ignored error (#16065) | ferhat elmas | 2018-02-15 | 1 | -0/+3 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -71/+60 |
* | core: make txpool operate on immutable state | Péter Szilágyi | 2017-09-05 | 1 | -3/+5 |
* | core: implement Metropolis EIP 658, receipt status byte | rjl493456442 | 2017-08-22 | 1 | -10/+9 |
* | core: Fix VM error logging | Lewis Marshall | 2017-06-06 | 1 | -1/+1 |
* | core: typos and comments improve | changhong | 2017-05-25 | 1 | -51/+52 |
* | core: fix processing regression during receipt import | Péter Szilágyi | 2017-05-08 | 1 | -5/+1 |
* | consensus, core: drop all the legacy custom core error types | Péter Szilágyi | 2017-04-06 | 1 | -17/+7 |
* | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 1 | -2/+1 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -1/+2 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -3/+3 |
* | core, core/state, core/vm: remove exported account getters (#3618) | Jeffrey Wilcke | 2017-02-23 | 1 | -15/+20 |
* | logger: remove Core verbosity level (#3659) | Felix Lange | 2017-02-15 | 1 | -1/+1 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 1 | -38/+50 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 1 | -50/+38 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 1 | -38/+50 |
* | core: removal of dead-code | Jeffrey Wilcke | 2017-01-18 | 1 | -3/+0 |
* | core/vm: improved EVM run loop & instruction calling (#3378) | Jeffrey Wilcke | 2017-01-05 | 1 | -5/+5 |
* | core, core/vm: implemented a generic environment (#3348) | Jeffrey Wilcke | 2016-12-06 | 1 | -27/+24 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -28/+11 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 |