March 29, 2024
- Increase x/gov metadata fields legth to 10200 (#3025)
- Fix parsing of historic Txs with TxExtensionOptions (#3032)
- Increase x/gov metadata fields legth to 10200 (#3025)
- Fix parsing of historic Txs with TxExtensionOptions (#3032)
March 15, 2024
- Add gaiad snapshots command set (#2974)
- Bump PFM to
v7.1.3-0.20240228213828-cce7f56d000b
. (#2982) - Mint and transfer missing assets in escrow accounts to reach parity with counterparty chain supply. (#2993)
February 20, 2024
- Reject
MsgVote
messages from accounts with less than 1 atom staked. (#2912) - Bump cosmos-sdk to
v0.47.10-ics-lsm.
As compared to v0.47.10,
this special branch of cosmos-sdk has the following API-breaking changes:
(#2967)
- Limit the accepted deposit coins for a proposal to the minimum proposal deposit denoms (e.g.,
uatom
for Cosmos Hub). (sdk-#19302) - Add denom check to reject denoms outside of those listed in
MinDeposit
. A newMinDepositRatio
param is added (with a default value of0.01
) and now deposits are required to be at leastMinDepositRatio*MinDeposit
to be accepted. (sdk-#19312) - Disable the
DenomOwners
query. (sdk-#19266)
- Limit the accepted deposit coins for a proposal to the minimum proposal deposit denoms (e.g.,
- The consumer CCV genesis state obtained from the provider chain needs to be transformed to be compatible with older versions of consumer chains (see ICS docs). (#2967)
- Add ante handler that only allows
MsgVote
messages from accounts with at least 1 atom staked. (#2912) - Bump cosmos-sdk to
v0.47.10-ics-lsm.
This special branch of cosmos-sdk backports a series of fixes for issues found
during the Oak Security audit of SDK 0.47.
(#2967)
- Backport sdk-#18146: Add denom check to reject denoms outside of those listed in
MinDeposit
. A newMinDepositRatio
param is added (with a default value of0.01
) and now deposits are required to be at leastMinDepositRatio*MinDeposit
to be accepted. (sdk-#19312) - Partially backport sdk-#18047: Add a limit of 200 grants pruned per
EndBlock
in the feegrant module. (sdk-#19314) - Partially backport skd-#18737: Add a limit of 200 grants pruned per
BeginBlock
in the authz module. (sdk-#19315) - Backport sdk-#18173: Gov Hooks now returns error and are "blocking" if they fail. Expect for
AfterProposalFailedMinDeposit
andAfterProposalVotingPeriodEnded
that will log the error and continue. (sdk-#19305) - Backport sdk-#18189: Limit the accepted deposit coins for a proposal to the minimum proposal deposit denoms. (sdk-#19302)
- Backport sdk-#18214 and sdk-#17352: Ensure that modifying the argument to
NewUIntFromBigInt
andNewIntFromBigInt
doesn't mutate the returned value. (sdk-#19293)
- Backport sdk-#18146: Add denom check to reject denoms outside of those listed in
- Bump ibc-go to v7.3.1 (#2852)
- Bump PFM to v7.1.2 (#2852)
- Bump CometBFT to v0.37.4 (#2852)
- Bump cosmos-sdk to v0.47.10-ics-lsm. This is a special cosmos-sdk branch with support for both ICS and LSM. (#2967)
- Bump ICS to v3.3.3-lsm (#2967)
- Add support for metaprotocols using Tx extension options. (#2960)
- Bump ibc-go to v7.3.1 (#2852)
- Bump PFM to v7.1.2 (#2852)
- Bump CometBFT to v0.37.4 (#2852)
- Set min commission rate staking parameter to
5%
(prop 826) and update the commission rate for all validators that have a commission rate less than5%
. (#2855) - Migrate the signing infos of validators for which the consensus address is missing. (#2886)
- Migrate vesting funds from "cosmos145hytrc49m0hn6fphp8d5h4xspwkawcuzmx498" to community pool according to signal prop 860. (#2891)
- Add ante handler that only allows
MsgVote
messages from accounts with at least 1 atom staked. (#2912) - Remove
GovPreventSpamDecorator
and initialize theMinInitialDepositRatio
gov param to10%
. (#2913) - Add support for metaprotocols using Tx extension options. (#2960)
- Bump cosmos-sdk to
v0.47.10-ics-lsm.
This is a special cosmos-sdk branch with support for both ICS and LSM.
(#2967)
- Skip running
addDenomReverseIndex
inbank/v3
migration as it is prohibitively expensive to run on the Cosmos Hub. (sdk-#19266)
- Skip running
- Bump ICS to v3.3.3-lsm (#2967)