-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a0fbb3
commit 3526784
Showing
138 changed files
with
3,500 additions
and
1,879 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,9 @@ | ||
#4255 Add supply module that passively tracks the supplies of a chain | ||
- Introduce `ModuleAccount` type, which tracks the flow of coins held within a module | ||
- Replaced `FeeCollectorKeeper` for a `ModuleAccount` | ||
- Replaced the staking `Pool`, which coins are now held by the `BondedPool` and `NotBonded` module accounts | ||
- The `NotBonded` module account now only keeps track of the not bonded tokens within staking, instead of the whole chain | ||
- #3628 Replaced governance's burn and deposit accounts for a `ModuleAccount` | ||
- Added a `ModuleAccount` for the distribution module | ||
- Added a `ModuleAccount` for the mint module | ||
#4472 validation for crisis genesis |
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.