-
Notifications
You must be signed in to change notification settings - Fork 993
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tiago/bridge-pool-fees' (#1795)
* origin/tiago/bridge-pool-fees: Changelog for #1795 Fix the denomination of Bridge pool gas fees Add `DenominatedAmount::is_zero` Fix docstring Make Bridge pool gas payer CLI arg optional Standardize Bridge pool transfer CLI args Update CLI args for Bridge pool transfers Test paying Bridge pool gas fees in ERC20 tokens Arbitrary gas fees in Ethereum events `init_balances` Fix bug in `determine_escrow_checks` and document corner cases Add misc Bridge pool VP tests Fix test_minting_wnam() unit test Validate different gas fee tokens in Bridge pool VP Check correct gas fee token in Bridge pool transfers Fix compilation errors from prev commit Add token addr field to Bridge pool gas fees Move `check_balance_changes` to Bridge pool VP module
- Loading branch information
Showing
15 changed files
with
659 additions
and
338 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Allow Bridge pool transfer fees to be paid in arbitrary token types (except | ||
NUTs) ([\#1795](https://github.com/anoma/namada/pull/1795)) |
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
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
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.