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

Improve TX broadcast #9

Open
aakselrod opened this issue Jun 2, 2017 · 1 comment
Open

Improve TX broadcast #9

aakselrod opened this issue Jun 2, 2017 · 1 comment

Comments

@aakselrod
Copy link
Contributor

aakselrod commented Jun 2, 2017

It's worthwhile to try to improve transaction broadcast for both additional privacy (trickling to peers instead of sending to all) and propagation monitoring (which isn't possible to do with the current setup as we turn off transaction inv messages). We should investigate how to improve this without giving up privacy by turning the transaction inv messages on and off when we send a transaction; this may involve additional mechanisms for watching unconfirmed transactions such as a more detailed inv as suggested here.

@nopara73
Copy link

nopara73 commented Feb 3, 2018

A Dandelion implementation may be the cleanest, if not the easiest way.

Otherwise, if Tor support is added, then transactions could be propagated on isolating streams or with NEWNYM requests.

chappjc pushed a commit to chappjc/neutrino that referenced this issue Aug 5, 2022
buck54321 pushed a commit to buck54321/neutrino that referenced this issue Jan 14, 2024
[Chore] Update build deps to latest versions
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

No branches or pull requests

2 participants