MetacoSA / NBitcoin

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

Fix Liquid Dynfed Serialization #1058

Closed Kukks closed 2 years ago

Kukks commented 2 years ago

There was a bug in ReadWrite(byte[][]) which was only used by liquid which caused NBXplorer to fail to sync via SlimChain. I've now fixed it and added a test that generates 100 blocks on a real node and syncs it over to ensure it is properly tested