-
Notifications
You must be signed in to change notification settings - Fork 978
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/balance-change-events' (#3141)
* origin/tiago/balance-change-events: Changelog for #3141 Fix Multitoken native VP err msg Log which token failed to be minted on IBC native VP Fix unit tests Emit token transfer event from wasm Emit PoS slashing events Add void event sink for testing Proof of stake events Move `token` events to `trans_token` Refactor token events Remove minted supply target Governance refund balance change events Burn IBC tokens and emit events Mint IBC tokens and emit events Remove unused file Implement EmitEvents on state impls Add token minting function Emit PGF payment events Add event level to balance change events Make the token event's post balance optional Extend event with a closure Refactor governace event emission Add more balance change targets Include wrapper tx hash in balance change event Include current height in wrapper fee payment event Emit fee payment balance change events Add token balance change events Negate I256 numbers Convert from Uint to Amount with 0 denom Implement FromStr on I256
- Loading branch information
Showing
37 changed files
with
1,196 additions
and
159 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/3141-balance-change-events.md
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 @@ | ||
- Emit balance change events for various protocol actions. | ||
([\#3141](https://github.com/anoma/namada/pull/3141)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.