Skip to content

core/filtermaps: two dimensional log filter data structure (WIP) #3907

core/filtermaps: two dimensional log filter data structure (WIP)

core/filtermaps: two dimensional log filter data structure (WIP) #3907

Triggered via pull request September 19, 2024 19:43
Status Failure
Total duration 2m 0s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: eth/filters/bench_test.go#L135
cannot use backend (variable of type *testBackend) as Backend value in argument to NewFilterSystem: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: eth/filters/filter_system_test.go#L178
cannot use backend (variable of type *testBackend) as Backend value in argument to NewFilterSystem: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L647
cannot use newTestBackend(t, genBlocks, genesis, beacon.New(ethash.NewFaker()), func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L813
cannot use newTestBackend(t, genBlocks, genesis, beacon.New(ethash.NewFaker()), func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L1110
cannot use newTestBackend(t, genBlocks, genesis, ethash.NewFaker(), func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L2218
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L2256
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L2287
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L2325
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)
build: internal/ethapi/api_test.go#L2824
cannot use backend (variable of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)