Commit Graph

20 Commits

Author SHA1 Message Date
Aditya Kulkarni
d21c87acef Make lightclient not mut 2019-09-16 13:16:42 -07:00
Aditya Kulkarni
bee501bae0 Add historical utxos in notes all cmd 2019-09-13 18:43:26 -07:00
Aditya Kulkarni
4febeda516 Option to print only unspent notes and utxos 2019-09-12 20:47:23 -07:00
Aditya Kulkarni
d71e37152b Add rescan command 2019-09-12 20:32:47 -07:00
Aditya Kulkarni
71b2b1b6d2 Cleanup 2019-09-12 14:39:18 -07:00
Aditya Kulkarni
8cfa4401c0 Optional memo 2019-09-10 14:23:52 -07:00
Aditya Kulkarni
ee19337187 Proper send command 2019-09-10 14:19:52 -07:00
Aditya Kulkarni
9b9641a6f4 working 2019-09-09 17:40:00 -07:00
Aditya Kulkarni
84ec286f7f Support z -> t transactions 2019-09-09 11:17:35 -07:00
Aditya Kulkarni
7b34d4fa7e Notes command 2019-09-09 10:29:51 -07:00
Aditya Kulkarni
c4083a835f Cleanup (send working) 2019-09-08 22:14:33 -07:00
Aditya Kulkarni
c08b51fde7 Add seed phrases 2019-09-08 19:52:25 -07:00
Aditya Kulkarni
f9d0878a81 Json for tx list 2019-09-08 15:21:37 -07:00
Aditya Kulkarni
972558620c Add JSON 2019-09-08 15:03:24 -07:00
Aditya Kulkarni
4b4a308717 List transactions 2019-09-06 15:18:38 -07:00
Aditya Kulkarni
d308772965 Cleanup 2019-09-06 14:25:14 -07:00
Aditya Kulkarni
48d305c406 Automatically load and save wallet 2019-09-06 14:09:12 -07:00
Aditya Kulkarni
7ebc8686ed Save and Read wallet 2019-09-06 13:13:14 -07:00
Aditya Kulkarni
145856f387 New grpc API test 2019-09-05 13:19:48 -07:00
adityapk00
67864dfdb6 Light Client Support for Memos (#1)
* Dependency to note-spending-v6 branch

* Spend funds

* Add outgoing memos

* cleanup

* Incoming memo support

* Refactor to LightClient

* Abstract grpc client creation

* TLS example

* Add address command

* Run blocking IO

* Store memos in wallet Tx

* Fetch the full txns only for new transactions

* Comments

* Filter first

* More comments

* Add commands
2019-09-05 10:56:19 -07:00