Skip to content
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

Support for agoric.swingset.CoreEvalProposal in cosmos.gov.v1.MsgSubmitProposal #9869

Open
mhofman opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
agoric-cosmos enhancement New feature or request

Comments

@mhofman
Copy link
Member

mhofman commented Aug 9, 2024

What is the Problem Being Solved?

Cosmos 0.46 introduced a new governance module which supports multiple messages. However it looks like only chain software upgrade messages and normal tx messages are supported, but not the agoric.swingset.CoreEvalProposal message type that is available in the legacy v1beta1 governance module.

Description of the Design

Register CoreEvalProposal such that the governance module will process these messages.

At the same time, update the CLI to support generating a governance proposal with multiple CoreEvalProposal messages embedded. See #9841

Security Considerations

CoreEvalProposal messages must not be valid in normal tx messages. Only a governance proposal can execute these.

Scaling Considerations

None

Test Plan

a3p integration acceptance test submitting multiple core eval messages in the same governance proposal, some containing multiple core eval scripts.

Upgrade Considerations

Requires a new chain software

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agoric-cosmos enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants