DenioD
2aced7ebba
fix address test
2019-10-22 01:10:45 +02:00
DenioD
467ed0544e
merged upstream conflicts manually
2019-10-21 22:33:59 +02:00
DenioD
05ba67882c
merged conflicts manually
2019-10-21 22:32:32 +02: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
DenioD
813ba56b8e
Resolved merge conflict by incorporating both suggestions.
2019-10-21 13:33:00 +02:00
DenioD
2a4201dc52
Resolved merge conflict by incorporating both suggestions.
2019-10-21 13:31:06 +02:00
DenioD
1e3107fe55
manualy merged conflicts
2019-10-21 13:21:49 +02:00
DenioD
7a3285e08a
Resolved merge conflicts
2019-10-21 13:05:44 +02: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
DenioD
8c9523ad90
merged new updates
2019-10-20 23:12:03 +02: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
DenioD
457c3ea61e
renamed zatoshis to puposhis, update librustzcash commit high
2019-10-20 17:03:43 +02: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
DenioD
e7d272ce42
port to hush
2019-10-18 09:45:35 +02:00
Duke Leto
cead0062bd
Update README.md
2019-10-17 19:01:17 -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
adityapk00
aece2860a3
Merge pull request #2 from zancas/update_readme_with_current_repo
...
update clone instruction to use ssh, and current repo
2019-10-16 18:39:05 -07:00
Za Wilcox
2243bc33ed
update clone instruction to use ssh, and current repo
2019-10-16 18:03:33 -06:00
Aditya Kulkarni
91de0220ab
Compiler warnings
2019-10-15 10:15:42 -07:00