feat: transaction with CONTRACT_NEGATIVE_VALUE
breaks some routes
#9800
3 fail, 73 pass in 8m 0s
Annotations
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…iveGasPrice" for SYNTHETIC HTS transaction (@release should return the right "effectiveGasPrice" for SYNTHETIC HTS transaction)
test-results.6679802a9235d0a151ab62d4a3d8ab99.xml [took 11s]
Raw output
transaction must have been frozen before calculating the hash will be stable, try calling `freeze`
Error: transaction must have been frozen before calculating the hash will be stable, try calling `freeze`
at TransferTransaction._requireFrozen (packages/server/node_modules/@hashgraph/sdk/lib/transaction/Transaction.cjs:1550:13)
at TransferTransaction.signWith (packages/server/node_modules/@hashgraph/sdk/lib/transaction/Transaction.cjs:621:12)
at TransferTransaction._beforeExecute (packages/server/node_modules/@hashgraph/sdk/lib/transaction/Transaction.cjs:1188:18)
at TransferTransaction.execute (packages/server/node_modules/@hashgraph/sdk/lib/Executable.cjs:538:16)
at Context.<anonymous> (packages/server/tests/acceptance/rpc_batch1.spec.ts:963:80)
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)
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…on" for deterministic deployment transaction (should execute "eth_sendRawTransaction" for deterministic deployment transaction)
test-results.6679802a9235d0a151ab62d4a3d8ab99.xml [took 5s]
Raw output
server response 400 Bad Request (request={ }, response={ }, error=null, info={ "requestUrl": "http://localhost:7546", "responseBody": "{\"error\":{\"code\":-32001,\"message\":\"[Request ID: a67677c8-97bc-4c21-9965-9c279ba7c71a] Requested resource not found. address '0x3fAB184622Dc19b6109349B94811493BF2a45362'.\"},\"jsonrpc\":\"2.0\",\"id\":91}", "responseStatus": "400 Bad Request" }, code=SERVER_ERROR, version=6.13.5)
Error: server response 400 Bad Request (request={ }, response={ }, error=null, info={ "requestUrl": "http://localhost:7546", "responseBody": "{\"error\":{\"code\":-32001,\"message\":\"[Request ID: a67677c8-97bc-4c21-9965-9c279ba7c71a] Requested resource not found. address '0x3fAB184622Dc19b6109349B94811493BF2a45362'.\"},\"jsonrpc\":\"2.0\",\"id\":91}", "responseStatus": "400 Bad Request" }, code=SERVER_ERROR, version=6.13.5)
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
1 out of 2 runs failed: RPC Server Acceptance Tests Acceptance tests @api-batch-1 RPC Server Acceptance Tests RPC Server Accept…ceiver_sig_required disabled (should execute "eth_sendRawTransaction" if receiver's account has receiver_sig_required disabled)
test-results.6679802a9235d0a151ab62d4a3d8ab99.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)