Various improvements #429
Annotations
3 errors and 5 warnings
src/test/anvil/setup.test.ts > anvil is setup:
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/2
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/2', '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/2
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/2', 'Request body: {"method":"eth_blobBaseFee"}' ], shortMessage: 'RPC Request failed.', version: '2.21.8', code: -32601, walk: 'Function<walk>' }
|
src/app/delegate/api/register/route.test.ts > successfuly calls PR creation:
src/app/delegate/api/register/route.test.ts#L55
Error: Snapshot `successfuly calls PR creation 2` mismatched
- Expected
+ Received
@@ -1,11 +1,11 @@
[
{
"address": "0x6A5DD51Da29914e8659b9CC354B414f30c7692c4",
"description": "Delegatee description",
"image": File {
- "lastModified": 1734515611255,
+ "lastModified": 1734517173391,
"name": "blob",
"type": "image/jpeg",
Symbol(buffer): {
"data": [
255,
❯ src/app/delegate/api/register/route.test.ts:55:48
|
test
Process completed with exit code 1.
|
install
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|