zcash-android-wallet-sdk/CHANGELOG.md

48 lines
1.7 KiB
Markdown
Raw Normal View History

2020-08-13 19:46:22 -07:00
Change Log
==========
2020-10-30 06:59:36 -07:00
Version 1.2.0-beta01 *(2020-10-30)*
------------------------------------
- New: Added ability to erase initializer data.
- Fix: Updated to latest librustzcash, fixing send functionality on Canopy.
Version 1.1.0-beta10 *(2020-10-16)*
------------------------------------
2020-10-30 06:59:36 -07:00
- New: Modified visibility on a few things to facilitate partner integrations.
2020-10-01 13:29:45 -07:00
Version 1.1.0-beta08 *(2020-10-01)*
------------------------------------
2020-10-30 06:59:36 -07:00
- Fix: Publishing has been corrected by jcenter's support team.
- New: Minor improvement to initializer
2020-10-01 13:29:45 -07:00
2020-09-11 02:17:05 -07:00
Version 1.1.0-beta05 *(2020-09-11)*
------------------------------------
2020-10-30 06:59:36 -07:00
- New: Synchronizer can now be started with just a viewing key.
- New: Initializer improvements.
- New: Added tool for loading checkpoints.
- New: Added tool for deriving keys and addresses, statically.
- New: Updated and revamped the demo apps.
- New: Added a bit more (unofficial) t-addr support.
- Fix: Broken testnet demo app.
- Fix: Publishing configuration.
2020-09-11 02:17:05 -07:00
2020-08-13 19:46:22 -07:00
Version 1.1.0-beta04 *(2020-08-13)*
------------------------------------
2020-10-30 06:59:36 -07:00
- New: Add support for canopy on testnet.
- New: Change the default lightwalletd server.
- New: Add lightwalletd service for fetching t-addr transactions.
- New: prove the concept of local RPC via protobufs.
- New: Iterate on the demo app.
- New: Added new checkpoints.
- Fix: Minor enhancements.
2020-08-13 19:46:22 -07:00
Version 1.1.0-beta03 *(2020-08-01)*
------------------------------------
2020-10-30 06:59:36 -07:00
- New: Add robust support for transaction cancellation.
- New: Update to latest version of librustzcash.
- New: Expand test support.
- New: Improve and simplify intialization.
- New: Flag when rust is running in debug mode, causing a 10X slow down.
- New: Contributing guidelines.
- Fix: Minor cleanup and improvements.