-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: Municipal Inflation MVP #153
Merged
Merged
Conversation
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
…into feat/inflation-infrastructure
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
…nto feat/inflation-infrastructure # Conflicts: # x/mint/types/inflations_test.go
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
Signed-off-by: jonathansumner <[email protected]>
…tchai/cosmos-sdk into feat/inflation-infrastructure
pbukva
approved these changes
Jun 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (please see the original PR #150 for more details)
pbukva
added a commit
that referenced
this pull request
Aug 12, 2023
* feat: Municipal Inflation MVP (#153) * fix: Municipal Inflation: list->map & cli command printout (#154) * fix: Municipal Inflation: grpc query error check (#155) * fix: Municipal Inflation: cli tests for query with denom (#156) * fix: [WIP] Municipal Inflation determinism(map->list), cache redesign (#159) * [Cosmetic]: Municipal Inflation Cache: update code comment (#163) * fix: [Cosmetic] Go linting (#164) * fix: [Cosmetic] Go linting * CI test run - setting golang v1.18.10 * fix: Municipal Inflation: protobuf yaml tag naming (#165) * fix: Municipal Inflation: cache redesign atomic + simtest (#166) * feat: Municipal Inflation: Handler optimisation & Validation fix (#167) --------- Co-authored-by: void* <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduces Municiple Inflation, allowing native tokens to have individually specified inflation rates and 'fee-collector' accounts.
MunicipalInflation
objects will be used to inflate the relevant supply - new tokens will be issued on to thetarget_address
address on per-block bases.This PR is just re-submission of the original PR #150(which have been reverted using reset & forced push of the
main
branch) in order to correct resulting git commit message.