Skip to content

fix: Adds retry to send raw transaction #8201

fix: Adds retry to send raw transaction

fix: Adds retry to send raw transaction #8201

GitHub Actions / Test Results failed Oct 31, 2024 in 0s

2 fail, 73 pass in 5m 44s

  3 files   -  21   27 suites   - 288   5m 44s ⏱️ - 32m 17s
 75 tests  - 533   73 ✅  - 520  0 💤  - 4  2 ❌  - 9 
225 runs   - 671  219 ✅  - 660  0 💤  - 4  6 ❌  - 7 

Results for commit b4ec668. ± Comparison against earlier commit dc77178.

Annotations

Check warning on line 0 in @release fail "eth_getTransactionReceipt" on precheck with wrong nonce error when sending a tx with a higher nonce

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-1 RPC Server Acceptance Tests RPC Server Acceptance …gher nonce (@release fail "eth_getTransactionReceipt" on precheck with wrong nonce error when sending a tx with a higher nonce)

test-results.39cb87b0bb2548d45017fc7750b1f123.xml [took 0s]
test-results.721dfeaf653923e75a03e7fec52f68cd.xml [took 0s]
test-results.e09bb27fd2b43eeb6f7bf08d52e7121b.xml [took 0s]
Raw output
expected AssertionError{ …(6) } to have keys 'response', or 'error'
AssertionError: expected AssertionError{ …(6) } to have keys 'response', or 'error'
    at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/helpers/assertions.ts:369:29
    at Generator.next (<anonymous>)
    at fulfilled (packages/server/tests/helpers/assertions.ts:47:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

       [
      -  "actual"
      -  "expected"
      -  "message"
      -  "operator"
      -  "showDiff"
      +  "error"
      +  "response"
       ]

Check warning on line 0 in @release fail "eth_getTransactionReceipt" on submitting with wrong nonce error when sending a tx with the same nonce twice

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-1 RPC Server Acceptance Tests RPC Server Acceptance …ce (@release fail "eth_getTransactionReceipt" on submitting with wrong nonce error when sending a tx with the same nonce twice)

test-results.39cb87b0bb2548d45017fc7750b1f123.xml [took 2s]
test-results.721dfeaf653923e75a03e7fec52f68cd.xml [took 2s]
test-results.e09bb27fd2b43eeb6f7bf08d52e7121b.xml [took 2s]
Raw output
expected undefined to exist
AssertionError: expected undefined to exist
    at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/rpc_batch1.spec.ts:1573:34
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 0)