Commit Graph

275 Commits

Author SHA1 Message Date
Francisco Gindre d37d64b9c3
Merge pull request #262 from charlieok/m1-build-instructions
M1 build instructions
2021-03-24 17:13:36 -03:00
Charlie O'Keefe ef93c5160b minor fix (run it rosetta -> run it in rosetta) 2021-03-24 13:57:51 -06:00
Charlie O'Keefe 946a8a764e commit removal of zcashlc_is_valid_viewing_key 2021-03-24 11:53:46 -06:00
Francisco Gindre ed6420c7bf [wip] readme instructions for m1 2021-03-24 14:02:21 -03:00
Francisco Gindre 40aa3b2fd6 Pin LRZ to a specific commit 2021-03-24 13:53:39 -03:00
Francisco Gindre 9488fbbf43
Merge pull request #259 from zcash/logger-changes
FIX: permission denied when building pod
2021-03-15 14:32:32 -03:00
Francisco Gindre 0831de1913 FIX: permission denied when building pod 2021-03-15 14:07:38 -03:00
Francisco Gindre 39e010e830
Merge pull request #257 from zcash/logger-changes
zealous-logger changes
2021-03-15 12:50:32 -03:00
Francisco Gindre bad5c8e179 lint fixes 2021-03-15 10:53:26 -03:00
Francisco Gindre 14a5a02966 Logger fixes 2021-03-15 10:52:53 -03:00
Francisco Gindre d302d98474 fix logger compile errors 2021-03-15 10:31:06 -03:00
Francisco Gindre 21f4f64e71
Merge pull request #256 from zcash/rust-big-sur-issue
Fix issue #234 cargo fails to build on Mac OS Big Sur
2021-03-15 10:21:42 -03:00
Francisco Gindre 8d8ab27544 Fix issue #234 cargo fails to build on Mac OS Big Sur 2021-03-15 10:19:40 -03:00
Francisco Gindre c69b54db9e
Data Access Api integration (#227)
* add cargo dependencies for data access api

* Imports + init_accounts_table

* ported init_accounts_table and init_accounts_table_with_keys

* ported zcashlc_derive_extended_spending_keys

* ported zcashlc_derive_extended_full_viewing_keys

* ported zcashlc_derive_shielded_address_from_seed

* ported zcashlc_derive_shielded_address_from_viewing_key

* ported zcashlc_derive_extended_full_viewing_key

* ported zcashlc_init_blocks_table

* port zcashlc_get_address

* port zcashlc_is_valid_transparent_address

* port zcashlc_get_balance

* fix u32 try_into error

* ported zcashlc_get_received_memo_as_utf8

* fixed zcashlc_init_blocks_table, ported zcashlc_get_sent_memo_as_utf8

* ported zcashlc_validate_combined_chain

* ported zcashlc_rewind_to_height

* ported zcashlc_rewind_to_height

* ported zcashlc_decrypt_and_store_transaction

* ported zcashlc_branch_id_for_height

* ported zcashlc_derive_transparent_address_from_seed

* Compiled lib.rs

* lib.rs compiles

* fix AccountId import

* Fix: send fails with missing params. cargo update

* Fix: demo app fails to initialize

* fix AdvancedReOrgTests

* deprecate default FEE

* Add fee for height helper for UI purposes

* default fee for heightwq

* update proto files and compiled files

* Update to librustzcash master.

* add latests changes from rust on master

* merge with master

* fix merge error

Co-authored-by: Kris Nuttycombe <kris@electriccoin.co>
2021-03-11 18:41:57 -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