Skip to content

feat: add is_reliably_broadcasted helper to Outgoing struct - #49

Closed
thefauxpastrouper wants to merge 2 commits into
LFDT-Lockness:mfrom
thefauxpastrouper:feature/add-outgoing-is-reliably-broadcasted
Closed

feat: add is_reliably_broadcasted helper to Outgoing struct#49
thefauxpastrouper wants to merge 2 commits into
LFDT-Lockness:mfrom
thefauxpastrouper:feature/add-outgoing-is-reliably-broadcasted

Conversation

@thefauxpastrouper

@thefauxpastrouper thefauxpastrouper commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Closes #48

Signed-off-by: ADITYA SWAROOP  <adityakumar997399@gmail.com>

@survived survived left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! In order to merge the PR, we need commits to be signed-off. See the failed CI workflows that indicate how it can be fixed.


/// Checks whether it's a reliable broadcast message
pub fn is_reliably_broadcasted(&self) -> bool {
self.recipient.is_reliable_broadcast()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The method should be called .is_reliable_broadcast() to mirror the name of the method on MessageDestination.

"is reliably broadcasted" implies that the message was already broadcasted, however, it's yet to be sent.

@survived survived moved this from Todo to Reviewed, wait for response in OS Planning Jul 13, 2026
Signed-off-by: thefauxpastrouper <work.adityaswaroop@gmail.com>
@thefauxpastrouper
thefauxpastrouper deleted the feature/add-outgoing-is-reliably-broadcasted branch July 14, 2026 14:24
@github-project-automation github-project-automation Bot moved this from Awaiting author to Done in OS Planning Jul 14, 2026
@thefauxpastrouper
thefauxpastrouper restored the feature/add-outgoing-is-reliably-broadcasted branch July 14, 2026 14:25
@github-project-automation github-project-automation Bot moved this from Done to Backlog in OS Planning Jul 14, 2026
@thefauxpastrouper

Copy link
Copy Markdown
Contributor Author

Sorry for the delay. I have renamed the method to is_reliable_broadcast and added the required DCO sign-off. Ready for another look!

@thefauxpastrouper
thefauxpastrouper deleted the feature/add-outgoing-is-reliably-broadcasted branch July 14, 2026 14:35
@github-project-automation github-project-automation Bot moved this from Backlog to Done in OS Planning Jul 14, 2026
@thefauxpastrouper
thefauxpastrouper restored the feature/add-outgoing-is-reliably-broadcasted branch July 14, 2026 14:37
@thefauxpastrouper
thefauxpastrouper deleted the feature/add-outgoing-is-reliably-broadcasted branch July 14, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Asymmetry between Incoming and Outgoing helper methods: missing is_reliably_broadcasted

2 participants