Commit Graph

555 Commits

Author SHA1 Message Date
Francisco Gindre 37f2232d2d Update to gRPC-Swift 1.0.0 2021-04-20 11:49:10 -03:00
Francisco Gindre 7f5a115edc Rewind to neearst height tests 2021-04-19 14:16:24 -03:00
Francisco Gindre ad9842f3c6 rewind to nearest height fix 2021-04-19 14:07:50 -03:00
Francisco Gindre 1e2b0acb2d
Update Changelog for 0.10.2 2021-04-16 19:33:28 -03:00
Francisco Gindre 3d141482ed
Merge pull request #271 from zcash/release/0.10.2
Add Checkpoints for mainnet and testnet
2021-04-16 13:16:52 -03:00
Francisco Gindre a1d000303f Add Checkpoints 2021-04-16 12:39:35 -03:00
Francisco Gindre e2f8f066be Update ProfoBuf files 2021-04-12 17:28:33 -03:00
Francisco Gindre 91bb371f34 add '.vscode' folder to gitignore 2021-04-12 13:11:12 -03:00
Francisco Gindre 934fda3bca FIX: progress % is wrong on rewind 2021-04-12 13:10:14 -03:00
Francisco Gindre b6e21183a9 Fix: Darksidewalletd tests fail because of getUTXOs calls 2021-04-12 13:09:08 -03:00
Francisco Gindre c4da548fea Merge branch 'master' into shield-funds-poc 2021-04-08 14:18:55 -03:00
Francisco Gindre 1ed5aeb0b2 Z -> T restore 2021-04-08 14:18:16 -03:00
Francisco Gindre 612fc151a0 update podspec 0.10.1 2021-04-07 11:55:54 -03:00
Francisco Gindre d147ac855b fresh checkpoints up to height 1206000 for mainnet 2021-04-07 11:54:21 -03:00
Francisco Gindre 96d6ab1fe9 Fix Tests 2021-04-06 11:48:53 -03:00
Francisco Gindre bf4e04ae63 Initialize with UnifiedViewingKeys 2021-04-05 20:12:24 -03:00
Francisco Gindre 65aa7d8474 [wip] autoshield poc with uvks 2021-04-02 19:18:16 -03:00
Francisco Gindre 8046bed300 FIX: wrong wallet birthday on new wallets 2021-04-01 18:08:00 -03:00
Francisco Gindre 593f04b448 Migrate to new database model 2021-04-01 11:27:26 -03:00
Francisco Gindre 477f7cc69f Merge branch 'master' into shield-funds-poc 2021-03-29 14:53:01 -03:00
Francisco Gindre d4a29b6c3e update changelog 2021-03-27 18:42:38 -03:00
Francisco Gindre 782529a3e8
Fix - rewind does not work if the sdk hadn't been started before (#268) 2021-03-27 16:09:22 -03:00
Francisco Gindre 53bc114948
Allow Wallet developers to rewind synchronizer and (eventually) rescan (#267)
* [WIP] tests

* Use Rust creates instead of pinned revision

* expose rewind API to public interface

* fix ci error

* Documentation
2021-03-26 19:56:51 -03:00
Francisco Gindre 30d141ab94
Fix #255 #261 outgoing no-change transactions not reported as mined (#265)
* Fix #255 #261 outgoing no-change transactions not reported as mined
* Bump rust welding version to 0.0.6

Co-authored-by: Kris Nuttycombe <kris@electriccoin.co>
2021-03-25 14:43:20 -03:00
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 246d10edaa [WIP] catch up to latest librustzcash changes 2021-03-08 15:47:36 -03:00
Francisco Gindre 46e24a2fc2 Fix: script does not have a fixed size 2021-03-08 13:41:29 -03:00
Francisco Gindre 1affc50726 [WIP] data access api compliance 2021-03-03 18:19:10 -03:00
Francisco Gindre 2d76c96b42 Fix compile errors 2021-03-03 18:19:10 -03:00
Francisco Gindre 4999622478 FIX: shield funds query takes target height instead of anchor 2021-03-03 18:19:10 -03:00
Francisco Gindre 81f4edfd55 Issue #244 Add Synchronizer support for shielding funds 2021-03-03 18:19:10 -03:00
Kris Nuttycombe 6db159c880 Update for data access api changes. 2021-03-03 18:19:10 -03:00
Francisco Gindre e4bb18346f Fix more errors 2021-03-03 18:19:10 -03:00
Francisco Gindre 548d2ec4a8 [wip] update to lastest librustzcash code 2021-03-03 18:19:10 -03:00
Francisco Gindre a0766f1ffa fix rebase thing on Cargo.toml 2021-03-03 18:19:10 -03:00
Francisco Gindre de585b485e shield funds working 2021-03-03 18:19:10 -03:00
Francisco Gindre e3c4663095 rename index column 2021-03-03 18:19:10 -03:00