Commit Graph

1700 Commits

Author SHA1 Message Date
aggstam
e5081d55ce blockchain/Block: refactored in preparation for mining integration 2023-09-19 00:11:20 +03:00
aggstam
eca2c7e175 blockchain/Block: moved producer tx at last position of blocks' txs vec 2023-09-15 00:51:37 +03:00
aggstam
dba13ebef6 blockchain/Block: removed producer structure 2023-09-15 00:51:37 +03:00
aggstam
8d7a2bde7c validator: preperation cleanup for PoW blocks integration 2023-09-13 19:22:56 +03:00
Dastan-glitch
cb99fb3302 darkfid2/harness: set inbound_connection to fix hanging test 2023-09-07 04:19:46 +03:00
y
a6ef7c64d2 chore: fix typo 2023-09-06 10:56:24 +00:00
x
546e5a3c46 darkirc: fully working docker image 2023-09-05 16:37:38 +02:00
x
291d3e343e darkirc: add partially working docker image (bug with libunwind unresolved) 2023-09-05 15:06:06 +02:00
Dastan-glitch
7266011ec1 replace ircd with darkirc 2023-09-05 07:07:06 +03:00
Dastan-glitch
de294ad28c book: replace ircd with darkirc and update related docs accordingly 2023-09-05 00:31:29 +03:00
parazyd
73a4b23cf3 bin: Config file cleanup 2023-09-04 14:33:25 +02:00
Dastan-glitch
26031c143e bin/tau: add rpc p2p_get_info() method 2023-09-02 05:14:12 +03:00
Dastan-glitch
16729b7221 bin/darkirc: set outbound_connections to non-zero in test script node1 2023-09-01 04:35:43 +03:00
parazyd
3951152d30 darkirc: Move crypto module into a separate directory. 2023-08-31 15:00:02 +02:00
parazyd
ab7a6af93a rpc/client: Refactor to use StoppableTask 2023-08-31 12:29:35 +02:00
parazyd
fb1350daec rpc/server: Implement stop_connections() in RequestHandler. 2023-08-31 11:43:50 +02:00
parazyd
43e1c2f7a0 bin: Update RequestHandler users API 2023-08-31 11:08:18 +02:00
parazyd
6e45af3c5d bin: Update respective binaries to new RPC server API. 2023-08-31 01:19:51 +02:00
x
8b2c0b76f2 script/node_get_info.py: comment out some prints 2023-08-30 13:29:27 +02:00
x
113978a6d4 darkirc: add p2p.get_info() 2023-08-30 13:27:06 +02:00
parazyd
9aa9b3993e fud: Compile fix 2023-08-30 12:57:07 +02:00
x
08e5abb90b net: do some minor cleanup. move transport.rs into transport/ and make p2p.session_* non async functions 2023-08-30 11:35:56 +02:00
parazyd
3a948fee72 lilith: Also purge host after handshake failure.
So far we've been only doing it when the host is unreachable,
but we can be aggressive now.
2023-08-30 11:13:59 +02:00
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