-
Notifications
You must be signed in to change notification settings - Fork 90
Description
Problem
After releasing 0.73 to testnet one of the tests seemed to fail, because a transaction was sent, but the receipt was not awaited for and this led to fail in the aassertion
The issue happens here
http://github.com/hiero-ledger/hiero-json-rpc-relay/blob/main/packages/server/tests/acceptance/rpc_batch1.spec.ts#L2500
Solution
Add polling for transaction receipt to ensure transaction is exported and MN has the information
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working