Commit Graph

702 Commits

Author SHA1 Message Date
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
Francisco Gindre 204b1866b1 Fix: send fails with missing params. cargo update 2021-03-03 18:09:13 -03:00
Francisco Gindre 453f97a351 fix AccountId import 2021-03-03 18:09:13 -03:00
Francisco Gindre 53a54da585 lib.rs compiles 2021-03-03 18:09:13 -03:00
Francisco Gindre 3cad02bf26 Compiled lib.rs 2021-03-03 18:09:13 -03:00
Francisco Gindre 169a79e36b ported zcashlc_derive_transparent_address_from_seed 2021-03-03 18:09:13 -03:00
Francisco Gindre d4d92e2a39 ported zcashlc_branch_id_for_height 2021-03-03 18:09:13 -03:00
Francisco Gindre ef354ded6f ported zcashlc_decrypt_and_store_transaction 2021-03-03 18:09:13 -03:00
Francisco Gindre 8bb26200be ported zcashlc_rewind_to_height 2021-03-03 18:09:13 -03:00
Francisco Gindre 8a7fda77d6 ported zcashlc_rewind_to_height 2021-03-03 18:09:13 -03:00
Francisco Gindre bf444f7179 ported zcashlc_validate_combined_chain 2021-03-03 18:09:13 -03:00
Francisco Gindre ae8581b455 fixed zcashlc_init_blocks_table, ported zcashlc_get_sent_memo_as_utf8 2021-03-03 18:09:13 -03:00
Francisco Gindre 688637116b ported zcashlc_get_received_memo_as_utf8 2021-03-03 18:09:13 -03:00
Francisco Gindre 2b8a6b63d9 fix u32 try_into error 2021-03-03 18:09:13 -03:00
Francisco Gindre c402f06c70 port zcashlc_get_balance 2021-03-03 18:09:13 -03:00
Francisco Gindre 0af6c3c968 port zcashlc_is_valid_transparent_address 2021-03-03 18:09:13 -03:00
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