-
Notifications
You must be signed in to change notification settings - Fork 5
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the Merkle test is a multi-file test that demonstrates many functionalities of the library. As part of M3 we want to refactor it to consist of multiple crates instead to prove out the dependency management functionality to be delivered.
- Split the
Merkletest into well-formed crates. - Prove properties in the individual crates.
- Combine these properties in proofs for the final downstream crate.
If possible, replace some very basic functionality using the standard library, but keep the relevant proofs local to the tree of crates in the Merkle test.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request