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

refactor(gossiper): gossip txs at most once #5079

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

Erigara
Copy link
Contributor

@Erigara Erigara commented Sep 16, 2024

Context

Closes #4952.

Solution

Solution is not to broadcast the same transactions indefinitely and do that in batches at most once.

crates/iroha_core/src/queue.rs Show resolved Hide resolved
crates/iroha_core/src/queue.rs Outdated Show resolved Hide resolved
mversic
mversic previously approved these changes Sep 23, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
@Erigara Erigara merged commit 99fda1f into hyperledger-iroha:main Sep 23, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: self dos of transactions gossip
3 participants