osmosis icon indicating copy to clipboard operation
osmosis copied to clipboard

[Bug]: Expedited Flag not functional in CLI for some Gov Props

Open JohnnyWyles opened this issue 1 year ago • 2 comments

What happened?

Created governance proposal of type update-migration-records-proposal with --is-expedited=true

This generated a proposal with the Expedited flag set to false when it should be an expedited proposal.

Osmosis Version

v18.0.0, also used v17.0.0

How to reproduce?

osmosisd tx gov submit-proposal update-migration-records-proposal --migration-records=674,1066 --from=osmo19mywfjzj324w5ukf7ss6jak0dg9hnljfp0rfx4 --deposit=5000000000uosmo --gas=auto --gas-prices 0.0025uosmo --gas-adjustment 1.3 --title="Expedited: Repair migration for already approved CL pools" --description="..." --is-expedited=true

See preview json of "is_expedited":false

This may also apply to other gov props of similar types as they seems to be set up the same way.

JohnnyWyles avatar Sep 04 '23 07:09 JohnnyWyles

cc @czarcas7ic is this still valid?

ValarDragon avatar Mar 21 '24 15:03 ValarDragon

Is likely still valid yes

czarcas7ic avatar Mar 21 '24 18:03 czarcas7ic