-
Notifications
You must be signed in to change notification settings - Fork 329
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
Add support for Namada #3705
base: master
Are you sure you want to change the base?
Add support for Namada #3705
Conversation
….1-namada Update yuji 1.7.1 namada
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.
Some small nits for error upstreaming
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.
Added some nits.
In addition:
- For the MSRV, it needs to be updated to
v1.79.0
due to[email protected] requires rustc 1.79.0
- For cargo doc, we can use the
stable
toolchain instead ofnightly-2024-04-21
Sorry it seems that for cargo doc we need the nightly build, |
Closes: #XXX
Description
To transfer tokens between Namada and Cosmos-base chains.
ChainConfig
CosmosSdkConfig
for generating Tendermint light clientsNamadaChain
asChainEndpoint
implementationcrates/relayer/src/chain/namada.rs
and files undercrates/relayer/src/chain/namada
PR author checklist:
unclog
.docs/
).Reviewer checklist:
Files changed
in the GitHub PR explorer.