Commit Graph

116 Commits

Author SHA1 Message Date
lunar-mining
02d561ecf5 map: make node connections multiple and add logging 2022-02-18 10:16:42 +01:00
lunar-mining
0d0cb05c9a map: created config file and removed duplicate index write 2022-02-14 12:05:45 +01:00
Dastan-glitch
a03f2cdada bin/ircd: update & fix clap app deprication and log configuration 2022-02-12 20:03:22 -05:00
lunar-mining
94b7f97ebd basic daocli and daod hello_world() over rpc 2022-02-12 11:27:00 +01:00
Dastan-glitch
43ab9ecc1f Filtering specific targets in logging system 2022-02-06 20:37:04 +01:00
parazyd
2c3a4073ee cli: Remove spurious clone from spawn_config() 2022-01-13 21:08:44 +01:00
parazyd
a431fab6d7 Have config files be spawned by the binaries if necessary.
Closes: #42
2022-01-13 19:54:19 +01:00
ghassmo
a591bb526d WIP clean and refactoring according to issue #35 2022-01-08 04:11:03 +04:00
ghassmo
24bc06daf8 cli: print the path when there is an error parsing the config file 2022-01-07 19:08:24 +04:00
parazyd
dc79fe325c Change some logs from trace to debug in the codebase. 2022-01-07 15:20:26 +01:00
parazyd
b006cb5a96 cli: Fix amount param type (change from u64 to f64). 2022-01-06 23:19:58 +01:00
ghassmo
be1bdec8a2 darkfid: add the option to import keypair from json file 2022-01-05 02:51:19 +04:00
parazyd
6c7f563786 cli: Use incremental -v flag for verbosity instead of separate flags. 2022-01-04 15:00:04 +01:00
ghassmo
8e498f0102 darkfid wallet: WIP support multi keys & exporting and importing keypair to/from a file 2022-01-03 00:16:59 +04:00
ghassmo
83a9ac84a7 drk: get all addresses from darkfid 2022-01-02 23:27:51 +04:00
ghassmo
92ed458518 upgrade to clap 3.0 and move cli parser structs to cli dir 2022-01-01 06:05:19 +04:00
parazyd
d79a18e37c cli: Remove mint/spend params config entries. 2021-12-02 21:24:15 +01:00
parazyd
7276498e64 cargo fmt with new settings. 2021-11-27 17:02:29 +01:00
Matthias Seitz
7b0dcb73bc feat: use thiserror for error types 2021-11-06 10:04:26 +01:00
ghassmo
c7656df4e8 add geth's ipc endpoint and passphrase to cashierd config file 2021-11-03 13:02:10 +03:00
parazyd
743ab63af6 cashierd: Add a dns_addr field in the config, and serve features with config. 2021-10-27 08:36:03 +02:00
ghassmo
69776a1801 organize the order of using dependencies across the whole project 2021-10-13 16:54:20 +03:00
lunar-mining
85d9590516 simplified naming of cashier params 2021-10-13 11:26:17 +02:00
lunar-mining
c8fb0f35e4 darkfid: updated rpc url to read from cashier vec
disabled cashier config options from darkfid cli
2021-10-12 13:55:28 +02:00
lunar-mining
8ff0303cb4 cli/ config: added cashier vec to darkfid.toml 2021-10-12 13:30:41 +02:00
ghassmo
7e3ec8d009 cli_config: add load_keypair_to_str() function 2021-10-09 11:20:18 +03:00
ghassmo
df4ab18783 add keypair path to cashier network config 2021-10-09 10:52:13 +03:00
lunar-mining
9964cb301f darkfid.toml, cli/cli_config: added gateway URLs and mint/spend path 2021-09-27 08:34:38 +02:00
parazyd
f33f2c30be More general cleanups and better config variable naming. 2021-09-24 01:08:56 +02:00
parazyd
2c9fd99d98 Rework configuration structs for new reference config files. 2021-09-23 20:25:18 +02:00
parazyd
110c7d6770 cli: Remove old cashierd_cli code. 2021-09-23 18:11:50 +02:00
parazyd
19727d1528 Code linting. 2021-09-23 17:44:07 +02:00
parazyd
e3ebdf820a cli: Remove old code. 2021-09-23 15:35:35 +02:00
ghassmo
4ac97877e6 update config examples 2021-09-23 13:39:36 +03:00
ghassmo
37f7c2c550 cashierd: switch to new rpcserver (tokio -> async_std) 2021-09-23 13:34:07 +03:00
parazyd
1b863922c8 bin/darkfid: Port to new JSONRPC server implementation. 2021-09-23 11:33:57 +02:00
ghassmo
3a3e1c4f57 add networks field to cashierd config file 2021-09-22 14:51:54 +03:00
lunar-mining
ca55ecfa5d cli_config: removed 'accept_url' from cashierd
cashierd: changed 'accept_url' to 'rpc_url'
2021-09-21 11:24:20 +02:00
ghassmo
34171d0369 remove wallet and database paths from cashierd config file 2021-09-20 19:50:04 +03:00
ghassmo
a8a3813de3 add gateway_subscriber_url to cashierd config file 2021-09-20 18:08:14 +03:00
lunar-mining
0532d873bf cli/cli_config: added 'clone' to cashierconfig. added db path 2021-09-17 16:53:52 +02:00
parazyd
d23ee78513 [REBASEME] Revert "cli/mod.rs: Fix removal of DarkfidConfig."
This reverts commit e30022d281.
2021-09-17 09:36:32 +02:00
parazyd
a9dc012808 [REBASEME] Revert "bin/darkfid2: Move configuration to bin file."
This reverts commit 5290cc2fbc.
2021-09-17 09:36:11 +02:00
parazyd
e30022d281 cli/mod.rs: Fix removal of DarkfidConfig. 2021-09-17 09:35:04 +02:00
parazyd
5290cc2fbc bin/darkfid2: Move configuration to bin file. 2021-09-17 09:07:11 +02:00
parazyd
a8b1771a4a WIP implementation of darkfid with new API. 2021-09-16 17:41:00 +02:00
ghassmo
c88a3b359b remove wallet path in gatewayd, darkfid, and cashierd 2021-09-16 02:18:01 +03:00
parazyd
47b0c211ff cli: Implement drk2 for JSON-RPC API reference. 2021-09-14 18:04:27 +02:00
Janus
5178e1b183 Update config to read btc testnet or mainnet into creating keys 2021-09-12 22:15:49 -04:00
lunar-mining
0dfe7bf3dc changed asset_id to jubjub::Fr across all project 2021-09-12 14:53:06 +02:00