zcash-android-wallet-sdk/src/main/rust
Kevin Gorham 0601ec488b
Various bug fixes and improvements.
- Exposed primary constructor in initializer and added more convenience functions
- Fix: error handler not being passed through when changing server
- New: warn developer when a critical error occurs but is not covered with a callback
- New: Typed exceptions for missing birthday or viewingKey values during initialization
- New: updated default server for checkpoint tool
2020-09-25 09:59:55 -04:00
..
bin Various bug fixes and improvements. 2020-09-25 09:59:55 -04:00
utils Fix various Rust warnings 2020-09-22 16:11:55 +01:00
lib.rs Various bug fixes and improvements. 2020-09-25 09:59:55 -04:00
local_rpc_types.rs Switch to v0.4 Zcash Rust crates 2020-09-22 15:43:42 +01:00
utils.rs