-
Notifications
You must be signed in to change notification settings - Fork 25
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(starknet_batcher): extract propose/validate block inputs into function #2306
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2306 +/- ##
==========================================
- Coverage 40.10% 6.34% -33.77%
==========================================
Files 26 141 +115
Lines 1895 17183 +15288
Branches 1895 17183 +15288
==========================================
+ Hits 760 1090 +330
- Misses 1100 16020 +14920
- Partials 35 73 +38 ☔ View full report in Codecov by Sentry. |
fe6f6cd
to
3848efb
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.
beautiful!
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)
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.
Thanks!
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)
ab8b6ac
to
3c35d9c
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.
Reviewable status: 0 of 1 files reviewed, 2 unresolved discussions (waiting on @alonh5 and @ArniStarkware)
crates/starknet_batcher/src/batcher_test.rs
line 85 at r3 (raw file):
deadline: deadline(), retrospective_block_hash: None, block_info: Default::default(),
why not use the initial_block_info() for all tests?
Code quote:
Default::default()
crates/starknet_batcher/src/batcher_test.rs
line 94 at r3 (raw file):
deadline: deadline(), retrospective_block_hash: None, block_info: Default::default(),
same
Code quote:
block_info: Default::default(),
3c35d9c
to
aea0aa6
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.
Reviewable status: 0 of 1 files reviewed, 2 unresolved discussions (waiting on @ArniStarkware and @Yael-Starkware)
crates/starknet_batcher/src/batcher_test.rs
line 85 at r3 (raw file):
Previously, Yael-Starkware (YaelD) wrote…
why not use the initial_block_info() for all tests?
Done.
crates/starknet_batcher/src/batcher_test.rs
line 94 at r3 (raw file):
Previously, Yael-Starkware (YaelD) wrote…
same
Done.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.
Reviewed 1 of 1 files at r4, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)
aea0aa6
to
7cbd5e2
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.
Reviewed all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)
No description provided.