-
Notifications
You must be signed in to change notification settings - Fork 23
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_consensus_manager): set proposer address in propose block input #2346
base: arni/batcher/block_builder_factory/set_use_kzg_da_in_build_block_input
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## arni/batcher/block_builder_factory/set_use_kzg_da_in_build_block_input #2346 +/- ##
==========================================================================================================
- Coverage 27.16% 17.90% -9.27%
==========================================================================================================
Files 121 119 -2
Lines 13932 13915 -17
Branches 13932 13915 -17
==========================================================================================================
- Hits 3785 2491 -1294
- Misses 9811 11153 +1342
+ Partials 336 271 -65 ☔ View full report in Codecov by Sentry. |
0b1faae
to
ef924ab
Compare
21c7cc4
to
8049c64
Compare
remove, this is not a part of this PR. Code quote: ) {
let condition = match self.current_height {
Some(h) => h < height,
None => true,
};
if condition { |
ef924ab
to
f3ada2d
Compare
8049c64
to
350ca29
Compare
f3ada2d
to
f84a046
Compare
350ca29
to
d3ead1e
Compare
No description provided.