IBC Upgrade to latest Version / IBC Hooks #2
kevincolahan
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
Thank you @kevincolahan for this submission. This will be discussed in our protocol meeting this week... |
Beta Was this translation helpful? Give feedback.
4 replies
-
https://github.com/orgs/archway-network/discussions/27 Archway v5 tagged... Will be deployed to Constantine and mainnet soon! Includes an upgrade of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Andromeda is looking to ease our integration as we progress building. For cross-chain integration, our team has a request for Archway to implement IBC Hooks and/or upgrade to the latest version of IBC, v7.3.
Our current implementation uses ibc-hooks but we'd like to support ADR-008 when it becomes available. More details below on ADR-008.
https://github.com/cosmos/ibc-go/blob/main/docs/architecture/adr-008-app-caller-cbs/adr-008-app-caller-cbs.md
It's to provide callbacks, the main issue with the current IBC implementation is that sending a wasm message cross-chain with funds attached is unreliable. The ibc-hooks module solves this by attaching the wasm message as a memo for an ics20 transfer and adr-008 can solve this by first sending the ics20 transfer, receiving the "ack-success/failure" response and sending the wasm message separately (for success) or allowing funds recovery (for failure).
Love what you all have built so far and look forward to growing together!
Beta Was this translation helpful? Give feedback.
All reactions