You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-16Lines changed: 25 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,20 @@
3
3
4
4
## Unreleased
5
5
6
+
7
+
8
+
## 0.16.0 (May 04, 2021)
9
+
6
10
### Breaking Changes
7
11
-[\#355](https://github.com/cosmos/iavl/pull/355)`Get` in `iavlServer` no longer returns an error if the requested key does not exist. `GetResponse` now contains a `NotFound` boolean to indicate that a key does not exist, and the returned index will be that of the next occupied key.
8
12
9
13
### Improvements
10
-
-[\#355](https://github.com/cosmos/iavl/pull/355) Add support for `GetByIndex` to `iavlServer`
14
+
-[\#355](https://github.com/cosmos/iavl/pull/355) Add support for `GetByIndex` to `iavlServer` and RPC interface.
15
+
16
+
### Bug Fixes
17
+
+[\#385](https://github.com/cosmos/iavl/pull/385) Fix `GetVersioned` - now it works with `LazyLoadVersion`.
18
+
+[\#374](https://github.com/cosmos/iavl/pull/374) Fix large genesis file commit.
19
+
11
20
12
21
## 0.15.3 (December 21, 2020)
13
22
@@ -48,26 +57,26 @@ Users upgrading from 0.13 should read important upgrade information in the 0.14.
48
57
-[\#285](https://github.com/cosmos/iavl/pull/285) The module path has changed from
49
58
`github.com/tendermint/iavl` to `github.com/cosmos/iavl`.
50
59
51
-
-[\#304](https://github.com/cosmos/iavl/pull/304) Empty trees now return hashes rather than `nil`
60
+
-[\#304](https://github.com/cosmos/iavl/pull/304) Empty trees now return hashes rather than `nil`
52
61
from e.g. `Hash()`, `WorkingHash()`, and `SaveVersion()`, for conformance with RFC-6962.
53
62
54
-
-[\#317](https://github.com/cosmos/iavl/pull/317)`LoadVersion()` and `LazyLoadVersion()` now
63
+
-[\#317](https://github.com/cosmos/iavl/pull/317)`LoadVersion()` and `LazyLoadVersion()` now
55
64
error if called with a positive version number on an empty tree.
56
65
57
66
### Improvements
58
67
59
68
-[\#296](https://github.com/cosmos/iavl/pull/296) Add `iavlserver`, a gRPC/REST API server.
0 commit comments