Commit Graph

294 Commits

Author SHA1 Message Date
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
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