Skip to content
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 32 commits into from
Jun 30, 2023
Merged

Conversation

Jonathansumner
Copy link
Member

@Jonathansumner Jonathansumner commented Jun 30, 2023

Introduces Municiple Inflation, allowing native tokens to have individually specified inflation rates and 'fee-collector' accounts.

  • Each of these MunicipalInflation objects will be used to inflate the relevant supply - new tokens will be issued on to the target_address address on per-block bases.
  • Includes a number of tests providing coverage to this new mechanism.

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.

Jonathansumner and others added 30 commits June 12, 2023 17:42
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
…nto feat/inflation-infrastructure

# Conflicts:
#	x/mint/types/inflations_test.go
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
Signed-off-by: jonathansumner <jonathansumner98@gmail.com>
@Jonathansumner Jonathansumner self-assigned this Jun 30, 2023
@pbukva pbukva changed the title feat: initial municipal inflation Municipal Inflation MVP Jun 30, 2023
Copy link
Contributor

@pbukva pbukva left a 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 pbukva changed the title Municipal Inflation MVP feat: Municipal Inflation MVP Jun 30, 2023
@Jonathansumner Jonathansumner merged commit 0c003df into main Jun 30, 2023
@Jonathansumner Jonathansumner deleted the feat/municipal-inflation-mvp branch June 30, 2023 12:21
@Jonathansumner Jonathansumner restored the feat/municipal-inflation-mvp branch July 21, 2023 16:21
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* <peter.bukva@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants