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

chore(batcher): remove block metadata member from block builder factory #2230

Conversation

ArniStarkware
Copy link
Contributor

@ArniStarkware ArniStarkware commented Nov 21, 2024

Refactor towards getting block info from consensus.

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 26.66667% with 11 lines in your changes missing coverage. Please review.

Project coverage is 5.18%. Comparing base (77a2f11) to head (a33b3cc).

Files with missing lines Patch % Lines
crates/starknet_batcher/src/block_builder.rs 0.00% 11 Missing ⚠️
Additional details and impacted files
@@                        Coverage Diff                        @@
##           arni/block_info/move_to_snapi   #2230       +/-   ##
=================================================================
- Coverage                          55.04%   5.18%   -49.86%     
=================================================================
  Files                                232     146       -86     
  Lines                              26264   16981     -9283     
  Branches                           26264   16981     -9283     
=================================================================
- Hits                               14456     880    -13576     
- Misses                             10789   16027     +5238     
+ Partials                            1019      74      -945     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@ArniStarkware ArniStarkware force-pushed the arni/batcher/block_builder_factor/refactor/remove_block_metadata branch from e221112 to 54dff5c Compare November 24, 2024 06:31
Copy link
Contributor

@Yael-Starkware Yael-Starkware left a comment

Choose a reason for hiding this comment

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

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @alonh5 and @dafnamatsry)

Copy link
Collaborator

@alonh5 alonh5 left a comment

Choose a reason for hiding this comment

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

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dafnamatsry)

Copy link

Artifacts upload workflows:

Copy link
Collaborator

@alonh5 alonh5 left a comment

Choose a reason for hiding this comment

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

Reviewable status: 2 of 3 files reviewed, 1 unresolved discussion (waiting on @ArniStarkware, @dafnamatsry, and @Yael-Starkware)


a discussion (no related file):
Is this PR still relevant? Instead of removing this here and then adding the block info (which contains these fields), you can just replace it in the same PR.

@ArniStarkware
Copy link
Contributor Author

Previously, alonh5 (Alon Haramati) wrote…

Is this PR still relevant? Instead of removing this here and then adding the block info (which contains these fields), you can just replace it in the same PR.

This Pr is indeed no longer relevant.

@ArniStarkware
Copy link
Contributor Author

This PR is no longer relevant.

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.

4 participants