Go to file
Kris Nuttycombe e2fa0a44c7 Make all `ShardStore` methods return `Result`
When implementing `ShardStore` atop a persistent data store, we need to
be able to reflect failures of the storage layer that are independent of
the presence or absence of data.
2023-05-19 15:45:03 -06:00
.github/workflows Introduce a simple binary tree type. 2023-03-08 11:07:58 -07:00
bridgetree Return owned types from `ShardStore` getter methods. 2023-05-19 15:43:06 -06:00
incrementalmerkletree Return owned types from `ShardStore` getter methods. 2023-05-19 15:43:06 -06:00
shardtree Make all `ShardStore` methods return `Result` 2023-05-19 15:45:03 -06:00
.gitignore
COPYING.md Ensure that GitHub's "View license" link points to complete license information. 2022-01-04 17:37:34 +00:00
Cargo.toml Introduce the `shardtree` crate: a sparse Merkle tree type. 2023-03-07 12:11:48 -07:00
LICENSE-APACHE
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 Update MSRV to 1.60 2023-02-16 10:51:41 -07:00