fix: the bug of blobsidecars and downloader with multi-database #4043
Annotations
8 errors and 1 warning
trie/committer.go#L1
: # github.com/ethereum/go-ethereum/trie [github.com/ethereum/go-ethereum/trie.test]
|
trie/stacktrie_fuzzer_test.go#L45
cannot use spongeA (variable of type *spongeDb) as ethdb.KeyValueStore value in argument to rawdb.NewDatabase: *spongeDb does not implement ethdb.KeyValueStore (missing method BlockStoreReader)
|
trie/stacktrie_fuzzer_test.go#L48
cannot use spongeB (variable of type *spongeDb) as ethdb.KeyValueStore value in argument to rawdb.NewDatabase: *spongeDb does not implement ethdb.KeyValueStore (missing method BlockStoreReader)
|
trie/trie_test.go#L890
cannot use s (variable of type *spongeDb) as ethdb.KeyValueStore value in argument to rawdb.NewDatabase: *spongeDb does not implement ethdb.KeyValueStore (missing method BlockStoreReader)
|
trie/trie_test.go#L921
cannot use s (variable of type *spongeDb) as ethdb.KeyValueStore value in argument to rawdb.NewDatabase: *spongeDb does not implement ethdb.KeyValueStore (missing method BlockStoreReader)
|
trie/trie_test.go#L957
cannot use s (variable of type *spongeDb) as ethdb.KeyValueStore value in argument to rawdb.NewDatabase: *spongeDb does not implement ethdb.KeyValueStore (missing method BlockStoreReader)
|
trie/trie_test.go#L1028
cannot use s (variable of type *spongeDb) as ethdb.KeyValueStore value in argument to rawdb.NewDatabase: *spongeDb does not implement ethdb.KeyValueStore (missing method BlockStoreReader) (typecheck)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading