fork of radicle with Git LFS support, backed by IPFS
Go to file
Fintan Halpenny 0302701c98
node: limit number of loops in `routes_to`
The `routes_to` function can loop infinitely during test.

To prevent this from happening a number of tries variable is added. It
checks that the number of tries does not exceed 30, which gives the
function about 3 seconds to complete -- due to the call to
`thread::sleep` using 100ms.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
2023-03-08 11:29:34 +00:00
.github/workflows ci: Deploy built container images 2023-02-14 20:34:55 +01:00
.nix Rust 1.67 2023-02-04 19:30:29 +01:00
radicle radicle: populate MockRepository 2023-03-08 11:29:33 +00:00
radicle-cli cli: fix command line silent abort 2023-03-08 12:25:11 +01:00
radicle-cli-test cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
radicle-cob cob: Don't require a local fork to exist 2023-03-01 15:40:30 +01:00
radicle-crdt crdt: Implement `GSet` type, based on `GMap` 2023-02-27 17:11:48 +01:00
radicle-crypto cob: Use hashes for operation ids 2023-02-27 17:11:48 +01:00
radicle-dag Rust 1.67 2023-02-04 19:30:29 +01:00
radicle-httpd httpd: Remove `radicle_cli` from tests 2023-03-07 15:08:11 +01:00
radicle-node node: limit number of loops in `routes_to` 2023-03-08 11:29:34 +00:00
radicle-remote-helper remote-helper: Tell the user we're announcing refs 2023-03-06 15:39:35 +01:00
radicle-ssh Update to Rust 1.65 2022-11-05 12:47:26 +01:00
radicle-term cli: Update `inquire` crate 2023-03-07 10:39:45 +01:00
radicle-tools cli: Simplify & improve CLI output 2023-02-27 17:10:52 +01:00
.dockerignore Dockerize services 2022-12-14 17:15:40 +01:00
.env.seed Track peers by default on the seed server 2023-03-01 13:00:34 +01:00
.gitignore Initial commit 2022-09-13 10:13:13 +02:00
CONTRIBUTING.md Add licenses and contributor information 2022-11-16 12:26:12 +01:00
Cargo.lock httpd: Use `radicle-term` instead of `radicle-cli::terminal` 2023-03-07 14:49:18 +01:00
Cargo.toml Initialize `radicle-term` crate 2023-03-06 10:22:50 +01:00
DCO Add licenses and contributor information 2022-11-16 12:26:12 +01:00
LICENSE-APACHE Add licenses and contributor information 2022-11-16 12:26:12 +01:00
LICENSE-MIT Add licenses and contributor information 2022-11-16 12:26:12 +01:00
README.md README: Add install instructions 2023-01-12 13:15:37 +01:00
build.rs Rust 1.67 2023-02-04 19:30:29 +01:00
docker-compose.yml Track peers by default on the seed server 2023-03-01 13:00:34 +01:00
rust-toolchain Rust 1.67 2023-02-04 19:30:29 +01:00

README.md

❤️🪵

Radicle Heartwood Protocol & Stack

Heartwood is in the early development phase and is not yet ready for use.

Installation

# Command line tools
$ cargo install --locked --path ./radicle-cli

# The radicle node
$ cargo install --locked --path ./radicle-node

# Git tool to support the 'rad://' remote scheme
$ cargo install --locked --path ./radicle-remote-helper