radicle-heartwood-lfs/radicle-node/src
cloudhead cd4c44986a
node: Relax `routes_to` test function
We were being too strict by requiring that no routes existed that
weren't passed into the function. This isn't really useful for testing,
since we're more interested in checking that certain routes are there,
rather than testing that *only* those routes are there.
2023-10-04 14:37:29 +02:00
..
runtime cli: Add `node config` command 2023-09-18 11:14:19 +02:00
service node: Allow rate-limitting to be configurable 2023-09-18 11:14:19 +02:00
test node: Relax `routes_to` test function 2023-10-04 14:37:29 +02:00
tests node: Make fetch timeout configurable 2023-09-01 12:13:45 +02:00
wire node: Make fetch timeout configurable 2023-09-01 12:13:45 +02:00
worker node: Give useful thread names 2023-06-20 11:18:14 +02:00
bounded.rs node: Complete the "relay" seed test 2023-02-14 20:31:40 +01:00
control.rs cli: Add `node config` command 2023-09-18 11:14:19 +02:00
deserializer.rs node: Implement protocol multiplexing 2023-04-10 14:41:55 +02:00
lib.rs radicle: Make addresses.db accessible from profile 2023-06-02 14:49:20 +02:00
logger.rs cli: Implement `rad node start` with support for deamonizing 2023-04-28 14:19:20 +02:00
main.rs node: Remove redudnant CLI options 2023-08-16 14:59:45 +02:00
runtime.rs node: Populate address book with bootstrap nodes 2023-08-09 12:39:33 +02:00
service.rs node: Allow rate-limitting to be configurable 2023-09-18 11:14:19 +02:00
signals.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
test.rs node: Create shared test environment 2023-02-07 10:46:12 +01:00
tests.rs node: Make fetch timeout configurable 2023-09-01 12:13:45 +02:00
wire.rs node: Prefix gossip messages with varint length 2023-08-17 11:48:31 +02:00
worker.rs node: Make fetch timeout configurable 2023-09-01 12:13:45 +02:00