Alexis Sellier
Alexis Sellier
When `client::Config::connect` isn't empty, we shouldn't be using our address book or using the `Limits::max_outbound_peers` setting.
The latter is becoming standardized.
For now we don't run it.
We should emit this event during re-broadcast and RBF if we can.
It's likely that a fast rescan combined with a normal or low gap limit will miss some blocks. The reason is that the rescan process doesn't pause when a block...
Instead of specifying `radicle-link` dependencies twice, we should export from radicle-common and use that here.
Now that replication-v3 is merged in link, we can start migrating to linkd. This means turning `git-server` into a simple bridge for vanilla git clients with only clone/pull functionality (no...
Nodes should periodically sync with other nodes, via `pull`. We might be able to use the client-tools libraries for this.
It would be nice to have a way of bookmarking / signaling interest in a project, like on github. To avoid the spam issue, we could hide stars from users...
Signed-off-by: Alexis Sellier