Commit Graph

1677 Commits

Author SHA1 Message Date
parazyd
b72660860c lib: Hopefully final feature powerset fix 2023-08-29 18:26:36 +02:00
parazyd
27b8d01287 chore: Clippy lints 2023-08-29 13:40:57 +02:00
parazyd
cbe9c64065 chore: Update crate dependencies 2023-08-29 13:08:35 +02:00
parazyd
ffe8643812 bin: Feature cleanup 2023-08-29 13:08:35 +02:00
parazyd
41bf60570a Implement standalone Makefiles for most of the bins and rework main Makefile. 2023-08-29 10:53:23 +02:00
parazyd
39e9d77e67 vanityaddr: Replace clap with arg and add standalone Makefile. 2023-08-29 10:19:10 +02:00
parazyd
0051baf300 zkas: Add standalone Makefile. 2023-08-29 08:59:42 +02:00
Dastan-glitch
2aefaf1a1f bin/tau: update default datastore path 2023-08-27 06:20:40 +03:00
Dastan-glitch
48e8845278 bin/darkirc: update default datastore path 2023-08-27 06:20:28 +03:00
Dastan-glitch
3840fda64b event_graph: better error handling 2023-08-27 06:07:04 +03:00
x
5874702bce p2p channels() doesn't need to be async 2023-08-26 11:27:40 +02:00
parazyd
2b7dd67309 chore: Clippy lints and compile fixes. 2023-08-25 19:28:08 +02:00
parazyd
e906b13b30 vanityaddr: Enable async feature in darkfi-sdk. 2023-08-25 09:16:27 +02:00
Dastan-glitch
dff775beec bin/lilith: remove p2p.run() stoppable task 2023-08-25 03:29:58 +03:00
Dastan-glitch
46f178b3b5 bin/genev: remove p2p.run() stoppable task 2023-08-25 03:29:38 +03:00
Dastan-glitch
f611b073f1 bin/fud: remove p2p.run() stoppable task 2023-08-25 03:29:10 +03:00
Dastan-glitch
23a4f6e87d bin/faucetd: remove p2p.run() stoppable task 2023-08-25 03:28:47 +03:00
Dastan-glitch
ee5b1e721a bin/darkfi2: remove p2p.run() stoppable task 2023-08-25 03:28:21 +03:00
Dastan-glitch
64834ef6e8 bin/darkfi: remove p2p.run() stoppable task 2023-08-25 03:27:27 +03:00
Dastan-glitch
7f2fd9da43 bin/tau: add necessery async trait 2023-08-25 02:22:17 +03:00
Dastan-glitch
b4f5851969 bin/darkirc: add necessery async trait 2023-08-25 02:21:40 +03:00
y
a12510e6e1 bot: muskify twitter references (untested) 2023-08-24 18:36:32 +00:00
lunar-mining
cd9cb7b6de dnetview: remove dnetview from /bin and Cargo.toml
we are working on a rewrite in python and this current version is broken
on master and unmaintained.
2023-08-24 18:35:33 +02:00
x
d4ba515f7d net: remove p2p.run(), now we simply call p2p.start() and p2p.stop() 2023-08-24 11:00:58 +02:00
parazyd
576a20e057 zkas: Propagate io::Result instead of aborting on errors. 2023-08-23 23:42:57 +02:00
parazyd
cee481b0c3 chore: Update crate dependencies 2023-08-23 19:15:03 +02:00
parazyd
ba0728a392 zkas: Remove clap dependency. 2023-08-23 11:06:27 +02:00
parazyd
a5360368aa bin: Remove async-std dependencies. 2023-08-22 19:55:37 +02:00
Dastan-glitch
cdb0598ef2 default datastore path to be ~/.local/darkfi/ for darkirc and tau 2023-08-22 16:18:54 +03:00
parazyd
3b0e9ecb59 bin: Apply changes for the P2P API modification. 2023-08-22 15:07:49 +02:00
x
ebe6f4e5c4 net/dnet: add outbound connected/disconnected events 2023-08-22 13:52:03 +02:00
aggstam
88d3a808d3 darkirc: forgotten detach() removed 2023-08-22 03:08:39 +03:00
aggstam
6ff0ddbd1d darkirc: use StoppableTask instead of detach() 2023-08-22 03:03:15 +03:00
aggstam
4be7ecd91c dhtd: use StoppableTask instead of detach()
This bin is broken/to-be-removed but I did it for consinstency sake
2023-08-22 02:19:33 +03:00
aggstam
1f50b676c3 chore: minor cleanup 2023-08-22 02:05:47 +03:00
aggstam
9ee8bae58e fud: use StoppableTask instead of detach() 2023-08-22 02:05:34 +03:00
aggstam
e25b243676 chore: minor cleanup 2023-08-22 01:53:02 +03:00
aggstam
7178bdb786 genevd: use StoppableTask instead of detach() 2023-08-22 01:52:42 +03:00
aggstam
fb0102a7e0 taud: use StoppableTask instead of detach() 2023-08-22 01:39:57 +03:00
aggstam
8cf64c489f faucetd: log targets added 2023-08-21 19:53:37 +03:00
aggstam
a2cf1149a8 faucetd: use StoppableTask instead of detach() 2023-08-21 19:50:08 +03:00
aggstam
3ee4db23d9 lilith: use StoppableTask for periodic prune task 2023-08-21 19:37:22 +03:00
aggstam
9044a15083 lilith: log targets added 2023-08-21 19:28:22 +03:00
aggstam
3335c203bc lilith: use StoppableTask instead of detach() 2023-08-21 19:25:06 +03:00
aggstam
3f6b79908b darkfid: use StoppableTask instead of detach() 2023-08-21 19:15:43 +03:00
aggstam
dbe413d8f0 darkfid2: use StoppableTask instead of detach() 2023-08-21 19:01:16 +03:00
aggstam
6c08581c8e chore: ported tests to new rpc impl 2023-08-21 17:02:08 +03:00
parazyd
fe4079c4ee Apply minor lints and cleanups. 2023-08-21 15:13:54 +02:00
parazyd
717669bde7 taud: Convert common structs to a library. 2023-08-21 14:44:39 +02:00
parazyd
2eea9daffd taud: Finish new RPC port. 2023-08-21 14:44:39 +02:00