-
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] Post-scaffold cleanup & parameter updates foundation #287
Conversation
e327dd5
to
86cca4f
Compare
…ld message update-params --module tokenomics --yes
…with authz delegation
@bryanchriswhite @red-0ne Please see the updated PR description. Replied to most comments and just left a couple open. |
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 👍
Just left a small typo change request
Co-authored-by: Redouane Lakrache <[email protected]>
Intentionally not merging main.
Co-authored-by: Daniel Olshansky <[email protected]>
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.
Preemptively approving. I think we should prefer to reference the nft
and/or group
modules as examples of modern cosmos-sdk best practices as they are the newest.
(see: #287 (comment))
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 |
@bryanchriswhite Missed your last comment but I made the update directly on main: f8b44a2 |
- Scaffolded the `MsgUpdateParams` in the `tokenomics` module with tests - Researched `x/gov`, `x/upgrade` and `x/authz` to set a pattern that follows Cosmos SDK best practices for governance parameter maintenance - Reviewers: Please look through the description in this ticket to get some context as well #322 - Deferring all imports and lining errors to the tooling we have today: `make go_lint && make go_imports` - A few minor documentation NITs outside the scope of this PR that made it in accidently --- Co-authored-by: Redouane Lakrache <[email protected]> Co-authored-by: Dima Kniazev <[email protected]> Co-authored-by: Bryan White <[email protected]>
Summary
MsgUpdateParams
in thetokenomics
module with testsx/gov
,x/upgrade
andx/authz
to set a pattern that follows Cosmos SDK best practicesfor governance parameter maintenance
make go_lint && make go_imports
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