Commit Graph

6647 Commits

Author SHA1 Message Date
parazyd
3d867832ac doc: Stop building rustdoc for dependencies. 2023-08-23 20:12:09 +02:00
parazyd
f5b34c56e6 contract/money: Enable forgotten test. 2023-08-23 19:50:14 +02:00
parazyd
535bd2c870 CI: Update mdbook binaries 2023-08-23 19:17:46 +02:00
parazyd
cee481b0c3 chore: Update crate dependencies 2023-08-23 19:15:03 +02:00
parazyd
dbe31b80cc contrib: Fix compile_all_bins.sh 2023-08-23 18:56:47 +02:00
Dastan-glitch
e67e7b25e2 rpc: fix close connection cleanly 2023-08-23 17:53:13 +03:00
y
ed53f896af chore: fix typos in comments and logs 2023-08-23 09:12:40 +00:00
greptile
970698f4a9 consensus: add unit test for bounds on f (#192)
* consensus: add unit test for bounds on f

Added test f_is_bounded to src/validator/consensus/pid.rs

Test by running:
cargo test --release --all-features f_is_bounded

* fix CI error (cargo fmt)

---------

Co-authored-by: y <y>
2023-08-23 09:12:13 +00:00
parazyd
ba0728a392 zkas: Remove clap dependency. 2023-08-23 11:06:27 +02:00
x
7399f8c15e doc: p2p-net.md improve wording further 2023-08-23 11:05:17 +02:00
x
507e4e02a6 doc: p2p-net.md improve wording for 1.1 2023-08-23 11:03:07 +02:00
x
c445c0f8eb doc: p2p-net.md clarify protocol and specify it more 2023-08-23 10:54:22 +02:00
x
3b4103e40b net: change private p2p functions to pub(crate) 2023-08-23 10:45:59 +02:00
x
97176c4424 update Cargo.lock 2023-08-23 09:58:22 +02:00
x
f203b77281 Revert "bugfix: get_log_config(), the log level is set in TermLogger::new(), not in get_log_config() which simply controls the formatting."
This reverts commit 39db8099d9.
2023-08-23 09:41:58 +02:00
x
39db8099d9 bugfix: get_log_config(), the log level is set in TermLogger::new(), not in get_log_config() which simply controls the formatting. 2023-08-23 09:25:06 +02:00
x
dfcf89e4be doc: arch/p2p.md fix small typos 2023-08-23 08:30:59 +02:00
x
723adfd01d doc: add arch/p2p.md 2023-08-23 08:17:01 +02:00
parazyd
ae6a2b7707 contract: Fix test compilation. 2023-08-22 20:25:29 +02:00
parazyd
9b4418931f zkas: Remove itertools dependency. 2023-08-22 20:22:58 +02:00
parazyd
2b3859e194 util/parse: Delete unused truncate() function. 2023-08-22 19:59:51 +02:00
parazyd
9b969aaef3 Update Cargo.lock 2023-08-22 19:55:37 +02:00
parazyd
478bfa2a00 contract: Remove async-std dependencies. 2023-08-22 19:55:37 +02:00
parazyd
a5360368aa bin: Remove async-std dependencies. 2023-08-22 19:55:37 +02:00
parazyd
a02e3475f6 lib: Remove async-std dependency. 2023-08-22 19:55:37 +02:00
x
4c94fa251c add docstring for StoppableTask 2023-08-22 15:19:50 +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
parazyd
0f125fa2db net: Remove async-std dependency and prefer smol.
Also we now take the global executor and keep it around in P2p.
2023-08-22 15:07:48 +02:00
parazyd
15203f1615 Temporarily disable dchat and dnetview from the workspace. 2023-08-22 15:04:47 +02:00
parazyd
49d0d2a460 Temporarily disable building the drk crate. 2023-08-22 15:04:47 +02:00
parazyd
557dfd0bb5 system: Implement async timeout helpers.
This is copied from async-std, under the MIT license.
2023-08-22 15:04:47 +02:00
y
7883cbf8e1 fix typo 2023-08-22 13:00:11 +00:00
y
818df1a139 darkirc --> ircd, to be consistent 2023-08-22 13:00:11 +00:00
y
f3aa943c37 book: clarify network privacy for irc 2023-08-22 13:00:11 +00:00
x
25b84e18f6 net: make dnet! macro more compact (and rename to dnetev!) 2023-08-22 14:56:34 +02:00
x
ebe6f4e5c4 net/dnet: add outbound connected/disconnected events 2023-08-22 13:52:03 +02:00
parazyd
a0b73961fb system: Use a bounded channel for StoppableTask. 2023-08-22 09:49:13 +02:00
parazyd
f782c236a4 system: Fully port to smol runtime. 2023-08-22 09:38:22 +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