aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/state_object.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-3/+3
* core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-181-30/+33
* core,state: finish implementing Eip 1283Martin Holst Swende2018-09-181-0/+10
* core, state: initial implementation of Eip-1283Martin Holst Swende2018-09-181-2/+13
* core: fix typo in comment codehadv2018-06-051-1/+1
* core/state: cache missing storage entries (#16584)Felix Lange2018-04-271-4/+1
* core/state: avoid linear overhead on journal dirty listingPéter Szilágyi2018-03-281-3/+3
* core/state: rework dirty handling to avoid quadratic overheadMartin Holst Swende2018-03-281-38/+13
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-3/+2
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-22/+34
* eth: add debug_storageRangeAtFelix Lange2017-04-251-2/+7
* core/state: make TestSnapshotRandom work again (#3816)gary rong2017-04-051-2/+3
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-281-12/+0
|\
| * core/state: drop most of a logs (useless at this volume)Péter Szilágyi2017-02-281-12/+0
* | all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-3/+3
|/
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-11/+10
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-50/+34
* logger: remove Core verbosity level (#3659)Felix Lange2017-02-151-3/+3
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-1/+1
* core, core/state: fixed consensus issue added touch revertJeffrey Wilcke2016-11-251-1/+18
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+12
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-2/+2
* core/state: optimize GetStateFelix Lange2016-10-061-5/+7
* core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-061-6/+6
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-9/+45
* core/state: track dirty state entries for each objectPéter Szilágyi2016-10-031-11/+17
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-2/+2
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-13/+0
* core/state: track all accounts in canon stateFelix Lange2016-09-261-131/+171
* core/state: short-circuit balance change if zero valueGustav Simonsson2016-09-261-0/+6
* core/state, light: remove unused StateObject.initCodeGustav Simonsson2016-09-191-3/+0
* core/state: Fix memory expansion bug by not copying clean objectsNick Johnson2016-09-191-1/+1
* core/state: fix TestDumpFelix Lange2016-04-151-1/+1
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-18/+15
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-2/+2
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-6/+1
* parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-181-0/+12
* core/state, core/types use package rlp for state, receipt serialisationFelix Lange2015-12-181-49/+44
* core, core/state: move gas tracking out of core/stateFelix Lange2015-10-171-36/+1
* core, core/state: batch-based state syncFelix Lange2015-09-231-6/+2
* core, trie: new trieFelix Lange2015-09-231-6/+9
* all: move common.Database to package ethdbFelix Lange2015-09-151-3/+4
* core, core/vm, core/state: remove unused functionsGustav Simonsson2015-09-111-43/+0
* core/state: deleted field in StateObject Copy() and unit testGustav Simonsson2015-09-081-0/+1
* core, tests: Double SUICIDE fixJeffrey Wilcke2015-08-211-2/+3
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* core, core/state: only write necessary state. Skip intermediateJeffrey Wilcke2015-07-041-8/+0
* core, miner, xeth: renamed gas methodsobscuren2015-06-211-16/+3
* core/state: removed state from state objectobscuren2015-06-171-18/+15
* core/state: remove the need for common.Valueobscuren2015-06-171-2/+4
* core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-171-27/+20
* core/vm, core/state: added storage to structured vm loggingobscuren2015-06-101-0/+16
* solidity compiler and contract metadocs integrationzelig2015-05-071-0/+3
* Moved logging to logger.Coreobscuren2015-04-041-4/+4
* basic glogobscuren2015-04-041-4/+15
* moved state and vm to coreobscuren2015-03-231-0/+357