Lorenz Leutgeb
96f573b767
cargo: Update dependencies with `cargo update`
2026-04-02 14:46:41 +01:00
Lorenz Leutgeb
10a82958ca
node: Explicit default for `AddressConfig`
...
The intent to drop outgoing connections is modeled as `Option::None`
which is brittle and easy to miss.
Extend `enum AddressConfig` with a variant that is more explicit.
2026-03-31 16:24:22 +02:00
Lorenz Leutgeb
e245e3115b
fetch: Configure Minimum Feature Level
...
Add a configuration knob `node.fetch.signedReferences.featureLevel.minimum` to
allow node operators to enforce more strict verification when fetching
Signed References.
2026-03-24 14:40:42 +00:00
Yorgos Saslis
f4aee203ab
radicle: Make SQLite pragmas configurable
...
Expose choosing particular SQLite pragmas via configuration.
2026-03-09 09:20:42 +00:00
Fintan Halpenny
7c92360842
radicle: fix to schemars of DefaultSeedingPolicy
...
Use `flatten` to remove the extraneous `Scope2` that shows up in the
JSON schema of the Radicle `Config`.
2026-03-05 15:32:44 +01:00
Fintan Halpenny
6291cae592
cli: add `rad config schema` to the `rad-config` test
...
Adds the `rad config schema` to the `rad-config` test so that changes
to the schema will result in errors, forcing the implementor to ensure
the changes are correct.
2026-03-05 15:32:44 +01:00
Tobias Hunger
7c4b71ab82
radicle: Keep pinned repos ordered in config
...
Do not return them in a random order in radicle-httpd,
so that we can have them in a defined order in
radicle-explorer.
2025-07-19 12:59:02 +01:00
Fintan Halpenny
6f34124d43
radicle: improve config errors
...
Improve the granularity of config errors mentioning the path location where the
configuration is expected to be loading from or saving to.
2025-06-24 13:51:55 +02:00
Lorenz Leutgeb
a354686bbc
chore: Remove `seed.radicle.xyz`
...
The team node is not really special, remove occurrences.
2025-06-18 14:45:54 +02:00
Lorenz Leutgeb
5bc2dc677b
repo: Move workspace crates into `crates` subdirectory
...
This keeps the top level of the repo cleaner, e.g.
<https://github.com/radicle-dev/heartwood > scrolls less and
<https://app.radicle.xyz/nodes/rosa.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/ >
might show more files at the top level.
This way we also don't have to explicitly name all crates in
`Cargo.toml`.
2025-06-09 15:09:21 +02:00