apollo_committer_types: add patricia proofs request and response types#13996
apollo_committer_types: add patricia proofs request and response types#13996ArielElp wants to merge 1 commit into
Conversation
8f39705 to
67c3d07
Compare
1653f27 to
b645f94
Compare
abf2f2d to
bc12ddd
Compare
5d76fac to
99bf786
Compare
bc12ddd to
9e42fdf
Compare
99bf786 to
642dad1
Compare
9e42fdf to
9ab840a
Compare
642dad1 to
13b4b25
Compare
PR SummaryLow Risk Overview Behind the optional In Reviewed by Cursor Bugbot for commit 00a8555. Bugbot is set up for automated code reviews on this repo. Configure here. |
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs reviewed 5 files and all commit messages, and made 2 comments.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on ArielElp).
crates/apollo_committer_types/src/committer_types.rs line 53 at r3 (raw file):
pub class_hashes: Vec<ClassHash>, pub contract_addresses: Vec<ContractAddress>, pub contract_storage_keys: HashMap<ContractAddress, Vec<StarknetStorageKey>>,
Please define a struct for this triple.
Code quote:
pub class_hashes: Vec<ClassHash>,
pub contract_addresses: Vec<ContractAddress>,
pub contract_storage_keys: HashMap<ContractAddress, Vec<StarknetStorageKey>>,fe9cd70 to
6f5d728
Compare
ArielElp
left a comment
There was a problem hiding this comment.
@ArielElp partially reviewed 3 files and made 2 comments.
Reviewable status: 3 of 6 files reviewed, 1 unresolved discussion (waiting on yoavGrs).
crates/apollo_committer_types/src/committer_types.rs line 53 at r3 (raw file):
Previously, yoavGrs wrote…
Please define a struct for this triple.
Done, though I prefer plugging it earlier if possible on top of the stack rather than here/below
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs reviewed 3 files and all commit messages, made 2 comments, and resolved 1 discussion.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on ArielElp).
crates/apollo_committer_types/src/committer_types.rs line 53 at r3 (raw file):
Previously, ArielElp wrote…
Done, though I prefer plugging it earlier if possible on top of the stack rather than here/below
Ohh, you already did it.
I don't care where you insert this type.
crates/starknet_committer/src/block_committer/input.rs line 79 at r4 (raw file):
/// Trie leaves read during block execution (classes, contracts, and per-contract storage slots). #[derive(Clone, Debug, Default, Deserialize, Eq, PartialEq, Serialize)] pub struct AccessedKeys {
Right?
Suggestion:
#[cfg(feature = "os_input")]
pub struct AccessedKeys {6f5d728 to
4c2b0c8
Compare
ff8660f to
1cd908c
Compare
4c2b0c8 to
c3937ca
Compare
ArielElp
left a comment
There was a problem hiding this comment.
@ArielElp made 1 comment.
Reviewable status: 4 of 6 files reviewed, 1 unresolved discussion (waiting on yoavGrs).
crates/starknet_committer/src/block_committer/input.rs line 79 at r4 (raw file):
Previously, yoavGrs wrote…
Right?
Done.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c3937ca. Configure here.
yoavGrs
left a comment
There was a problem hiding this comment.
@yoavGrs reviewed 2 files and all commit messages, made 1 comment, and resolved 1 discussion.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on ArielElp).
1cd908c to
adf5b0f
Compare
3789a7d to
0cc7e15
Compare
adf5b0f to
7a90b25
Compare
0cc7e15 to
eb8b441
Compare
9645f1b to
a453d7a
Compare
eb8b441 to
0a642cf
Compare
a453d7a to
a0fc2ee
Compare
0a642cf to
5f05076
Compare
a0fc2ee to
c02e5f3
Compare
8d87f0b to
16a3024
Compare
c02e5f3 to
43250d7
Compare
16a3024 to
d0b8e0c
Compare
1fffffe to
398ddb7
Compare
d0b8e0c to
00a8555
Compare


No description provided.