core/filtermaps: two dimensional log filter data structure #3830
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)
|