status-go/params
Jakub Sokołowski 9f1c0a27b7
fix(config)_: KeycardPairingDataFile is not required
Without this change `cmd/spiff-workflow` fails to start with:
```
INFO [05-14|19:08:39.025|github.com/status-im/status-go/api/geth_backend.go:786]  failed to start node                     package=status-go/api.GethStatusBackend
ERROR[05-14|17:00:04.279|spiff-workflow/main.go:125] failed import account                       package=status-go/cmd/statusd err="Key: 'NodeConfig.KeycardPairingDataFile' Error:Field validation for 'KeycardPairingDataFile' failed on the 'required' tag"
```
The alternative is to set `KeycardPairingDataFile` to any value:
```
	nodeConfig.KeycardPairingDataFile = "STUPID_BEYOND_BELIEF"
```
Which is even worse.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-20 08:25:50 +02:00
..
cluster.go chore(all)_: remove obsolete eth.staging fleet 2024-05-17 20:21:00 +02:00
config.go fix(config)_: KeycardPairingDataFile is not required 2024-05-20 08:25:50 +02:00
config_test.go fix(settings): It's not possible to switch the log level (#4667) 2024-02-02 13:08:48 -08:00
defaults.go feat(walletconnect)_: support for eth_signTypedData v3 and v4 2023-12-13 08:15:55 +01:00
validator.go [#856] move geth subpackages to root level (#1007) 2018-06-08 13:29:50 +02:00
version.go fix: add mode build param and change ipfs gateway accordingly 2022-08-26 18:57:55 +02:00
version_test.go add test to check that version doesn't start with v 2019-10-29 12:53:27 +01:00