| Commit message (Expand) | Author | Age | Files | Lines |
* | transaction: use all transaction gas to reduce attack intention (#180) | bojie | 2019-06-12 | 1 | -1/+25 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 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 | 1 | -2/+2 |
* | core: added CheckNonce() to Message interface | zsfelfoldi | 2016-07-11 | 1 | -2/+5 |
* | core: transition db now also returns the required gas amount | Jeffrey Wilcke | 2016-04-01 | 1 | -7/+24 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -2/+2 |
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -5/+1 |
* | Merge pull request #2215 from bas-vk/estimategas | Péter Szilágyi | 2016-03-01 | 1 | -1/+1 |
|\ |
|
| * | core: improved check for contract creation | Bas van Kervel | 2016-02-16 | 1 | -1/+1 |
* | | core, core/vm, crypto: fixes for homestead | Jeffrey Wilcke | 2016-02-18 | 1 | -27/+12 |
* | | parmas, crypto, core, core/vm: homestead consensus protocol changes | Gustav Simonsson | 2016-02-18 | 1 | -6/+39 |
|/ |
|
* | core, core/state: move gas tracking out of core/state | Felix Lange | 2015-10-17 | 1 | -23/+27 |
* | cmd/evm, core/vm, test: refactored VM and core | Jeffrey Wilcke | 2015-10-04 | 1 | -31/+36 |
* | core: improve block gas tracking | Felix Lange | 2015-09-02 | 1 | -15/+8 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core, miner: removed vm errors from consensus err checking | Jeffrey Wilcke | 2015-07-06 | 1 | -0/+7 |
* | Fix core error forwarding, unify OOG VM err | Gustav Simonsson | 2015-07-04 | 1 | -1/+1 |
* | core, xeth: core.AddressFromMessage removed => crypto.CreateAddress | Jeffrey Wilcke | 2015-07-02 | 1 | -6/+0 |
* | core: remove superfluous big.Int allocations | Felix Lange | 2015-06-30 | 1 | -25/+13 |
* | core: avoid duplicate calls to Transaction.Data | Felix Lange | 2015-06-30 | 1 | -3/+3 |
* | core: optimize IntrinsicGas | Felix Lange | 2015-06-30 | 1 | -5/+12 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -4/+5 |
* | core, miner, xeth: renamed gas methods | obscuren | 2015-06-21 | 1 | -13/+2 |
* | core/state, core/vm: cleanup refunds | obscuren | 2015-06-17 | 1 | -5/+3 |
* | core, core/vm: moved logger and added gas cost to struct logging | obscuren | 2015-06-11 | 1 | -1/+1 |
* | core, core/vm: added structure logging | obscuren | 2015-06-10 | 1 | -0/+4 |
* | Add missing err checks on From() (skip RPC for now) | Gustav Simonsson | 2015-06-02 | 1 | -15/+20 |
* | Update StateTests and nil create return on failed code deposit | Gustav Simonsson | 2015-05-16 | 1 | -0/+1 |
* | Improved transaction pool | obscuren | 2015-04-09 | 1 | -16/+15 |
* | Moved logging to logger.Core | obscuren | 2015-04-04 | 1 | -4/+3 |
* | Read most protocol params from common/params.json | Gustav Simonsson | 2015-04-02 | 1 | -4/+5 |
* | Blocktest fixed, Execution fixed | obscuren | 2015-04-01 | 1 | -4/+5 |
* | Cleaned up changes | obscuren | 2015-03-24 | 1 | -5/+2 |
* | Modified according to poc 9 changes | obscuren | 2015-03-24 | 1 | -1/+1 |
* | Updated for PV59 | obscuren | 2015-03-24 | 1 | -8/+7 |
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -2/+2 |
* | conversions. -compilable- | obscuren | 2015-03-18 | 1 | -0/+6 |
* | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 1 | -10/+9 |
* | core: actually convert transaction pool | Felix Lange | 2015-03-17 | 1 | -10/+9 |
* | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-17 | 1 | -9/+13 |
|\ |
|
| * | converted vm | obscuren | 2015-03-17 | 1 | -9/+13 |
* | | core: adapt Message for new Transaction.From signature | Felix Lange | 2015-03-17 | 1 | -2/+3 |
|/ |
|
* | updated vm env | obscuren | 2015-03-17 | 1 | -3/+3 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -4/+4 |
* | Return proper error | obscuren | 2015-03-14 | 1 | -0/+3 |
* | Removed some of that gas pre pay magic | obscuren | 2015-03-13 | 1 | -22/+25 |
* | Lowered default gas price and increased default gas limit | obscuren | 2015-03-12 | 1 | -0/+2 |
* | Improved error reporting and removed commented code | obscuren | 2015-03-11 | 1 | -32/+1 |
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -3/+9 |
|\ |
|
| * | Spec changes. | obscuren | 2015-03-06 | 1 | -3/+10 |
* | | core: remove Hash method from Message interface | Felix Lange | 2015-03-10 | 1 | -3/+2 |
|/ |
|
* | Fixed error for invalid transaction | obscuren | 2015-03-03 | 1 | -7/+6 |
* | Updated gast costs | obscuren | 2015-03-03 | 1 | -8/+4 |
* | New gas prices model | obscuren | 2015-03-02 | 1 | -3/+9 |
* | Bump | obscuren | 2015-02-27 | 1 | -4/+1 |
* | Fixed consensus issue for refunding | obscuren | 2015-02-27 | 1 | -3/+6 |
* | Removed exported fields from state object and added proper set/getters | obscuren | 2015-02-20 | 1 | -4/+4 |
* | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -1/+2 |
* | Docs & old code removed | obscuren | 2015-02-03 | 1 | -21/+25 |
* | Added (disabled) Jit validation | obscuren | 2015-02-01 | 1 | -0/+25 |
* | Fixed consensus issue | obscuren | 2015-01-13 | 1 | -2/+1 |
* | Changed prev_hash to block_hash, state transition now uses vm env | obscuren | 2015-01-04 | 1 | -20/+21 |
* | Closure => Context | obscuren | 2015-01-02 | 1 | -1/+1 |
* | Minor updates on gas and removed/refactored old code. | obscuren | 2014-12-20 | 1 | -11/+10 |
* | Removed OOG check. Revert should always happen. | obscuren | 2014-12-19 | 1 | -2/+9 |
* | Transaction was generating incorrect hash because of var changes | obscuren | 2014-12-19 | 1 | -1/+1 |
* | Fixed refund model | obscuren | 2014-12-19 | 1 | -6/+4 |
* | Gas corrections and vm fixes | obscuren | 2014-12-19 | 1 | -36/+37 |
* | Moved methods to messages | obscuren | 2014-12-18 | 1 | -4/+6 |
* | Created generic message (easy for testing) | obscuren | 2014-12-18 | 1 | -32/+66 |
* | null ptr fix | obscuren | 2014-12-04 | 1 | -4/+3 |
* | Renamed State => StateDB | obscuren | 2014-12-04 | 1 | -3/+3 |
* | Renamed `chain` => `core` | obscuren | 2014-12-04 | 1 | -0/+198 |