Commit Graph

2553 Commits (c11aac249ddca275a12a1da0e66d1f4c6c21f4f6)

Author SHA1 Message Date
Ha DANG 67a862db9d
cmd/geth, ethdb/pebble: improve database statistic (#29948) 3 months ago
Marius van der Wijden 7cf6a63687
core/state/snapshot: acquire the lock on Release (#30011) 3 months ago
maskpp 34b46a2f75
core/state/snapshot: add a missing lock (#30001) 3 months ago
jwasinger 69351e8b0f
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit (#29869) 3 months ago
Felix Lange 1e97148249
all: fix inconsistent receiver name and add lint rule for it (#29974) 3 months ago
maskpp 3aa874bed2
core/state: rename all the AccessList receivers to 'al' (#29921) 3 months ago
jwasinger 85587d5ef2
cmd, core: prefetch reads too from tries if requested (#29807) 3 months ago
TinyFoxy 2eb185c92b
core, rlp: remove duplicated words (#29964) 3 months ago
jwasinger db273c8733
core: initialize developer genesis beacon root contract with 0 balance (#29963) 3 months ago
Marquis Shanahan d09ddac399
core/rawdb: remove unused deriveLogFields (#29913) 4 months ago
Hteev Oli e85e21c932
core/state, eth/tracers: fix typos (#29932) 4 months ago
rjl493456442 125fb1ff58
core/state: avoid data race (#29924) 4 months ago
Steven Wang adbbd8cd7b
core/state: prefetch account trie while starting a prefetcher (#29919) 4 months ago
rjl493456442 d38b88a5a1
core/state: introduce stateupdate structure (#29530) 4 months ago
Chris Ziogas c9e0b3105b
Supply delta live tracer (#29347) 4 months ago
牛晓婕 e26fa9e40e
core/state: fix typo in comment (#29639) 4 months ago
PolyMa 06263b1b35
all: fix typos in comments (#29873) 4 months ago
jwasinger 171430c3f5
core/state: remove unused error from prefetcher trie method (#29768) 4 months ago
rjl493456442 b88051ec83
core/rawdb, triedb/pathdb: fix freezer read-only option (#29823) 4 months ago
gitglorythegreat 871e55d93e
core/state: fix typos in comments (#29767) 4 months ago
Martin HS 42471d7a3e
core/vm/runtime: set random to enable merge-opcodes (#29799) 4 months ago
trillo caafa93598
all: improve some error strings (#29842) 4 months ago
Mobin Mohanan 7224576fba
core, eth/protocols/snap, internal/ethapi: remove redundant types (#29841) 4 months ago
winterjihwan d1d9f34e51
core/types: clarify set inclusion in comments (#29839) 4 months ago
zhiqiangxu 7ed52c949e
core: move balanceCheck addition in buyGas (#29762) 4 months ago
0xbeny 8919c5c0fc
core: deploy EIP-4788 contract in dev mode genesis (#29655) 4 months ago
rjl493456442 be3284373f
core/state: remove useless operation (#29769) 4 months ago
Péter Szilágyi 2ac83e197b
core/state: blocking prefetcher on term signal, parallel updates (#29519) 4 months ago
Guillaume Ballet 44a50c9f96
cmd, core, params, trie: add verkle access witness gas charging (#29338) 4 months ago
Hteev Oli 47af69c2bc
core, beacon, ethdb: fix typos (#29748) 4 months ago
rjl493456442 e5f5eaebc4
core/state: remove slot dirtyness if it's set back to origin value (#29731) 4 months ago
rjl493456442 9ec50080eb
core: use in-memory freezer for tests (#29720) 4 months ago
Guillaume Ballet 43cbcd78ea
core, core/state: move TriesInMemory to state package (#29701) 5 months ago
Matthieu Vachon a09a610384
core/tracing: add system call callback when performing `ProcessBeaconBlockRoot` (#29355) 5 months ago
rjl493456442 86a1f0c394
core/rawdb: fix ancient root folder (#29697) 5 months ago
Aaron Chen bc609e852a
core/vm: remove redundant error checks (#29692) 5 months ago
Péter Szilágyi 682ee820fa
core/state: parallelise parts of state commit (#29681) 5 months ago
rjl493456442 9f96e07c1c
core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 5 months ago
Bin f8820f170c
accounts, cmd/geth, core: close opened files (#29598) 5 months ago
lightclient 2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` (#29482) 5 months ago
Marius van der Wijden bd6bc37eec
core/vm: add subgroup checks for mul/mulexp for G1/G2 (#29637) 5 months ago
Aaron Chen ea89f9adf0
core/vm: remove a redundant zero check in opAddmod (#29672) 5 months ago
rjl493456442 f46c878441
core/rawdb: implement in-memory freezer (#29135) 5 months ago
maskpp fecc8a0f4a
cmd/evm/internal/t8ntool, core: prealloc map sizes where possible (#29620) 5 months ago
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
Chris Ziogas fb08fd334a
core/tracing: Add OnClose Trace Hook (#29629) 5 months ago