Commit Graph

343 Commits

Author SHA1 Message Date
Kevin Gorham 01efabe195
POC: prove the concept of local RPC via protobufs.
This is an example of a jni call that accepts and returns proto objects. Ultimately, this trades a minor amount of performance for a significant improvement of ease of use. By exchanging protocol buffers, the Kotlin and Rust layers are able to communicate using far more complex objects. Eventually, this type of approach might completely replace the use of a database or sqlite.
2020-08-13 22:01:52 -04:00
Kevin Gorham 4707e97bfd
New: Add support for canopy on testnet.
This is as simple as switching to the commit in librustzcash that contains the required changes to the consensus branch id that will be used when sending funds on testnet.
2020-08-13 21:02:53 -04:00
Kevin Gorham 816d1afbb3
New: Add lightwalletd service for fetching t-addr txs. 2020-08-13 20:44:05 -04:00
Kevin Gorham fafc749394
New: Added new checkpoints. 2020-08-13 20:38:12 -04:00
Kevin Gorham bb747a3ce5
Fix: Minor improvements 2020-08-13 20:37:09 -04:00
Kevin Gorham 0f87961947
New: Change the default lightwalletd server.
The old server will be shutting down to coincide with our internal app deployment changes.
2020-08-13 20:31:54 -04:00
Linda Lee 21b9cecbb1
Merge pull request #154 from zcash/lindanlee-patch-1
Create CONTRIBUTING.md
2020-08-03 15:54:12 -05:00
Linda Lee 565cb7b973
Create CONTRIBUTING.md 2020-08-03 15:53:49 -05:00
Kevin Gorham e04a0c3faa
Restore publishing settings. 2020-08-01 02:16:51 -04:00
Kevin Gorham 02e5bc24b7
Merge pull request #153 from zcash/feature/tx-cancellation
Feature/tx cancellation
2020-08-01 02:15:07 -04:00
Kevin Gorham bb77fa2d5d
New: add robust support for tx cancellation
Also greatly improved handling of expired and failed transactions.
2020-08-01 02:13:39 -04:00
Kevin Gorham 528442fa0a
New: Indicate when rust is potentially slow from running in debug mode. 2020-08-01 02:12:15 -04:00
Kevin Gorham 69466fe7ef
Minor cleanup. 2020-08-01 02:11:48 -04:00
Kevin Gorham 1da39ac348
Merge pull request #151 from zcash/task/migrate-hackathon-updates
Task/migrate hackathon updates
2020-07-29 00:41:04 -04:00
Kevin Gorham 01bbd12e73
Update librustzcash. 2020-07-29 00:36:57 -04:00
Kevin Gorham 215788dd27
Migrate changes from hackathon.
Mostly includes changes to make testing more robust.
2020-07-29 00:36:56 -04:00
Kevin Gorham 92f34e5b94
Merge pull request #137 from zcash/android-tekton-pr-trig
Create zcash-android-pr-triggerbinding.yml
2020-06-28 16:12:00 -04:00
Ben Wilson fb7cf0e8eb
Merge pull request #141 from benzcash/ben/update-ci-to-use-pr-labels
Update ci.md to use labels
2020-06-26 09:03:35 -04:00
Ben Wilson ad4993f776 Update ci.md to use labels 2020-06-19 10:43:16 -04:00
mdr0id 61ccb13a78 add service account, update task name 2020-06-18 15:29:14 -07:00
mdr0id 2ad5929423 Updating pipeline and bindings 2020-06-18 14:52:32 -07:00
mdr0id 2495ecff1b Remove refspec tag 2020-06-18 11:04:48 -07:00
mdr0id 001456bcc9 Splitting build and lint task 2020-06-18 09:24:57 -07:00
mdr0id d80bbb4c9b Add pr pipeline 2020-06-18 09:15:58 -07:00
Kevin Gorham 5b98cbd6c3
Update demo app's dependencies. 2020-06-18 10:39:43 -04:00
mdr0id 8e9cd28ef1 clean up comments 2020-06-18 07:26:04 -07:00
mdr0id 1254c4ad89 add pipeline template 2020-06-17 12:05:10 -07:00
Marshall Gaucher 1f3be5fa5d
Create zcash-android-pr-triggerbinding.yml
Adding in triggerbindings
2020-06-17 11:40:10 -07:00
Ben Wilson 567b3fc2eb
Merge pull request #136 from benzcash/ci/tekton-ciBundle
Added tekton task for ciBuild run
2020-06-16 15:36:32 -04:00
Marshall Gaucher 7c45d19d9d
Update zcash-android-sdk-cibundle.yml
update step names
2020-06-16 11:52:35 -07:00
Marshall Gaucher 5f195f3d34
Update zcash-android-sdk-cibundle.yml
Adding patch for ciLint
2020-06-16 11:48:45 -07:00
Ben Wilson bd3b55264a Added tekton task for ciBuild run 2020-06-16 12:30:06 -04:00
Kevin Gorham c305a94df7
Quick changes to simplify publishing. 2020-06-11 15:33:10 -04:00
Kevin Gorham 3959c389ae
Merge pull request #134 from zcash/feature/explicitly-add-x86_64-support
Added explicit support for x86_64
2020-06-11 14:06:00 -04:00
Kevin Gorham 872000df8e
Added explicit support for x86_64
Previously, we just relied on implicit support given that x86 is compatible with both 32 bit and 64 bit systems but going forward, the Play Store will reject these builds, EVEN FOR INTERAL TESTS. This addresses that but it comes with other considerations. arm64 and x86_64 are only supported on Android for API 21+. We probably should structure our resource folders differently to reflect this nuance. Our supported versions are: API 16+ for 32-bit hardware and API 21+ for 64-bit hardware, unless its 64-bit arm which is backward compatible with our 32-bit arm code. Clear as mud, right? I'll add this verbiage somewhere.
2020-06-11 14:00:06 -04:00
Kevin Gorham 8180d10d61
Update README to reflect how to use the bintray releases. 2020-06-10 15:47:50 -04:00
Kevin Gorham 79184c3cdd
Merge pull request #133 from zcash/feature/api-updates
Feature/api updates
2020-06-10 06:00:34 -04:00
Kevin Gorham 712dac2481
Published to bintray and updated demo apps, accordingly. 2020-06-10 05:59:40 -04:00
Kevin Gorham 75718e9e71
New checkpoints. 2020-06-10 03:43:41 -04:00
Kevin Gorham 38fa68a4ec
Update NDK version instructions 2020-06-10 03:43:30 -04:00
Kevin Gorham aa8eb9ccf5
Refresh github doc files. 2020-06-10 03:27:52 -04:00
Kevin Gorham aa569c99dd
Major refactor: corrected package name.
Now the SDK matches everything else that we have published to bintray and jcenter.
2020-06-10 03:08:19 -04:00
Kevin Gorham 4e95c46acb
Add missing newlines. 2020-06-09 23:28:21 -04:00
Kevin Gorham 48f03e6beb
Refactor: Moved validation objects into package.
This helps declutter the Synchronizer, which we do not want to let get complex.
2020-06-09 22:52:32 -04:00
Kevin Gorham dce743d9f9
Refactor: moved 'entity' package into 'db'.
Now it is more clear that these files are related to the databases. Plus, there's one less folder at the top-level, which reduces clutter.
2020-06-09 22:31:00 -04:00
Kevin Gorham c70da1983d
New: Added Heartwood support.
Going forward, consensus branch IDs will automatically switch over, once we reach the activation height.
2020-06-09 22:15:55 -04:00
Kevin Gorham c5ad25a5ce
New: Added darksidewalletd testing support.
Also modified tests so that they can compile again.
2020-06-09 22:15:55 -04:00
Kevin Gorham 5cc8a38a5f
New: Additional APIs and functionality.
Added new functions that made things easier while testing, making the SDK a bit more usable.
2020-06-09 22:15:54 -04:00
Kevin Gorham c585ed93ff
Improve error handling. 2020-06-09 22:15:54 -04:00
Kevin Gorham 40c2be9ce1
Added ci build tasks and updated dependencies.
Added tasks to adhere to CI contract with DefInfra team per this doc https://github.com/zcash/zcash-android-wallet-sdk/blob/master/docs/ci.md
For now, most of these are just placeholders but we will get them to work in order to simplify CI.
2020-06-09 22:15:53 -04:00