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

Add min-fee param for the batch relayer #98

Open
dzmitryhil opened this issue Aug 9, 2022 · 0 comments
Open

Add min-fee param for the batch relayer #98

dzmitryhil opened this issue Aug 9, 2022 · 0 comments
Labels
enhancement New feature or request go must rust

Comments

@dzmitryhil
Copy link

Add and start checking for the batch min-fee pararm on the orchsestrator/relayer side.

  • The param is a param of the gbt config toml file.
  • This param should be optional - if not provided we accept all batches
  • And example of the param is: 100anom,20stake. Means we should support a list of fees. This state is possible because we allow fee denom change, so to forse it we should implement it this way.
  • If the total fee of a batch < min-fee the batch should be skipped.
  • It is better to filter the batches on the cosmos rather then on the relayer side.

This issue can be done from the "native-reward" base branch.

@dzmitryhil dzmitryhil added enhancement New feature or request must rust go labels Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go must rust
Projects
None yet
Development

No branches or pull requests

1 participant