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

Tx-Submission Governor #4701

Closed
coot opened this issue Oct 24, 2023 · 1 comment
Closed

Tx-Submission Governor #4701

coot opened this issue Oct 24, 2023 · 1 comment
Assignees
Labels
tx-submission Issues related to tx-submission protocol

Comments

@coot
Copy link
Contributor

coot commented Oct 24, 2023

Currently each tx-submission mini-protocols runs independently. This leads to an inefficient design, where each transactions are downloaded from multiple sources and are tried to be added to the mempool multiple times. The aim is to design a tx-submission governor which tracks available TxIds and downloads them from available sources.

Currently it is observed (by Cardano Foundation) that some larger SPOs could benefit from this optimisation, although at the same time we hope to see them deploy more relays to better deal with traffic imposed by P2P relays.

@coot coot self-assigned this Oct 24, 2023
@coot coot added the tx-submission Issues related to tx-submission protocol label Oct 24, 2023
@coot
Copy link
Contributor Author

coot commented Dec 20, 2023

Duplicate of #3311

@coot coot marked this as a duplicate of #3311 Dec 20, 2023
@coot coot closed this as completed Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tx-submission Issues related to tx-submission protocol
Projects
Status: Done
Development

No branches or pull requests

1 participant