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

Fixing removal of TX from FIFO queue #65

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

nemo83
Copy link
Contributor

@nemo83 nemo83 commented Apr 17, 2024

Fixed the de-queueing of TX from the N2N TxSubmission protocol.

Different nodes implement acknowledgement of tx in different way. While developing the TxSubmission I was originally under the impression the peer would not explicitly ack requested TX, but just immediately request in non-blocking way, new txs.

After a more careful investigation I found out that some node implementations will ack tx even after asking for more.

Copy link
Member

@satran004 satran004 left a comment

Choose a reason for hiding this comment

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

Thanks @nemo83

@satran004 satran004 merged commit a4080ca into main Apr 18, 2024
1 check passed
@satran004 satran004 deleted the fix/tx-submission-fifo-dequeueing-2 branch April 18, 2024 12:00
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.

None yet

2 participants