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
d71831255d
core/state/snapshot: port changes from 29995 ( #30040 )
...
#29995 has been reverted due to an unexpected flaw in the state snapshot
process.
Specifically, it attempts to stop the state snapshot generation, which
could potentially
cause the system to halt if the generation is not currently running.
This pull request ports the changes made in #29995 and fixes the flaw.
2 months ago
..
context.go
all: fix various typos ( #29600 )
7 months ago
conversion.go
core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie ( #29313 )
7 months ago
difflayer.go
all: remove dependency on golang.org/exp ( #29314 )
8 months ago
difflayer_test.go
all: remove deprecated uses of math.rand ( #26710 )
2 years ago
disklayer.go
core/state/snapshot: port changes from 29995 ( #30040 )
2 months ago
disklayer_test.go
all: fix typos in comments ( #28881 )
9 months ago
generate.go
core/state/snapshot: port changes from 29995 ( #30040 )
2 months ago
generate_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
5 months ago
holdable_iterator.go
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
holdable_iterator_test.go
all: update license headers and AUTHORS from git history ( #24947 )
3 years ago
iterator.go
core: fix typo in iterator.go ( #23502 )
3 years ago
iterator_binary.go
all: fix various typos ( #29600 )
7 months ago
iterator_fast.go
all: fix various typos ( #29600 )
7 months ago
iterator_test.go
core, rlp: remove duplicated words ( #29964 )
5 months ago
journal.go
all: remove the dependency from trie to triedb ( #28824 )
9 months ago
metrics.go
all: fix spelling mistakes ( #25961 )
2 years ago
snapshot.go
core/state/snapshot: port changes from 29995 ( #30040 )
2 months ago
snapshot_test.go
all: use uint256 in state ( #28598 )
10 months ago
utils.go
core/state/snapshot, core/types, eth: move account definition to type ( #27323 )
1 year ago