Commit Graph

273 Commits

Author SHA1 Message Date
Aditya Kulkarni
be2eaad443 Refactor into cargo workspace 2019-10-22 13:21:18 -07:00
Aditya Kulkarni
4a62949bdb Move actions to root 2019-10-22 13:00:10 -07:00
Aditya Kulkarni
13a89f8c82 Github build action 2019-10-22 12:56:36 -07:00
Aditya Kulkarni
d8075dae28 Add proper error for lock 2019-10-22 12:56:29 -07:00
Aditya Kulkarni
bea9a26e3d Recover seed properly 2019-10-22 08:08:48 -07:00
Aditya Kulkarni
9324f7f097 Pin tokio dependencies 2019-10-22 07:42:43 -07:00
Aditya Kulkarni
f058e0d3d2 Merge branch 'master' of github.com:adityapk00/zecwallet-lite-lib 2019-10-21 20:43:32 -07:00
Aditya Kulkarni
581d882a5f Additional tests 2019-10-21 20:43:30 -07:00
Aditya Kulkarni
c014dbc4d9 Add parse comment 2019-10-21 18:00:19 -07:00
Aditya Kulkarni
51b1b54863 Add wallet creation tests 2019-10-21 17:59:15 -07:00
Aditya Kulkarni
c901b4f52f Move tests to tests.rs 2019-10-21 17:25:14 -07:00
Aditya Kulkarni
710a580f25 Add rtests for ecieve t/z while encrypted 2019-10-21 17:18:52 -07:00
Aditya Kulkarni
7767caaf3f Add lock command 2019-10-21 14:13:43 -07:00
Aditya Kulkarni
08a2fded88 Fix issue where t addresses weren't scanned when locked 2019-10-21 14:05:33 -07:00
Aditya Kulkarni
654f526918 Check for wallet encryption first. 2019-10-21 13:20:54 -07:00
Aditya Kulkarni
5cf2c955e3 Don't fix bug when no money is involved. 2019-10-21 13:09:47 -07:00
Aditya Kulkarni
94e70cc3f7 Fix bip39 bug before encryption 2019-10-21 13:00:31 -07:00
Aditya Kulkarni
27fb3f984b Fix issue where new wallets weren't being created 2019-10-21 12:32:15 -07:00
Aditya Kulkarni
674a9ee185 Fix build script 2019-10-21 12:04:19 -07:00
Aditya Kulkarni
8ab297208d Do clean first 2019-10-21 10:59:42 -07:00
Aditya Kulkarni
274f3c9c09 Fix libsodium cross compile for win 2019-10-21 10:50:11 -07:00
Aditya Kulkarni
50988da0f5 Fix windows xcompile for libsodium 2019-10-21 10:41:29 -07:00
Aditya Kulkarni
29b5e4459b Update version number 2019-10-21 09:39:51 -07:00
Aditya Kulkarni
be53b8087f LC address tests 2019-10-20 20:46:37 -07:00
Aditya Kulkarni
9ed9e47ff9 Add lightclient encryption test 2019-10-20 20:34:08 -07:00
Aditya Kulkarni
c1dd259caf Add bug warning 2019-10-20 13:40:54 -07:00
Aditya Kulkarni
085b8492ba update copy 2019-10-20 13:14:34 -07:00
Aditya Kulkarni
4b21f7c530 Add bug description 2019-10-20 13:13:43 -07:00
Aditya Kulkarni
e4c6180b42 Split wallet creation 2019-10-20 11:56:45 -07:00
Aditya Kulkarni
8ade7caa48 Wallet encryption commands 2019-10-20 11:40:25 -07:00
Aditya Kulkarni
6607ecdc09 Add comment 2019-10-19 22:12:45 -07:00
Aditya Kulkarni
e4f00a78d5 Fix save command return value 2019-10-19 20:29:17 -07:00
Aditya Kulkarni
c3af5a1ca2 Autofix for bip39bug 2019-10-19 20:22:19 -07:00
Aditya Kulkarni
53713f5f2d Don't return json from GRPC 2019-10-19 20:22:03 -07:00
Aditya Kulkarni
19d9dfa18e Return results instead of JSON 2019-10-19 20:21:53 -07:00
Aditya Kulkarni
0e529ba4cd Fix crash when insufficient funds 2019-10-19 20:21:34 -07:00
Aditya Kulkarni
611974c5fa Add bugfix address derivation 2019-10-19 16:41:27 -07:00
Aditya Kulkarni
3ebc46185c Add bug detection 2019-10-19 16:23:32 -07:00
Aditya Kulkarni
89a5fc0ea1 Tests for derivation bugfix 2019-10-19 15:55:24 -07:00
Aditya Kulkarni
72548e077e Add lock/unlock API 2019-10-19 13:09:59 -07:00
Aditya Kulkarni
fc15de5687 Support mutable wallets 2019-10-19 11:18:22 -07:00
Za Wilcox
201b47af5c make startup file creation fail more explicitly (#7)
* add explicit permission error handling

* create error_helpers as mod to keep main.rs succint

* rename error_helpers -> startup_helpers
2019-10-18 19:28:02 -07:00
Aditya Kulkarni
e3a0fd2dea Support for wallet encryption 2019-10-18 17:04:44 -07:00
Aditya Kulkarni
ebf3c71339 Add datetime to transactions 2019-10-18 16:54:26 -07:00
Aditya Kulkarni
5905ef728b Save in non-interactive mode 2019-10-18 15:38:16 -07:00
Aditya Kulkarni
4518965a41 Return txid from send 2019-10-18 12:38:28 -07:00
Aditya Kulkarni
c34aba4ddd Merge branch 'master' of github.com:adityapk00/zecwallet-lite-lib 2019-10-18 10:32:07 -07:00
Aditya Kulkarni
bd15a081b1 Allow multiple addresses in send 2019-10-18 10:32:05 -07:00
adityapk00
1c1fd0cdf4
Update README.md 2019-10-17 07:12:03 -07:00
Za Wilcox
28aacf3f50 remove use and make name explicit where used (#5)
* remove use and make name explicit where used

This commit suggests a readability enhancement.
Removing the "use" directive, and making the
rustyline::Editor usage explicit at the call site,
allows the reader to look in one less place.

* make ReadlineError explicit

* mv clap::{Arg, App} adjacent to use

* remove unused {}

* make Duration explicit, remove use
2019-10-16 20:20:03 -07:00