v0.50 migration's DOC #18748
Replies: 3 comments 4 replies
-
Hey Raul, we are working on better docs right now you can see the WIP here: #18625 and here cosmos/cosmos-sdk-docs#93 (they are pretty much done so you should get good ideas from there).
Feedback will be appreciated! |
Beta Was this translation helpful? Give feedback.
-
BTW @facundomedica I'm amazed.... My thought was to implement in ABCI v2 our BCNAracle https://github.com/BitCannaGlobal/BCNAracle |
Beta Was this translation helpful? Give feedback.
-
My two cents are here: {
"title": "Enable VE on v0.50.x",
"description": "Enable VE on v0.50.x bla bla ",
"summary" : "Enable VE on v0.50.x bla bla bla",
"changes": [
{
"subspace": "baseapp",
"key": "abci",
"value":{"vote_extensions_enable_height":"XXXXXXXXX"}
}
],
"deposit": "50000000000ubcna"
} Doc says |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First thing first.... SDK v0.50 job is awesome. I'm testing it and I can appreciate the evolution from v0.46 to here.
I think the related migration's doc is good but could be amazing.
To show my point: you want to announce the ABCI v2.0 integration but you don't provide specific examples enabling the Extension Votes (an important element) for running chains.
The doc only says:
Of course I will find my way to do it but... why don't do it from your side if you want a massive adoption of the SDK?
Right, you include a light reference:
Once all the code changes required to implement Vote Extensions are in place, they can be enabled by setting the consensus param Abci.VoteExtensionsEnableHeight to a value greater than zero.
And the SIMAPP doesn't show how to "optionally" enable the new feature
https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/simapp/upgrades.go#L21
Please take it as a constructive feedback. And I think more feedback is needed for improve the knowledge base.
Peace and love 🙏 to anyone.
Beta Was this translation helpful? Give feedback.
All reactions