Commit Graph

409 Commits

Author SHA1 Message Date
Cryptoforge
08b60620f6 remove all checkpoints 2020-09-09 23:23:39 -07:00
Cryptoforge
fc7459dc03 multichain updates 2020-09-06 13:11:33 -07:00
Cryptoforge
41d855a784 Merge commit '6c0a672d6643b82b336160da5d3c05cbd2167967' into merge_upstream 2020-09-05 21:55:14 -07:00
Aditya Kulkarni
6c0a672d66 Fix android crash 2020-08-11 12:09:25 -07:00
Cryptoforge
6d61d9bddc wallet tx version 5 2020-08-09 20:12:29 -07:00
Aditya Kulkarni
06a268c2bd "unconfirmed" -> "unverified" 2020-08-07 10:11:55 -07:00
Aditya Kulkarni
6187156936 v1.4.1 2020-08-06 15:28:22 -07:00
Aditya Kulkarni
263ec19476 Add "unconfirmed_zbalance" to the balance command.
Fixes #46
2020-08-06 11:33:32 -07:00
Cryptoforge
546196e756 update wallet and transaction list json format 2020-08-05 22:08:22 -07:00
Cryptoforge
041dc38b67 remove unneeded crate 2020-08-05 22:07:12 -07:00
Cryptoforge
6b6cd2ddd7 update checkpoints 2020-08-05 22:02:27 -07:00
Cryptoforge
e000ff3bc9 newline cleanup 2020-08-05 21:55:33 -07:00
Aditya Kulkarni
fb1cf996e5 Add broadcast failure test 2020-08-05 10:00:12 -07:00
Cryptoforge
6aa383daa3 enable outgoing metadata on t addresses owned by the wallet 2020-08-04 14:57:45 -07:00
Cryptoforge
7a6033cb54 enable outgoing metadata on zaddr owned by the wallet 2020-08-04 14:22:33 -07:00
Aditya Kulkarni
a087a4411f "spendable" reflects if we have the spending key.
Fixes #44
2020-08-04 10:53:40 -07:00
Aditya Kulkarni
b171d28586 Add to mempool only if broadcast works.
Fixes #43
2020-07-31 18:53:16 -07:00
Cryptoforge
4c39a57ae3 set fee 2020-07-30 23:03:54 -07:00
Cryptoforge
b557f144ec update librustzcash 2020-07-30 21:46:06 -07:00
Aditya Kulkarni
6cfbdaf60d Merge branch 'master' of github.com:adityapk00/zecwallet-light-cli 2020-07-29 09:59:25 -07:00
Aditya Kulkarni
5a885adc15 Grab sync lock when sending to prevent anchor changes.
Fixes #40
2020-07-29 09:59:22 -07:00
Cryptoforge
59196cb5d0 update wallet location 2020-07-28 22:17:16 -07:00
Aditya Kulkarni
22bde5a404 Interpret hex memos properly.
Fixes #38
2020-07-28 09:52:53 -07:00
Aditya Kulkarni
5675f5b359 Add spendable to notes listing 2020-07-27 09:46:11 -07:00
Cryptoforge
bb3bbf2b29 change ANCHOR_OFFSET to 0 2020-07-23 21:07:48 -07:00
Cryptoforge
6f8aa9f39e Require spending from specified address 1. Add from address, t or z 2. Use ovk of the address being spent from 3. disable lazy consolidation of t addresses 4. In a t->z transaction use the ovk of the fist z-address in the wallet. 2020-07-23 20:28:37 -07:00
Aditya Kulkarni
e3266a00a6 1.4.0 2020-07-23 11:01:14 -07:00
Aditya Kulkarni
c117c5d739 Accept JSON for import 2020-07-23 10:52:38 -07:00
Aditya Kulkarni
4a16b282ec Add witness size + import while encrypted tests 2020-07-22 10:18:34 -07:00
Aditya Kulkarni
25108df815 Remove witness site from JSON 2020-07-22 10:18:13 -07:00
Aditya Kulkarni
49a91a9a29 910k checkpoint 2020-07-22 09:53:28 -07:00
Aditya Kulkarni
a915709dcb Fix import when encrpted 2020-07-21 16:52:47 -07:00
Aditya Kulkarni
49ee4c4067 Add spent_at_height for notes 2020-07-21 16:13:56 -07:00
adityapk00
fb1135328f
Viewing Keys (#32)
Add support for importing viewing keys and upgrading to spending keys.
2020-07-21 12:08:04 -07:00
Aditya Kulkarni
4c87e55afa hex memos 2020-07-21 10:12:09 -07:00
Cryptoforge
e71528f625 update librustzcash target 2020-07-12 23:02:11 -07:00
Cryptoforge
14d272c643 update default server 2020-07-12 23:00:16 -07:00
Aditya Kulkarni
f0e13e3caf Allow raw memos to be fetched.
Fixes #30
2020-07-10 10:08:52 -07:00
Aditya Kulkarni
2dce6b46ca Add memos in outgoing_metadata even if change.
Fixes #28
2020-07-08 10:25:31 -07:00
Cryptoforge
0e6819f6b9 remove zec checkpoints 2020-07-04 11:47:07 -07:00
adityapk00
5d2b85c03a
Multi threaded sync (#27)
* Sync on a threadpool

* Retry on broken connection

* Update README.md

* Update README.md

* Optional Embedded params

* Update (#24)

* Update librustzcash dep

* Update to latest librustzcash

* Fetch blocks on a new thread

* Save wallet deterministically

* Sync on a threadpool

* Fetch blocks on a new thread

* Save wallet deterministically

* At least 2 threads

Co-authored-by: Aditya Kulkarni <adityapk@tr32.home.adityapk.com>
2020-06-29 10:21:22 -07:00
Aditya Kulkarni
2a88501a4c 870k checkpoint 2020-06-17 10:13:14 -07:00
William Budington
77bb07b069
Add max to send (#26)
* add 'max' amount to send

* Change 'max' to 'entire-verified-zbalance'
2020-06-11 20:03:50 -07:00
adityapk00
2f3e69eba0
Update (#24)
* Update librustzcash dep

* Update to latest librustzcash
2020-06-06 18:12:57 -07:00
Aditya Kulkarni
bade32c102 Retry on broken connection 2020-06-05 13:29:44 -07:00
Aditya Kulkarni
a7827f9163 Optional Embedded params 2020-05-25 21:40:11 -07:00
Aditya Kulkarni
628ddca1f6 Merge branch 'master' of github.com:adityapk00/zecwallet-light-cli 2020-05-25 19:25:42 -07:00
Aditya Kulkarni
b711397277 Optional embed params 2020-05-25 19:25:39 -07:00
adityapk00
f977a99c6c
Update README.md 2020-05-25 13:08:34 -07:00
adityapk00
d617244783
Update README.md 2020-05-25 09:12:22 -07:00