Skip to content

Refactor the Merkle Test into Crates #181

@iamrecursion

Description

@iamrecursion

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 Merkle test 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 request

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions