refactor(engine): reorder multiproof.rs for organization#19314
Merged
mattsse merged 1 commit intoyk/reorder-proof-taskfrom Oct 28, 2025
Merged
refactor(engine): reorder multiproof.rs for organization#19314mattsse merged 1 commit intoyk/reorder-proof-taskfrom
mattsse merged 1 commit intoyk/reorder-proof-taskfrom
Conversation
Reorganizes multiproof.rs to follow Rust file organization conventions: 1. Public types first (SparseTrieUpdate, MultiproofInput) 2. MultiproofManager and its implementation 3. MultiProofTask and its implementation 4. Helper functions No logic changes - pure code organization for improved readability. Main public types are now at the top, making it easier to understand the module's interface at a glance. Part of #19182 Depends on: #19313
4c15de6 to
6a6ad3f
Compare
ad1cb0a to
68c6079
Compare
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.
Part of #19182 - Stack of PRs for easier review
Depends on: #19313
Reorganizes
multiproof.rsfor a better flow: