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

Feat: Problem with 2 proposal that we added to wasmd SetGaslessProposal and UnSetGaslessProposal #50

Open
GNaD13 opened this issue Dec 13, 2024 · 0 comments
Assignees

Comments

@GNaD13
Copy link
Collaborator

GNaD13 commented Dec 13, 2024

I'm currently investigate on issue on simulation and I found that there was an issue about 2 proposal that we added into wasmd:

  • We have been writing a legacy (v1beta1) handler for those 2 proposal but not register gov router. So these 2 proposal can't be called by legacy way.
  • Missing handler for UnSetGaslessProposal in (v1) way.
  • Both CLI of those 2 proposal has been implemented but not added into root cli cmd so that we may not submit those proposal via CLI

Solution:

  • Oraichain had been migrated to sdk50 so I think we should deprecated all the legacy way (should keep the legacy codec for retreive old proposal on chain)
  • Implement UnSetGaslessProposal msg server
  • Added proposal CLI to root txCmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant