-
Notifications
You must be signed in to change notification settings - Fork 385
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
MapHasher: Do not return error from HashLeaf #1611
Merged
Merged
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
Codecov Report
@@ Coverage Diff @@
## master #1611 +/- ##
==========================================
+ Coverage 67.14% 67.21% +0.07%
==========================================
Files 110 110
Lines 8963 8950 -13
==========================================
- Hits 6018 6016 -2
+ Misses 2341 2334 -7
+ Partials 604 600 -4
Continue to review full report at Codecov.
|
gdbelvin
approved these changes
May 16, 2019
gdbelvin
added a commit
to gdbelvin/keytransparency
that referenced
this pull request
May 16, 2019
Follows google/trillian#1611
gdbelvin
added a commit
to google/keytransparency
that referenced
this pull request
May 16, 2019
gdbelvin
added a commit
that referenced
this pull request
May 17, 2019
* master: (54 commits) Couple of changes to make NodeIDs more frugal. (#1613) compact.Tree: Change semantic of adding leaves (#1592) MapHasher: Do not return error from HashLeaf (#1611) Move Postgres schema into "schema" subdirectory Move MySQL schema into "schema" subdirectory Improve FlipRightBit by doing it directly. (#1610) log_subtree_cache: Use compact Range instead of Tree (#1609) LogHasher: Return no error from HashLeaf method (#1608) Remove update_changelog.sh Fewer copies of the bytes from big.Int (#1602) Switch some low-level logging in hashing related code to 'if' guards (#1601) Merge pull request #1596 from RJPercival/del_dockerfile_db Correct name of "licenses" binary in .gitignore compact.Tree: Allow nil visitor and add benchmarks (#1599) Add timeout to sequencing context (#1595) Combine `go install` commands in .travis.yml Combine `go get` commands in .travis.yml Sort `go get` commands in .travis.yml Rename "indirect/external.go" to "indirect/indirect.go" Fix typo: "TestLibaries" -> "TestLibraries" ...
gdbelvin
added a commit
that referenced
this pull request
May 23, 2019
* master: (94 commits) Complete TODO (#1632) fake_node_reader: Remove unused field (#1631) Parallelize VerifyMapLeavesResponse (#1615) Remove redundant root hash calculations (#1630) sequencer: Consolidate compact.Tree initialization (#1629) Remove unused NodeReader method (#1625) Fix bazel build (#1627) added/updated postgresql implementation of log_storage (#1571) Clean up compact.Tree tests (#1622) Remove old hash list format from compact.Tree (#1621) Mention protoc-gen-doc in README.md merkle: Add testonly package with golden hashes (#1620) compact: Simplify getting hashes in NewTreeWithState (#1618) compact: Implement Tree using Range (#1522) Guard verbose logging in merkle path code (#1604) Make MaskLeft of NodeID return an explicit copy. (#1612) Convert directly from Int.Bits() to NodeID (#1614) Couple of changes to make NodeIDs more frugal. (#1613) compact.Tree: Change semantic of adding leaves (#1592) MapHasher: Do not return error from HashLeaf (#1611) ...
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.
Hashes to hashes and errors to errors.