nerdcash / Nerdbank.Cryptocurrencies

.NET libraries for processing Zcash and other cryptocurrencies.
MIT License
5 stars 2 forks source link

Stop embedding the sapling parameters #236

Closed AArnott closed 8 months ago

AArnott commented 8 months ago

This will dramatically reduce the size of the nuget package, since each of several targeted builds of the rust library had previously bundled their own copy of the parameters.

Alternatively to address the nupkg size problem (#235), we could download the parameters and include them as their own payload in the nupkg so that all runtime binaries can share one copy.

Fixes #235