Direct IBC Deposits (Reopen)
Reopen (!3995 (merged))
This merge request enables users to directly send assets via IBC into a cosmos vault (on gaia) by additionally observing MsgRecvPacket messages for FungibleTokenPacketData, which saves one transaction.
Bifrost converts the senders original source chain address to gaia native cosmos1... addresses which are used for pairing and withdrawals.
Example deposits on Gaia and Neutron public testnet:
- Deposit 0.1 NTRN via IBC (create pool):
- Deposit 0.03 & 0.07 NTRN via IBC from different addresses in the same block on gaia:
- Ragnarok, sending 0.2 NTRN back to depositors
cosmos1...addresses on gaia:
Example of unsuccessful swap and refunds (3 swap txs at once via IBC)
- IBC message, containing swaps
- Refunds
Example of successful swap with multiple msgs in one tx
Edited by Starsquid