Commit Graph

974 Commits

Author SHA1 Message Date
Francisco Gindre bce2bd0d7e
Get Address Example, API improvements, test fixes (#10) 2019-11-01 16:59:16 -03:00
Francisco Gindre b1887cc1b6
GetBlockHeight demo app (#9) 2019-10-31 19:43:09 -03:00
Francisco Gindre 670ec12494
Compact Block Processor progress notifications (#8) 2019-10-31 14:33:21 -03:00
Francisco Gindre 40a1f57274
download - Validate - Scan (#7)
* Deleted SQLStorage class added Connection Manager, abstracted Wallet over SQL storage

* Use ConnectionProvider, open and close connections per operation

* Replace fileExists with isReadableFile

* WIP - compact block processor + start stop notification tests

* Mock service to test smaller ranges on BlockProcessor

* Improvements to ZcashOperation and tests

* ZcashOperation own file. CompactBlockProcessor fixes + tests

* Block Processor. Batch processing first 1000 blocks

* Download-Validate-Scan sequence of compact block processor
2019-10-30 17:18:57 -03:00
Francisco Gindre 3e2050d0f0
Swiftlint (#5)
* Swiftlint + tests

* Added Swiftlint to README.md
2019-10-18 17:09:13 -03:00
Francisco Gindre 60ea9d6737
Block downloading + storing (#4)
* Initial scaffold for Block Downloader

* (Failing) init Wallet test

* Ignore generated files

* Inject endpoint address on tests

* Simple Downloader + Tests

* CompactBlockDownloader latestBlockHeight, rewind + tests

* remover awful sync functions

* Compact Block processor scaffold

* Block Downloader + tests
[WIP] Block Processor

* Synchronous getBlockRange

* CompactBlock downloading sync + tests

* Sync CompactBlock Storage + Tests

* Rename Storage to FakeStorage

* WIP Blockdownloader test, block storage tests

* Fix carthage import for SQLite.framework

* SQLite Storage implementation for CompactBlocks + Tests

* Housekeeping, TestDbBuilder and other utils to their own place

* Integrated CompactBlockStorage to Downloader Tests

* Get latestBlockHeight from wallet

* move FakeStorage class to test utils

* Add ZcashLightClientKit import to moved file

* data db initialization + test

* ZcashOperation, CompactBlockDownloadOperation + tests. BlockDAO, latestScannedHeight

* Download and scan blocks. Download Operation. Scan Operation. Tests.

* cleanup test

* Updated readme
2019-10-18 15:45:19 -03:00
Francisco Gindre 8456ccc5b2
Merge pull request #3 from zcash/carthage-support
Carthage support
2019-09-11 15:00:17 -03:00
Francisco Gindre 6d07025483 Carthage Example project 2019-09-10 20:37:53 -03:00
Francisco Gindre 7933fb4264 Carthage build project 2019-09-10 18:17:57 -03:00
Francisco Gindre 1098a0ecdb
Merge pull request #2 from zcash/cocoapods-support
Cocoapods support
2019-09-09 18:01:09 -03:00
Francisco Gindre d5debab684 Add SwiftGRPC dependency 2019-09-09 15:33:26 -03:00
Francisco Gindre dc5496e6ff remove unused script 2019-09-09 12:54:39 -03:00
Francisco Gindre 43575094b4 Podspec clean up 2019-09-09 12:54:21 -03:00
Francisco Gindre cb54a800b4 improve README.md 2019-09-09 12:47:03 -03:00
Francisco Gindre 3806526aaf Cocoapods Support + Example Project 2019-09-09 12:30:38 -03:00
Jack Grigg 56093730fe Rust backend tests 2019-07-02 10:02:26 +01:00
Jack Grigg 22e8b86b2f Update README 2019-07-02 10:02:26 +01:00
Jack Grigg 78642261f6 Set up a Swift shim to the Rust FFI 2019-07-02 10:02:21 +01:00
Jack Grigg d940c891d4 Connect Rust FFI backend to iOS Framework 2019-06-28 10:09:53 +01:00
Jack Grigg 9ca270ffd8 Empty iOS Framework 2019-06-28 10:09:53 +01:00
Jack Grigg 80ca214b25 Implement remainder of FFI interface 2019-06-28 10:09:53 +01:00
Jack Grigg bac9957f2b Initial implementation of account initialization and address fetching
Errors are indicated by returning a NULL-equivalent value, and functions
are provided to query the last error message.
2019-06-28 10:09:35 +01:00
Jack Grigg 3ca39955ea Initial Rust library 2019-06-28 10:06:17 +01:00
Jack Grigg 08216945e5 Initial repository 2019-05-04 13:23:24 -04:00