Various improvements #418
Annotations
2 errors and 1 warning
test:
src/test/anvil/setup.test.ts#L14
AssertionError: promise rejected "MethodNotFoundRpcError: The method "eth_b… { …(7) }" instead of resolving
❯ src/test/anvil/setup.test.ts:14:45
Caused by: Caused by: MethodNotFoundRpcError: The method "eth_blobBaseFee" does not exist / is not available.
URL: http://127.0.0.1:8545/3
Request body: {"method":"eth_blobBaseFee"}
Details: Method not found
Version: 2.21.8
❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:132:25
❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'Method not found', docsPath: undefined, metaMessages: [ 'URL: http://127.0.0.1:8545/3', 'Request body: {"method":"eth_blobBaseFee"}' ], shortMessage: 'The method "eth_blobBaseFee" does not exist / is not available.', version: '2.21.8', code: -32601, walk: 'Function<walk>' }
Caused by: Caused by: RpcRequestError: RPC Request failed.
URL: http://127.0.0.1:8545/3
Request body: {"method":"eth_blobBaseFee"}
Details: Method not found
Version: 2.21.8
❯ request node_modules/viem/clients/transports/http.ts:132:19
❯ withRetry.delay.count.count node_modules/viem/utils/buildRequest.ts:118:22
❯ attemptRetry node_modules/viem/utils/promise/withRetry.ts:44:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'Method not found', docsPath: undefined, metaMessages: [ 'URL: http://127.0.0.1:8545/3', 'Request body: {"method":"eth_blobBaseFee"}' ], shortMessage: 'RPC Request failed.', version: '2.21.8', code: -32601, walk: 'Function<walk>' }
|
test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading