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
SDK 0.47 introduced SDK 0.47 introduced the MinInitialDepositRatio param to the gov module (see cosmos/cosmos-sdk#12771). This means we no longer need the GovPreventSpamDecorator in Gaia. The same check is done when handling a SubmitProposal message, see here.
Problem
SDK 0.47 introduced SDK 0.47 introduced the
MinInitialDepositRatio
param to the gov module (see cosmos/cosmos-sdk#12771). This means we no longer need theGovPreventSpamDecorator
in Gaia. The same check is done when handling aSubmitProposal
message, see here.Closing criteria
GovPreventSpamDecorator
MinInitialDepositRatio
param of the gov module tosdk.NewDecWithPrec(10, 2)
, see https://github.com/cosmos/cosmos-sdk/blob/v0.47.8/proto/cosmos/gov/v1/gov.proto#L210The text was updated successfully, but these errors were encountered: