status-go/_assets
Jakub Sokołowski 5ac8b873b8 config/cli/fleet: disable Rendezvous, drop nodes
Since we've broken LibP2P communication with our Rendezvous nodes
somewhere after `v0.79.11` we should not enable it by defaults since it
generates errors like these:
```
failed to dial 16Uiu2...d687e4: all dials failed
failed to negotiate security protocol: protocol not supported
```
Since normal bootnodes are defined as well as a list of static nodes
there should not be a need for using Rendezvous as well.

Resolves: https://github.com/status-im/status-go/issues/2309

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-08-13 16:22:17 +02:00
..
build Fix listen flag (#1897) 2020-03-10 13:40:35 +01:00
ci Remove e2e tests from steps 2021-07-20 10:57:38 +02:00
compose compose: parametrize docker image, bind to v0.64.3 2021-01-20 14:58:28 +01:00
docs migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
patches Gomobile support (#1164) 2019-02-01 18:02:52 +01:00
scripts config/cli/fleet: disable Rendezvous, drop nodes 2021-08-13 16:22:17 +02:00
systemd expose the mailserver metrics port by default 2020-04-08 17:08:49 +02:00
tests Implemented better images.Get() and added better tests 2020-12-17 14:10:00 +01:00