v0.3.1-beta
Pre-release
Pre-release
Enhancements
- Add support for Orchard by @AArnott in #273
- Implement ZIP-316 revision 1 by @AArnott in #260
- Respond to CancellationToken across FFI boundary by @AArnott in #242
- Add option to 'stay in sync' with blockchain by @AArnott in #243
- Report transactions during scan by @AArnott in #245
- Report transparent transactions as they are discovered by @AArnott in #249
- Initialize fees for (nearly) all transactions by @AArnott in #250
- Add more native targets by @AArnott in #206
- Download and scan in parallel by @AArnott in #267
- Store transparent spends by @AArnott in #270
Fixes
- Allow fetching balance before first sync by @AArnott in #247
- Recognize 'change' and refactor line items by @AArnott in #251
- Avoid exceptions when historical prices are not available by @AArnott in #256
- Fix failures on Android emulators by @AArnott in #262
- Fix android build tools script for Windows Powershell by @AArnott in #268
- Fix spends to transparent addresses, add fee prediction by @AArnott in #269
- Fix more SQL queries for updated column names by @AArnott in #272
- Fix another bad sql statement after the merge by @AArnott in #277
- Fix balance calculation with multiple line items by @AArnott in #279
- Fix double line items by @AArnott in #280
- Fix reporting of send-to-self transactions by @AArnott in #281
Other changes
- Change
Transaction.When
property type toDateTimeOffset
by @AArnott in #246 - Implement
INotifyPropertyChanged
onZcashAccount
by @AArnott in #255 - Prepare for smarter t-addr downloads by @AArnott in #261
- Remove orchard flag by @AArnott in #263
- Add UFVK->UIVK transparent key derivation test by @AArnott in #265
- Add android build scripts by @AArnott in #266
- Allow for shorter F4Jumble inputs by @AArnott in #278
Full Changelog: v0.2.68-beta...v0.3.1-beta