Commit Graph

1694 Commits

Author SHA1 Message Date
ghassmo
a541cd088e token_list: use drk_tokenlist as a reference 2021-10-12 12:45:33 +03:00
ghassmo
1de9af5211 darkfid: clean up & truncate amount for withdraw 2021-10-12 12:34:46 +03:00
lunar-mining
f53a5238fa todo: removed completed item 2021-10-12 11:20:49 +02:00
lunar-mining
5102102d95 renamed 'asset' to 'token' across project 2021-10-12 11:20:20 +02:00
ghassmo
3ba34fe2ae cashierd: truncate received_balance to 8 digits 2021-10-12 12:14:46 +03:00
lunar-mining
5cae0cf6e0 walletdb: fixed get_token_id test 2021-10-12 11:09:59 +02:00
lunar-mining
4727914b85 renamed asset_id to token_id across project 2021-10-12 11:09:59 +02:00
ghassmo
893ef5b3f7 revert: "darkfid: fix amount bug when withdraw/transfer" 2021-10-12 09:49:48 +03:00
ghassmo
bb029eadc7 revert: "util/parse: decimals function does not need network params" 2021-10-12 09:49:09 +03:00
ghassmo
f6c11bab25 darkfid: fix amount bug when withdraw/transfer 2021-10-12 09:23:28 +03:00
ghassmo
d15ad51879 util/parse: decimals function does not need network params 2021-10-12 09:21:24 +03:00
parazyd
cdaa3cb3eb Makefile: Add install/uninstall targets. 2021-10-11 17:23:03 +02:00
parazyd
4fb500ac93 Remove debug info from release binaries. 2021-10-11 17:11:49 +02:00
Janus
602ef5db7b Add unsubscribe for btc 2021-10-11 10:59:40 -04:00
Janus
944c43528a Update handling of btc subscribe 2021-10-11 09:50:51 -04:00
lunar-mining
a72a96fb0a todo: deleted completed items 2021-10-11 11:06:48 +02:00
lunar-mining
724c311ca2 drk: made server replies more legible 2021-10-11 11:06:48 +02:00
parazyd
fa8a07d4ca Syntax cleanups. 2021-10-11 10:51:55 +02:00
lunar-mining
5325fe7d3c drk, darkfid: changed f64 to str for amounts 2021-10-11 10:24:35 +02:00
lunar-mining
e6f0e794cf todo: deleted completed items 2021-10-10 14:39:45 +02:00
lunar-mining
34a839d936 added darkfid cashier config instructions to readme 2021-10-10 14:38:35 +02:00
lunar-mining
5b6fd15553 drk: convert balance values to str 2021-10-10 14:29:17 +02:00
lunar-mining
70764a4681 added network row to balances 2021-10-10 14:18:11 +02:00
lunar-mining
ffc51f8bc8 parse: removed debug statement 2021-10-10 10:51:17 +02:00
lunar-mining
182964ed6f darkfid: convert balance to float 2021-10-10 09:22:27 +02:00
lunar-mining
40285b0c94 todo: added new v0 final tasks 2021-10-09 14:35:55 +02:00
ghassmo
d3da7bd6fd cashierd: apply expand_path() function to network keypair 2021-10-09 11:23:48 +03:00
ghassmo
299b545508 update config file in example dir 2021-10-09 11:21:29 +03:00
ghassmo
9f13bcbba6 cashierd: load solana keypair from cashierd config file 2021-10-09 11:20:40 +03:00
ghassmo
7e3ec8d009 cli_config: add load_keypair_to_str() function 2021-10-09 11:20:18 +03:00
ghassmo
92350cfb6d error: add KeypairPathNotFound error 2021-10-09 11:19:23 +03:00
ghassmo
dc76520f09 cashierd: change the way of handling networks 2021-10-09 10:52:49 +03:00
ghassmo
df4ab18783 add keypair path to cashier network config 2021-10-09 10:52:13 +03:00
ghassmo
7409b55f8f drk: minor changes 2021-10-09 09:56:46 +03:00
ghassmo
3ff6d60ad1 util/parse: clean up 2021-10-09 09:51:41 +03:00
ghassmo
db042f99f2 walletdb: fix a bug in get_balances() 2021-10-09 09:39:56 +03:00
ghassmo
185df1270c Client: catch apply state error and avoiding subscriber crash 2021-10-09 08:54:30 +03:00
ghassmo
4e76f008f8 slabstore: add debug messages 2021-10-09 08:53:10 +03:00
ghassmo
fa7d049547 Client: minor changes 2021-10-08 12:23:16 +03:00
ghassmo
869452b901 update owncoin when spend it 2021-10-08 11:56:32 +03:00
ghassmo
6f231b3973 drk: add tokens to table row 2021-10-08 10:26:40 +03:00
ghassmo
e4b8860840 walletdb: use secert key to save owncoin instead of key_id 2021-10-08 10:20:09 +03:00
ghassmo
7ce07d380f Client: print main_keypair 2021-10-08 10:20:09 +03:00
lunar-mining
b112817c56 drk: print table to stdout 2021-10-08 09:14:17 +02:00
lunar-mining
39ab473514 drk: manually enter rows in prettytable 2021-10-07 17:25:08 +02:00
lunar-mining
7742f71a0e walletdb: enabled test_get_balances 2021-10-07 16:43:31 +02:00
lunar-mining
1c1816e725 drk: get_balances() and prettytable 2021-10-07 15:56:12 +02:00
lunar-mining
d5e7d00e0a Cargo.toml: added prettytable-rs 2021-10-07 14:17:01 +02:00
lunar-mining
607b5f6144 darkfid: cleaned error handling on get_balances 2021-10-07 14:04:56 +02:00
lunar-mining
41a8acae04 changed HashMap<String, u64> to HashMap<Vec<u8>, u64> 2021-10-07 13:45:17 +02:00