-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #120
Conversation
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
* VerifyItem takes no index; Return keys/values in range; Fix * Bump version * 0.9.1 -- compute hash from rangeproof * Require Verify() before Verify*() * Review fixes from #75
* adhere to: ineffassign, misspell, golint * unexport helper function & godoc compatibility for package comments * _PathToLeaf -> pathToLeaf * remove obsolete proof-types from doc * comment exported method and unexport debug helper method * remove unused private methods * remove unnecessary else blocks (golint): * remove unused named returns * minor changes to make code more idiomatic * consistent receiver names * omit type from declaration * remove brackets from single return val Signed-off-by: Liamsi <[email protected]>
- bump version - update changelog Signed-off-by: Liamsi <[email protected]>
* Fix benchmark scripts for current code * Add benchmark result
This is done to remove the need for an override constraint for tendermint in the sdk. Closes #90
* Move orphaningTree logic into VersionedTree * Move Tree.Set and Node.set to VersionedTree, fix tests * Move Tree.Remove and node.remove to VersionedTree * Rename VersionedTree/Tree to MutableTree/ImmutableTree * Rename files to match type names * Add GetImmutable and lazy loading of MutableTree * Move balance and rotate from Node to MutableTree * Add benchmarks with -benchmem, remove incomplete benchmark * Rename variables in rotation functions * Add test to check for consistent tracking of orphans * Add back ability to load old versions with idempotent saves * Add idempotent save test case
# Conflicts: # CHANGELOG.md # Gopkg.lock # basic_test.go # doc.go # immutable_tree.go # node.go # proof.go # proof_range.go # tree_dotgraph_test.go # util.go # versioned_tree.go
Fix `go vet` failures
0.9.1 -- compute hash from rangeproof Require Verify() before Verify*() Review fixes from #75 First commit for generalized merkle proofs Fix imports Bump version to 0.9.3 Return nil on empty tree - bump version to 0.10.0 Add OpDecoders fix test finalize rebase fix test fix toml
Signed-off-by: Silas Davis <[email protected]>
* Introduce KeyFormat that uses a full 8 bytes for int64 values and avoids string manipulatio/scanning * Add node key and orphan key benchmark * Fix various issue from PR: punctuation, add overflow test, and improve scan function
Merge back master into develop
* Remove architecture dependent getter functions * update changelog
Bump version and update change-log
…i… (#102) * Only load to target verion when target version doesn't equal to 0, higher version won't be loaded * add LoadVersionOverwrite * Refactor code according to code review * Refactor comment and error handle * Add overwrite test
General Merkle Proof
- link to tendermint/coding and tendermint/tendermint/CONTRIBUTING.md
* Use new tendermint/libs/db.DB.ReverseIterator API * Bump version * ... * update to tendermint v0.27.0-dev1 * breaking change
ridenaio
pushed a commit
to idena-network/iavl
that referenced
this pull request
Jul 1, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.