ZcashLightClientKit/ZcashLightClientKitTests
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
..
Stencil
proto Data Access Api integration (#227) 2021-03-11 18:41:57 -03:00
utils Key Validation protocol for DerivationTool 2021-02-24 23:59:59 -03:00
AdvancedReOrgTests.swift Data Access Api integration (#227) 2021-03-11 18:41:57 -03:00
BalanceTests.swift Code Cleanup, test enhancements, linting changes 2021-02-15 21:56:23 -03:00
BlockDownloaderTests.swift
BlockScanOperationTests.swift
CompactBlockProcessorTests.swift
CompactBlockReorgTests.swift Error handling refactor (#170) 2020-08-10 19:19:59 -03:00
CompactBlockStorageTests.swift
DarksideSanityCheckTests.swift Advanced Re Org tests + Balance tests (#137) 2020-06-03 20:18:57 -03:00
DerivationToolTests.swift Key Validation protocol for DerivationTool 2021-02-24 23:59:59 -03:00
DownloadOperationTests.swift
Info.plist
LightWalletServiceTests.swift Swift grpc to NIO (#109) 2020-04-09 19:25:43 -03:00
MemoTests.swift Canonical empty memo test (#112) 2020-04-28 15:30:57 -03:00
NetworkUpgradeTests.swift Canopy Tests Successfully pass 2020-11-05 19:02:01 -03:00
NotesRepositoryTests.swift
NullBytesTests.swift Issue 136 Null bytes in strings effectively truncate the string from … (#140) 2020-06-08 17:07:48 -03:00
OutboundTransactionManagerTests.swift Add IVK capabilities to Initializer 2020-10-14 19:50:26 -03:00
PagedTransactionRepositoryTests.swift
PendingTransactionRepositoryTests.swift
PendingTransactionUpdatesTest.swift Add IVK capabilities to Initializer 2020-10-14 19:50:26 -03:00
RawTransactionTests.swift
ReOrgTests.swift Advanced Re Org tests + Balance tests (#137) 2020-06-03 20:18:57 -03:00
SychronizerDarksideTests.swift FIX - UNIQUE constraint violation when an operation failed 2020-10-26 18:57:19 -03:00
TestCoordinator.swift force retry on TestCoordinator 2020-12-05 15:10:22 -03:00
TransactionEnhancementTests.swift Advanced Re Org tests + Balance tests (#137) 2020-06-03 20:18:57 -03:00
TransactionRepositoryTests.swift Issue 208 - Improve API method to request transaction history 2020-10-19 21:01:46 -03:00
TxIdTests.swift Advanced Re Org tests + Balance tests (#137) 2020-06-03 20:18:57 -03:00
WalletTests.swift remove SeedProvider protoco 2020-10-14 20:18:10 -03:00
WalletTransactionEncoderTests.swift Add IVK capabilities to Initializer 2020-10-14 19:50:26 -03:00
ZcashLightClientKitTests.swift Swift grpc to NIO (#109) 2020-04-09 19:25:43 -03:00
ZcashRustBackendTests.swift Add IVK capabilities to Initializer 2020-10-14 19:50:26 -03:00
ZcashSdk_Data.db
cache.db
test_data.db