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

fix: fix fees and redelegating to same validator #1043

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

emccorson
Copy link
Collaborator

  • Add default gas config and use it to display correct transaction fees

  • Disallow redelegating when it would result in no transactions (e.g. redelegating to the same validator)

  • Refactor redelegate validation and display clearer error message in submit button

Fixes #975.

@emccorson emccorson force-pushed the 975-transaction-fee branch 3 times, most recently from 6ec9fa7 to 61735d1 Compare August 23, 2024 02:10
@emccorson emccorson marked this pull request as ready for review August 23, 2024 13:17
Copy link
Collaborator

@jurevans jurevans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! LGTM!

- Add default gas config and use it to display correct transaction fees

- Disallow redelegating when it would result in no transactions
  (e.g. redelegating to the same validator)

- Refactor redelegate validation and display clearer error message in
  submit button

Fixes #975.
@emccorson emccorson merged commit 4f090ea into main Aug 26, 2024
7 checks passed
@mateuszjasiuk mateuszjasiuk deleted the 975-transaction-fee branch September 13, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Namadillo: transaction fee is incorrect
2 participants