-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Modify stake to uatom in gaia's doc. #3833 #3935
Modify stake to uatom in gaia's doc. #3833 #3935
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3935 +/- ##
===========================================
- Coverage 60.26% 60.25% -0.02%
===========================================
Files 196 196
Lines 14615 14615
===========================================
- Hits 8808 8806 -2
- Misses 5214 5216 +2
Partials 593 593 |
should be |
Denom in genesis.json is We are preparing to add multi-demon to sdk. {
...
"app_state": {
"accounts": [
{
"address": "cosmos1000ya26q2cmh399q4c5aaacd9lmmdqp92z6l7q",
"coins": [
{
"denom": "uatom",
"amount": "5000000000"
}
],
"sequence_number": "0",
"account_number": "0",
"original_vesting": null,
"delegated_free": null,
"delegated_vesting": null,
"start_time": "0",
"end_time": "0"
},
]
...
} |
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.
Many instances where stake
should still be used otherwise, uatom
should be used or mainnet documentation (not atom
)... see my detailed comments
RE: your most recent comment - we should still use uatom
in the documentation for the time being, when we make the switch then we can switch the docs
Our team wants to add multi-demon support to sdk. We are preparing the solution and will commit issue soon. Could you share your plan and solution ? @rigelrozanski |
Thanks for your review and so particular comment ! :) @rigelrozanski |
@yangyanqing well if you want to keep the usage of |
Co-Authored-By: yangyanqing <yangyanqing.cn@gmail.com>
@rigelrozanski All atom had been modify to uatom. What I want to modify in another PR is |
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 pending the changes to the modifications in x/
docs.
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.
ACKed - provided that @alexanderbez's comment is addressed
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added a relevant changelog entry:
sdkch add [section] [stanza] [message]
rereviewed
Files changed
in the github PR explorerFor Admin Use: