feat(snap): add state expiry support to snap sync #288
Annotations
10 errors
golang-lint (1.19.x, ubuntu-latest):
eth/ethconfig/config.go#L35
could not import github.com/ethereum/go-ethereum/eth/downloader (-: # github.com/ethereum/go-ethereum/eth/downloader
|
golang-lint (1.19.x, ubuntu-latest):
eth/downloader/downloader.go#L1501
cannot use d.blockchain.Config() (value of type *params.ChainConfig) as type *types.StateExpiryConfig in argument to types.GetStateEpoch
|
golang-lint (1.19.x, ubuntu-latest):
eth/downloader/downloader.go#L1551
cannot use d.blockchain.Config() (value of type *params.ChainConfig) as type *types.StateExpiryConfig in argument to types.GetStateEpoch
|
golang-lint (1.19.x, ubuntu-latest):
eth/downloader/downloader.go#L1594
cannot use d.blockchain.Config() (value of type *params.ChainConfig) as type *types.StateExpiryConfig in argument to types.GetStateEpoch) (typecheck)
|
golang-lint (1.19.x, ubuntu-latest):
miner/stress/clique/main.go#L38
could not import github.com/ethereum/go-ethereum/eth/downloader (-: # github.com/ethereum/go-ethereum/eth/downloader
|
golang-lint (1.19.x, ubuntu-latest):
eth/downloader/downloader.go#L1501
cannot use d.blockchain.Config() (value of type *params.ChainConfig) as type *types.StateExpiryConfig in argument to types.GetStateEpoch
|
golang-lint (1.19.x, ubuntu-latest):
eth/downloader/downloader.go#L1551
cannot use d.blockchain.Config() (value of type *params.ChainConfig) as type *types.StateExpiryConfig in argument to types.GetStateEpoch
|
golang-lint (1.19.x, ubuntu-latest):
eth/downloader/downloader.go#L1594
cannot use d.blockchain.Config() (value of type *params.ChainConfig) as type *types.StateExpiryConfig in argument to types.GetStateEpoch) (typecheck)
|
golang-lint (1.19.x, ubuntu-latest):
cmd/faucet/faucet.go#L49
could not import github.com/ethereum/go-ethereum/eth/downloader (-: # github.com/ethereum/go-ethereum/eth/downloader
|
golang-lint (1.19.x, ubuntu-latest):
eth/downloader/downloader.go#L1501
cannot use d.blockchain.Config() (value of type *params.ChainConfig) as type *types.StateExpiryConfig in argument to types.GetStateEpoch
|