feat: move current node account id logging logic into sdk client #6373
6 fail, 4 skipped, 598 pass in 47m 44s
Annotations
Check warning on line 0 in should return 0x0 for account alias on eth_getCode
github-actions / Test Results
1 out of 2 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-2 RPC Server Acceptance Tests eth_getCode should return 0x0 for account alias on eth_getCode (should return 0x0 for account alias on eth_getCode)
test-results.93ebe7358c4560af9f84ffeba47309b1.xml [took 10s]
Raw output
server response 500 Internal Server Error (request={ }, response={ }, error=null, info={ "requestUrl": "http://localhost:7546", "responseBody": "{\"error\":{\"code\":-32603,\"message\":\"[Request ID: 617ff0a0-ffec-4fb9-8997-caf32ae37ae8] Unknown error invoking RPC\"},\"jsonrpc\":\"2.0\",\"id\":76}", "responseStatus": "500 Internal Server Error" }, code=SERVER_ERROR, version=6.13.2)
Error: server response 500 Internal Server Error (request={ }, response={ }, error=null, info={ "requestUrl": "http://localhost:7546", "responseBody": "{\"error\":{\"code\":-32603,\"message\":\"[Request ID: 617ff0a0-ffec-4fb9-8997-caf32ae37ae8] Unknown error invoking RPC\"},\"jsonrpc\":\"2.0\",\"id\":76}", "responseStatus": "500 Internal Server Error" }, code=SERVER_ERROR, version=6.13.2)
at makeError (packages/server/node_modules/ethers/src.ts/utils/errors.ts:694:21)
at assert (packages/server/node_modules/ethers/src.ts/utils/errors.ts:715:25)
at FetchResponse.assertOk (packages/server/node_modules/ethers/src.ts/utils/fetch.ts:950:15)
at JsonRpcProvider._send (packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:1245:18)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:537:40
github-actions / Test Results
RPC Server Acceptance Tests Acceptance tests @api-batch-2 RPC Server Acceptance Tests "before each" hook for "should execute "e…current state changes" ("before each" hook for "should execute "eth_getStorageAt" request to get current state changes") failed
test-results.93ebe7358c4560af9f84ffeba47309b1.xml [took 4m 0s]
Raw output
Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
at listOnTimeout (node:internal/timers:581:17)
at processTimers (node:internal/timers:519:7)
github-actions / Test Results
1 out of 2 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-1 RPC Server Acceptance Tests RPC Server Accept…" to deploy a large contract (should delete the file created while execute "eth_sendRawTransaction" to deploy a large contract)
test-results.b5d385821079d054ee4705d40913b1e2.xml [took 2s]
Raw output
expected false to be true
AssertionError: expected false to be true
at Context.<anonymous> (packages/server/tests/acceptance/rpc_batch1.spec.ts:1303:41)
at Generator.next (<anonymous>)
at fulfilled (packages/server/tests/acceptance/rpc_batch1.spec.ts:24:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-false
+true
Check warning on line 0 in Function calling HederaTokenService.isToken(token)
github-actions / Test Results
1 out of 3 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-3 RPC Server Acceptance Tests eth_call with con… that calls precompiles Function calling HederaTokenService.isToken(token) (Function calling HederaTokenService.isToken(token))
test-results.46990b8948e635a648d8dc388d558aa2.xml [took 6s]
Raw output
expected '0x' to equal '0x00000000000000000000000000000000000…'
AssertionError: expected '0x' to equal '0x00000000000000000000000000000000000…'
at Suite.<anonymous> (packages/server/tests/acceptance/rpc_batch3.spec.ts:788:22)
at Generator.next (<anonymous>)
at fulfilled (packages/server/tests/acceptance/rpc_batch3.spec.ts:47:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-0x
+0x0000000000000000000000000000000000000000000000000000000000000001
github-actions / Test Results
1 out of 3 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-3 RPC Server Acceptance Tests eth_call with con…uccessfully process IHRC719.isAssociated() method (should allow eth_call to successfully process IHRC719.isAssociated() method)
test-results.46990b8948e635a648d8dc388d558aa2.xml [took 0s]
Raw output
missing revert data (action="call", data=null, reason=null, transaction={ "data": "0xd55fe5820000000000000000000000000000000000000000000000000000000000000428", "from": "0x9E48B49290790b8786987F14248Ed918B67632a5", "to": "0x8029f5A9424493B2F7Ff1B44ff90ccCe5AEa15D5" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.2)
Error: missing revert data (action="call", data=null, reason=null, transaction={ "data": "0xd55fe5820000000000000000000000000000000000000000000000000000000000000428", "from": "0x9E48B49290790b8786987F14248Ed918B67632a5", "to": "0x8029f5A9424493B2F7Ff1B44ff90ccCe5AEa15D5" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.2)
at makeError (packages/server/node_modules/ethers/src.ts/utils/errors.ts:694:21)
at getBuiltinCallException (packages/server/node_modules/ethers/src.ts/abi/abi-coder.ts:118:21)
at Function.getBuiltinCallException (packages/server/node_modules/ethers/src.ts/abi/abi-coder.ts:235:16)
at JsonRpcProvider.getRpcError (packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:989:32)
at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:563:45
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Check warning on line 0 in "before all" hook in "Debug API Test Suite"
github-actions / Test Results
All 2 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-3 RPC Server Acceptance Tests Debug API Test Suite "before all" hook in "Debug API Test Suite" ("before all" hook in "Debug API Test Suite")
test-results.249fa7a4f0c3cf8ceb01414d30c50106.xml [took 4m 0s]
test-results.5b0f7d13bcc252b023edf7d9951e2a98.xml [took 4m 0s]
Raw output
Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/index.spec.ts)
at listOnTimeout (node:internal/timers:581:17)
at processTimers (node:internal/timers:519:7)