Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport 0.39.0 (launchpad): cherry pick #5839 #6618

Merged
merged 4 commits into from
Jul 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cl++
  • Loading branch information
alexanderbez committed Jul 6, 2020
commit e1e38b60a2802f31cf9e50a7286bd44cd8ae654a
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v0.38.5] - TBD
## [v0.39.0] - TBD

### Improvements

The pruning changes introduced in 0.38.0 has bugs that may cause data loss, even after upgrading
to 0.38.5. When upgrading from 0.38.x it is important to follow the instructions below, to prevent
Expand All @@ -60,8 +62,7 @@ pruning setting `syncable` used `KeepEvery:100`.

### API Breaking Changes

* (baseapp) [\#5837](https://github.com/cosmos/cosmos-sdk/issues/5837) Transaction simulation now returns a `SimulationResponse` which contains the `GasInfo` and
`Result` from the execution.
* (baseapp) [\#5837](https://github.com/cosmos/cosmos-sdk/issues/5837) Transaction simulation now returns a `SimulationResponse` which contains the `GasInfo` and `Result` from the execution.

### Improvements

Expand Down