[Tokenomics] Adding mint_equals_burn_claim_distribution and revamping tokenomics module#1618
Merged
[Tokenomics] Adding mint_equals_burn_claim_distribution and revamping tokenomics module#1618
mint_equals_burn_claim_distribution and revamping tokenomics module#1618Conversation
7 tasks
GlobalMint <> Mint=Burn Integration
Olshansk
commented
Jul 9, 2025
Collaborator
Author
Olshansk
left a comment
There was a problem hiding this comment.
About to submit a major overhaul before the first line of major changes.
Leaving this as a way to inspect the difference in github
GlobalMint <> Mint=Burn Integrationmint_equals_burn_claim_distribution
27c1490 to
9689dcb
Compare
red-0ne
reviewed
Jul 15, 2025
Co-authored-by: Redouane Lakrache <r3d0ne@gmail.com>
Co-authored-by: Bryan White <bryanchriswhite@gmail.com>
Co-authored-by: Bryan White <bryanchriswhite@gmail.com>
## Summary Update the dependency version for `github.com/pokt-network/smt` in the `go.mod` file. The version has been upgraded from `v0.13.0` to `v0.14.1`. ## Type of change Select one or more from the following: - [x] New feature, functionality or library - [ ] Bug fix - [ ] Code health or cleanup - [ ] Documentation - [ ] Other (specify) ## Sanity Checklist - [x] I have updated the GitHub Issue Metadata: `assignees`, `reviewers`, `labels`, `project`, `iteration` and `milestone` - [ ] For docs: `make docusaurus_start` - [ ] For small changes: `make go_develop_and_test` and `make test_e2e` - [ ] For major changes: `devnet-test-e2e` label to run E2E tests in CI - [ ] For migration changes: `make test_e2e_oneshot` - [ ] 'TODO's, configurations and other docs
bryanchriswhite
approved these changes
Jul 16, 2025
bryanchriswhite
added a commit
that referenced
this pull request
Jul 17, 2025
* pokt/main: [Tokenomics] Adding `mint_equals_burn_claim_distribution` and revamping `tokenomics` module (#1618)
This file contains hidden or 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
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.
tl;dr Added
mint_equals_burn_claim_distributionso supplier rewards will also go to the validator & service owner.Note
The documentation is not final yet so do not review it
Other changes:
tokenomicsmodulee2etest module, which led to changes in other places while debugging.