core/state: fix snapshot recovery #303
Annotations
10 errors
golang-lint (1.19.x, ubuntu-latest):
beacon/engine/types.go#L27
could not import github.com/ethereum/go-ethereum/trie (-: # github.com/ethereum/go-ethereum/trie
|
golang-lint (1.19.x, ubuntu-latest):
trie/trie_reader.go#L70
tr.emdb undefined (type *trieReader has no field or method emdb)
|
golang-lint (1.19.x, ubuntu-latest):
trie/trie_reader.go#L70
undefined: epochmeta.NewEpochMetaDatabase) (typecheck)
|
golang-lint (1.19.x, ubuntu-latest):
consensus/beacon/consensus.go#L33
could not import github.com/ethereum/go-ethereum/trie (-: # github.com/ethereum/go-ethereum/trie
|
golang-lint (1.19.x, ubuntu-latest):
trie/trie_reader.go#L70
tr.emdb undefined (type *trieReader has no field or method emdb)
|
golang-lint (1.19.x, ubuntu-latest):
trie/trie_reader.go#L70
undefined: epochmeta.NewEpochMetaDatabase) (typecheck)
|
golang-lint (1.19.x, ubuntu-latest):
core/state/pruner/pruner.go#L49
could not import github.com/ethereum/go-ethereum/trie (-: # github.com/ethereum/go-ethereum/trie
|
golang-lint (1.19.x, ubuntu-latest):
trie/trie_reader.go#L70
tr.emdb undefined (type *trieReader has no field or method emdb)
|
golang-lint (1.19.x, ubuntu-latest):
trie/trie_reader.go#L70
undefined: epochmeta.NewEpochMetaDatabase) (typecheck)
|
golang-lint (1.19.x, ubuntu-latest):
tests/fuzzers/les/les-fuzzer.go#L61
missing type in composite literal (typecheck)
|