Commit Graph

536 Commits

Author SHA1 Message Date
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
Francisco Gindre 228183af23 split send_funds function into bindgen and pure rust impl 2021-03-03 18:19:10 -03:00
Francisco Gindre d1a099b26f shield funds demo 2021-03-03 18:19:10 -03:00
Francisco Gindre 45fa30838f WIP - shield funds 2021-03-03 18:19:10 -03:00
Francisco Gindre 6ec126d471 Add derive t-addr from secret key function 2021-03-03 18:19:10 -03:00
Francisco Gindre 085072ae55 add shieldFunds to rustwelding 2021-03-03 18:19:10 -03:00
Francisco Gindre 77ab2ad26b change UTXO location to cache db 2021-03-03 18:19:10 -03:00
Francisco Gindre 47905d39ae Everything compiling! wooo! 2021-03-03 18:19:10 -03:00
Francisco Gindre d75d5cb3ee [WIP] shield funds PoC 2021-03-03 18:19:04 -03:00
Francisco Gindre 0c9f3cb5ef add stubs, fix typo 2021-03-03 18:14:20 -03:00
Francisco Gindre 90cd2d0ff8 Create derive secret key for t funds 2021-03-03 18:13:09 -03:00
Francisco Gindre 4abf914f9f Issue #166 Download UTXO set 2021-03-03 18:09:13 -03:00
Francisco Gindre 7cb4750f29 Get UTXOs screen 2021-03-03 18:09:13 -03:00
Francisco Gindre 6b48695744 [WIP]Get UTXOs 2021-03-03 18:09:13 -03:00
Francisco Gindre bedeb89316 fix alert without button 2021-03-03 18:09:13 -03:00
Francisco Gindre 60dc7ae6c5 Horrible looking derivation screen 2021-03-03 18:09:13 -03:00
Francisco Gindre 499da66900 update proto files and compiled files 2021-03-03 18:09:13 -03:00
Francisco Gindre 78894821cf Add fee for height helper for UI purposes 2021-03-03 18:09:13 -03:00
Francisco Gindre 499441c170 fix AdvancedReOrgTests 2021-03-03 18:09:13 -03:00
Francisco Gindre b30e35b4a5 Fix: demo app fails to initialize 2021-03-03 18:09:13 -03:00