aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/statedb.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-7/+7
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-7/+7
* core/state: rename 'new' variable (#18301)Shuai Qi2018-12-141-2/+2
* core/state: remove lock (#18065)Felix Lange2018-11-091-6/+0
* core/state: simplify proof methods (#17965)Felix Lange2018-10-241-7/+13
* EIP-1186 eth_getProof (#17737)Simon Jentzsch2018-10-191-0/+20
* core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-181-13/+10
* core,state: finish implementing Eip 1283Martin Holst Swende2018-09-181-0/+8
* core, state: initial implementation of Eip-1283Martin Holst Swende2018-09-181-0/+11
* core/statedb: deep copy logs (#17489)gary rong2018-08-231-3/+6
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-211-1/+1
* core, consensus: fix some typos in comment code and output loghadv2018-05-191-1/+1
* core, eth: fix tracer dirty finalizationPéter Szilágyi2018-04-271-21/+0
* core/state: fix ripemd-cornercase in CopyMartin Holst Swende2018-04-111-2/+8
* core/state: fix bug in copy of copy StateMartin Holst Swende2018-04-111-0/+10
* state: handle nil in journal dirtiesMartin Holst Swende2018-04-101-1/+11
* core/state: avoid linear overhead on journal dirty listingPéter Szilágyi2018-03-281-21/+14
* core/state: rework dirty handling to avoid quadratic overheadMartin Holst Swende2018-03-281-25/+27
* core/state: uniform parameter style (#16398)Jia Chenhui2018-03-281-10/+10
* core/state: fix typo (#16370)Jia Chenhui2018-03-261-2/+2
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-7/+31
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-10/+7
* core/state: copy trie too, not just contentPéter Szilágyi2017-11-241-1/+1
* core/state: revert metro suicide map addition (#15024)Péter Szilágyi2017-08-241-42/+27
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-107/+32
* core/state: fixed (self)destructed objectsJeffrey Wilcke2017-05-181-0/+2
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-34/+57
* eth: add debug_storageRangeAtFelix Lange2017-04-251-0/+11
* trie: add start key to NodeIterator constructorsFelix Lange2017-04-251-1/+1
* trie: clean up iterator constructorsFelix Lange2017-04-251-1/+1
* core/state: expose CommitToFelix Lange2017-03-231-2/+3
* core/state: drop most of a logs (useless at this volume)Péter Szilágyi2017-02-281-5/+2
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-7/+6
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-31/+46
* logger: remove Core verbosity level (#3659)Felix Lange2017-02-151-1/+1
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+25
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* all: gofmt -w -sFelix Lange2017-01-061-3/+3
* core/vm: move Log to core/typesFelix Lange2017-01-061-10/+11
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-0/+9
* cmd/geth, core, light, mobile: removed state account StartingNonceJeffrey Wilcke2016-11-231-6/+2
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-9/+18
* cmd/geth, trie: report on trie cache unloads, also add debug logPéter Szilágyi2016-10-191-0/+2
* cmd, core/state: allow configurable trie cache generationsPéter Szilágyi2016-10-191-5/+5
* core/state: bump trie cache values slightlyFelix Lange2016-10-181-4/+4
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-4/+7
* core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-061-11/+11
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-80/+130
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+10
* core, eth, trie: reuse trie journals in all our codePéter Szilágyi2016-09-281-9/+42
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-40/+68
* core/state: track all accounts in canon stateFelix Lange2016-09-261-98/+131
* core/state: Fix memory expansion bug by not copying clean objectsNick Johnson2016-09-191-2/+3
* Revert "test, cmd/evm, core, core/vm: illegal code hash implementation"Péter Szilágyi2016-06-291-10/+0
* Revert "core: update DAO soft-fork number, clean up the code"Péter Szilágyi2016-06-291-0/+2
* core: update DAO soft-fork number, clean up the codePéter Szilágyi2016-06-231-2/+0
* test, cmd/evm, core, core/vm: illegal code hash implementationJeffrey Wilcke2016-06-221-0/+10
* core/state, eth: Updated suicides objects when tracing transactionsJeffrey Wilcke2016-06-131-0/+21
* Merge pull request #2585 from karalabe/trie-dirty-trackingJeffrey Wilcke2016-05-311-0/+22
|\
| * core, core/state, trie: enterprise hand-tuned multi-level cachingPéter Szilágyi2016-05-261-0/+22
* | core/state: return the starting nonce for non-existent accs (testnet)Péter Szilágyi2016-05-271-1/+1
|/
* core/state, trie: don't leak database writes before commitPéter Szilágyi2016-01-201-3/+7
* core/state: always commit in batches, just finish if not needed laterPéter Szilágyi2016-01-131-1/+2
* core, eth/downloader: ensure state presence in ancestor lookupPéter Szilágyi2016-01-041-1/+0
* core/state, core/types use package rlp for state, receipt serialisationFelix Lange2015-12-181-8/+14
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-5/+5
* cmd, core, eth: added official testnetJeffrey Wilcke2015-10-091-0/+5
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-14/+27
* core, core/state: batch-based state syncFelix Lange2015-09-231-43/+43
* core, trie: new trieFelix Lange2015-09-231-8/+16
* all: move common.Database to package ethdbFelix Lange2015-09-151-2/+3
* core, core/vm, core/state: remove unused functionsGustav Simonsson2015-09-111-21/+0
* core, tests: Double SUICIDE fixJeffrey Wilcke2015-08-211-7/+9
* core/state: Set log index. Closes #1226Jeffrey Wilcke2015-07-291-0/+5
* 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: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-071-0/+16
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-041-2/+4
* core, core/state: only write necessary state. Skip intermediateJeffrey Wilcke2015-07-041-2/+20
* core/state: removed trie copyobscuren2015-06-171-1/+1
* core/state: removed state from state objectobscuren2015-06-171-10/+2
* core/state, core/vm: reworked storage get / set to use common.Hashobscuren2015-06-171-5/+5
* core/state, core/vm: cleanup refundsobscuren2015-06-171-14/+8
* Improved transaction poolobscuren2015-04-091-8/+4
* Changed how logs are being recordedobscuren2015-04-081-9/+33
* Moved logging to logger.Coreobscuren2015-04-041-1/+1
* basic glogobscuren2015-04-041-3/+1
* glog wipobscuren2015-04-031-1/+4
* Removed old (unused) argumentobscuren2015-04-021-1/+1
* Blocktest fixed, Execution fixedobscuren2015-04-011-26/+42
* moved state and vm to coreobscuren2015-03-231-0/+325