-
Notifications
You must be signed in to change notification settings - Fork 13
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] SettleSessionAccounting first implementation (emissions=burn) #323
[Tokenomics] SettleSessionAccounting first implementation (emissions=burn) #323
Conversation
…ld message update-params --module tokenomics --yes
…with authz delegation
…ttle_session_accounting_implementation
@h5law This is still not fully ready to be merged in (some TODOs, etc) but wnt to get the other issues / discussions resolved in parallel. |
77575d9
to
40a21f2
Compare
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.
Left some NIT comments but approving.
Great to see we have this working finally!
The CI will now also run the e2e tests on devnet, which increases the time it takes to complete all CI checks. If you just created a pull request, you might need to push another commit to produce a container image DevNet can utilize to spin up infrastructure. You can use |
…burn) (#323) Implement `SettleSessionAccounting` where emissions=burn. - Issue: #243 --- Co-authored-by: Redouane Lakrache <[email protected]> Co-authored-by: Dima Kniazev <[email protected]> Co-authored-by: Bryan White <[email protected]>
Summary
Implement
SettleSessionAccounting
where emissions=burn.Issue
Type of change
Select one or more:
Testing
make go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR. This is VERY expensive, only do it after all the reviews are complete.Sanity Checklist