aboutsummaryrefslogtreecommitdiffstats
path: root/core/state
Commit message (Expand)AuthorAgeFilesLines
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-211-1/+1
* core: fix typo in comment codehadv2018-06-051-1/+1
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-291-3/+3
* common: improve documentation comments (#16701)kiel barry2018-05-291-1/+1
* core, consensus: fix some typos in comment code and output loghadv2018-05-191-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-094-23/+16
* core, eth: fix tracer dirty finalizationPéter Szilágyi2018-04-271-21/+0
* core/state: cache missing storage entries (#16584)Felix Lange2018-04-271-4/+1
* 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-112-0/+26
* Merge pull request #15225 from holiman/test_removefrom_dirtysetPéter Szilágyi2018-04-105-91/+166
|\
| * 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-284-66/+92
| * core/state: rework dirty handling to avoid quadratic overheadMartin Holst Swende2018-03-285-73/+112
* | core/state: avoid redundant addition to code size cache (#16427)Jia Chenhui2018-04-031-4/+1
|/
* 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-067-61/+114
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-033-13/+10
* core/state: copy trie too, not just contentPéter Szilágyi2017-11-242-1/+52
* core/state: revert log index when removing logsFelix Lange2017-09-221-0/+1
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-39/+3
* core/state: revert metro suicide map addition (#15024)Péter Szilágyi2017-08-242-47/+27
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-2710-216/+312
* eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-222-8/+29
* core/state: fixed (self)destructed objectsJeffrey Wilcke2017-05-182-2/+9
* consensus, core/*, params: metropolis preparation refactorJeffrey Wilcke2017-05-181-34/+57
* eth: add debug_storageRangeAtFelix Lange2017-04-252-2/+18
* trie: add start key to NodeIterator constructorsFelix Lange2017-04-253-5/+5
* trie: clean up iterator constructorsFelix Lange2017-04-253-4/+5
* core/state: make TestSnapshotRandom work again (#3816)gary rong2017-04-053-5/+8
* core/state: expose CommitToFelix Lange2017-03-231-2/+3
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-282-17/+2
|\
| * core/state: drop most of a logs (useless at this volume)Péter Szilágyi2017-02-282-17/+2
* | 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-232-18/+16
* trie: add difference iterator (#3637)Nick Johnson2017-02-231-17/+16
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-237-101/+99
* logger: remove Core verbosity level (#3659)Felix Lange2017-02-152-4/+4
* state: take write lock in GetNonce (#3625)Brian Schroeder2017-02-011-3/+5
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-172-1/+32
* all: fix ineffectual assignments and remove uses of crypto.Sha3Felix Lange2017-01-091-4/+4
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-072-3/+3
* all: gofmt -w -sFelix Lange2017-01-064-9/+9
* trie: remove dependency on ethdbFelix Lange2017-01-062-9/+8
* core/vm: move Log to core/typesFelix Lange2017-01-062-12/+13
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-062-1/+10
* core, core/state: fixed consensus issue added touch revertJeffrey Wilcke2016-11-253-2/+51
* 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-135-18/+38
* core/state, eth/downloader, trie: reset fast-failure on progressPéter Szilágyi2016-10-312-7/+9
* 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-152-6/+9
* core/state: optimize GetStateFelix Lange2016-10-061-5/+7
* core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-065-27/+27
* core/state: implement reverts by journaling all changesFelix Lange2016-10-068-143/+584
* core/state: track dirty state entries for each objectPéter Szilágyi2016-10-032-18/+24
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-015-11/+22
* 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-284-63/+69
* core/state: track all accounts in canon stateFelix Lange2016-09-266-295/+367
* core/state: short-circuit balance change if zero valueGustav Simonsson2016-09-261-0/+6
* core/state, light: remove unused StateObject.initCodeGustav Simonsson2016-09-192-6/+0
* core/state: Fix memory expansion bug by not copying clean objectsNick Johnson2016-09-193-5/+8
* 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
|/
* all: fix go vet warningsFelix Lange2016-04-151-5/+5
* core/state: fix TestDumpFelix Lange2016-04-153-9/+27
* all: update license informationFelix Lange2016-04-152-2/+2
* core: Added EVM configuration optionsJeffrey Wilcke2016-03-241-18/+15
* core: various typosLeif Jurvetson2016-03-162-2/+2
* Merge pull request #2242 from jimenezrick/upstream-cryptoJeffrey Wilcke2016-02-241-2/+2
|\
| * all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-2/+2
* | Merge pull request #2095 from karalabe/trie-node-iteratorPéter Szilágyi2016-02-233-3/+314
|\ \ | |/ |/|
| * core/state, trie: switch iterator panics to error fieldsPéter Szilágyi2016-02-162-26/+37
| * core/state, trie: node iterator reports parent hashes tooPéter Szilágyi2016-02-161-7/+13
| * core/state, trie: surface iterator entry hashesPéter Szilágyi2016-02-163-7/+67
| * core/state, trie: add node iterator, test state/trie sync consistencyPéter Szilágyi2016-02-162-3/+237
* | core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-183-24/+3
* | parmas, crypto, core, core/vm: homestead consensus protocol changesGustav Simonsson2016-02-182-0/+29
|/
* core/state, ethdb, trie: test intermediate secure key leak, fix memdb bugPéter Szilágyi2016-01-201-0/+68
* core/state, trie: don't leak database writes before commitPéter Szilágyi2016-01-202-3/+59
* 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-184-62/+61
* Merge pull request #1889 from karalabe/fast-sync-rebaseJeffrey Wilcke2015-10-222-0/+308
|\
| * core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-212-4/+3
| * eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-192-68/+41
| * core, eth, trie: direct state trie synchronizationPéter Szilágyi2015-10-192-0/+336
* | core, core/state: move gas tracking out of core/stateFelix Lange2015-10-173-80/+1
|/
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-163-9/+9
* cmd, core, eth: added official testnetJeffrey Wilcke2015-10-091-0/+5
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-042-80/+27
* core, core/state: batch-based state syncFelix Lange2015-09-233-51/+46
* core, trie: new trieFelix Lange2015-09-232-14/+25
* all: move common.Database to package ethdbFelix Lange2015-09-152-5/+7
* core, core/vm, core/state: remove unused functionsGustav Simonsson2015-09-112-64/+0
* core/state: test formatting adhering to Go conventionGustav Simonsson2015-09-091-17/+17
* core/state: deleted field in StateObject Copy() and unit testGustav Simonsson2015-09-082-0/+105
* core, tests: Double SUICIDE fixJeffrey Wilcke2015-08-212-9/+12
* core/state: Set log index. Closes #1226Jeffrey Wilcke2015-07-291-0/+5
* all: fix license headers one more timeFelix Lange2015-07-249-9/+9
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-239-36/+36
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
* all: update license informationFelix Lange2015-07-079-0/+144
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-042-3/+5
* core, core/state: only write necessary state. Skip intermediateJeffrey Wilcke2015-07-042-10/+20
* core, miner, xeth: renamed gas methodsobscuren2015-06-211-16/+3
* core/state: removed trie copyobscuren2015-06-171-1/+1
* core/state: removed state from state objectobscuren2015-06-173-31/+20
* core/state: fixed state testsobscuren2015-06-171-13/+10
* 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-172-32/+25
* core/state, core/vm: cleanup refundsobscuren2015-06-171-14/+8
* core/vm, core/state: added storage to structured vm loggingobscuren2015-06-101-0/+16
* core, xeth: moved nonce management burden from xeth to txpoolobscuren2015-06-101-1/+1
* core: fixed an issue with storing receiptsobscuren2015-05-281-7/+14
* solidity compiler and contract metadocs integrationzelig2015-05-071-0/+3
* core: removed nonce resetting from the block processor.obscuren2015-04-211-0/+1
* state: fixed mutex lockesobscuren2015-04-141-2/+14
* state: fixed nonce issue in managed stateobscuren2015-04-141-2/+2
* Moved handling of nonces to the managed stateobscuren2015-04-092-5/+8
* Improved transaction poolobscuren2015-04-091-8/+4
* Changed how logs are being recordedobscuren2015-04-082-81/+49
* Added additional methods to the managed stateobscuren2015-04-082-2/+44
* Moved logging to logger.Coreobscuren2015-04-042-5/+5
* basic glogobscuren2015-04-042-7/+16
* glog wipobscuren2015-04-031-1/+4
* Removed old (unused) argumentobscuren2015-04-022-2/+2
* fixed testsobscuren2015-04-011-1/+1
* Blocktest fixed, Execution fixedobscuren2015-04-011-26/+42
* Secure trie shakey / key matchingobscuren2015-03-241-4/+4
* moved state and vm to coreobscuren2015-03-239-0/+1159