internal/ethapi: implement eth_blobBaseFee and blob fields to eth_feeHistory #1761
Annotations
5 errors and 1 warning
test:
internal/ethapi/api_test.go#L650
cannot use newTestBackend(t, genBlocks, genesis, ethash.NewFaker(), func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as Backend value in argument to NewPublicBlockChainAPI: *testBackend does not implement Backend (missing method BlobBaseFee)
|
test:
internal/ethapi/api_test.go#L765
cannot use newTestBackend(t, genBlocks, genesis, ethash.NewFaker(), func(i int, b *core.BlockGen) {…}) (value of type *testBackend) as Backend value in argument to NewPublicBlockChainAPI: *testBackend does not implement Backend (missing method BlobBaseFee)
|
test:
internal/ethapi/api_test.go#L1052
cannot use b (variable of type *testBackend) as Backend value in argument to NewPublicTransactionPoolAPI: *testBackend does not implement Backend (missing method BlobBaseFee)
|
test:
internal/ethapi/api_test.go#L1283
cannot use b (variable of type *testBackend) as Backend value in argument to NewPublicTransactionPoolAPI: *testBackend does not implement Backend (missing method BlobBaseFee)
|
test
Process completed with exit code 2.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|