Moved dandelion runtime var from state to network->dandelion #2244

Merged
anand-skss merged 1 commits from test into v0.6 2024-05-27 10:53:26 +02:00
anand-skss commented 2024-05-26 18:12:33 +02:00 (Migrated from github.com)
  • Moved dandelion runtime var from state to network->dandelion
* Moved dandelion runtime var from state to network->dandelion
PeterSurda (Migrated from github.com) requested changes 2024-05-27 04:27:17 +02:00
PeterSurda (Migrated from github.com) commented 2024-05-27 04:26:22 +02:00

I wouldn't use dandelion_enabled because this is confusing. It's a bit difficult to come up with a good description, I think extend_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 and dandeliontx network messages in Bitcoin correspond to inv and dinv commands in Bitmessage.

I wouldn't use `dandelion_enabled` because this is confusing. It's a bit difficult to come up with a good description, I think `extend_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` and `dandeliontx` network messages in Bitcoin correspond to `inv` and `dinv` commands in Bitmessage.
PeterSurda (Migrated from github.com) approved these changes 2024-05-27 10:49:37 +02:00
This repo is archived. You cannot comment on pull requests.
No description provided.