nerdcash / Nerdbank.Cryptocurrencies

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

Account recovery improvements #358

Closed AArnott closed 3 weeks ago

AArnott commented 3 weeks ago

This pull request includes several changes to the Nerdbank.Zcash project, mainly focusing on transaction handling and data structures. The changes include the addition of a Pool enum and its integration into the TransactionNote struct, modifications to the Transaction class in Transaction.cs, and alterations to SQL statements in sql_statements.rs.

Changes to data structures:

Changes to transaction handling:

Changes to SQL statements: