radicle-dev / radicle-upstream

Desktop client for Radicle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable gossip replication

geigerzaehler opened this issue · comments

Because gossip replication is unreliable and we have a viable alternative with Git+Http replication we want to disable the former.

  • Remove tests that use gossip replication
    • Remove p2p tests in the p2p-tests folder but keep the library since it is used by the git+http tests in test/proxy/sync.test.ts.
    • Remove all cypress tests that run two proxies. These tests can be indentified by their use of withTwoOnboardedNodes.
  • Remove the --seed flag from the Upstream CLI
  • Optional: Do some miscellaneous cleanups in the proxy and the UI.

Closed via: 45561c8 and d01ac86.