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
59ac229f87
core/state/snapshot: detect and clean up dangling storage snapshot in generation (#24811)
* core/state/snapshot: check dangling storages when generating snapshot
* core/state/snapshot: polish
* core/state/snapshot: wipe the last part of the dangling storages
* core/state/snapshot: fix and add tests
* core/state/snapshot: fix comment
* README: remove mentions of fast sync (#24656)
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
* core, cmd: expose dangling storage detector for wider usage
* core/state/snapshot: rename variable
* core, ethdb: use global iterators for snapshot generation
* core/state/snapshot: polish
* cmd, core/state/snapshot: polish
* core/state/snapshot: polish
* Update core/state/snapshot/generate.go
Co-authored-by: Martin Holst Swende <martin@swende.se>
* ethdb: extend db test suite and fix memorydb iterator
* ethdb/dbtest: rollback changes
* ethdb/memorydb: simplify iteration
* core/state/snapshot: update dangling counter
* core/state/snapshot: release iterators
* core/state/snapshot: update metrics
* core/state/snapshot: update time metrics
* metrics/influxdb: temp solution to present counter meaningfully, remove it
* add debug log, revert later
* core/state/snapshot: fix iterator panic
* all: customized snapshot iterator for backward iteration
* core, ethdb: polish
* core/state/snapshot: remove debug log
* core/state/snapshot: address comments from peter
* core/state/snapshot: reopen the iterator at the next position
* ethdb, core/state/snapshot: address comment from peter
* core/state/snapshot: reopen exhausted iterators
Co-authored-by: Tbnoapi <63448616+nuoomnoy02@users.noreply.github.com>
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Martin Holst Swende <martin@swende.se>
|
3 years ago |
.. |
testdata
|
cmd/geth: update vulnerabilities.json testdata (#24856)
|
3 years ago |
accountcmd.go
|
all: replace uses of ioutil with io and os (#24869)
|
3 years ago |
accountcmd_test.go
|
all: replace non-trivial uses of package ioutil with os (#24886)
|
3 years ago |
chaincmd.go
|
cmd/geth: fix init genesis for dev (#24693)
|
3 years ago |
config.go
|
cmd: group network and db path flags together (#24698)
|
3 years ago |
consolecmd.go
|
cmd: group network and db path flags together (#24698)
|
3 years ago |
consolecmd_test.go
|
params: set ropsten TTD for TheMerge (#24876)
|
3 years ago |
dao_test.go
|
all: replace uses of ioutil with io and os (#24869)
|
3 years ago |
dbcmd.go
|
cmd/geth: add `db check-state-content` to verify integrity of trie nodes (#24840)
|
3 years ago |
genesis_test.go
|
all: replace uses of ioutil with io and os (#24869)
|
3 years ago |
les_test.go
|
cmd/geth: fix IPC probe in les test (#23094)
|
3 years ago |
main.go
|
cmd/geth: print info banner for --dev mode (#24759)
|
3 years ago |
misccmd.go
|
core, eth: split eth package, implement snap protocol (#21482)
|
4 years ago |
run_test.go
|
all: use T.TempDir to create temporary test directories (#24633)
|
3 years ago |
snapshot.go
|
core/state/snapshot: detect and clean up dangling storage snapshot in generation (#24811)
|
3 years ago |
usage.go
|
cmd, eth: fix required blocks regression
|
3 years ago |
version_check.go
|
all: replace uses of ioutil with io and os (#24869)
|
3 years ago |
version_check_test.go
|
all: replace non-trivial uses of package ioutil with os (#24886)
|
3 years ago |