- [router] Refactor router architecture.
- [sdk] Fix cancellation.
- [sdk] Change method name from
cancelExpired
tocancel
. - [sdk, router] Add
network
param for abstracting messaging configuration. - [sdk] Rename
startTransfer
andfinishTransfer
toprepareTransfer
andfulfillTransfer
.
- [txservice] Fix in gas price for Optimism.
- [contracts] Deployments for Mumbai, Optimism Kovan, Arbitrum Rinkeby.
- [sdk] Add
transactionHash
to all applicable events. - [contracts] Deploy to all chains.
- [sdk] Add subgraph to the frontend for transaction status tracking.
- [txservice] Bugfixes.
- [sdk] Fix for signature sending bug.
- [txservice] Fix for tx confirmed bug.
- [sdk] Add constructor param to skip setting up contract listeners.
- [router, sdk] Refactor error handling.
- [sdk] #53 Add
ReceiverPrepareSigned
event. - [sdk] #54 Fix
finishTransfer
resolution.
- [sdk] Add methods to attach and detach listener.
- [sdk] Break up methods into
startTransfer
andfinishTransfer
. - [router, sdk] Add getTransferQuote method and simulate auction request/response.