forked from anoma/namada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: staking gas fee improvements (anoma#626)
- Use minimum gas price instead of hardcoded price for bond, unbond and withdraw - Account for fees in maximum valid amount in bonding - Warn the user when bonding too much to allow for future unbonding and withdrawal - Refresh balances when a transaction completes (specifically when the toasts atom changes) - Add max button to new bonding form - Display gas fee in bonding and unbonding - Sum all staking positions when calculating total staked amount - Allow BigNumber for AmountInput min and max props - Minor styling fixes
- Loading branch information
Showing
12 changed files
with
467 additions
and
267 deletions.
There are no files selected for viewing
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
Oops, something went wrong.