pjs 14 #2648
test.yml
on: push
Matrix: e2e-tests
Matrix: pkg-tests
merge-and-upload-coverage-reports
0s
Annotations
19 errors and 14 warnings
src/__tests__/contract.test.ts > BodhiSigner contract interaction > deploy and call contract:
packages/eth-providers/src/utils/utils.ts#L338
TypeError: Cannot read properties of undefined (reading 'succeed')
❯ Module.checkEvmExecutionError ../eth-providers/src/utils/utils.ts:338:19
❯ BodhiProvider.BaseProvider._ethCall ../eth-providers/src/base-provider.ts:886:5
❯ BodhiProvider.BaseProvider.estimateResources ../eth-providers/src/base-provider.ts:1122:21
❯ BodhiSigner.sendTransaction src/BodhiSigner.ts:288:32
|
src/__tests__/contract.test.ts > BodhiSigner contract interaction > deploy and call contract:
packages/eth-providers/src/utils/utils.ts#L338
TypeError: Cannot read properties of undefined (reading 'succeed')
❯ Module.checkEvmExecutionError ../eth-providers/src/utils/utils.ts:338:19
❯ BodhiProvider.BaseProvider._ethCall ../eth-providers/src/base-provider.ts:886:5
❯ BodhiProvider.BaseProvider.estimateResources ../eth-providers/src/base-provider.ts:1122:21
❯ BodhiSigner.sendTransaction src/BodhiSigner.ts:288:32
|
pkg-tests (bodhi)
Final attempt failed. Child_process exited with error code 1
|
e2e-tests (e2e-viem)
Final attempt failed. Child_process exited with error code 1
|
e2e-tests (e2e-hardhat)
Final attempt failed. Child_process exited with error code 4
|
e2e-tests (e2e-truffle)
Final attempt failed. Child_process exited with error code 1
|
src/__tests__/errors.test.ts > errors > not enough balance:
packages/eth-rpc-adapter/src/__tests__/errors.test.ts#L66
AssertionError: expected { id: +0, jsonrpc: '2.0', …(1) } to deeply equal { id: +0, jsonrpc: '2.0', …(1) }
- Expected
+ Received
Object {
"error": Object {
- "code": -32603,
- "message": "1010: {\"invalid\":{\"payment\":null}}",
+ "code": 6969,
+ "message": "Error: Cannot read properties of undefined (reading 'succeed')",
},
"id": 0,
"jsonrpc": "2.0",
}
❯ src/__tests__/errors.test.ts:66:30
|
src/__tests__/errors.test.ts > errors > correct error format for contract revert:
packages/eth-rpc-adapter/src/__tests__/errors.test.ts#L117
AssertionError: expected { code: 6969, …(1) } to deeply equal { code: -32603, …(2) }
- Expected
+ Received
Object {
- "code": -32603,
- "data": "0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000001d45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000",
- "message": "execution reverted: ERC20: insufficient allowance",
+ "code": 6969,
+ "message": "Error: Cannot read properties of undefined (reading 'succeed')",
}
❯ src/__tests__/errors.test.ts:117:27
|
src/__tests__/errors.test.ts > errors > throws outOfGas error when gaslimit too small > when eth call:
packages/eth-rpc-adapter/src/__tests__/errors.test.ts#L133
Error: Snapshot `errors > throws outOfGas error when gaslimit too small > when eth call 1` mismatched
- Expected
+ Received
{
- "code": -32603,
+ "code": 6969,
- "message": "execution error: outOfGas",
+ "message": "Error: Cannot read properties of undefined (reading 'succeed')",
}
❯ src/__tests__/errors.test.ts:133:21
|
src/__tests__/errors.test.ts > errors > throws outOfGas error when gaslimit too small > when estimateGas:
packages/eth-rpc-adapter/src/__tests__/errors.test.ts#L145
Error: Snapshot `errors > throws outOfGas error when gaslimit too small > when estimateGas 1` mismatched
- Expected
+ Received
{
- "code": -32603,
+ "code": 6969,
- "message": "execution error: outOfGas",
+ "message": "Error: Cannot read properties of undefined (reading 'succeed')",
}
❯ src/__tests__/errors.test.ts:145:21
|
src/__tests__/errors.test.ts > errors > throws outOfGas error when gaslimit too small > when send raw transaction:
packages/eth-rpc-adapter/src/__tests__/errors.test.ts#L158
Error: Snapshot `errors > throws outOfGas error when gaslimit too small > when send raw transaction 1` mismatched
- Expected
+ Received
{
- "code": -32603,
+ "code": 6969,
- "message": "execution error: outOfGas",
+ "message": "Error: Cannot read properties of undefined (reading 'succeed')",
}
❯ src/__tests__/errors.test.ts:158:21
|
src/__tests__/errors.test.ts > errors > throws outOfGas error when gaslimit too small > when send transaction with ethers:
packages/eth-rpc-adapter/src/__tests__/errors.test.ts#L171
Error: Snapshot `errors > throws outOfGas error when gaslimit too small > when send transaction with ethers 1` mismatched
Expected: "[Error: execution error: outOfGas]"
Received: "[Error: Error: Cannot read properties of undefined (reading 'succeed')]"
❯ src/__tests__/errors.test.ts:171:36
|
src/__tests__/endpoint-tests/eth_call.test.ts > eth_call > get correct procompile token info:
packages/eth-rpc-adapter/src/__tests__/endpoint-tests/eth_call.test.ts#L29
TypeError: Cannot read properties of undefined (reading 'toHexString')
❯ isHexable ../../node_modules/@ethersproject/bytes/src.ts/index.ts:58:21
❯ arrayify ../../node_modules/@ethersproject/bytes/src.ts/index.ts:115:9
❯ Interface.decodeFunctionResult ../../node_modules/@ethersproject/abi/src.ts/interface.ts:388:29
❯ src/__tests__/endpoint-tests/eth_call.test.ts:29:18
❯ src/__tests__/endpoint-tests/eth_call.test.ts:63:23
❯ src/__tests__/endpoint-tests/eth_call.test.ts:72:5
|
src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts > eth_sendRawTransaction > deploy contract (hello world) > with legacy EIP-155 signature > send tx correctly, gas estimation is accurate, receipt's gas info is accurate:
packages/eth-rpc-adapter/src/__tests__/utils/misc.ts#L19
Error: Error: Cannot read properties of undefined (reading 'succeed')
❯ Module.estimateGas src/__tests__/utils/misc.ts:19:11
❯ src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts:72:40
|
src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts > eth_sendRawTransaction > deploy contract (hello world) > with EIP-712 signature > send tx correctly, receipt's gas info is accurate:
packages/eth-rpc-adapter/src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts#L151
AssertionError: expected 'Error: Cannot read properties of unde…' to equal undefined
- Expected:
undefined
+ Received:
"Error: Cannot read properties of undefined (reading 'succeed')"
❯ src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts:151:44
|
src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts > eth_sendRawTransaction > call contract (transfer ACA) > with legacy EIP-155 signature > has correct balance after transfer, and receipt's gas info is accurate:
packages/eth-rpc-adapter/src/__tests__/utils/misc.ts#L19
Error: Error: Cannot read properties of undefined (reading 'succeed')
❯ Module.estimateGas src/__tests__/utils/misc.ts:19:11
❯ src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts:190:40
|
src/__tests__/evm-rpc-provider.test.ts > rpc test > call:
packages/eth-providers/src/utils/utils.ts#L5043
TypeError: Cannot read properties of undefined (reading 'succeed')
❯ Module.checkEvmExecutionError src/utils/utils.ts:5043:19
❯ EvmRpcProvider.BaseProvider._ethCall src/base-provider.ts:1561:11
❯ EvmRpcProvider.BaseProvider.call src/base-provider.ts:1506:12
❯ src/__tests__/evm-rpc-provider.test.ts:129:20
|
src/__tests__/evm-rpc-provider.test.ts > rpc test > call:
packages/eth-providers/src/utils/utils.ts#L5043
TypeError: Cannot read properties of undefined (reading 'succeed')
❯ Module.checkEvmExecutionError src/utils/utils.ts:5043:19
❯ EvmRpcProvider.BaseProvider._ethCall src/base-provider.ts:1561:11
❯ EvmRpcProvider.BaseProvider.call src/base-provider.ts:1506:12
❯ src/__tests__/evm-rpc-provider.test.ts:129:20
|
pkg-tests (eth-providers)
Final attempt failed. Child_process exited with error code 1
|
pkg-tests (eth-transactions)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pkg-tests (bodhi)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pkg-tests (bodhi)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
e2e-tests (e2e-viem)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-tests (e2e-viem)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
e2e-tests (e2e-hardhat)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-tests (e2e-hardhat)
Attempt 1 failed. Reason: Child_process exited with error code 4
|
e2e-tests (e2e-truffle)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
e2e-tests (e2e-truffle)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
e2e-tests (e2e-truffle)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
pkg-tests (eth-rpc-adapter)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pkg-tests (eth-rpc-adapter)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
pkg-tests (eth-providers)
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pkg-tests (eth-providers)
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-eth-transactions
|
38.4 KB |
|