Open agodlevska opened 2 months ago
I seem to be getting similar errors for BNB
Reproducible on https://portalbridge.com/.
Wormhole Connect: error completing transfer Error: could not coalesce error (error={ "code": -32000, "data": "transaction indexing is in progress", "message": "transaction indexing is in progress" }, payload={ "id": 11, "jsonrpc": "2.0", "method": "eth_getTransactionReceipt", "params": [ "0x4fe9538b3b1bb2095559b33c5acb99c166ed7f0cec952b64fa0f17585bacd49b" ] }, code=UNKNOWN_ERROR, version=6.13.2)
at makeError (pb-index-Bk8S0RNv.js:271:19452)
at Ui.getRpcError (pb-index-Bk8S0RNv.js:272:212791)
at Ui.getRpcError (evm-SljAss8Z-B6Ctor01.js:7:2076)
at pb-index-Bk8S0RNv.js:272:215073
this is because the blockchain state has not been completed propagate to all the nodes, and the queried node has an inconsistent state, looking on to manage it and retry if this is the case
Issue reproducible on https://preview.portalbridge.com/49dc473073/, when sending 0.0001 BNB from BSC (Rabby) to Fantom (Rabby).
Wormhole Connect: error completing transfer Error: could not coalesce error (error={ "code": -32000, "data": "transaction indexing is in progress", "message": "transaction indexing is in progress" }, payload={ "id": 23, "jsonrpc": "2.0", "method": "eth_getTransactionReceipt", "params": [ "0x8b29a24e3d9296afed41244c52ed42e3c1c8fbfa613deb47b7546713eb039b53" ] }, code=UNKNOWN_ERROR, version=6.13.3)
at makeError (pb-index-B2ANqJWe.js:271:19340)
at Go.getRpcError (pb-index-B2ANqJWe.js:272:212916)
at Go.getRpcError (evm-Dx7MGmIO-Y0Tyd2G4.js:7:2047)
at pb-index-B2ANqJWe.js:272:215198
Attachment:
Issue is reproducible on https://preview.portalbridge.com/0a16bf3ef2/, when sending from 0.0014 BSC (Rabby) to USDC on Optimism (Rabby) via Mayan Swift route.
The transaction is also not displayed in the progress widget, but is present in the transaction history.
Is there an existing issue for this?
Current Behavior
An error message "Error with transfer, please try again" is displayed, despite the transaction being successfully completed and the WBNB arriving in the Avalanche account (by checking transaction history and Avalanche account).
Expected Behavior
The transactions should proceed without any error messages.
Steps To Reproduce
Environment
Anything else?
Video link.