Skip to content

feat: move current node account id logging logic into sdk client #6373

feat: move current node account id logging logic into sdk client

feat: move current node account id logging logic into sdk client #6373

GitHub Actions / Test Results failed Nov 27, 2024 in 0s

2 fail, 2 skipped, 98 pass in 4m 7s

  3 files   -  16   72 suites   - 171   4m 7s ⏱️ - 29m 10s
102 tests  - 505   98 ✅  - 504  2 💤  - 2  2 ❌ +1 
306 runs   - 324  295 ✅  - 330  6 💤 +2  5 ❌ +4 

Results for commit ac4ae12. ± Comparison against earlier commit 59dd3be.

Annotations

Check warning on line 0 in Function calling HederaTokenService.isToken(token)

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-3 RPC Server Acceptance Tests eth_call with contract that calls precompiles Function calling HederaTokenService.isToken(token) (Function calling HederaTokenService.isToken(token))

test-results.489923d145e2c3c75dd225f454d42594.xml [took 6s]
test-results.560913ae18d741a3f92386bf16d9414f.xml [took 6s]
test-results.6ee8f6bd3df74a6664b7c5b22763b516.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

Check warning on line 0 in should allow eth_call to successfully process IHRC719.isAssociated() method

See this annotation in the file changed.

@github-actions github-actions / Test Results

2 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.489923d145e2c3c75dd225f454d42594.xml [took 0s]
test-results.560913ae18d741a3f92386bf16d9414f.xml [took 0s]
Raw output
missing revert data (action="call", data=null, reason=null, transaction={ "data": "0xd55fe5820000000000000000000000000000000000000000000000000000000000000462", "from": "0x78A13Cee77fea3eE9e8719C4dFf6E64915e73A1C", "to": "0x45A23Bde342A2C7E8C740A8AD769d38daf5BfF5C" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.2)
Error: missing revert data (action="call", data=null, reason=null, transaction={ "data": "0xd55fe5820000000000000000000000000000000000000000000000000000000000000462", "from": "0x78A13Cee77fea3eE9e8719C4dFf6E64915e73A1C", "to": "0x45A23Bde342A2C7E8C740A8AD769d38daf5BfF5C" }, 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)