Feat: Introduce eth_getTransactionBySenderAndNonce
and additional protection mechanisms for cross chain transfers & reorgs
#175
Labels
bug
Something isn't working
Cross-Chain / LayerZero
Liveness / Finality / and other related issues specific to cross chain msging
New RPC Methods and Protection Mechanisms for Lz Transfers
We need to ensure that the DEST and SOURCE chain do not have differing views of a users state due to chain reorgs or liveness failures, etc.
### eth_getTransactionBySenderAndNonce
Consider this use case.
With `
eth_getTransactionBySenderAndNonce`
you just check which tx is using your nonce, if any.The text was updated successfully, but these errors were encountered: