aurora-is-near / rainbow-bridge-client

Monorepo containing Aurora-maintained libraries for using the Rainbow Bridge
https://github.com/near/rainbow-bridge-client/tree/main/packages/client#readme
MIT License
25 stars 7 forks source link

Improve reorg handling #57

Closed paouvrard closed 3 years ago

paouvrard commented 3 years ago

Find-replacement-tx can be unreliable in case of reorgs, use tx.data instead of events. Don't catch SearchError so that it can be tried again at the next checkStatus loop.