feat: add api to query bundles by block range #131
Triggered via pull request
December 10, 2024 11:20
Status
Failure
Total duration
28m 27s
Artifacts
–
Annotations
10 errors and 1 warning
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L698
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 Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L855
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 Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L1049
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L1087
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L1121
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L1154
cannot use b (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L1624
cannot use backend (variable of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L1953
cannot use backend (variable of type *testBackend) as Backend value in argument to NewTransactionAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L2022
cannot use backend (variable of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest):
internal/ethapi/api_test.go#L2141
cannot use backend (variable of type *testBackend) as Backend value in argument to NewBlockChainAPI: *testBackend does not implement Backend (missing method Bundles)
|
unit-test (1.21.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|