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
It's possible to create a community pool spend goverance proposal with an empty amount. The CLI will reject a proposal that has a missing or misformatted address but there's no check if the amount field is empty or omitted.
Summary of Bug
It's possible to create a community pool spend goverance proposal with an empty amount. The CLI will reject a proposal that has a missing or misformatted address but there's no check if the amount field is empty or omitted.
Version
server_name: gaiad
version: v7.0.2
cosmos_sdk_version: v0.45.4
Steps to Reproduce
In localnet, submit a community pool spend goverance proposal with either no amount field, or an amount of
"amount": ""
.The text was updated successfully, but these errors were encountered: