-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Tokenomics] MVP of Inflation, Governance, Reimbursement & Docs #732
Comments
14 tasks
This was referenced Aug 20, 2024
Olshansk
changed the title
[Tokenomics] Governance Based Inflation
[Tokenomics] MVP of Inflation, Governance, Reimbursement & Docs
Aug 27, 2024
Olshansk
added a commit
that referenced
this issue
Sep 9, 2024
## Summary Implement "max claimable amount" in preparation for "global mint reimbursement request". Specific changes: - Added lots of `TODO_BETA` in preparation for beta testnet - Added a lot more comments and explanation in the TLM processors ## Issue - #732 - Related to #750 - Superceed #740 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Bryan White <[email protected]> Co-authored-by: Redouane Lakrache <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 tasks
red-0ne
added a commit
that referenced
this issue
Oct 30, 2024
## Summary This PR adds * GMRR TLM * Ensures that the application has enough funds to cover for it. * Deducts the total global mint amount from the application's stake. * Sends the global mint amount from the application module account to the tokenomics module account to the PNF account. * The application still gets its global inflation share sent to its account. ## Issue - #732 ## Type of change Select one or more from the following: - [x] New feature, functionality or library ## Testing - [x] **Unit Tests**: `make go_develop_and_test` - [x] **LocalNet E2E Tests**: `make test_e2e` - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [x] I have tested my changes using the available tooling - [x] I have commented my code - [x] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [x] I have left TODOs throughout the codebase, if applicable --------- Co-authored-by: Daniel Olshansky <[email protected]>
Marking this as done given the MVP of these documents: |
okdas
pushed a commit
that referenced
this issue
Nov 14, 2024
## Summary Implement "max claimable amount" in preparation for "global mint reimbursement request". Specific changes: - Added lots of `TODO_BETA` in preparation for beta testnet - Added a lot more comments and explanation in the TLM processors ## Issue - #732 - Related to #750 - Superceed #740 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Bryan White <[email protected]> Co-authored-by: Redouane Lakrache <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
okdas
pushed a commit
that referenced
this issue
Nov 14, 2024
## Summary This PR adds * GMRR TLM * Ensures that the application has enough funds to cover for it. * Deducts the total global mint amount from the application's stake. * Sends the global mint amount from the application module account to the tokenomics module account to the PNF account. * The application still gets its global inflation share sent to its account. ## Issue - #732 ## Type of change Select one or more from the following: - [x] New feature, functionality or library ## Testing - [x] **Unit Tests**: `make go_develop_and_test` - [x] **LocalNet E2E Tests**: `make test_e2e` - [ ] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [x] I have tested my changes using the available tooling - [x] I have commented my code - [x] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [x] I have left TODOs throughout the codebase, if applicable --------- Co-authored-by: Daniel Olshansky <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Objective
Introduce an inflation-based governance param as a follow-up to: #708
Origin Document
Goals
Deliverables
Non-goals / Non-deliverables
General deliverables
Creator: @Olshansk
The text was updated successfully, but these errors were encountered: