-
Notifications
You must be signed in to change notification settings - Fork 35
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
refactor(native_blockifier, starknet_consensus_orchestrator): share execution objects #3877
base: main
Are you sure you want to change the base?
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1e2edc0
to
e518a0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just import the execution info from the native blockifier crate?
Reviewable status: 0 of 12 files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because the consensus orchestrator doesn't need to include the native blockifier, it doesn't have anything to do with it.
besides, that was what we agreed with Lior, that the execution object will be moved to a different crate that will be shared by other crates. This is the first object, and more to come.
Reviewable status: 0 of 12 files reviewed, all discussions resolved
e518a0e
to
678ac37
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What else?
Reviewable status: 0 of 12 files reviewed, all discussions resolved
678ac37
to
8e8968c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bouncer_weights, transaction_execution_info, commitment_state_diff
Reviewable status: 0 of 14 files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are the objects that are passed from the batcher to the consensus_orchestrator.
Reviewable status: 0 of 14 files reviewed, all discussions resolved
8e8968c
to
00aeb44
Compare
No description provided.