Commit Graph

351 Commits (55ed8fef0b6f21ed07dfa9f28b00651c61e8015f)

Author SHA1 Message Date
Péter Szilágyi 9326a118c7
beacon, core, eth, miner: integrate witnesses into production Geth (#30069) 2 months ago
rjl493456442 623b17ba20
core/state: state reader abstraction (#29761) 2 months ago
Marius van der Wijden b0b67be0a2
all: remove forkchoicer and reorgNeeded (#29179) 2 months ago
lightclient dfd33c7792
all: implement EIP-6110, execution layer triggered deposits (#29431) 2 months ago
rjl493456442 bfda8ae0c6
core: add metrics for state access (#30353) 2 months ago
jwasinger ed8fd0ac09
all: stateless witness builder and (self-)cross validator (#29719) 4 months ago
jwasinger 85587d5ef2
cmd, core: prefetch reads too from tries if requested (#29807) 5 months ago
Péter Szilágyi 2ac83e197b
core/state: blocking prefetcher on term signal, parallel updates (#29519) 6 months ago
Guillaume Ballet 43cbcd78ea
core, core/state: move TriesInMemory to state package (#29701) 6 months ago
Péter Szilágyi 682ee820fa
core/state: parallelise parts of state commit (#29681) 6 months ago
maskpp fecc8a0f4a
cmd/evm/internal/t8ntool, core: prealloc map sizes where possible (#29620) 6 months ago
Péter Szilágyi 4253030ef6
core/state: move metrics out of state objects (#29665) 6 months ago
Chris Ziogas fb08fd334a
core/tracing: Add OnClose Trace Hook (#29629) 7 months ago
rjl493456442 acd1eaae2c
core: remove bad block checks (#29609) 7 months ago
rjl493456442 1126c6d8a5
core: add txlookup lock (#29343) 7 months ago
Aaron Chen ed4bc7f27b
all: replace fmt.Errorf() with errors.New() if no param required (#29472) 7 months ago
rjl493456442 3b77e0ff4b
core: remove unused code (#29381) 7 months ago
Guillaume Ballet da7469e5c4
core: add an end-to-end verkle test (#29262) 7 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 7 months ago
Sina M 064f37d6f6
eth/tracers: live chain tracing with hooks (#29189) 8 months ago
rjl493456442 78c102dec5
core: skip the check the statefulness of head block in repair (#29245) 8 months ago
rjl493456442 c170fa277c
core: improve chain rewinding mechanism (#29196) 8 months ago
Péter Szilágyi b393ad8d29
cmd, core, metrics: always report expensive metrics (#29191) 8 months ago
Péter Szilágyi f4d53133f6
consensus, cmd, core, eth: remove support for non-merge mode of operation (#29169) 8 months ago
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003) 9 months ago
rjl493456442 fe91d476ba
all: remove the dependency from trie to triedb (#28824) 9 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 9 months ago
rjl493456442 eaac53ec38
core: reset tx lookup cache if necessary (#28865) 9 months ago
rjl493456442 6b0de79935
core: move tx indexer to its own file (#28857) 10 months ago
rjl493456442 78a3c32ef4
core, core/rawdb, eth/sync: no tx indexing during snap sync (#28703) 10 months ago
hyunchel 062598bb40
core/blockchain: fix typos and grammar (#28295) 1 year ago
Martin Holst Swende c1d5a012ea
core/state, tests: fix memory leak via fastcache (#28387) 1 year ago
phenix3443 b9450bfcca
core, eth: typos and some code formatting (#28201) 1 year ago
rjl493456442 73f5bcb75b
core, accounts, eth, trie: handle genesis state missing (#28171) 1 year ago
rjl493456442 c53b0fef2a
core, eth/downloader: fix genesis state missing due to state sync (#28124) 1 year ago
Jorge 53f3c2ae65
metrics, cmd/geth: informational metrics (prometheus, influxdb, opentsb) (#24877) 1 year ago
Péter Szilágyi 0c6bbeb423
core, eth, trie: expose more detailed dirty ram tracking for diff layers (#27971) 1 year ago
Delweng 7c0d90c8c9
core: ensure txindex will be triggered at least once (#27847) 1 year ago
Felix Lange 2a6beb6a39
core/types: support for optional blob sidecar in BlobTx (#27841) 1 year ago
Péter Szilágyi be65b47645
all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
rjl493456442 503f1f7ada
all: activate pbss as experimental feature (#26274) 1 year ago
rjl493456442 7de748d3f6
all: implement path-based state scheme (#25963) 1 year ago
Péter Szilágyi 57268f7e6c
all: rename dataGas to blobGas (#27789) 1 year ago
Felix Lange 393d4db18c
core/types: add 4844 data gas fields in Receipt (#27743) 1 year ago
rjl493456442 88f3d61468
all: expose block number information to statedb (#27753) 1 year ago
ucwong c40ab6af72
core/blockchain: fast to snap in comments (#27722) 1 year ago
rjl493456442 59f7b289c3
cmd, core, eth, graphql, trie: no persisted clean trie cache file (#27525) 1 year ago
aaronbuchwald d73eb87979
core: log message if DeriveFields returns error (#27530) 1 year ago
Dan Laine 154b016b6c
core: use slices package for sorting (#27489) 1 year ago
aaronbuchwald 93ecd77d77
core: remove unnecessary log copy (#27475) 1 year ago