-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from tendermint/develop-pre-wire
Develop pre wire
- Loading branch information
Showing
28 changed files
with
1,441 additions
and
627 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
vendor | ||
.glide | ||
*.swp | ||
*.swo | ||
|
||
# created in test code | ||
test.db | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## 0.6.0 (March 2, 2018) | ||
|
||
BREAKING CHANGES | ||
|
||
- NewTree order of arguments swapped | ||
- int -> int64, uint64 -> int64 | ||
- NewNode takes a version | ||
- Node serialization format changed so version is written right after size | ||
- SaveVersion takes no args (auto increments) | ||
- tree.Get -> tree.Get64 | ||
- nodeDB.SaveBranch does not take a callback | ||
- orphaningTree.SaveVersion -> SaveAs | ||
- proofInnerNode includes Version | ||
- ReadKeyXxxProof consolidated into ReadKeyProof | ||
- KeyAbsentProof doesn't include Version | ||
- KeyRangeProof.Version -> Versions | ||
|
||
FEATURES | ||
|
||
- Implement chunking algorithm to serialize entire tree | ||
|
||
## 0.5.0 (October 27, 2017) | ||
|
||
First versioned release! | ||
(Originally accidentally released as v0.2.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.