You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I'm currently investigate on issue on simulation and I found that there was an issue about 2 proposal that we added into wasmd:
Solution:
The text was updated successfully, but these errors were encountered: