Commit Graph

421 Commits

Author SHA1 Message Date
Francisco Gindre 4ddbe52f5d port zcashlc_get_address 2021-03-03 18:09:13 -03:00
Francisco Gindre a3603d84fd ported zcashlc_init_blocks_table 2021-03-03 18:09:13 -03:00
Francisco Gindre 2d716f884f ported zcashlc_derive_extended_full_viewing_key 2021-03-03 18:09:13 -03:00
Francisco Gindre 31a813b985 ported zcashlc_derive_shielded_address_from_viewing_key 2021-03-03 18:09:13 -03:00
Francisco Gindre 32ed909c37 ported zcashlc_derive_shielded_address_from_seed 2021-03-03 18:09:13 -03:00
Francisco Gindre 7a374da70c ported zcashlc_derive_extended_full_viewing_keys 2021-03-03 18:09:13 -03:00
Francisco Gindre 78c312a918 ported zcashlc_derive_extended_spending_keys 2021-03-03 18:09:13 -03:00
Francisco Gindre a1b7eb5641 ported init_accounts_table and init_accounts_table_with_keys 2021-03-03 18:09:13 -03:00
Francisco Gindre c364e606ba Imports + init_accounts_table 2021-03-03 18:09:13 -03:00
Francisco Gindre 7b5e7a033d add cargo dependencies for data access api 2021-03-03 18:09:13 -03:00
Francisco Gindre ca722571d0
Create changelog.md 2021-03-02 14:53:27 -03:00
Francisco Gindre aadc63a419
Merge pull request #254 from zcash/key-validation
Key validation - New checkpoints
2021-02-26 17:50:00 -03:00
Francisco Gindre adc3deaf86 0.9.4 2021-02-26 15:57:30 -03:00
Francisco Gindre 01a55a5e1e Issue #252 - blockheight progress is latest height instead of upperbound of last scanned range 2021-02-25 00:47:08 -03:00
Francisco Gindre 72c682d8a5 Key Validation protocol for DerivationTool 2021-02-24 23:59:59 -03:00
Francisco Gindre 231a7c8401
Merge pull request #251 from zcash/new-checkpoints
Add checkpoints for mainnet
2021-02-19 14:20:16 -03:00
Francisco Gindre ebe45fd1c8 Add checkpoints for mainnet 2021-02-19 13:54:04 -03:00
Francisco Gindre c112a0ec80
Merge pull request #250 from zcash/cleanup
Code Cleanup, test enhancements, linting changes
2021-02-16 11:04:17 -03:00
Francisco Gindre 9a8d4c23b5 Code Cleanup, test enhancements, linting changes 2021-02-15 21:56:23 -03:00
Francisco Gindre b72f9f1c35
Merge pull request #247 from zcash/246_publicly_commit_to_responsible_disclosure
Added responsible_disclosure.md
2021-01-26 20:27:40 -03:00
zebambam aee7a49db3 Added responsible_disclosure.md 2021-01-26 14:10:52 -08:00
Francisco Gindre 50b4cdb55c
Merge pull request #241 from zcash/issue-240
Issue 240: reorg logic fails do to ARC deallocating operation
2021-01-05 17:06:29 -03:00
Francisco Gindre 18865a52d0 bump version to 0.9.1 2021-01-05 15:54:34 -03:00
Francisco Gindre c7efb8e80d Fix: issue #240 reorg not catched because of ARC dealloc 2021-01-05 14:50:53 -03:00
Francisco Gindre 876edab263
Merge pull request #239 from zcash/zip-313
implement Zip 313
2020-12-15 15:21:46 -03:00
Francisco Gindre f8b406e808 adjust Mainnet default fee estimated height 2020-12-15 14:41:14 -03:00
Francisco Gindre b9cab10ef1 bump middle version 2020-12-14 19:00:44 -03:00
Francisco Gindre 9f0ba6ec8f add default fee for height 2020-12-14 18:57:34 -03:00
Francisco Gindre aad4710608 fix tests 2020-12-14 18:55:51 -03:00
Francisco Gindre ce67fa7636 pin to revision and compile lib.rs 2020-12-14 18:02:21 -03:00
Francisco Gindre 940695354d bump to version 0.8.0 2020-12-07 09:36:58 -03:00
Francisco Gindre 0bb36d8cc0
Merge pull request #228 from zcash/synchronizer-enhancements
Synchronizer Enhancements: Operations cancelled when going to background
2020-12-07 09:28:36 -03:00
Francisco Gindre 4886a74b38
Merge pull request #238 from ant013/force_send_stopped
Forcibly change the state  to stopped when the handle cancels any task in OperationQueue
2020-12-07 09:07:51 -03:00
anton 24f6a1e489 Forcibly change the state to stopped when the handle cancels any task in OperationQueue 2020-12-07 12:37:02 +06:00
Francisco Gindre 68027af3f0 closes Issue #237 Untie SDKSynchronizer from UIApplication Events 2020-12-05 18:28:10 -03:00
Francisco Gindre d9931ff0ea Fix memory leaks on adapter operations 2020-12-05 18:26:18 -03:00
Francisco Gindre 4568b5ba05 Improve operation dependencies 2020-12-05 15:11:29 -03:00
Francisco Gindre 69b9ee9dfe force retry on TestCoordinator 2020-12-05 15:10:22 -03:00
Francisco Gindre 145c70415f revert change in ZcashOperation 2020-12-04 19:55:55 -03:00
Francisco Gindre 645ffa6734 FIX: download operation gets cancelled when apps are backgrounded 2020-12-04 11:28:14 -03:00
Francisco Gindre c17132f694 Add early cancellation to ZcashOperation 2020-12-04 11:28:14 -03:00
Francisco Gindre 126ee6f742 Name the operation queue for easier debugging 2020-12-04 11:28:14 -03:00
Francisco Gindre 697724cb49 remove isFirstAppLaunch flag 2020-12-04 11:28:14 -03:00
Francisco Gindre 3f555d296b
Fix travis ci (#236)
* Update travis environment to 12.2

* build

* correct ci

* change xcode version for travisci
2020-12-01 15:25:28 -03:00
Francisco Gindre ac2b4623c8
Merge pull request #226 from zcash/send-bug
Add ability to modify call timeout on LightWalletEndpoint
2020-11-18 16:29:21 -03:00
Francisco Gindre 879edb6236 Add ability to modify call timeout on LightWalletEndpoint 2020-11-18 16:12:15 -03:00
Francisco Gindre 24837bb209
Merge pull request #224 from zcash/canopy-checkpoints
Canopy checkpoints
2020-11-16 17:35:11 -03:00
Francisco Gindre 5f3bbd7ca2 bump version 2020-11-16 14:54:07 -03:00
Francisco Gindre 737c80b87a Add checkpoints 2020-11-16 14:33:54 -03:00
Francisco Gindre fb226d951f
Merge pull request #222 from zcash/canopy-testing
Canopy testing
2020-11-05 19:07:04 -03:00