Commit Graph

1173 Commits

Author SHA1 Message Date
Taylor Hornby 6261aa8c03
Replace the threat model with the one on readthedocs (#131) 2020-05-27 20:25:15 -03:00
Linda Lee 7486c7a3f5 Add bug report and feature request issue templates 2020-05-27 10:13:23 -05:00
Francisco Gindre 15e9a95ccb remove commit lock from podfile 2020-05-06 16:45:10 -03:00
Francisco Gindre 1d71bc30c4
Canonical empty memo test (#112) 2020-04-28 15:30:57 -03:00
Francisco Gindre 36f2d0730a
Memo tests (#111)
* test scaffold

* Memo Tests

* emoji memo test
2020-04-24 16:50:23 -03:00
Francisco Gindre 462ce0f5d7
Decrypt transactions. Full wallet restore (#110)
* Add enhancement [WIP]

* Added enhance and decrypt transaction step

* modify logging

* Enhancement tests scaffolding
2020-04-23 14:11:03 -03:00
Francisco Gindre 174ceb1d8e
Swift grpc to NIO (#109)
* update protofiles

* update protobuf

* swift lint

* update GRPC service to NIO

* initial update [wip]

* Upgrade to SwiftGRPC NIO and Tests
2020-04-09 19:25:43 -03:00
Francisco Gindre 7510370892 Release 0.3.2 2020-04-06 14:06:53 -03:00
Francisco Gindre 007a11bfa6 Updated Docs 2020-04-06 14:06:13 -03:00
Francisco Gindre 312a169911
Feature/reorg testing (#104)
* Add DarksideWalletD class

* darkside walletd reorg tests

* Removed hardcoded stuff from tests

* add parameters to support other kinds of reorgs

* Basic reorg test in place

* Integration to DarksideWalletD and tests

* tests improvements

* Implement reorg testing. fix error throwing
2020-04-06 12:54:31 -03:00
Dimitris Apostolou 51419010ea
Fix typos and cleanup (#103) 2020-03-26 11:27:55 -03:00
str4d 65f9d78c54
ZcashRustBackend.decryptAndStoreTransaction() (#102)
* cargo fmt

* Migrate to latest note-spending-v7

* ZcashRustBackend.decryptAndStoreTransaction()

* cargo update
2020-03-26 11:24:47 -03:00
Linda Lee a0f063148e
Add jazzy outputs to docs/rtd (#101)
For eventual CI pull/automated docs with each release.
2020-03-23 19:06:58 -03:00
Francisco Gindre e426a44ab4
Merge pull request #100 from zcash/fix/sync-improvements
Fix/sync improvements
2020-03-23 12:03:05 -03:00
Francisco Gindre bca093ca42 Enhance logging on compact block processor 2020-03-19 12:59:45 -03:00
Francisco Gindre 18eea3261c parameterize helper method with constant 2020-03-19 12:59:19 -03:00
Francisco Gindre 8d6a37472e
Merge pull request #99 from zcash/release/0.3.1
revert upgrade to librustzcash
2020-03-18 11:32:14 -03:00
Francisco Gindre aead606cd0 revert upgrade to librustzcash 2020-03-18 11:12:18 -03:00
Francisco Gindre 75cbd3a9cf Merge branch 'master' of github.com:zcash/ZcashLightClientKit 2020-03-17 13:04:33 -03:00
Francisco Gindre 5f9a6c5ea6 release 0.3.0 2020-03-16 19:06:37 -03:00
Francisco Gindre e5883dd88c
Merge pull request #98 from zcash/fix/reorg-bug
FIX: race condition on reorgs
2020-03-16 19:02:19 -03:00
Francisco Gindre d4d3f0e5cf FIX: race condition on reorgs 2020-03-16 18:23:39 -03:00
Francisco Gindre 55783c50a5
Merge pull request #97 from zcash/fix/decrypt_store_tx
decrypt store tx and other fixes
2020-03-16 18:21:57 -03:00
Francisco Gindre f783f55f73 fix test crash 2020-03-16 15:26:17 -03:00
Francisco Gindre 9f223596f8 fix sample code where interface changed 2020-03-16 15:25:55 -03:00
Francisco Gindre 60510edd63 ENHANCEMENT: Retry support + error management 2020-03-13 21:00:01 -03:00
Francisco Gindre 8f415d71ce FIX: processor crashes when lightwalletd has not caught up with latest height 2020-03-12 18:58:23 -03:00
Francisco Gindre 2d34615c6d Better error handing when scanning fails 2020-03-11 23:17:32 -03:00
Francisco Gindre 2f95a5fbf4 update librustzcash to commit 52d8b436300724bc4b83aa4a0c659ab34c3dbce7 2020-03-11 17:24:23 -03:00
Linda Lee fc8689f894
Move read.me up a directory. (#90) 2020-03-09 19:39:10 -03:00
Francisco Gindre 72c3cb59ef
Integrate logging capabilities (#93)
* Integrate logging capabilities

* Relocate file
2020-03-09 17:25:27 -03:00
Francisco Gindre 4db57d1be0 Merge branch 'master' of github.com:zcash/ZcashLightClientKit 2020-03-06 19:28:40 -03:00
Linda Naeun Lee 3d77f37278 Merge branch 'master' of github.com:zcash/ZcashLightClientKit 2020-03-04 14:39:28 -06:00
Francisco Gindre 63dc6c2958 fix account initialization error 2020-03-04 14:38:46 -06:00
Francisco Gindre 1733bfcdfe Mainnet checkpoints (#88)
* Added checkpoints

* add more checkpoints
2020-03-04 14:38:46 -06:00
Francisco Gindre 4201a0d912 Release 0.2.0 2020-03-04 14:38:46 -06:00
Francisco Gindre 5bc3764f9e Support Note Spending v7
* upgraded to note-spending-v7

* use "zip32 compliant" seed on demo app

* Fixes to initializer, added v7 methods, documented API. Fixed compact block processor not initializing correctly upon new wallets.

* documentation

* Change u8 return value to bool + tests

* add address validation functionality to Initializer

* renamed functions to a C style. Exposed deriving functions in rust backend. Added more tests

* fixed bug where compact block processor wouldn't reschedule

* Fixed capture blocks retaining references

* fixed memory cycles and leaks

* fixed memory leak and blockrange error

* fixed error on confirmed transactions and added blockheight to progress notifications
2020-03-04 14:38:46 -06:00
Francisco Gindre 5ba21fab99 How to fix missing params error on ZcashLightClientKitSample app 2020-03-04 14:38:46 -06:00
Francisco Gindre 3435ac0d53 Add documentation to fix ZCASH_NETWORK_ENVIRONMENT missing error 2020-03-04 14:38:46 -06:00
Francisco Gindre 91462dc95f release 0.1.3 2020-03-04 14:38:46 -06:00
Francisco Gindre bb89d3886a FIX: parameters path with spaces wouldn't be found 2020-03-04 14:38:46 -06:00
Francisco Gindre 5c177b3f4b release 0.1.1 2020-03-04 14:38:46 -06:00
Francisco Gindre 2ec2e1a708 Enhancements from PR 2020-03-04 14:38:46 -06:00
Francisco Gindre 57385f7c89 add functions that express the underlying errors and make variables a convenience extension 2020-03-04 14:38:46 -06:00
Francisco Gindre 08d187955a Fix - CompactBlock Processsor loops indefinitely on reorg 2020-03-04 14:38:46 -06:00
Linda Naeun Lee acc4ddf166 Add read.me to iOS demo app, along with an image. 2020-03-04 13:49:19 -06:00
Francisco Gindre 5ec7c795f0 release 0.2.1 2020-03-03 12:18:01 -03:00
Francisco Gindre 762fbd814b
Merge pull request #89 from zcash/bugfix/account-generatio-error
fix account initialization error
2020-03-02 14:59:11 -03:00
Francisco Gindre e9088ca9a1 fix account initialization error 2020-03-02 14:58:11 -03:00
Francisco Gindre 2f541d1459
Mainnet checkpoints (#88)
* Added checkpoints

* add more checkpoints
2020-03-02 14:55:20 -03:00