This release follows the Cosmos-SDK semantic version tagging philosophy. Read more here.
This release contains an API breaking change. The Cosmos-SDK will release an update to 0.47 and 0.50 in the coming weeks to satisfy the API breaking changes.
This release is not consensus breaking.
v1.0.0
V1.0.0 marks the release of a long term stable API.
What's Changed
Improvements
#695 Add API SaveChangeSet to save the changeset as a new version.
#703 New APIs NewCompressExporter/NewCompressImporter to support more compact snapshot format.
#729 Speedup Genesis writes for IAVL, by writing in small batches.
#726 Make KVPair and ChangeSet serializable with protobuf.
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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/iavl from 0.19.4 to 1.1.2.
Release notes
Sourced from github.com/cosmos/iavl's releases.
... (truncated)
Changelog
Sourced from github.com/cosmos/iavl's changelog.
... (truncated)
Commits
370cd83
changelog0d64869
fix: legacy node key (#928)ff86011
chore: cleanup unnecessaryndb.Commit
calls (backport #902) (#921)162216b
changelogb4fcc41
perf(encoding): speed up EncodeVarint with io.ByteWriter+hand rolled varintEn...ca1d22d
chore: backport the pruning fix PR to v1.1.x (#910)04a0b44
feat: add the tree Close api (backport #905) (#912)e35fdc8
fix: revert the children node key refer (#904)e691ee9
perf: Remove unneeded GetKey calls to the LRU cache (backport #890) (#899)caa11ec
add changelog (#894)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 show