Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / zcash/incrementalmerkletree issues and pull requests

#120 - incrementalmerkletree: Check `IncrementalWitness` at construction

Pull Request - State: closed - Opened by str4d 4 days ago

#119 - Replace justified `unwraps` in `shardtree` with `expect`s

Pull Request - State: open - Opened by str4d 4 days ago

#118 - Audit uses of `.unwrap`/`.expect` in shardtree

Issue - State: open - Opened by daira 4 days ago - 2 comments

#117 - Release shardtree version 0.5.0

Pull Request - State: closed - Opened by nuttycom about 2 months ago

#114 - Release `bridgetree` version 0.6.0.

Pull Request - State: closed - Opened by nuttycom 2 months ago - 1 comment

#112 - Immutable For Each on ShardStore Checkpoints

Pull Request - State: closed - Opened by ec2 3 months ago - 1 comment

#111 - Add max_checkpoints getter on ShardTree

Pull Request - State: closed - Opened by ec2 3 months ago

#110 - release `bridgetree` version 0.5.0

Pull Request - State: closed - Opened by nuttycom 4 months ago

#109 - Release `shardtree` version 0.4.0

Pull Request - State: closed - Opened by nuttycom 4 months ago

#108 - Release incrementalmerkletree version 0.6.0

Pull Request - State: closed - Opened by nuttycom 4 months ago - 1 comment

#106 - shardtree: Use `Tree` constructors instead of struct creation

Pull Request - State: closed - Opened by str4d 5 months ago

#105 - shardtree: Add `Reference` retention to make it possible to limit pruning.

Pull Request - State: closed - Opened by nuttycom 6 months ago - 1 comment

#104 - Release shardtree version 0.3.1

Pull Request - State: closed - Opened by nuttycom 8 months ago

#102 - Release shardtree v0.3.0

Pull Request - State: closed - Opened by nuttycom 8 months ago

#101 - Release incrementalmerkletree version 0.5.1

Pull Request - State: closed - Opened by nuttycom 8 months ago

#99 - Add `Frontier::random_of_size` to facilitate testing.

Pull Request - State: closed - Opened by nuttycom 9 months ago

#98 - shardtree: Add `ShardTree::insert_frontier`

Pull Request - State: closed - Opened by nuttycom 9 months ago

#96 - incrementalmerkletree: Add `Frontier::tree_size`

Pull Request - State: closed - Opened by nuttycom 9 months ago

#95 - shardtree: Add the ability to avoid pruning specific checkpoints.

Pull Request - State: open - Opened by nuttycom 10 months ago

#94 - shardtree: Release version 0.2.0

Pull Request - State: open - Opened by nuttycom about 1 year ago

#94 - shardtree: Release version 0.2.0

Pull Request - State: closed - Opened by nuttycom about 1 year ago

#94 - shardtree: Release version 0.2.0

Pull Request - State: open - Opened by nuttycom about 1 year ago

#93 - shardtree: Add `root_at_checkpoint_id` methods.

Pull Request - State: closed - Opened by nuttycom about 1 year ago

#93 - shardtree: Add `root_at_checkpoint_id` methods.

Pull Request - State: closed - Opened by nuttycom about 1 year ago

#92 - `incrementalmerkletree 0.5.0`, `bridgetree 0.4.0`, `shardtree 0.1.0`

Pull Request - State: closed - Opened by str4d about 1 year ago

#91 - Pre-release cleanups

Pull Request - State: closed - Opened by str4d over 1 year ago

#90 - `shardtree`: Improve documentation

Pull Request - State: closed - Opened by str4d over 1 year ago

#89 - Cleanups ahead of publishing `shardtree` crate

Pull Request - State: closed - Opened by str4d over 1 year ago

#88 - shardtree: Pass checkpoints alongside tree to `ShardTree::insert_tree`

Pull Request - State: closed - Opened by str4d over 1 year ago

#87 - `shardtree`: Fix bugs in `ShardTree::insert_tree`

Pull Request - State: closed - Opened by str4d over 1 year ago

#86 - shardtree: Switch from `Rc` to `Arc` to make trees `Send`

Pull Request - State: closed - Opened by str4d over 1 year ago - 1 comment

#85 - Add `CachingShardStore` for batching writes to a backend `ShardStore`

Pull Request - State: closed - Opened by str4d over 1 year ago

#84 - More `shardtree` refactoring

Pull Request - State: closed - Opened by str4d over 1 year ago

#83 - the Position type is exclusively used with leaves, propose a readabil…

Pull Request - State: closed - Opened by zancas over 1 year ago - 1 comment

#82 - `shardtree` bugfixes

Pull Request - State: closed - Opened by str4d over 1 year ago

#81 - Refactor codebase into submodules

Pull Request - State: closed - Opened by str4d over 1 year ago

#79 - allowing level 0 nodes means that Addresses are used for non-internal…

Pull Request - State: closed - Opened by zancas over 1 year ago

#77 - Release incrementalmerkletree v0.4.0 & bridgetree v0.3.0

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#76 - Remove the `Debug` bound from `Hashable`

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#75 - Release of `bridgetree` v0.2.1

Pull Request - State: closed - Opened by nuttycom over 1 year ago - 1 comment

#74 - Fix incorrect documentation and `cargo doc` issues.

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#73 - Add the ability to compute a `MerklePath` from a Frontier

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#72 - Remove initial checkpoints.

