You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executed from the frontend, this transaction would have failed before the user is redirected to NEAR Wallet.
This is the same issue encountered on Ropsten previously where the computed receipts trie is invalid: the computed trie root does not match the receiptsRoot from the block header. aurora-is-near/rainbow-bridge-client#22
This was reproduced with the ethereumjs tree and with the new lite version we are using.
Ideas why this could be happening:
Invalid rlp serialization of a receipt (invalid value put in the trie)
Here's the finalisation transaction of the transfer with bridge-testing repo script:
The text was updated successfully, but these errors were encountered: