Skip to content
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

Introduce Scroll Binary Patricia Merkle Trie Components #36

Merged
merged 50 commits into from
Dec 8, 2024

Conversation

frisitano
Copy link
Collaborator

Overview

This PR introduces the primitive binary Merkle Patricia trie components required for scroll.

WIP

@frisitano frisitano changed the base branch from main to scroll November 20, 2024 03:22
Copy link
Collaborator Author

@frisitano frisitano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some comments inline that need to be addressed.

crates/scroll/primitives/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/state-commitment/src/key.rs Outdated Show resolved Hide resolved
crates/scroll/state-commitment/src/root.rs Show resolved Hide resolved
crates/scroll/state-commitment/src/root.rs Outdated Show resolved Hide resolved
crates/scroll/state-commitment/src/root.rs Outdated Show resolved Hide resolved
crates/trie/trie/src/updates.rs Outdated Show resolved Hide resolved
crates/trie/trie/src/walker.rs Outdated Show resolved Hide resolved
crates/trie/trie/src/walker.rs Outdated Show resolved Hide resolved
crates/trie/trie/src/witness.rs Outdated Show resolved Hide resolved
crates/trie/trie/src/witness.rs Outdated Show resolved Hide resolved
@frisitano frisitano marked this pull request as ready for review December 5, 2024 10:34
@frisitano frisitano changed the title WIP: Introduce Scroll Binary Patricia Merkle Trie Components Introduce Scroll Binary Patricia Merkle Trie Components Dec 5, 2024
Cargo.toml Outdated Show resolved Hide resolved
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple of nits and a question

Cargo.toml Outdated Show resolved Hide resolved
crates/blockchain-tree/Cargo.toml Outdated Show resolved Hide resolved
crates/scroll/state-commitment/src/value.rs Outdated Show resolved Hide resolved
crates/scroll/primitives/src/poseidon.rs Show resolved Hide resolved
crates/stages/stages/src/stages/execution.rs Outdated Show resolved Hide resolved
greged93
greged93 previously approved these changes Dec 8, 2024
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just one nit, otherwise lgtm!

crates/scroll/state-commitment/Cargo.toml Outdated Show resolved Hide resolved
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@frisitano frisitano merged commit 883d508 into scroll Dec 8, 2024
41 checks passed
@frisitano frisitano deleted the feat/scroll-bmpt branch December 8, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants