apollo_propeller: rename did_broadcast_my_shard to did_broadcast_my_unit#13499
Merged
sirandreww-starkware merged 1 commit intomainfrom Apr 12, 2026
Conversation
This was referenced Mar 26, 2026
This was referenced Mar 26, 2026
Merged
Contributor
Author
This was referenced Mar 26, 2026
Merged
aaee67b to
269477a
Compare
77a323b to
0801575
Compare
This was referenced Apr 6, 2026
0d80538 to
74e2aa1
Compare
931dabf to
e5087ca
Compare
74e2aa1 to
b4cc52e
Compare
guy-starkware
approved these changes
Apr 6, 2026
Contributor
guy-starkware
left a comment
There was a problem hiding this comment.
@guy-starkware reviewed 1 file and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on noamsp-starkware and ShahakShama).
e5087ca to
83286aa
Compare
4a6dcac to
cb9d527
Compare
83286aa to
b0c9de8
Compare
cb9d527 to
9593a7d
Compare
b0c9de8 to
60bb8a5
Compare
60bb8a5 to
148f877
Compare
9593a7d to
0f53d18
Compare
Merge activity
|
261b707 to
82eaecf
Compare
82eaecf to
3ece279
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Low Risk
Low risk refactor that only renames internal
ReconstructionStateflag/method used to prevent double-broadcasting, with no functional logic changes expected.Overview
Renames the internal reconstruction flag from
did_broadcast_my_shardtodid_broadcast_my_unitand updates all call sites inmessage_processor.rsto reflect that it tracks whether our unit has already been broadcast.This is a purely semantic cleanup to align naming with the
PropellerUnitterminology, leaving the broadcast gating behavior unchanged.Reviewed by Cursor Bugbot for commit 3ece279. Bugbot is set up for automated code reviews on this repo. Configure here.