Skip to content

Conversation

@ArielElp
Copy link
Contributor

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

This was referenced Jan 12, 2026
Copy link
Contributor Author

ArielElp commented Jan 12, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch from dea4819 to 9ae77d9 Compare January 13, 2026 06:43
@ArielElp ArielElp force-pushed the ariel/add_db_layout_trait branch 2 times, most recently from a79210d to ff6bafb Compare January 13, 2026 07:03
@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch 2 times, most recently from 4979976 to 52b3860 Compare January 13, 2026 07:10
@ArielElp ArielElp force-pushed the ariel/add_db_layout_trait branch from ff6bafb to 4891067 Compare January 13, 2026 07:10
@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch from 52b3860 to 54be4a4 Compare January 13, 2026 08:00
@ArielElp ArielElp force-pushed the ariel/add_db_layout_trait branch from 4891067 to 7fae6af Compare January 13, 2026 08:00
@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch from 54be4a4 to ebb6609 Compare January 13, 2026 09:34
@ArielElp ArielElp force-pushed the ariel/add_db_layout_trait branch from 1e936a8 to 1abb071 Compare January 13, 2026 15:21
@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch 2 times, most recently from 422fdc0 to d188156 Compare January 13, 2026 15:27
@ArielElp ArielElp requested a review from yoavGrs January 13, 2026 17:49
@ArielElp ArielElp force-pushed the ariel/add_db_layout_trait branch from 81c6658 to dac0463 Compare January 14, 2026 08:29
@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch from d188156 to f6484e6 Compare January 14, 2026 08:29
Copy link
Contributor

@nimrod-starkware nimrod-starkware left a comment

Choose a reason for hiding this comment

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

:lgtm:

@nimrod-starkware reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @yoavGrs).

Copy link
Contributor

@yoavGrs yoavGrs left a comment

Choose a reason for hiding this comment

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

:lgtm:

@yoavGrs reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @ArielElp).

Copy link
Collaborator

@dorimedini-starkware dorimedini-starkware left a comment

Choose a reason for hiding this comment

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

@dorimedini-starkware reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ArielElp).


crates/starknet_committer_and_os_cli/src/committer_cli/tests/python_tests.rs line 688 at r2 (raw file):

    let suffix = node.hash.0.to_bytes_be();
    node.get_db_key(key_context, &suffix)
}
  1. move to above usages
  2. make it private, so it's clear that it's an internal util and not a real DB key

Suggestion:

fn db_key<L: Leaf>(
    node: &FactDbFilledNode<L>,
    key_context: &<L as HasStaticPrefix>::KeyContext,
) -> DbKey {
    let suffix = node.hash.0.to_bytes_be();
    node.get_db_key(key_context, &suffix)
}

@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch from 9c7d4a5 to 578fe88 Compare January 15, 2026 14:12
@ArielElp ArielElp force-pushed the ariel/add_db_layout_trait branch from 1929e54 to 200a339 Compare January 15, 2026 14:12
Copy link
Contributor Author

@ArielElp ArielElp left a comment

Choose a reason for hiding this comment

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

@ArielElp made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware).


crates/starknet_committer_and_os_cli/src/committer_cli/tests/python_tests.rs line 688 at r2 (raw file):

Previously, dorimedini-starkware wrote…
  1. move to above usages
  2. make it private, so it's clear that it's an internal util and not a real DB key

Done. (I think, not sure about 1, I moved it up before the first usage)

Copy link
Collaborator

@dorimedini-starkware dorimedini-starkware left a comment

Choose a reason for hiding this comment

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

@dorimedini-starkware made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ArielElp).


crates/starknet_committer_and_os_cli/src/committer_cli/tests/python_tests.rs line 688 at r2 (raw file):

Previously, ArielElp wrote…

Done. (I think, not sure about 1, I moved it up before the first usage)

did you push?

@ArielElp ArielElp force-pushed the ariel/remove_filled_node_impl branch from 578fe88 to 22e313f Compare January 15, 2026 16:02
Copy link
Contributor Author

@ArielElp ArielElp left a comment

Choose a reason for hiding this comment

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

@ArielElp made 1 comment.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware, @nimrod-starkware, and @yoavGrs).


crates/starknet_committer_and_os_cli/src/committer_cli/tests/python_tests.rs line 688 at r2 (raw file):

Previously, dorimedini-starkware wrote…

did you push?

Did now

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.

6 participants