Skip to content
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

Make proposal deposit denomination configurable #1662

Closed
3 of 6 tasks
Tracked by #1209
V-Staykov opened this issue Dec 9, 2021 · 1 comment · Fixed by #1790
Closed
3 of 6 tasks
Tracked by #1209

Make proposal deposit denomination configurable #1662

V-Staykov opened this issue Dec 9, 2021 · 1 comment · Fixed by #1790
Assignees
Labels
A: good-first-issue Admin: good for newcomers A: low-priority Admin: low priority / non urgent issue, expect longer wait time for PR reviews I: CLI Internal: related to the relayer's CLI O: usability Objective: cause to improve the user experience (UX) and ease using the product
Milestone

Comments

@V-Staykov
Copy link

V-Staykov commented Dec 9, 2021

Crate

ibc-relayer-cli

Summary

Currently, when trying to make an ibc-upgrade proposal from Hermes, the deposit denomination is hard coded to stake. Would be good for it to be configurable.

Problem Definition

The feature to make proposals through Hermes is unusable on chains with different deposit denom.

Proposal

Either the CLI to accept amount and denom i.e. 1000denom, or the denom to be configurable in the config.toml

Acceptance Criteria


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@V-Staykov V-Staykov changed the title Make proposal deposid denomination configurable Make proposal deposit denomination configurable Dec 9, 2021
@adizere adizere added I: CLI Internal: related to the relayer's CLI A: good-first-issue Admin: good for newcomers O: usability Objective: cause to improve the user experience (UX) and ease using the product labels Dec 9, 2021
@adizere adizere added this to the v0.10.1 milestone Dec 9, 2021
@adizere
Copy link
Member

adizere commented Dec 9, 2021

Good suggestion, thanks for flagging this!

We're on it. Note that we're slowing down development and the whole team will go on holidays soon, so we'll ship this in the next release (~January). Hope this timeline works, though we can try to move faster if this is a blocker or a major issue. Let me know if so!

@adizere adizere added the A: low-priority Admin: low priority / non urgent issue, expect longer wait time for PR reviews label Jan 17, 2022
mzabaluev added a commit that referenced this issue Jan 19, 2022
Co-authored-by: Romain Ruetschi <romain@informal.systems>
romac added a commit that referenced this issue Jan 19, 2022
…the deposit denomination configurable (#1790)

* Normalize Cargo.lock

Apply changes automatically made by cargo 1.58.0.

* --denom option for hermes tx raw upgrade-chain

Make the denomination string configurable in the chain upgrade proposal
issued by the `tx raw upgrade-chain` command.

* Changelog entries for #1790

* Improve the changelog entry for #1662 (the relayer-cli part)

Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Fix typo in the doc for --denom option

Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Use Option::as_deref

Co-authored-by: Romain Ruetschi <romain@informal.systems>
hu55a1n1 pushed a commit to hu55a1n1/hermes that referenced this issue Sep 13, 2022
…the deposit denomination configurable (informalsystems#1790)

* Normalize Cargo.lock

Apply changes automatically made by cargo 1.58.0.

* --denom option for hermes tx raw upgrade-chain

Make the denomination string configurable in the chain upgrade proposal
issued by the `tx raw upgrade-chain` command.

* Changelog entries for informalsystems#1790

* Improve the changelog entry for informalsystems#1662 (the relayer-cli part)

Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Fix typo in the doc for --denom option

Co-authored-by: Romain Ruetschi <romain@informal.systems>

* Use Option::as_deref

Co-authored-by: Romain Ruetschi <romain@informal.systems>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: good-first-issue Admin: good for newcomers A: low-priority Admin: low priority / non urgent issue, expect longer wait time for PR reviews I: CLI Internal: related to the relayer's CLI O: usability Objective: cause to improve the user experience (UX) and ease using the product
Projects
None yet
3 participants