-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ability to select specific wallet for packet clearing CLI (#…
…2252) * Pull in upstream changes * Add `-k` key flag to clear packets command * Implement Override<Config> for ClearPacketsCmd * Add changelog entry * Update guide * Remove unnecessary import * Remove short flag option * Add clap option for `counterparty_key_name` flag * Attempting to fetch counterparty chain config * Overwrite dst chain's `key_name` in clear packet flow * Change a word in a comment * Make language in guide consistent with CLI output * Update ADR 010 to reflect changes to `clear packet` command Co-authored-by: Romain Ruetschi <romain@informal.systems>
- Loading branch information
1 parent
b382eb3
commit 3cb297e
Showing
4 changed files
with
57 additions
and
9 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...gelog/unreleased/ibc-relayer-cli/2111-packet-clearing-select-specific-wallet.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Add support for selecting a specific wallet in the `clear packets` CLI flow ([#2111](https://github.com/informalsystems/ibc-rs/issues/2111)) |
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
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
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