MetacoSA / NBitcoin

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

Can't connect to DASH 18.0.1 after V18 hard fork (2022-09-13) #1131

Closed simonlucalandi closed 2 years ago

simonlucalandi commented 2 years ago

It seams that the v18 hard fork that went live on 2022-09-13 broke the library. This is what dash core is writing in the log:

2022-09-18T06:16:52Z peer=3593 using obsolete version 70213; disconnecting
2022-09-18T06:16:52Z sending reject (42 bytes) peer=3593
2022-09-18T06:16:52Z ProcessMessages(version, 115 bytes) FAILED peer=3593
2022-09-18T06:16:52Z disconnecting peer=3593
NicolasDorier commented 2 years ago

Was a bug on my side, fixed it and made new version.