-
Notifications
You must be signed in to change notification settings - Fork 26
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): rename build_proposal => propose_block and validate_proposal => validate_block #2162
Conversation
ffbdf2c
to
fac67dc
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 9 of 9 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Yael-Starkware)
crates/starknet_batcher/src/batcher.rs
line 60 at r1 (raw file):
proposal_manager: Box<dyn ProposalManagerTrait>, propose_streams: HashMap<ProposalId, OutputStreamReceiver>, validate_streams: HashMap<ProposalId, InputStreamSender>,
Suggestion:
propose_tx_streams: HashMap<ProposalId, OutputStreamReceiver>,
validate_tx_streams: HashMap<ProposalId, InputStreamSender>,
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2162 +/- ##
===========================================
- Coverage 40.10% 12.92% -27.19%
===========================================
Files 26 188 +162
Lines 1895 24020 +22125
Branches 1895 24020 +22125
===========================================
+ Hits 760 3104 +2344
- Misses 1100 20560 +19460
- Partials 35 356 +321 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
fac67dc
to
145844f
Compare
cbb54e6
to
b4a9025
Compare
564b3c2
to
bd4f174
Compare
…roposal => validate_block
bd4f174
to
564faf2
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.
these are all the locations as far as I could think of/search for.
I think GenerateProposalError name is ok.
Reviewable status: 6 of 9 files reviewed, all discussions resolved (waiting on @alonh5)
crates/starknet_batcher/src/batcher.rs
line 60 at r1 (raw file):
proposal_manager: Box<dyn ProposalManagerTrait>, propose_streams: HashMap<ProposalId, OutputStreamReceiver>, validate_streams: HashMap<ProposalId, InputStreamSender>,
done.
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 3 of 3 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Yael-Starkware)
No description provided.