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

Batch/rate-limit sending transaction lists over network #4

Open
catbref opened this issue Aug 11, 2020 · 0 comments
Open

Batch/rate-limit sending transaction lists over network #4

catbref opened this issue Aug 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@catbref
Copy link
Collaborator

catbref commented Aug 11, 2020

When a node receives several new unconfirmed transactions,
it then broadcasts each 'new' transaction signature singly to all its peers.
Ideally, these should be batched and sent after a short delay (e.g. 10 seconds) to reduce network load.

In addition, requesting unconfirmed transactions results in a huge response from peer (~18KB).
This should be converted to a potential list-delta algorithm?
Futhermore, maybe nodes shouldn't request unconfirmed transactions until they are up-to-date?

@catbref catbref added the enhancement New feature or request label Aug 11, 2020
Philreact pushed a commit to Philreact/qortal that referenced this issue Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant