This release includes the migration to CometBFT v0.34.27.
This migration should be not be breaking for chains.
From v0.46.11+, the following replace is mandatory in the go.mod of your application:
// use cometbft
replace github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27
Additionally, the SDK sets its minimum version to Go 1.19. This is not because the SDK uses new Go 1.19 functionalities, but to signal that we recommend chains to upgrade to Go 1.19 — Go 1.18 is not supported by the Go Team anymore.
Note, that SDK recommends chains to use the same major Go version across all of their network.
We recommend, as well, chains to perform a coordinated upgrade when migrating from Go 1.18 to Go 1.19+.
Please see the CHANGELOG for an exhaustive list of changes.
(x/groups) #14879 Add Query/Groups query to get all the groups.
Improvements
(simapp) #15305 Add AppStateFnWithExtendedCb with callback function to extend rawState and AppStateRandomizedFnWithState with extra genesisState argument which is the genesis state of the app.
(x/distribution) #15462 Add delegator address to the event for withdrawing delegation rewards
#14019 Remove the interface casting to allow other implementations of a CommitMultiStore.
Bug Fixes
(x/auth/vesting) #15383 Add extra checks when creating a periodic vesting account.
(x/gov) #13051 In SubmitPropsal, when a legacy msg fails it's handler call, wrap the error as ErrInvalidProposalContent (instead of ErrNoProposalHandlerExists).
(store) #15152 Remove unmaintained and experimental store/v2alpha1.
(store) #14410rootmulti.Store.loadVersion has validation to check if all the module stores' height is correct, it will error if any module store has incorrect height.
Bug Fixes
#15243LatestBlockResponse & BlockByHeightResponse types' field sdk_block was incorrectly cast proposer_address bytes to validator operator address, now to consensus address.
(store) #14189 Add config iavl-lazy-loading to enable lazy loading of iavl store, to improve start up time of archive nodes, add method SetLazyLoading to CommitMultiStore interface.
A new field has been added to the app.toml. This alllows nodes with larger databases to startup quicker
# IAVLLazyLoading enable/disable the lazy loading of iavl store.
# Default is false.
iavl-lazy-loading = ""
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/cosmos/cosmos-sdk from 0.45.14 to 0.46.12.
Release notes
Sourced from github.com/cosmos/cosmos-sdk's releases.
... (truncated)
Changelog
Sourced from github.com/cosmos/cosmos-sdk's changelog.
... (truncated)
Commits
5cd0b23
chore: prepare v0.46.12 release notes (#15685)152465b
fix: remove unnecessary cms typecasting (backport #14054) (#15669)f89d955
fix(x/gov): Return ErrInvalidProposalContent in SubmitProposal when legacy ha...cb26943
fix: Makefile rocksdb (backport #15422) (#15525)cc39456
feat: add querygroups
inx/group
(backport #14879) (#15476)8d053c2
docs: improve proto vesting docs about time attributes (backport #15474) (#15...31adbba
feat: add delegator to withdraw address (backport #15462) (#15473)8726f42
fix: flaky group genesis sim (backport #15447) (#15461)431e42a
fix: remove extra;
in service.proto (#15443)e1da9c5
docs: update cosmwasm link (#15441)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)