MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 846 forks source link

Support for `MSG_WTX` from BIP339 #1144

Closed torx-cz closed 1 year ago

torx-cz commented 1 year ago

Bitcoin Core uses WTXID-based transaction relaying described in BIP339, it uses MSG_WTX (0x00000005) inv type (in inventory vector) see src.

So I suggest to add MSG_WTX into InventoryType.

Is it suitable?

torx-cz commented 1 year ago

@NicolasDorier some info?

NicolasDorier commented 1 year ago

Hey @torx-cz sorry I just saw this

NicolasDorier commented 1 year ago

Released in 7.0.20

torx-cz commented 1 year ago

Thanks a lot @NicolasDorier.