neutron-org / neutron

Smart Contract platform secured by Cosmos Hub
https://neutron.org
Apache License 2.0
106 stars 83 forks source link

Feat: whitelist ibc proposal messages #525

Closed pr0n00gler closed 2 months ago

pr0n00gler commented 2 months ago

We need to whitelist RecoverClient and IBCSoftwareUpgrade messages since old messages (UpdateClient and UpgradeProposal respectively) is deprecated in ibc-go v8.0+.

Related PRs:

pr0n00gler commented 2 months ago

https://github.com/neutron-org/neutron-tests/actions/runs/9080112701

pr0n00gler commented 2 months ago

I think the following need to be done

  1. Clean up deprecated proposal from a legacy router in app.go?
  2. update AdminProposal binding and remove deprecated proposals in both neutron core and neutron-sdk repo.
  1. yes, i'll do it
  2. Is out of scope, could you create a task for that in Jira?