-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organize STM code - Merkle Tree Module #2374
base: main
Are you sure you want to change the base?
Conversation
Test Results 3 files ±0 57 suites ±0 11m 32s ⏱️ +12s Results for commit d266e8d. ± Comparison against base commit ba14422. This pull request removes 9 and adds 9 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a more natural structure would be:
- a
path
sub module withPath
andBatchPath
- a
commitment
sub module withMerkleTreeCommitment
andMerkleTreeCommitmentBatchCompat
WDYT?
Co-authored-by: Jean-Philippe Raynaud <[email protected]>
c66fe98
to
b15c070
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments seen together 👍
Co-authored-by: Jean-Philippe Raynaud <[email protected]>
Content
This PR includes the version of
mithril-stm
where themerkle_tree
is a module containing:leaf
tree
path
: Path, BatchPath,commitment
: MerkleTreeCommitment, MerkleTreeCommitmentBatchCompat.merkle_tree/mod.rs
frommerkle_tree/tree.rs
.Pre-submit checklist
Comments
Issue(s)
Relates to #2369