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
Currently, the Flow Wallet requires users to wait until the next transaction is sealed before returning the EVM transaction ID. This creates a poor user experience due to the long wait times. To address this, we need to pre-calculate the EVM transaction ID and return it to the user without waiting for the transaction to be executed or sealed.
This involves:
Fetching the nonce of the COA (Cadence Owned Account).
RLP encoding the transaction and using keccak256 to calculate the hash.
Returning the pre-calculated transaction ID to the EVM dApp immediately.
Description
Currently, the Flow Wallet requires users to wait until the next transaction is sealed before returning the EVM transaction ID. This creates a poor user experience due to the long wait times. To address this, we need to pre-calculate the EVM transaction ID and return it to the user without waiting for the transaction to be executed or sealed.
This involves:
Detail:
https://app.gitbook.com/o/btnrCjBfFA1CijnAHf9d/s/GYDJkmOw0mtLZ0sqTZ8o/ep.04.02-calculate-tx-id
The text was updated successfully, but these errors were encountered: