rachel-rose
|
01e109493d
added key_id param to put_own_coins
|
5 лет назад |
rachel-rose
|
fd80a1ddbe
debugged key gen and wallet write. all drkcli functions now working
|
5 лет назад |
ghassmo
|
274f6284bb
add config arg to wallet cli & add subcommands to config arg
|
5 лет назад |
ghassmo
|
618eb7fd2c
fix io error when loading config file
|
5 лет назад |
ghassmo
|
05db96451a
add config file to client cli
|
5 лет назад |
rachel-rose
|
e0053026aa
added wallet tests. updated adapter functions to init_db()
|
5 лет назад |
ghassmo
|
3b54479c9e
move program options to cli dir
|
5 лет назад |
ghassmo
|
eb8d2633c8
avoid blocking by making jsonserver run after gateway client started
|
5 лет назад |
ghassmo
|
5ec3fa888e
use join_config_path function for both sqlite and rocksdb databases
|
5 лет назад |
ghassmo
|
e334d2ca2b
clear warning messages
|
5 лет назад |
ghassmo
|
8197b8bf16
remove asset_type from slab struct
|
5 лет назад |
rachel-rose
|
23faf56fdd
removed own_coins vector. fn apply() now writes directly to sqlite
|
5 лет назад |
rachel-rose
|
0daef9f312
fixed improper dependency graph which caused wallet to be constructed twice
|
5 лет назад |
rachel-rose
|
a7b7603197
moved rpc 'start' inside darkfid 'start' to prevent blocking
|
5 лет назад |
rachel-rose
|
963a531908
cleaned up some warnings on darkfid
|
5 лет назад |
rachel-rose
|
c4851233ac
removed redundant adapter::new() constructor call
|
5 лет назад |
rachel-rose
|
9901797fa2
merged rpc options into ClientProgramOptions and moved dfi.rs to bin/old
|
5 лет назад |
rachel-rose
|
83a7148e08
implemented Encodable for IncrementalWitness and finished put_own_coins
|
5 лет назад |
rachel-rose
|
028bbe1dce
pass wallet adapter instead of walletdb
|
5 лет назад |
rachel-rose
|
70c671e622
fixed sqlite library error. added rpc to darkfid
|
5 лет назад |
rachel-rose
|
4cee7d36a8
fixed 'not a database' error
|
5 лет назад |
rachel-rose
|
0613393e95
implemented note decryption. ran cargo fmt
|
5 лет назад |
rachel-rose
|
a1e6a51d94
implemented try_decrypt_note
|
5 лет назад |
rachel-rose
|
62ca0557cf
removed unnecessary arc wrapper from adapter and walletdb
|
5 лет назад |
rachel-rose
|
4c7ce86360
made walletdb constructor, modified darkfid.rs with reference to walletdb. updated walletdb with
|
5 лет назад |
rachel-rose
|
32f86d1b0b
added data variables to struct and updated new() on walletdb and adapter
|
5 лет назад |
rachel-rose
|
22fee9c510
added PRIMARY KEY to sqlite and removed all keyID variables from code
|
5 лет назад |
rachel-rose
|
de47e7c4e1
Merge branch 'master' of github.com:darkrenaissance/darkfi
|
5 лет назад |
rachel-rose
|
1ff8cfa793
fixed key gen
|
5 лет назад |
ghassmo
|
40e79b2c1d
clear all warning messages
|
5 лет назад |