Jakub Sokołowski
db9173492b
update rendezvous nodes in configs
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-03-17 15:47:07 +01:00
Jakub Sokołowski
86f54c3f5f
remove eth.beta fleet as it has been decomissioned
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-21 14:48:47 +01:00
Jakub Sokołowski
697b62c2f9
update readme with new PGConfig location
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-08 14:51:26 +01:00
Jakub Sokołowski
fc841f884a
add config for new eth.prod fleet
...
also move _assets/ci/update-fleet-config.sh to scripts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-08 14:51:26 +01:00
Andrea Maria Piana
4ab08629f6
Add postgres
...
This commits adds support for postgres database.
Currently two fields are stored: the bloom filter and the topic.
Only the bloom filter is actually used to query, but potentially we will
use also the topic in the future, so easier to separate it now in order
to avoid a migration.
2019-05-15 11:01:34 +02:00
Jakub Sokołowski
1a4fe50971
add a short doc about config.json
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-25 16:20:11 +02:00
Pedro Pombeiro
87f1af0743
Ensure that `NewNodeConfigWithDefaults` builds a valid configuration
2018-11-09 17:02:55 +01:00
Adam Babik
9e7643dfb0
enabling mailserver does not imply making a node discoverable ( #1217 )
2018-09-27 08:58:25 +02:00
Adam Babik
8aef7c4f15
tune CLI for better docs experience ( #1207 )
2018-09-21 16:09:31 +02:00
Dmitry
a11d970112
Update rendezvous nodes accordingle to our inventory
...
Rendezvous node identities were changed. Probably, previous private keys were
removed due to replacament of the VM. Additional node is from HK DC.
2018-09-20 09:46:59 +03:00
Pedro Pombeiro
99d7bc207d
Only keep two random static nodes from fleets.status.im ( #1196 )
2018-09-19 17:08:54 +02:00
Dmitry
b32ef629f4
NoDiscovery must be false for discovery v5 to be enabled
...
Current change removes NoDiscovery from every config as it is a default value.
2018-09-18 16:42:47 +03:00
Pedro Pombeiro
4e7ae20eae
Add script to update fleets static JSON. Closes #1188 ( #1189 )
2018-09-14 10:46:34 +02:00
Pedro Pombeiro
3d00af7fa3
Streamline configuration in status-go. Part of #1180 ( #1183 )
...
- Replace command line flags with `-c` config flag. Part of #1180
- Convert node config private keys to hex-encoded string versions.
- Remove `GenerateConfig` from library.
- Remove unused `FirebaseConfig` from library.
- Fix loading of `config/status-chain-genesis.json` in non-dev machines.
2018-09-13 18:31:29 +02:00