Skip to content

Releases: evmos/cosmos-sdk

v0.47.12-evmos

20 Jun 12:30
Compare
Choose a tag to compare

v0.47.12-evmos - 2024-06-20

This release is an update of our fork with the changes on the Cosmos-SDK v0.47.12.

There are no additional changes added for this release.

The diffs with the upstream release were introduced in previous releases.
Find the complete diff with the upstream release here.

Full Changelog: https://github.com/evmos/cosmos-sdk/commits/v0.47.12-evmos

v0.50.7-evmos

05 Jun 13:33
Compare
Choose a tag to compare

v0.50.7-evmos - 2024-06-05

This release is an update of our fork with the changes on the Cosmos-SDK v0.50.7.

There are no additional changes added for this release.

The diffs with the upstream release were introduced in previous releases.
Find the complete diff with the upstream release here.

Full Changelog: https://github.com/evmos/cosmos-sdk/commits/v0.50.7-evmos

v0.47.11-evmos

05 Jun 13:13
Compare
Choose a tag to compare

v0.47.11-evmos - 2024-06-05

This release is an update of our fork with the changes on the Cosmos-SDK v0.47.11.

There are no additional changes added for this release.

The diffs with the upstream release were introduced in previous releases.
Find the complete diff with the upstream release here.

Full Changelog: https://github.com/evmos/cosmos-sdk/commits/v0.47.11-evmos

v0.47.8-evmos

15 Feb 21:38
Compare
Choose a tag to compare

v0.47.8-evmos - 2024-02-15

This release is an update of our fork with the changes on the Cosmos-SDK v0.47.8.

There are no additional changes added for this release.

The diffs with the upstream release were introduced in previous releases.
Find the complete diff with the upstream release here.

Full Changelog: https://github.com/evmos/cosmos-sdk/commits/v0.47.8-evmos

v0.47.5-evmos.2

11 Dec 09:46
6db0ba4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.47.5-evmos...v0.47.5-evmos.2

v0.50.1-evmos

22 Nov 13:44
Compare
Choose a tag to compare

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 of q 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 to var to allow customization of the value

Bug Fixes

  • (client/tx) #18472 Utilizes the correct Pubkey when simulating a transaction.
  • (baseapp) #18486 Fixed FinalizeBlock calls not being passed to ABCIListeners.

v0.47.5-evmos

16 Oct 10:25
ab1087a
Compare
Choose a tag to compare

What's Changed

v0.47.5-evmos - 2023-08-15

Imrpovements

Full Changelog: v0.47.4-evmos.2...v0.47.5-evmos

v0.47.4-evmos.2

15 Aug 14:53
a3b98a4
Compare
Choose a tag to compare

What's Changed

v0.47.4-evmos.2 - 2023-08-15

Improvements

  • (cli) #44 Convert DefaultGasAdjustment to var to allow customization of the value

v0.47.4-evmos

31 Jul 14:42
Compare
Choose a tag to compare

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, use pruning.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

12 Jun 11:59
e925a63
Compare
Choose a tag to compare

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 in simtestutil from v0.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 to BaseApp 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