MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.85k stars 839 forks source link

Expose GRFilter's methods that accept a cached stream reader #1186

Closed lontivero closed 9 months ago

lontivero commented 9 months ago

This allows to use call match the same filter against a different set of elements without requiring to re-read the filter data, which it really expensive.