lunar-mining
|
dbd5a7bd57
cleaned up cli print statements
|
5 years ago |
ghassmo
|
deb3dd21bf
handle deposit request from darkfid
|
5 years ago |
lunar-mining
|
fdc098c17f
moved mutex up to CashierClient reqprotocol object
|
5 years ago |
ghassmo
|
5b867308e2
remove mutex from zmq socket
|
5 years ago |
lunar-mining
|
8a6f14571a
added mutex lock to zmq socket. finished client side deposit().
|
5 years ago |
ghassmo
|
be54498709
return public keys from jsonserver instead of info message
|
5 years ago |
ghassmo
|
1e87fb2bb4
using a base-58 encoded string for transfer coins and show user's address
|
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
|
9f07bbca80
rename client field to cashier_client in adapter struct
|
5 years ago |
Janus
|
0816bada60
Move btc mod from cashier
|
5 years ago |
Janus
|
a0a27e0d3b
Remove cashier data from rocks
|
5 years ago |
lunar-mining
|
a0f5854ecb
implemented deposit on rpc/adapter
|
5 years ago |
Janus
|
14e8a5a940
Start zkpubkey -> btc addr exchange
|
5 years ago |
lunar-mining
|
23dc8547cd
added 'deposit' to rpc
|
5 years ago |
parazyd
|
340631df2d
Code linting.
|
5 years ago |
ghassmo
|
b8890995b2
remove async functions from walletdb.rs and rpc/adapter.rs
|
5 years ago |
rachel-rose
|
7bb955e686
test case for rusqlite
|
5 years ago |
rachel-rose
|
e0053026aa
added wallet tests. updated adapter functions to init_db()
|
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
|
c4851233ac
removed redundant adapter::new() constructor call
|
5 years ago |
rachel-rose
|
028bbe1dce
pass wallet adapter instead of walletdb
|
5 years ago |
rachel-rose
|
0613393e95
implemented note decryption. ran cargo fmt
|
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 |
rachel-rose
|
95bf3ccf45
cashier key gen test passed
|
5 years ago |