plugeth/cmd/geth
Martin Holst Swende e0a9752b96
cmd/geth: add db check-state-content to verify integrity of trie nodes (#24840)
This PR adds db tooling (geth db check-state-content)  to verify the integrity of trie nodes. It iterates through the 32-byte key space in the database, which is expected to contain RLP-encoded trie nodes, addressed by hash.
2022-05-17 13:01:46 +02:00
..
testdata cmd/geth: update vulnerabilities.json testdata (#24856) 2022-05-16 13:41:36 +02:00
accountcmd_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
accountcmd.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
chaincmd.go cmd/geth: fix init genesis for dev (#24693) 2022-05-04 16:14:14 +02:00
config.go cmd: group network and db path flags together (#24698) 2022-05-03 08:46:17 +02:00
consolecmd_test.go params: set ropsten TTD for TheMerge (#24876) 2022-05-16 07:32:56 +03:00
consolecmd.go cmd: group network and db path flags together (#24698) 2022-05-03 08:46:17 +02:00
dao_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
dbcmd.go cmd/geth: add db check-state-content to verify integrity of trie nodes (#24840) 2022-05-17 13:01:46 +02:00
genesis_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
les_test.go cmd/geth: fix IPC probe in les test (#23094) 2021-06-25 12:40:37 +02:00
main.go cmd/geth: print info banner for --dev mode (#24759) 2022-05-11 00:29:22 +02:00
misccmd.go core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
run_test.go all: use T.TempDir to create temporary test directories (#24633) 2022-04-08 15:44:55 +02:00
snapshot.go cmd: group network and db path flags together (#24698) 2022-05-03 08:46:17 +02:00
usage.go cmd, eth: fix required blocks regression 2022-05-04 19:55:17 +03:00
version_check_test.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
version_check.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00