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

Monitor proposals on cosmos consumer chains #48

Open
MattKetmo opened this issue Dec 8, 2023 · 0 comments
Open

Monitor proposals on cosmos consumer chains #48

MattKetmo opened this issue Dec 8, 2023 · 0 comments
Labels
feature New feature or request

Comments

@MattKetmo
Copy link
Member

Example with Neutron upgrade 2.0.0

neutrond q wasm cs smart neutron1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshlt6zh '{"list_proposals": {}}' --node https://rpc-kralum.neutron-1.neutron.org:443 --output json | jq
$ neutrond q wasm cs smart neutron1436kxs0w2es6xlqpp9rd35e3d0cjnw4sv8j3a7483sgks29jqwgshlt6zh '{"proposal": {"proposal_id": 25}}' --node https://rpc-kralum.neutron-1.neutron.org:443 --output json | jq ".data.proposal.msgs[0].custom.submit_admin_proposal.admin_proposal.software_upgrade_proposal.plan"

{
  "name": "v2.0.0",
  "height": 5416000,
  "info": "{\"binaries\": {\"linux/amd64\": \"https://github.com/neutron-org/neutron/releases/download/v2.0.0/neutrond-linux-amd64?checksum=sha256:ea63e50f7c6305cc87efb7b7b3010797f5a631f7f632ac2678a9bc2f8fcd660c\"}}"
}
@MattKetmo MattKetmo added the feature New feature or request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant