Skip to content

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

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

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

Triggered via pull request September 14, 2024 00:28
Status Failure
Total duration 1m 56s
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#L644
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#L810
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#L1107
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#L2215
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#L2253
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#L2284
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#L2322
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#L2819
cannot use backend (variable of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method GetBlockLvPointer)