We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b6f9c3 + e45c6fd commit c920699Copy full SHA for c920699
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.8.0 (TBD)
4
+
5
+BREAKING CHANGES
6
7
+- Nodes are encoded using proto3/amino style integers and byte slices (ie. varints and
8
+ varint prefixed byte slices)
9
+- Proofs are encoded using Amino
10
+- Hash function changed from RIPEMD160 to the first 20 bytes of SHA256 output
11
12
## 0.7.0 (March 21, 2018)
13
14
BREAKING CHANGES
version.go
@@ -1,3 +1,3 @@
package iavl
-const Version = "0.7.0"
+const Version = "0.8.0-dev"
0 commit comments