-
Notifications
You must be signed in to change notification settings - Fork 28
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(consensus): remove irrelevant TODO items #2671
Conversation
e9559ee
to
b67d1bb
Compare
dbb4e5c
to
aab774a
Compare
b67d1bb
to
6d97140
Compare
aab774a
to
cf2c423
Compare
6d97140
to
5e0431f
Compare
cf2c423
to
78bb277
Compare
5e0431f
to
1a9ab44
Compare
78bb277
to
61c5340
Compare
1a9ab44
to
4c2a457
Compare
61c5340
to
37db3d4
Compare
4c2a457
to
b21f051
Compare
37db3d4
to
81e97a4
Compare
b21f051
to
006c08f
Compare
81e97a4
to
2c0d923
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 3 of 3 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @guy-starkware)
006c08f
to
0977142
Compare
2c0d923
to
f936f3e
Compare
0977142
to
ddd8259
Compare
f936f3e
to
3eeb458
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 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @guy-starkware)
crates/papyrus_protobuf/Cargo.toml
line 12 at r1 (raw file):
[dependencies] # TODO(Guy): Remove after implementing broadcast streams.
what were you supposed to remove?
Code quote:
# TODO(Guy): Remove after implementing broadcast streams.
crates/papyrus_protobuf/src/consensus.rs
line 116 at r1 (raw file):
{ fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { // TODO(guyn): add option to display when message is Fin and doesn't have content (PR #1048)
?
Code quote:
// TODO(guyn): add option to display when message is Fin and doesn't have content (PR #1048)
crates/sequencing/papyrus_consensus/src/manager_test.rs
line 86 at r1 (raw file):
let mut sender = mock_network.broadcasted_messages_sender; // TODO(guyn): refactor this test to pass proposals through the correct channels.
Already done but you didn't delete the TODO?
Code quote:
// TODO(guyn): refactor this test to pass proposals through the correct channels.
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: complete! all files reviewed, all discussions resolved (waiting on @guy-starkware)
ddd8259
to
bd1211a
Compare
3eeb458
to
c9f99a8
Compare
Artifacts upload workflows: |
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 r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @guy-starkware)
A few TODOs that I found that are no longer relevant and are removed.