chore: blockscout example project #3793
4 fail, 32 pass in 5m 57s
3 files 114 suites 5m 57s ⏱️
36 tests 32 ✅ 0 💤 4 ❌
108 runs 101 ✅ 0 💤 7 ❌
Results for commit b14bbd2.
Annotations
Check warning on line 0 in other account transfers tokens back to owner
github-actions / Test Results
1 out of 3 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests ERC20 Contract should behave like … when the spender has enough tokens other account transfers tokens back to owner (other account transfers tokens back to owner)
test-results.87a32313234b843d94a395639453908c.xml [took 5s]
Raw output
expected '0' to equal '10000'
AssertionError: expected '0' to equal '10000'
at Context.<anonymous> (packages/server/tests/acceptance/erc20.spec.ts:220:57)
at Generator.next (<anonymous>)
at fulfilled (packages/server/tests/acceptance/erc20.spec.ts:47:58)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
+ expected - actual
-0
+10000
Check warning on line 0 in @release contract owner transfers tokens
github-actions / Test Results
2 out of 3 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests HTS token should behave like erc20… address when the spender has enough tokens @release contract owner transfers tokens (@release contract owner transfers tokens)
test-results.534275a6a273a8f2056f060bcf39aa0f.xml [took 5s]
test-results.87a32313234b843d94a395639453908c.xml [took 0s]
Raw output
nonce has already been used (transaction="0x02f8af82012a048086014a9e98780082a45c94000000000000000000000000000000000000040d80b844a9059cbb000000000000000000000000278938603eb5195093fbbe46b0c611e0414ca3da0000000000000000000000000000000000000000000000000000000000002710c080a06a69658bf06b122e8abb0293332e1bd292adbaae50e1323a88db293458e17f61a07ec630f1d85153f58f64ffe40c1713cc13badfd9bd414350566e0301880652b8", info={ "error": { "code": 32001, "message": "[Request ID: 7ed00b58-4d9d-4173-9833-572afa9c9e44] Nonce too low. Provided nonce: 4, current nonce: 5" } }, code=NONCE_EXPIRED, version=6.13.2)
Error: nonce has already been used (transaction="0x02f8af82012a048086014a9e98780082a45c94000000000000000000000000000000000000040d80b844a9059cbb000000000000000000000000278938603eb5195093fbbe46b0c611e0414ca3da0000000000000000000000000000000000000000000000000000000000002710c080a06a69658bf06b122e8abb0293332e1bd292adbaae50e1323a88db293458e17f61a07ec630f1d85153f58f64ffe40c1713cc13badfd9bd414350566e0301880652b8", info={ "error": { "code": 32001, "message": "[Request ID: 7ed00b58-4d9d-4173-9833-572afa9c9e44] Nonce too low. Provided nonce: 4, current nonce: 5" } }, code=NONCE_EXPIRED, version=6.13.2)
at makeError (packages/server/node_modules/ethers/src.ts/utils/errors.ts:694:21)
at JsonRpcProvider.getRpcError (packages/server/node_modules/ethers/src.ts/providers/provider-jsonrpc.ts:1031:33)
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 emits a transfer event
github-actions / Test Results
2 out of 3 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests HTS token should behave like erc20…s when the recipient is not the zero address when the spender has enough tokens emits a transfer event (emits a transfer event)
test-results.534275a6a273a8f2056f060bcf39aa0f.xml [took 4m 0s]
test-results.87a32313234b843d94a395639453908c.xml [took 0s]
Raw output
Cannot read properties of undefined (reading 'wait')
TypeError: Cannot read properties of undefined (reading 'wait')
at Context.<anonymous> (packages/server/tests/acceptance/erc20.spec.ts:206:51)
at Generator.next (<anonymous>)
at /home/runner/_work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance/erc20.spec.ts:50:71
at new Promise (<anonymous>)
at __awaiter (packages/server/tests/acceptance/erc20.spec.ts:46:12)
at Context.<anonymous> (packages/server/tests/acceptance/erc20.spec.ts:214:52)
at processImmediate (node:internal/timers:483:21)
Check warning on line 0 in other account transfers tokens back to owner
github-actions / Test Results
2 out of 3 runs failed: RPC Server Acceptance Tests Acceptance tests @erc20 Acceptance Tests HTS token should behave like erc20… when the spender has enough tokens other account transfers tokens back to owner (other account transfers tokens back to owner)
test-results.534275a6a273a8f2056f060bcf39aa0f.xml [took 0s]
test-results.87a32313234b843d94a395639453908c.xml [took 0s]
Raw output
execution reverted (no data present; likely require(false) occurred (action="estimateGas", data="0x", reason="require(false)", transaction={ "data": "0xa9059cbb0000000000000000000000006497368dfe9d0ef9474c86da79d937d840b601350000000000000000000000000000000000000000000000000000000000002710", "from": "0x278938603Eb5195093FBbe46B0C611E0414ca3dA", "to": "0x000000000000000000000000000000000000040d" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.2)
Error: execution reverted (no data present; likely require(false) occurred (action="estimateGas", data="0x", reason="require(false)", transaction={ "data": "0xa9059cbb0000000000000000000000006497368dfe9d0ef9474c86da79d937d840b601350000000000000000000000000000000000000000000000000000000000002710", "from": "0x278938603Eb5195093FBbe46B0C611E0414ca3dA", "to": "0x000000000000000000000000000000000000040d" }, 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)