-
Notifications
You must be signed in to change notification settings - Fork 371
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
to Namada v1.1.0 #4293
Merged
ljoss17
merged 8 commits into
informalsystems:luca_joss/reopen-namada-support
from
heliaxdev:yuji/namada-1.1.0
Feb 3, 2025
Merged
to Namada v1.1.0 #4293
ljoss17
merged 8 commits into
informalsystems:luca_joss/reopen-namada-support
from
heliaxdev:yuji/namada-1.1.0
Feb 3, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ljoss17
approved these changes
Feb 3, 2025
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.
Looks good to me!
92eaeec
into
informalsystems:luca_joss/reopen-namada-support
30 checks passed
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 11, 2025
* Update CHANGELOG.md * Create unclog release * Bump versions * Update Cargo.lock * Revert "Add support for Namada (#3705)" This reverts commit 00a0cf5. * Cargo clippy fix * Add support for Namada (#3705) Add support for relaying between Namada and Cosmos-base chains. - Add Namada to `ChainConfig` - Reuse `CosmosSdkConfig` for generating Tendermint light clients - Add `NamadaChain` as `ChainEndpoint` implementation - See `crates/relayer/src/chain/namada.rs` and files under `crates/relayer/src/chain/namada` - To submit Namada transactions and query - Store Namada key to KeyRing --------- Signed-off-by: Yuji Ito <yito88@users.noreply.github.com> Co-authored-by: Luca Joss <luca@informal.systems> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Gianmarco Fraccaroli <gianmarco.fraccaroli@gmail.com> Co-authored-by: Tomáš Zemanovič <tomas@heliax.dev> Co-authored-by: Romain Ruetschi <github@romac.me> * Update release to v1.10.5 * Add support for Namada (#3705) Add support for relaying between Namada and Cosmos-base chains. - Add Namada to `ChainConfig` - Reuse `CosmosSdkConfig` for generating Tendermint light clients - Add `NamadaChain` as `ChainEndpoint` implementation - See `crates/relayer/src/chain/namada.rs` and files under `crates/relayer/src/chain/namada` - To submit Namada transactions and query - Store Namada key to KeyRing --------- Signed-off-by: Yuji Ito <yito88@users.noreply.github.com> Co-authored-by: Luca Joss <luca@informal.systems> Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com> Co-authored-by: Gianmarco Fraccaroli <gianmarco.fraccaroli@gmail.com> Co-authored-by: Tomáš Zemanovič <tomas@heliax.dev> Co-authored-by: Romain Ruetschi <github@romac.me> * Spellcheck * fix clippy * Update nix flake * Fix query balance command to be compatible with Osmosis v27 * Fix command output parsing for Osmosis * Set explicit timeout to 4 hours for Namada to Namada CI job * Add memory swap and reduce CPU overload for Namada<->Namada CI job * Add jlumbroso/free-disk-space@main step for Namada CI job * to Namada v1.1.0 (#4293) * for anoma/namada#3797 * fix unbonding period * use pos_params.withdrawable_epoch_offset * just unbonding_len * Namada v1.1.0 * update Namada url for CI * ubuntu 24 for Namada binaries * fix for trusting period * Use Namada SDK release from crates.io * Update nix flake * Update CI with Namada v1.1.1 (#4295) * update CI for Namada v1.1.1 * update error message --------- Signed-off-by: Yuji Ito <yito88@users.noreply.github.com> Co-authored-by: Yuji Ito <yito88@users.noreply.github.com> Co-authored-by: Gianmarco Fraccaroli <gianmarco.fraccaroli@gmail.com> Co-authored-by: Tomáš Zemanovič <tomas@heliax.dev> Co-authored-by: Romain Ruetschi <github@romac.me>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #XXX
Description
Small fixes about the trusting period and the CI were added.
I will open another PR to update Namada to the new version when
namada-sdk
crate is published to crates.io.PR author checklist:
unclog
.docs/
).mircea-c
Reviewer checklist:
Files changed
in the GitHub PR explorer.