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

Allow fee granters #1633

Closed
5 tasks
fkneeland-figure opened this issue Dec 2, 2021 · 1 comment · Fixed by #1634
Closed
5 tasks

Allow fee granters #1633

fkneeland-figure opened this issue Dec 2, 2021 · 1 comment · Fixed by #1634
Labels
O: usability Objective: cause to improve the user experience (UX) and ease using the product
Milestone

Comments

@fkneeland-figure
Copy link
Contributor

Crate

Relayer

Summary

Currently there is no way to do a fee grant for IBC txs.

Problem Definition

It would be a better experience for orgs using the Hermes relayer to be able to do a fee grant to the address that is used for handling ibc txs. Otherwise orgs with a large amount of ibc traffic will need to maintain a large amount of coin on the account handling ibc txs to ensure that they go through.

Proposal

Currently the granter field on fees is set to the empty string. There are a couple ways that we could allow fee granters to be set. One would be to do a query before setting fees to see if there is a fee granter set. Another way which would be a bit simpler is to simply allow a user of the Hermes relayer to set a granter in the config file.

Acceptance Criteria

There should be a convenient non-breaking way of optionally adding a fee granter in the Hermes relayer.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@dualsystems
Copy link
Contributor

and fee grant nice work

@adizere adizere added this to the v0.10.0 milestone Dec 7, 2021
@adizere adizere added the O: usability Objective: cause to improve the user experience (UX) and ease using the product label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O: usability Objective: cause to improve the user experience (UX) and ease using the product
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants