chore: move Merkle tree files - #357
Merged
quangvdao merged 2 commits intoApr 28, 2026
Merged
Conversation
🤖 PR SummaryRefactoring
Mathematical Formalization
Infrastructure / CI
Statistics
Lean Declarations ✏️ **Removed:** 2 declaration(s)
✏️ **Added:** 2 declaration(s)
🎨 **Style Guide Adherence**All changes adhere to the style guide. 📄 **Per-File Summaries**
Last updated: 2026-04-28 02:59 UTC. |
BoltonBailey
marked this pull request as ready for review
April 27, 2026 17:02
dtumad
approved these changes
Apr 28, 2026
dtumad
left a comment
Collaborator
There was a problem hiding this comment.
Looks good to me, thanks. By the way, the question a couple weeks ago about IsQueryBound led to a definition IsQueryBoundP that may be more useful for this use case if you still need that functionality.
Run the agent documentation check on pull requests so required branch protection checks are created for fork PRs, and allow first-time contributors to receive automatic PR review runs. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am trying to port over some of my changes from Verified-zkEVM/ArkLib#144
To start with, this change moves Merkle tree content to dedicated folder, with subfolders for different versions with different tree structure. It also moves the completeness theorems on the inductive side into its own file separate from the the defs, in anticipation of more different files for the main theorems about security properties.