-
Notifications
You must be signed in to change notification settings - Fork 623
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
Remove ProposalContents simulation function #3150
Comments
9 tasks
colin-axner
added a commit
that referenced
this issue
Feb 15, 2023
damiannolan
added a commit
that referenced
this issue
Feb 15, 2023
* adding migration doc info for sdk v0.47 * code alignment * title formatting * chore: preemptively apply changes from #3149 * chore: apply changes from #3150 * chore: formatting * chore: combine proposal contents removal into existing section --------- Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Feb 15, 2023
* adding migration doc info for sdk v0.47 * code alignment * title formatting * chore: preemptively apply changes from #3149 * chore: apply changes from #3150 * chore: formatting * chore: combine proposal contents removal into existing section --------- Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Colin Axnér <[email protected]> (cherry picked from commit f034e6b) # Conflicts: # docs/migrations/v6-to-v7.md
stackman27
pushed a commit
to stackman27/ibc-go
that referenced
this issue
Mar 13, 2023
* adding migration doc info for sdk v0.47 * code alignment * title formatting * chore: preemptively apply changes from cosmos#3149 * chore: apply changes from cosmos#3150 * chore: formatting * chore: combine proposal contents removal into existing section --------- Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Remove the
ProposalContents
simulation function.Problem Definition
As per SDK UPGRADING documention. The
ProposalContents
has become an optional interface function that can be used to submit legacy governance proposals.ProposalMsgs
can be used to do simulations of gov v1 proposal msgs.Proposal
ProposalContents
function in the codebase (we return nil currently)ProposalMsgs
once we are migrated to gov v1, Support ProposalMsgs interface function #3151We only support the AppModuleSimulation function so chains can run simulations when our modules are integrated. We do not rely on SDK simulations to provide any additional confidence in the correctness of our code, thus we do not need to worry about fulfilling these functions (optional)
For Admin Use
The text was updated successfully, but these errors were encountered: