status-go/params
Pascal Precht 86926258ee Intrododuce `NodeConfig.TorrentConfig` and CLI flags
This commit introduces a new `TorrentConfig` as per #2563 with dedicated
default values and new options/flags for the status-go CLI.

Since it's part of `NodeConfig`, which is stored per user in the
database, this commit also adds a migration script that adds a new
`torrent_config` table and database APIs to insert and retreive the
torrent config.

Closes #2563
2022-03-21 12:59:09 +01:00
..
cluster.go chore: add status.prod fleet (#2583) 2022-03-11 15:48:51 -05:00
config.go Intrododuce `NodeConfig.TorrentConfig` and CLI flags 2022-03-21 12:59:09 +01:00
config_test.go Intrododuce `NodeConfig.TorrentConfig` and CLI flags 2022-03-21 12:59:09 +01:00
defaults.go Address feedback from code review and add quoted image 2020-06-01 11:30:04 +02:00
validator.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00
version.go make sure Version is always set in loadNodeConfig() 2019-10-29 12:53:27 +01:00
version_test.go add test to check that version doesn't start with v 2019-10-29 12:53:27 +01:00