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(consensus): remove irrelevant TODO items #2671

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

guy-starkware
Copy link
Contributor

@guy-starkware guy-starkware commented Dec 15, 2024

A few TODOs that I found that are no longer relevant and are removed.

@reviewable-StarkWare
Copy link

This change is Reviewable

@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from e9559ee to b67d1bb Compare December 19, 2024 19:10
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from dbb4e5c to aab774a Compare December 19, 2024 19:10
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from b67d1bb to 6d97140 Compare December 19, 2024 20:46
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from aab774a to cf2c423 Compare December 19, 2024 20:46
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from 6d97140 to 5e0431f Compare December 19, 2024 20:58
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from cf2c423 to 78bb277 Compare December 19, 2024 20:58
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from 5e0431f to 1a9ab44 Compare December 20, 2024 06:48
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from 78bb277 to 61c5340 Compare December 20, 2024 06:49
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from 1a9ab44 to 4c2a457 Compare December 20, 2024 07:09
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from 61c5340 to 37db3d4 Compare December 20, 2024 07:10
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from 4c2a457 to b21f051 Compare December 20, 2024 07:32
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from 37db3d4 to 81e97a4 Compare December 20, 2024 07:33
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from b21f051 to 006c08f Compare December 22, 2024 12:50
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from 81e97a4 to 2c0d923 Compare December 22, 2024 12:50
Copy link
Contributor

@asmaastarkware asmaastarkware 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 @guy-starkware)

@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from 006c08f to 0977142 Compare December 22, 2024 14:07
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from 2c0d923 to f936f3e Compare December 22, 2024 14:07
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from 0977142 to ddd8259 Compare December 22, 2024 15:15
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from f936f3e to 3eeb458 Compare December 22, 2024 15:15
Copy link
Contributor

@matan-starkware matan-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: 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.

Copy link
Contributor

@matan-starkware matan-starkware 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 @guy-starkware)

@guy-starkware guy-starkware force-pushed the guyn/streams/remove_consensus_message_proposal_from_proto branch from ddd8259 to bd1211a Compare December 24, 2024 08:30
@guy-starkware guy-starkware force-pushed the guyn/streams/remove_todos branch from 3eeb458 to c9f99a8 Compare December 25, 2024 06:33
@guy-starkware guy-starkware changed the base branch from guyn/streams/remove_consensus_message_proposal_from_proto to main December 25, 2024 06:33
Copy link

Artifacts upload workflows:

Copy link
Contributor Author

@guy-starkware guy-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 @guy-starkware)

@guy-starkware guy-starkware added this pull request to the merge queue Dec 25, 2024
Merged via the queue into main with commit 64ef9cb Dec 25, 2024
22 of 34 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants