File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.6.0 (March 2, 2018)
4+
5+ BREAKING CHANGES
6+
7+ - NewTree order of arguments swapped
8+ - int -> int64, uint64 -> int64
9+ - NewNode takes a version
10+ - Node serialization format changed so version is written right after size
11+ - SaveVersion takes no args (auto increments)
12+ - tree.Get -> tree.Get64
13+ - nodeDB.SaveBranch does not take a callback
14+ - orphaningTree.SaveVersion -> SaveAs
15+ - proofInnerNode includes Version
16+ - ReadKeyXxxProof consolidated into ReadKeyProof
17+ - KeyAbsentProof doesn't include Version
18+ - KeyRangeProof.Version -> Versions
19+
20+ FEATURES
21+
22+ - Implement chunking algorithm to serialize entire tree
23+
24+ ## 0.5.0 (October 27, 2017)
25+
26+ First versioned release!
27+ (Originally accidentally released as v0.2.0)
28+
Original file line number Diff line number Diff line change 11package iavl
22
3- const Version = "0.5 .0"
3+ const Version = "0.6 .0"
You can’t perform that action at this time.
0 commit comments