ghassmo
|
40d71df4dd
fix an error happen when query public key from walletdb
|
5 years ago |
ghassmo
|
23bb4cf04e
change the type of amount in TransferParams and WithdrawParams from
|
5 years ago |
ghassmo
|
eb9511cb49
handle transfer command from darkfid
|
5 years ago |
ghassmo
|
4c36f822c2
wrap handle_error function with Arc & implement Sync and Send traits for the function
|
5 years ago |
lunar-mining
|
a0f5854ecb
implemented deposit on rpc/adapter
|
5 years ago |
lunar-mining
|
a6b4791feb
added deserialize to walletdb.rs 'get' functions. ran cargo fmt
|
5 years ago |
lunar-mining
|
d653f5ecbd
added 'withdraw' option to cli/ rpc
|
5 years ago |
lunar-mining
|
23dc8547cd
added 'deposit' to rpc
|
5 years ago |
lunar-mining
|
1ad24f8e05
added 'deposit' subcommand to drk_cli
|
5 years ago |
ghassmo
|
221c070be2
add transfer functionality to rpc server
|
5 years ago |
lunar-mining
|
cadbd646d6
simplified naming of cli config structs
|
5 years ago |
lunar-mining
|
a895bea014
switched from custom config parsing to toml
|
5 years ago |
ghassmo
|
98302660f5
create ClientConfig trait & create DarkfiCliConfig and DarkfidCliConfig structs which implement ClientConfig trait
|
5 years ago |
ghassmo
|
b8890995b2
remove async functions from walletdb.rs and rpc/adapter.rs
|
5 years ago |
rachel-rose
|
01e109493d
added key_id param to put_own_coins
|
5 years ago |
rachel-rose
|
fd80a1ddbe
debugged key gen and wallet write. all drkcli functions now working
|
5 years ago |
rachel-rose
|
bc93d1734e
implemented custom error handling for jsonrpc_core
|
5 years ago |
ghassmo
|
05db96451a
add config file to client cli
|
5 years ago |
rachel-rose
|
e0053026aa
added wallet tests. updated adapter functions to init_db()
|
5 years ago |
ghassmo
|
3b54479c9e
move program options to cli dir
|
5 years ago |
ghassmo
|
e334d2ca2b
clear warning messages
|
5 years ago |
rachel-rose
|
23faf56fdd
removed own_coins vector. fn apply() now writes directly to sqlite
|
5 years ago |
rachel-rose
|
0daef9f312
fixed improper dependency graph which caused wallet to be constructed twice
|
5 years ago |
rachel-rose
|
cf160aafb0
re-implemented drk cli function calls
|
5 years ago |
rachel-rose
|
a7b7603197
moved rpc 'start' inside darkfid 'start' to prevent blocking
|
5 years ago |
rachel-rose
|
c4851233ac
removed redundant adapter::new() constructor call
|
5 years ago |
rachel-rose
|
9901797fa2
merged rpc options into ClientProgramOptions and moved dfi.rs to bin/old
|
5 years ago |
rachel-rose
|
62ca0557cf
removed unnecessary arc wrapper from adapter and walletdb
|
5 years ago |
rachel-rose
|
4c7ce86360
made walletdb constructor, modified darkfid.rs with reference to walletdb. updated walletdb with
|
5 years ago |
rachel-rose
|
32f86d1b0b
added data variables to struct and updated new() on walletdb and adapter
|
5 years ago |