core/filtermaps: two dimensional log filter data structure #3907
Annotations
10 errors
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Run tests:
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)
|
Loading