-
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 37s ⏱️ +2s Results for commit 6f8f9fd. ± Comparison against base commit 81e90f7. 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]> review suggestions applied
* mithril-aggregator from `0.7.18` to `0.7.19`
5ac29c6
to
6f8f9fd
Compare
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