Commit Graph

1676 Commits

Author SHA1 Message Date
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
lunar-mining
90b0dd9f60 changed balances hashmap to <String, u64> 2021-10-07 13:38:09 +02:00
lunar-mining
cf09678f3a darkfid: finalized get_balances 2021-10-07 12:32:00 +02:00
lunar-mining
2ba7242744 walletdb: disabled test_token_table 2021-10-07 12:21:51 +02:00
lunar-mining
9aee4de2ce darkfid: draft get_balances 2021-10-07 12:10:10 +02:00
lunar-mining
b98dda09a0 client: enabled get_balances 2021-10-07 12:10:10 +02:00
lunar-mining
5afc977910 walletdb: renamed test 2021-10-07 12:10:10 +02:00
lunar-mining
02ad07e01f tokenlist: symbol_from_id 2021-10-07 12:10:05 +02:00
ghassmo
042b298c6e token_list: generate the id inside the hashmap from token id instead of token symbol 2021-10-07 12:30:58 +03:00
lunar-mining
0b2d1434e2 walletdb: refactored TokenTable into hashmap. renamed get_token_table to get_balances 2021-10-07 11:05:50 +02:00
lunar-mining
082e600fbc README: added faucet/airdrop instructions 2021-10-07 09:51:45 +02:00
lunar-mining
a10ccfcf44 README: cut create/keygen instructions 2021-10-07 09:51:45 +02:00
lunar-mining
c8c932b149 drk: get_tokens function 2021-10-07 09:51:45 +02:00
ghassmo
cb20d462c4 darkfid: bug fixing and more clean ups 2021-10-07 10:48:58 +03:00
ghassmo
1d51af5489 Client: check if there is enough value for the desired token_id before
transfer
2021-10-07 10:42:10 +03:00
ghassmo
7c22cd645c walletdb: fix a bug in token_id_exists() function 2021-10-07 10:18:54 +03:00
ghassmo
25aa1200c0 darkfid: call to_uppercase() when get token_id from hashmap 2021-10-07 10:17:21 +03:00
ghassmo
e418fa20ac darkfid: don't clone drk_tokenlist and sol_tokenlist to save allocations 2021-10-07 09:42:23 +03:00
ghassmo
f38bf84efe drk: more clear cli info 2021-10-07 09:33:22 +03:00