Commit Graph

39 Commits

Author SHA1 Message Date
ghassmo
01ac20aab4 util/cli: refactoring loading log config & add path for log file 2022-05-31 04:29:03 +03:00
parazyd
61bee58239 rpc: Cleanup and separate namespaces into client and server. 2022-05-22 20:54:17 +02:00
parazyd
52b3e6b4ee drk: Remove old main2.rs. 2022-05-22 20:54:17 +02:00
parazyd
587f0b4b93 make fix and minor manual cleanups. 2022-05-22 12:29:23 +02:00
parazyd
c63aabf17f Update project dependencies. 2022-05-16 17:40:44 +02:00
parazyd
002a8366ba drk: Correct endpoint for airdrop method. 2022-05-16 13:16:05 +02:00
ghassmo
0f8f1016fc bin/drk: general clean up 2022-05-13 11:57:30 +03:00
ghassmo
8d1402f3f1 bin/drk: use RpcClient 2022-05-13 11:48:07 +03:00
ghassmo
d320edeecb bin: upgrade send_request rpc function across bins 2022-05-11 17:20:59 +02:00
parazyd
0fd0cee7fb consensus: Don't use wrapping struct for transactions. 2022-05-01 10:49:42 +02:00
parazyd
08e3d81f65 drk: WIP transfers. 2022-04-30 21:15:56 +02:00
parazyd
b67522107d darkfid: Startup debugging. 2022-04-30 13:06:43 +02:00
parazyd
a2a972a747 bin/drk: Overhaul. 2022-04-30 12:09:18 +02:00
parazyd
f4bab15776 Update dependencies and CI. 2022-04-23 21:21:19 +02:00
parazyd
0299b45de3 Update all dependencies. 2022-04-23 21:21:15 +02:00
parazyd
d77d4dc02c Update dependencies. 2022-04-23 21:21:10 +02:00
parazyd
9b429d9b6c Update dependency versions. 2022-03-28 19:59:38 +02:00
parazyd
29c0cb9c09 Update dependency versions throughout project. 2022-03-28 19:59:37 +02:00
parazyd
92a4410e31 Miscellaneous fixes and 'make fix'. 2022-03-16 22:30:54 +01:00
parazyd
c7d0d4ca32 Update crate version dependencies throughout the codebase. 2022-03-16 22:30:54 +01:00
ghassmo
59261f0d43 rpc/jsonrpc: finish the implementation for supporting tor and nym protocols on client side 2022-02-26 23:24:05 +04:00
ghassmo
d82ecbb6bc bin/darkfid: pass socks_url to send_request function 2022-02-26 20:14:05 +04:00
ghassmo
99238b7f26 bin/drk: use UrlConfig & cargo fmt 2022-02-25 18:52:46 +04:00
ghassmo
35706c16e1 remove cli module & move the cli_config to util 2022-02-24 21:01:25 +04:00
Dastan-glitch
a14355263c splitting config struct in src/cli between aps in bin/ 2022-02-24 13:56:02 +01:00
ghassmo
e3a68e334b rpc: pass Url object to send_request function instead of &str 2022-02-23 04:09:22 +04:00
Dastan-glitch
cb888aadbf splitting clap related code on apps in bin/ 2022-02-22 11:29:23 +01:00
parazyd
74841da137 Fix builds and tests. 2022-02-06 20:51:04 +01:00
Dastan-glitch
43ab9ecc1f Filtering specific targets in logging system 2022-02-06 20:37:04 +01:00
parazyd
1b55841418 rpc/jsonrpc: Transparently handle arbitrary protocols for requests. 2022-01-18 14:42:12 +01:00
parazyd
a431fab6d7 Have config files be spawned by the binaries if necessary.
Closes: #42
2022-01-13 19:54:19 +01:00
parazyd
f0bec3bb5f Bump DarkFi version to 0.3.0 2022-01-13 17:00:50 +01:00
parazyd
8a46066a56 bin: Remove makefiles and Cargo.lock files. 2022-01-13 17:00:49 +01:00
parazyd
4f3c1dcb87 bin/drk: Add Cargo.lock. 2022-01-13 15:42:56 +01:00
parazyd
d192ae23f0 bin/drk: Finalize features refactor. 2022-01-13 15:42:56 +01:00
lunar-mining
88cf3114d8 moved /rpc to /util/rpc 2022-01-09 13:48:11 +01:00
ghassmo
8ad7073ee9 clean up 2022-01-09 15:08:56 +04:00
ghassmo
6e22b4ec9d create node and blockchain features 2022-01-08 20:01:05 +04:00
ghassmo
a591bb526d WIP clean and refactoring according to issue #35 2022-01-08 04:11:03 +04:00