Commit Graph

15 Commits

Author SHA1 Message Date
Jack Grigg
6b35ef24c2 Expose verified (and thus spendable) balance 2019-06-21 14:29:28 +02:00
Jack Grigg
665ff5ad26 Optimise for speed instead of size
The WASM binary doubles in size to 2MB after this change. This is still
dwarfed by the size of the spend parameters (46MB), and transaction
creation time decreases by 20% in exchange.
2019-06-21 14:29:28 +02:00
Jack Grigg
d688445bb1 Add timestamps to transaction creation process 2019-06-21 14:29:28 +02:00
Jack Grigg
f9361b27d9 ZcashClient.sendToAddress() 2019-06-21 14:29:01 +02:00
Jack Grigg
96e6f1b5fe Add transaction creation to WASM backend 2019-06-21 14:11:38 +02:00
Jack Grigg
b4252fa9d3 ZcashClient.sync()
Currently synchronous, but that's fine for a demo.
2019-06-21 14:08:32 +02:00
Jack Grigg
c9ad643653 Add gRPC protobufs to SDK 2019-06-21 13:39:57 +02:00
Jack Grigg
bdfd6d1840 Add CompactBlock scanning to WASM backend 2019-06-21 13:39:57 +02:00
Jack Grigg
4caf14baa2 Simple demo displaying address of a fixed spending key 2019-06-21 13:39:13 +02:00
Jack Grigg
a56c4c2630 Switch demo to use zcash-client-sdk-js 2019-06-11 17:36:45 +01:00
Jack Grigg
204694c10d Demo webapp from template 2019-06-11 17:35:36 +01:00
Jack Grigg
110a611ffe Set up webpack library backed by zcash-client-backend-wasm 2019-06-11 17:35:21 +01:00
Jack Grigg
f53de917c5 Empty JS library 2019-06-11 09:30:43 +01:00
Jack Grigg
cb6d4ed68c Empty backend library generated from wasm-pack-template 2019-06-11 09:08:46 +01:00
Jack Grigg
27e5eedc6b Empty repo 2019-06-10 23:49:19 +01:00