-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standard cross-chain gateways and Axelar adapters #9
Standard cross-chain gateways and Axelar adapters #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main takeaway for me is that we should not be focusing on the generic implementation at the moment, we should instead focus on creating an Axelar adapter gateway, and the same for other protocols, as a way to validate the interfaces are generic enough so that we can standardize them.
11c8b44
to
336a56b
Compare
Co-authored-by: Francisco Giordano <[email protected]>
Co-authored-by: Francisco Giordano <[email protected]>
Merging to get the commit hash for the upcoming audit |
Description
From our discussions with the Axelar team, we created an initial MVP that we can start discussing here.
The MVP currently has 2 operational modes: in 1 or 2 steps. We still need to iterate to make sure the properties we discussed are met:
Properties
Message structure
bytes/string destChain
: CAIP-2 identifier, encoding TBDbytes/string destAddress
: CAIP-10 address (without chain id), encoding TBDbytes payload
: "calldata"bytes params
: protocol- & chain-specific metadata that affect message semantics (there could be none)