Releases: evmos/cosmos-sdk
v0.50.1-evmos
What's Changed compared to the SDK v0.50
v0.50.1-evmos - 2023-11-22
Features
- (debug) #18219 Add debug commands for application codec types.
- (client/keys) #17639 Allows using and saving public keys encoded as base64.
- (server) #17094 Add a
shutdown-grace
flag for waiting a given time before exit.
Improvements
- (server) #18478 Add command flag to disable colored logs.
- (x/gov) #18025 Improve
<appd> q gov proposer
by querying directly a proposal instead of tx events. It is an alias ofq gov proposal
as the proposer is a field of the proposal. - (version) #18063 Allow to define extra info to be displayed in
<appd> version --long
command. - (cli) #44 Convert
DefaultGasAdjustment
tovar
to allow customization of the value
Bug Fixes
v0.47.5-evmos
What's Changed
v0.47.5-evmos - 2023-08-15
Imrpovements
- chore(v47): Apply changes from v0.47.5 by @Vvaradinov in #47
Full Changelog: v0.47.4-evmos.2...v0.47.5-evmos
v0.47.4-evmos.2
What's Changed
v0.47.4-evmos.2 - 2023-08-15
Improvements
- (cli) #44 Convert
DefaultGasAdjustment
tovar
to allow customization of the value
v0.47.4-evmos
What's Changed
v0.47.4-evmos - 2023-07-31
Features
- (authz) #21 Add CancelUnbondingDelegation authz
v0.47.4 - 2023-07-17
Features
- (sims) #16656 Add custom max gas for block for sim config with unlimited as default.
Improvements
- (cli) #16856 Improve
simd prune
UX by using the app default home directory and set pruning method as first variable argument (defaults to default).pruning.PruningCmd
rest unchanged for API compability, usepruning.Cmd
instead. - (testutil) #16704 Make app config configurator for testing configurable with external modules.
- (deps) #16565 Bump CometBFT to v0.37.2.
Bug Fixes
- (x/auth) #16994 Fix regression where querying transactions events with
<=
or>=
would not work. - (server) #16827 Properly use
--trace
flag (before it was setting the trace level instead of displaying the stacktraces). - (x/auth) #16554
ModuleAccount.Validate
now reports a nil.BaseAccount
instead of panicking. - #16588 Propogate snapshotter failures to the caller, (it would create an empty snapshot silently before).
- (x/slashing) #16784 Emit event with the correct reason in
SlashWithInfractionReason
.
v0.46.13-alpha.ledger.8
What's Changed
v0.46.13-alpha.ledger.8 - 2023-06-12
Improvements
- (x/distribution) #35 Add
DistributionAuthorization
authz type - (x/distribution) #29 Add
Querier
to distribution module.
Bug Fixes
- (x/staking) #21 Add
CancelUnbondingDelegation
authz.k
v0.46.13 - 2023-06-08
Features
- (snapshots) #16060 Support saving and restoring snapshot locally.
- (baseapp) #16290 Add circuit breaker setter in baseapp.
- (x/group) #16191 Add EventProposalPruned event to group module whenever a proposal is pruned.
Improvements
- (deps) #15973 Bump CometBFT to v0.34.28.
- (store) #15683
rootmulti.Store.CacheMultiStoreWithVersion
now can handle loading archival states that don't persist any of the module stores the current state has. - (simapp) #15903 Add
AppStateFnWithExtendedCbs
with moduleStateCb callback function to allow access moduleState. Note, this function is present insimtestutil
fromv0.47.2+
. - (gov) #15979 Improve gov error message when failing to convert v1 proposal to v1beta1.
- (server) #16061 Add Comet bootstrap command.
- (store) #16067 Add local snapshots management commands.
- (baseapp) #16193 Add
Close
method toBaseApp
for custom app to cleanup resource in graceful shutdown.
Bug Fixes
- Fix barberry security vulnerability.
- (cli) #16312 Allow any addresses in
client.ValidatePromptAddress
. - (store/iavl) #15717 Upstream error on empty version (this change was present on all version but v0.46).
Full Changelog: v0.46.11-alpha.ledger.7...v0.46.13-alpha.ledger.8
v0.46.13-ledger.3
V0.46.13-ledger.3
Changelog
Features
- (snapshots) #16060 Support saving and restoring snapshot locally.
- (baseapp) #16290 Add circuit breaker setter in baseapp.
- (x/group) #16191 Add EventProposalPruned event to group module whenever a proposal is pruned.
Improvements
- (deps) #15973 Bump CometBFT to v0.34.28.
- (store) #15683
rootmulti.Store.CacheMultiStoreWithVersion
now can handle loading archival states that don't persist any of the module stores the current state has. - (simapp) #15903 Add
AppStateFnWithExtendedCbs
with moduleStateCb callback function to allow access moduleState. Note, this function is present insimtestutil
fromv0.47.2+
. - (gov) #15979 Improve gov error message when failing to convert v1 proposal to v1beta1.
- (server) #16061 Add Comet bootstrap command.
- (store) #16067 Add local snapshots management commands.
- (baseapp) #16193 Add
Close
method toBaseApp
for custom app to cleanup resource in graceful shutdown.
Bug Fixes
- Fix barberry security vulnerability.
- (cli) #16312 Allow any addresses in
client.ValidatePromptAddress
. - (store/iavl) #15717 Upstream error on empty version (this change was present on all version but v0.46).
Full Changelog: v0.46.10-ledger.3...v0.46.13-ledger.3
v0.46.11-alpha.ledger.8
What's Changed
- feat(dist): Add distribution authorization by @Vvaradinov in #36
Full Changelog: v0.46.11-alpha.ledger.7...v0.46.11-alpha.ledger.8
v0.46.11-alpha.ledger.7
This is a dedicated release of Cosmos SDK v0.46.11 with Ledger support.
It includes a bug fix on the cosmos/iavl
dependency when compared to the previous v0.46.11-ledger build.
See CHANGELOG for full list of changes.
Full Diff: v0.46.11-alpha.ledger.6...v0.46.11-alpha.ledger.7
v0.46.10-ledger.3
This is a dedicated release of Cosmos SDK v0.46.10 with Ledger support.
It includes a bug fix on the iavl dependency when compared to the previous v0.46.10-ledger build.
See CHANGELOG for full list of changes.
Full Diff: v0.46.10-ledger.2...v0.46.10-ledger.3