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.
rjl493456442
623b17ba20
core/state: state reader abstraction ( #29761 )
...
This pull request introduces a state.Reader interface for state
accessing.
The interface could be implemented in various ways. It can be pure trie
only reader, or the combination of trie and state snapshot. What's more,
this interface allows us to have more flexibility in the future, e.g.
the
archive reader (for accessing archive state).
Additionally, this pull request removes the following metrics
- `chain/snapshot/account/reads`
- `chain/snapshot/storage/reads`
2 months ago
..
testdata
cmd/geth: update testdata (vulncheck) ( #29714 )
6 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 )
12 months ago
attach_test.go
all: fix mismatched names in comments ( #29348 )
8 months ago
chaincmd.go
core/state: state reader abstraction ( #29761 )
2 months ago
config.go
eth/ethconfig: remove LES server config ( #30298 )
3 months ago
consolecmd.go
cmd/geth: remove unused parameter ( #29602 )
7 months ago
consolecmd_test.go
all: clean up goerli flag and config ( #30289 )
3 months ago
dbcmd.go
core/rawdb, triedb, cmd: create an isolated disk namespace for verkle ( #30105 )
4 months ago
exportcmd_test.go
all: simplify tests using t.TempDir() ( #30150 )
4 months ago
genesis_test.go
cmd/geth: fix failing test ( #28322 )
1 year ago
logging_test.go
all: simplify tests using t.TempDir() ( #30150 )
4 months ago
logtestcmd_active.go
cmd/geth, internal/debug: get rid of by-default log config ( #28801 )
10 months ago
logtestcmd_inactive.go
cmd/geth: test for logging-output ( #28373 )
1 year ago
main.go
all: clean up goerli flag and config ( #30289 )
3 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 )
12 months ago
snapshot.go
cmd/geth: remove unused param ( #29952 )
5 months ago
verkle.go
cmd, core, params, trie: add verkle access witness gas charging ( #29338 )
6 months ago
version_check.go
cmd: migrate to urfave/cli/v2 ( #24751 )
2 years ago
version_check_test.go
cmd: run tests in parallel ( #28546 )
12 months ago