Skip to content

internal/ethapi: implement eth_blobBaseFee and blob fields to eth_feeHistory #1761

internal/ethapi: implement eth_blobBaseFee and blob fields to eth_feeHistory

internal/ethapi: implement eth_blobBaseFee and blob fields to eth_feeHistory #1761

Triggered via pull request December 11, 2024 07:04
Status Failure
Total duration 15m 7s
Artifacts

test-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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