ghassmo
|
8d1cb7bce6
get keypair from walletdb instead of get keys separately
|
4 years ago |
ghassmo
|
fecbb7894b
initialize walletdb when darkfid start
|
4 years ago |
lunar-mining
|
399dffa7e5
removed default config and added ConfigNotFound error
|
4 years ago |
ghassmo
|
4fe2138dfd
remove warning messages
|
4 years ago |
ghassmo
|
1ac21e5c5b
Client: add send function and send the tx with a desired inputs and outputs according to the amount
|
4 years ago |
ghassmo
|
33ae156f3c
create WalletApi trait and implement it for both cashierdb and walletdb
|
4 years ago |
ghassmo
|
ca438923b0
change the way of constructing both walletdb and cashierdb
|
4 years ago |
ghassmo
|
491762dfa8
create walletdb field for state and avoid using walletdb in other places
|
5 years ago |
ghassmo
|
023d75c46e
change the paths of mint and spend params from project dir to the .config/darkfi
|
5 years ago |
ghassmo
|
e4004f5783
change the design of rpc adapter
|
5 years ago |
ghassmo
|
8ebb0e2b7a
minor changes in client.rs
|
5 years ago |
ghassmo
|
a1c2ad5ee9
pass the paths for mint and spend params when initialize a Client
|
5 years ago |
ghassmo
|
996cd04335
move all functionalities inside darkfid to a new module client/client.rs
|
5 years ago |
lunar-mining
|
b9b33b638e
generalized jsonserver.rs to work with different services
|
5 years ago |
ghassmo
|
c6dfd7edb4
run 'cargo fix'
|
5 years ago |
ghassmo
|
39fabd79c9
create a function for the process of building slab from transaction
|
5 years ago |
ghassmo
|
dd6135fd30
Merge branch 'master' of github.com:darkrenaissance/darkfi
|
5 years ago |
ghassmo
|
9dcd45b360
pass btc address as String instead of bitcoin::Address type in withdraw
|
5 years ago |
lunar-mining
|
39e73ee2af
changed Arc<&DarkfidConfig> to Arc<DarkfidConfig>. made dummy cashier_adapter.rs
|
5 years ago |
lunar-mining
|
39eaace8c9
renamed wallet adapter to adapters/user_adapter
|
5 years ago |
lunar-mining
|
5bc8706d19
implemented user handle_input module
|
5 years ago |
lunar-mining
|
390a1afea2
implemented withdraw
|
5 years ago |
ghassmo
|
e0cb31d983
fix the warnings
|
5 years ago |
ghassmo
|
b8434dd003
darkfid: handle withdraw request
|
5 years ago |
Janus
|
bd6d33cb4f
Add GatewayClient to cashier for posting tx to blockchain
|
5 years ago |
ghassmo
|
e5d1b59b44
clean up and refactor the borker in darkfid
|
5 years ago |
lunar-mining
|
8734978f1e
added cashier->darkfid withdraw channel. ran cargo fmt
|
5 years ago |
lunar-mining
|
21f59662dd
implemented withdraw on the client side
|
5 years ago |
ghassmo
|
f9b880f609
add cashier_url to darkfid config file
|
5 years ago |
ghassmo
|
deb3dd21bf
handle deposit request from darkfid
|
5 years ago |