Commit Graph

603 Commits

Author SHA1 Message Date
Kevin Gorham 7a2b97670d
Update database to support UTXOs. 2021-02-22 17:32:36 -05:00
Kevin Gorham 7214850abf
New: Sample test for auto-shielding.
Trying a new approach to writing sample tests that can serve as code examples.
2021-02-19 16:08:51 -05:00
Kevin Gorham 71ac92e77a
Update dependencies. 2021-02-18 16:07:57 -05:00
Kevin Gorham 1d2c7b1a4f
New: Non-Rust changes to support auto-shielding. 2021-02-17 16:07:57 -05:00
Kevin Gorham 5f90675b87
New: Rust changes to support auto-shielding. 2021-02-16 16:02:50 -05:00
Kevin Gorham 2115ecde6a
Align with the latest librustzcash changes. 2021-02-11 00:42:52 -05:00
zebambam bd9b8a4e69
Merge pull request #210 from zcash/208_publicly_commit_to_responsible_disclosure
Added responsible disclosure document describing bilateral vuln agree…
2021-01-27 14:04:26 -08:00
Eljo Prifti df2b4305ca
Unit test for param files (#211)
* write unit test for param files

* apply changes on PR request

* fix tests
2021-01-27 16:50:10 -05:00
Kevin Gorham ae95b53ce1
Corrections to match recent changes in data_access_api 2021-01-27 02:19:12 -05:00
zebambam eaafdc991b Added gmale suggestion of hyphentation. 2021-01-26 15:12:53 -08:00
zebambam 1bc2a416a1
Update responsible_disclosure.md
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-01-26 15:10:33 -08:00
zebambam cd625d995b
Update responsible_disclosure.md
Co-authored-by: Daira Hopwood <daira@jacaranda.org>
2021-01-26 15:09:58 -08:00
zebambam 117536d637 Added responsible disclosure document describing bilateral vuln agreements. 2021-01-26 14:17:49 -08:00
Eljo Prifti a09ce95c2e
Create SaplingParamTool and add a function for clearing the param files from cache (#206)
* Create SaplingParamTool.kt class
add clear and validate function

* add new line

* add SaplingParamToolTest.kt class

* fix PR request

* replace with one single line comment

* revert grandle at exact point in time

* revert build grandle to master

* align build.grandle file with the master one

* align with master
2021-01-22 17:05:11 -05:00
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