Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jwasinger
85587d5ef2
cmd, core: prefetch reads too from tries if requested (#29807)
* cmd/utils, consensus/beacon, core/state: when configured via stub flag: prefetch all reads from account/storage tries, terminate prefetcher synchronously.
* cmd, core/state: fix nil panic, fix error handling, prefetch nosnap too
* core/state: expand prefetcher metrics for reads and writes separately
* cmd/utils, eth: fix noop collect witness flag
---------
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
|
8 months ago |
.. |
testdata
|
cmd/geth: update testdata (vulncheck) (#29714)
|
8 months ago |
accountcmd.go
|
cmd/geth: make account commands not require datadir lock (#27084)
|
2 years ago |
accountcmd_test.go
|
cmd: run tests in parallel (#28546)
|
1 year ago |
attach_test.go
|
all: fix mismatched names in comments (#29348)
|
10 months ago |
chaincmd.go
|
cmd/geth: remove unused param (#29952)
|
8 months ago |
config.go
|
cmd/geth: remove unused parameter (#29602)
|
9 months ago |
consolecmd.go
|
cmd/geth: remove unused parameter (#29602)
|
9 months ago |
consolecmd_test.go
|
cmd, core, params, trie: add verkle access witness gas charging (#29338)
|
9 months ago |
dbcmd.go
|
core/rawdb, trie: improve db APIs for accessing trie nodes (#29362)
|
9 months ago |
exportcmd_test.go
|
cmd: run tests in parallel (#28546)
|
1 year ago |
genesis_test.go
|
cmd/geth: fix failing test (#28322)
|
1 year ago |
logging_test.go
|
accounts, cmd/geth, core: close opened files (#29598)
|
9 months ago |
logtestcmd_active.go
|
cmd/geth, internal/debug: get rid of by-default log config (#28801)
|
1 year ago |
logtestcmd_inactive.go
|
cmd/geth: test for logging-output (#28373)
|
1 year ago |
main.go
|
cmd, core: prefetch reads too from tries if requested (#29807)
|
8 months ago |
misccmd.go
|
all: remove ethash pow, only retain shims needed for consensus and tests (#27178)
|
2 years ago |
run_test.go
|
cmd, les, tests: remove light client code (#28586)
|
1 year ago |
snapshot.go
|
cmd/geth: remove unused param (#29952)
|
8 months ago |
verkle.go
|
cmd, core, params, trie: add verkle access witness gas charging (#29338)
|
9 months ago |
version_check.go
|
cmd: migrate to urfave/cli/v2 (#24751)
|
3 years ago |
version_check_test.go
|
cmd: run tests in parallel (#28546)
|
1 year ago |