Commit Graph

440 Commits (7c7e3a77fced21b098841aa3cb3663de0c85f951)

Author SHA1 Message Date
Péter Szilágyi 4253030ef6
core/state: move metrics out of state objects (#29665) 5 months ago
Péter Szilágyi 8d42e115b1
core/state: revert pending storage updates if they revert to original (#29661) 5 months ago
Martin HS 243cde0f54
core/state: better randomized testing (postcheck) on journalling (#29627) 5 months ago
Péter Szilágyi 4f4f9d88d3
core/state: storage journal entry should revert dirtyness too (#29641) 5 months ago
Martin HS 0d4c38865e
core/state: remove account reset operation v2 (#29520) 5 months ago
haoran b2b0e1da8c
all: fix various typos (#29600) 5 months ago
Aaron Chen 1e9bf2a09e
core/state: fix bug in statedb.Copy and remove unnecessary preallocation (#29563) 5 months ago
rjl493456442 d3c4466edd
core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie (#29313) 5 months ago
Abirdcfly b179b7b8e7
all: remove duplicate word in comments (#29531) 5 months ago
cui ab6419ccd8
core/state: use maps.Clone (#29365) 6 months ago
cui 7481398a24
core/state: using slices.Clone (#29366) 6 months ago
Guillaume Ballet da7469e5c4
core: add an end-to-end verkle test (#29262) 6 months ago
jwasinger 58a3e2f180
core/state: perform updates before deletions when mutating tries (#29201) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 6 months ago
Péter Szilágyi b393ad8d29
cmd, core, metrics: always report expensive metrics (#29191) 6 months ago
rjl493456442 7b81cf6362
core/state, trie/triedb/pathdb: remove storage incomplete flag (#28940) 7 months ago
buddho bba3fa9af9
core,eth,internal: fix typo (#29024) 7 months ago
Martin HS 8321fe2fda
tests: fix goroutine leak related to state snapshot generation (#28974) 7 months ago
rjl493456442 fe91d476ba
all: remove the dependency from trie to triedb (#28824) 7 months ago
lmittmann 199e0c9ff5
core/state, core/vm: minor uint256 related perf improvements (#28944) 8 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 8 months ago
Marius van der Wijden c89a3da7d9
core/state/snapshot: use AddHash/ContainHash instead of Hasher interface (#28849) 8 months ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 8 months ago
Darioush Jalali 29b73555ae
core/state: unexport GetOrNewStateObject (#28804) 8 months ago
cygaar d2e3cb894b
core/state: logic equivalence for GetCodeHash (#28733) 9 months ago
Martin HS 1048e2d6a3
cmd/evm: fix dump after state-test exec (#28650) 10 months ago
rjl493456442 ab0eb46a84
core/state: make stateobject.create selfcontain (#28459) 10 months ago
jwasinger 28e7371701
all: replace log15 with slog (#28187) 10 months ago
Martin Holst Swende 63979bc9cc
cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504) 10 months ago
Marius van der Wijden 146e8d999c
core, trie, rpc: speed up tests (#28461) 10 months ago
rjl493456442 661bd45188
core/state/snapshot: print correct error from trie iterator (#28560) 10 months ago
Guillaume Ballet fa8d39807d
cmd, core, trie: verkle-capable `geth init` (#28270) 10 months ago
Martin Holst Swende 96b75033c0
trie: use explicit errors in stacktrie (instead of panic) (#28361) 11 months ago
aaronbuchwald 6c6982163b
core/state/pruner: track number of skipped items during state pruning (#28368) 11 months ago
Martin Holst Swende c1d5a012ea
core/state, tests: fix memory leak via fastcache (#28387) 11 months ago
rjl493456442 1b1611b8d0
core, trie, eth: refactor stacktrie constructor (#28350) 11 months ago
Martin Holst Swende f62c58f8de
trie: make rhs-proof align with last key in range proofs (#28311) 11 months ago
Martin Holst Swende 8976a0c97a
trie: remove owner and binary marshaling from stacktrie (#28291) 12 months ago
aaronbuchwald c5ff839fb2
core/state: small trie prefetcher nits (#28183) 12 months ago
Péter Szilágyi 83f3fc2e80
core/state/snapshot: be very noisy if the generator hits a trie error (#28178) 1 year ago
Darioush Jalali 48fdb79de5
core/state: check err for iter.Error in fastDeleteStorage (#28122) 1 year ago
Martin Holst Swende 8b6cf128af
metrics: refactor metrics (#28035) 1 year ago
rjl493456442 a7842c9cae
core, trie: cleanup trie database (#28062) 1 year ago
rjl493456442 0acc0a1f86
core/state: simplify storage trie update and commit (#28030) 1 year ago
Martin Holst Swende d4e345c7d4
core/state: fix missing import (#28010) 1 year ago
rjl493456442 3ff6b3c31e
core/state: implement fast storage deletion (#27955) 1 year ago
aaronbuchwald 56d2366699
core/state/snapshot: replace diffToDisk ideal batch size with 64MB (#27977) 1 year ago
Felix Lange 9b46986edc
all: use rlp.DecodeBytes instead of rlp.Decode where possible (#27994) 1 year ago
Martin Holst Swende eb6cbe37e1
core/state: remove public method ForEachStorage (#27986) 1 year ago