Go to file
Kris Nuttycombe 1d7cd427f0 shardtree: make construction of fully-empty Parent nodes an error
Ideally the errors here would all be panics, as construction of such a
node represents a programming error; however, it is preferable to return
extra contextual information about the circumstance that led to this
error where possible, so we model this as an error where possible
without altering the public API.
2025-02-17 16:46:06 -07:00
.github/workflows Introduce a simple binary tree type. 2023-03-08 11:07:58 -07:00
bridgetree Release `bridgetree` version 0.6.0. 2024-09-25 14:25:40 -06:00
incrementalmerkletree Release incrementalmerkletree version 0.8.2 2025-01-31 13:05:18 -07:00
incrementalmerkletree-testing Fix clippy beta lints 2025-01-31 13:05:18 -07:00
shardtree shardtree: make construction of fully-empty Parent nodes an error 2025-02-17 16:46:06 -07:00
.gitignore Add Cargo.lock file to avoid MSRV upgrade forced by `proptest` updates. 2023-11-07 07:35:27 -07:00
COPYING.md Ensure that GitHub's "View license" link points to complete license information. 2022-01-04 17:37:34 +00:00
Cargo.lock Release incrementalmerkletree version 0.8.2 2025-01-31 13:05:18 -07:00
Cargo.toml Release incrementalmerkletree-testing 0.3 2025-01-30 16:52:27 -07:00
LICENSE-APACHE Added stuff for publishing to crates.io 2021-06-24 14:14:30 -06:00
LICENSE-MIT Update copyright year, and change the copyright holder to The Electric Coin Company. 2022-01-04 19:40:02 +00:00
rust-toolchain.toml Use common workspace package stanza & workspace dependencies. 2024-09-25 13:37:03 -06:00