Pull Request - State: closed - Opened by nuttycom over 1 year ago - 1 comment

#70 - Don't require an initial checkpoint ID for `bridgetree` construction.

Pull Request - State: closed - Opened by nuttycom over 1 year ago - 1 comment

#69 - Add support for tracking legacy frontiers and witnesses in `ShardTree` instances.

Pull Request - State: closed - Opened by nuttycom over 1 year ago - 6 comments

#68 - Use `u64` for the internal state of `Position` and `Address::index`

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#67 - Add methods for managing checkpoint data to the ShardStore API.

Pull Request - State: closed - Opened by nuttycom over 1 year ago - 1 comment

#65 - Avoid a few usize->u8 conversions.

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#64 - Use `MerklePath` when returning witnesses.

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#63 - Make `bridgetree` polymorphic in checkpoint identifier type.

Pull Request - State: closed - Opened by nuttycom over 1 year ago
Labels: S-waiting-on-review

#62 - Move `bridgetree::Frontier` to `incrementalmerkletree` and add `librustzcash` types.

Pull Request - State: closed - Opened by nuttycom over 1 year ago
Labels: S-waiting-on-review

#61 - Backport `Address` type to 0.3.x branch.

Pull Request - State: closed - Opened by nuttycom over 1 year ago - 1 comment

#60 - Merge hotfix branch for v0.3.1 back to `master`.

Pull Request - State: closed - Opened by nuttycom over 1 year ago

#59 - Do not eagerly track marked nodes in the current bridge.

Pull Request - State: closed - Opened by nuttycom almost 2 years ago
Labels: S-waiting-on-review

#56 - On 32-bit platforms, `Position::root_level` returns the wrong value

Issue - State: closed - Opened by daira almost 2 years ago
Labels: bug

#55 - Update MSRV to 1.60

Pull Request - State: closed - Opened by nuttycom almost 2 years ago

#54 - Add `Address` methods to facilitate tree traversal.

Pull Request - State: closed - Opened by nuttycom almost 2 years ago

#53 - Add an abstraction around shard storage for `shardtree`

Issue - State: closed - Opened by nuttycom almost 2 years ago - 1 comment

#52 - Compute witnesses as of checkpoint depth rather than as of a root hash.

Pull Request - State: closed - Opened by nuttycom almost 2 years ago

#51 - Release bridgetree v0.2.0.

Pull Request - State: closed - Opened by nuttycom almost 2 years ago

#50 - Add `shardtree` crate.

Pull Request - State: closed - Opened by nuttycom almost 2 years ago - 6 comments

#49 - Move common utilities to the incrementalmerkletree crate & turn into a workspace.

Pull Request - State: closed - Opened by nuttycom almost 2 years ago - 1 comment

#48 - Implement a sparse Merkle tree type to allow out-of-order insertion.

Issue - State: closed - Opened by nuttycom almost 2 years ago
Labels: S-waiting-on-review

#47 - Make it possible to tag checkpoints with identifying information.

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#46 - Doc update

Pull Request - State: closed - Opened by zancas over 2 years ago

#45 - Add conversions from incrementalmerkletree types.

Pull Request - State: closed - Opened by nuttycom over 2 years ago - 1 comment

#44 - Rework the API for move to the `bridgetree` crate.

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#43 - Remove the `bridgetree::Leaf` type & make ommer levels start at 0

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#42 - Alter MerkleBridge to avoid storing duplicate ommers.

Pull Request - State: closed - Opened by nuttycom over 2 years ago - 1 comment

#40 - Cache and reuse values of empty subtree roots.

Pull Request - State: closed - Opened by nuttycom over 2 years ago - 1 comment

#39 - Release 0.3.0

Pull Request - State: closed - Opened by ebfull over 2 years ago

#38 - Add as_of_root argument to Tree::authentication_path

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#37 - Release 0.3.0-beta.2

Pull Request - State: closed - Opened by str4d over 2 years ago

#36 - Allow construction of incrementalmerkletree starting from a frontier.

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#35 - Fix an off-by-one error in BridgeTree garbage collection.

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#34 - Add changelog

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#33 - Release 0.3.0-beta.2

Issue - State: closed - Opened by str4d over 2 years ago - 1 comment

#32 - Always query the tree by position, not hash.

Pull Request - State: closed - Opened by nuttycom over 2 years ago

#31 - Track the mutable tip of the bridgetree separate from the prior bridges.

Pull Request - State: closed - Opened by nuttycom over 2 years ago - 1 comment

#30 - Remove the unused recording types & logic

Pull Request - State: closed - Opened by nuttycom over 2 years ago - 1 comment

#29 - Fix a bug in garbage collection.

Pull Request - State: closed - Opened by nuttycom over 2 years ago - 2 comments

#28 - Bug in garbage collection

Issue - State: closed - Opened by ebfull over 2 years ago - 1 comment
Labels: bug

#27 - incrementalmerkletree 0.3.0-beta.1

Pull Request - State: closed - Opened by str4d over 2 years ago - 1 comment

#26 - Release `0.3.0`

Issue - State: closed - Opened by str4d over 2 years ago - 1 comment
Labels: S-committed

#25 - Release `0.3.0-beta.1`

Issue - State: closed - Opened by str4d over 2 years ago

#24 - Fix incorrect consistency check for auth_fragment construction.

Pull Request - State: closed - Opened by nuttycom over 2 years ago - 1 comment