Moved dandelion runtime var from state to network->dandelion #2244
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-18#2244
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wouldn't use
dandelion_enabled
because this is confusing. It's a bit difficult to come up with a good description, I thinkextend_dandelion_stem
is the best I could do.The dandelion functionality in Bitmessage is an implementation of the Dandelion++ proposal for Bitcoin (https://en.bitcoin.it/wiki/BIP_0156). The
tx
anddandeliontx
network messages in Bitcoin correspond toinv
anddinv
commands in Bitmessage.