-
Notifications
You must be signed in to change notification settings - Fork 381
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
Convert directly from Int.Bits() to NodeID #1614
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1614 +/- ##
==========================================
- Coverage 67.19% 67.13% -0.07%
==========================================
Files 110 110
Lines 8951 8974 +23
==========================================
+ Hits 6015 6025 +10
- Misses 2335 2348 +13
Partials 601 601
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1614 +/- ##
==========================================
- Coverage 67.19% 67.13% -0.07%
==========================================
Files 110 110
Lines 8951 8974 +23
==========================================
+ Hits 6015 6025 +10
- Misses 2335 2348 +13
Partials 601 601
Continue to review full report at Codecov.
|
* 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) ...
Wall-clock equivalent, but allocates half the amount of memory.
Checklist