Commit Graph

789 Commits

Author SHA1 Message Date
Kevin Gorham 2415bac043
Merge pull request #194 from herou/get_balance
Get balance
2021-01-06 21:47:19 -05:00
Kevin Gorham f864fa668b
Merge pull request #199 from zcash/fix/ssl-socket-crash
Fix/ssl socket crash
2021-01-05 19:37:47 -05:00
Kevin Gorham 7d82878bbd
Cleanup dependencies. 2021-01-05 18:42:52 -05:00
Kevin Gorham 0a12a6487e
New: Add the latest checkpoints. 2021-01-05 16:00:18 -05:00
Kevin Gorham 2f89d26663
Update version and changelog. 2021-01-05 14:42:49 -05:00
Kevin Gorham 9bf087bed8
Fix: Address Android 11 crash.
Closes https://github.com/zcash/zcash-android-wallet-sdk/issues/198
Addresses the underlying issue behind https://github.com/horizontalsystems/unstoppable-wallet-android/issues/3013
by making the necessary changes to upgrade to the latest version of gRPC and grpc-okhttp.
2021-01-05 14:42:23 -05:00
Eljo f97c7a41b9 put get balance doc after get address 2020-12-20 18:59:43 +01:00
Eljo 19f038d7e6 minor change 2020-12-20 18:37:15 +01:00
Eljo 68c75fe116 add get balance module in documentation 2020-12-19 21:47:49 +01:00
Eljo 3725624eaa add indicator 2020-12-19 21:38:25 +01:00
Kevin Gorham a9e609224f
Updated and cleaned up mainnet checkpoints. 2020-12-18 03:01:39 -05:00
Kevin Gorham 4ec72685db
Merge pull request #195 from zcash/release/1.2.1-beta03
Release/1.2.1 beta03
2020-12-18 02:39:00 -05:00
Kevin Gorham d93ddbdc0d
Update version and change log. 2020-12-18 02:37:11 -05:00
Kevin Gorham 1b5ee935a0
New: Complete changes for adding ZIP-313 to reduce the default fee. 2020-12-18 02:27:23 -05:00
Kevin Gorham c4ea984dc6
New: Update to the latest librustzcash crates.
Most notably, this enables ZIP-313 and reduced fees. For now, we've pinned to a commit on master. Eventually, we will point to crate.io versions once the release process is better defined.
2020-12-18 02:26:48 -05:00
Eljo dc972f2528 refactor code 2020-12-14 17:10:50 +01:00
Eljo Prifti 6e75e0aeb5
fix Readme grammar (#189)
* fix readme grammar

* Update README.md

Co-authored-by: Kevin Gorham <anothergmale@gmail.com>

* Update README.md

Co-authored-by: Kevin Gorham <anothergmale@gmail.com>

Co-authored-by: Kevin Gorham <anothergmale@gmail.com>
2020-12-14 09:15:30 -05:00
Eljo 9b56aecce7 minor change 2020-12-13 15:14:05 +01:00
Eljo 8c4aa4611c show balance 2020-12-13 15:08:42 +01:00
Eljo 7d634c6b6d save work progress 2020-12-11 22:20:56 +01:00
Eljo Prifti 33e4fb4c6d
Update README.md
Co-authored-by: Kevin Gorham <anothergmale@gmail.com>
2020-12-11 17:02:35 +01:00
Eljo Prifti 3b4de014da
Update README.md
Co-authored-by: Kevin Gorham <anothergmale@gmail.com>
2020-12-11 17:02:18 +01:00
Eljo d29cd33652 fix readme grammar 2020-12-08 12:30:54 +01:00
Eljo Prifti ce161d5660
Clear most build warnings (#187)
* Clear the warns build

* Supress inline CurrencyFormatter.kt and Twig.kt
Add FlowPreview into bulild.grandle
Minor change

* Add supres inline at the file level

* Add suppress inline at the file level
2020-12-04 09:28:55 -05:00
Kevin Gorham 44477a4e1c
Merge pull request #182 from zcash/feature/improve-birthday-behavior
Feature/improve birthday behavior
2020-11-24 01:02:03 -05:00
Kevin Gorham d4d28ccf92
Update build version and changelog. 2020-11-24 00:58:14 -05:00
Kevin Gorham 920914dc36
New mainnet checkpoint. 2020-11-24 00:54:39 -05:00
Kevin Gorham fc58824011
Minor demo app cleanup. 2020-11-24 00:54:13 -05:00
Kevin Gorham 8f8d3db9d9
Sanity test the new initializer behavior and fix existing uses. 2020-11-24 00:53:09 -05:00
Kevin Gorham e9e2593369
New: Make Initializer Config functions fluid.
This adds flexibility and makes it a bit easier to mix in logic while creating a Config object.
2020-11-24 00:39:10 -05:00
Kevin Gorham 7bb895c7e1
New: Add typed exceptions for birthday errors. 2020-11-24 00:37:10 -05:00
Kevin Gorham 90feb5348e
New: Improve birthday configuration.
Make it easier to restore wallets without knowing their birthday. Those wallets will sync from SaplingActivation without the developer having to hardcode that height into their wallet. We achieve this by allowing the Initializer Config object to specify what to do when the birthdayHeight is null. In general, it is probably easier to use the importWallet and newWallet functions to achieve the same goal with more clarity.
2020-11-24 00:36:23 -05:00
Kevin Gorham 393cf35e48
Minor dependency update. 2020-11-20 15:56:06 -05:00
Kevin Gorham 3842eff051
Merge pull request #179 from zcash/release/1.2.1
Release/1.2.1
2020-11-20 14:16:14 -05:00
Kevin Gorham 7641e9706c
Update versions and changelog. 2020-11-20 14:14:43 -05:00
Kevin Gorham efc8500959
New: Improved initializer construction.
Builder was misnamed. It is moreso a configuration object. Making this change simplified some of the more confusing aspects of creating an initializer and also made it so the initializer.config.new functions can now work as expected. Prior to these changes it was difficult to make an initializer that used a new birthday.
2020-11-20 12:01:45 -05:00
Kevin Gorham 4087bc65bc
Update to latest lightwalletd service definition.
Updated to the latest service.proto file to utilize the new t-addr endpoints. This closes https://github.com/zcash/zcash-android-wallet-sdk/issues/176.
2020-11-20 11:58:04 -05:00
Kevin Gorham a285c69449
Updated version. 2020-11-19 09:30:46 -05:00
Kevin Gorham fbd43b20ec
Add latest checkpoints. 2020-11-19 09:26:51 -05:00
Kevin Gorham 797ef8733a
Update display name info for Canopy. 2020-11-16 20:33:53 -05:00
Kevin Gorham f8432e408d
Updatd changelog. 2020-10-30 10:03:44 -04:00
Kevin Gorham ce96c047bd
Updated minor version. 2020-10-30 09:58:23 -04:00
Kevin Gorham 452540fb2f
Merge pull request #173 from zcash/feature/erasable
Add ability to erase by alias.
2020-10-30 09:23:12 -04:00
Kevin Gorham 4e2065e0df Add ability to erase by alias. 2020-10-30 09:22:03 -04:00
Kevin Gorham 9779a1aa8f
Update cargo lock file. 2020-10-30 09:21:21 -04:00
Kevin Gorham 4a903f2fe4
Fix: Update to the latest sqlite version
Address bug https://github.com/zcash/ZcashLightClientKit/issues/212
2020-10-23 18:17:20 -04:00
Kevin Gorham 4bc31b9d92
Updated versions in the demo app. 2020-10-16 14:03:54 -04:00
Kevin Gorham 6aea2d1ad9
Merge pull request #170 from zcash/integration/react-native
Updated visibility on open classes to improve extensibility.
2020-10-16 13:39:56 -04:00
Kevin Gorham 8cbc063caa
Updated visibility on open classes to improve extensibility. 2020-10-16 13:39:16 -04:00
Kevin Gorham 8edc0c6204
Update changelog. 2020-10-01 16:29:45 -04:00