prysm-pulse/shared/params
Radosław Kapka e677b19d31
Implement GetSpec in the config API (#8328)
* Implement GetSpec in the config API

* extract map creation

* fix deepsource compliant

* Revert "fix deepsource compliant"

This reverts commit 0c99310cc95c82400370d64a2b95879e9d2cae02.

* use struct tags for api map keys

* remove log

* use spec tag

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-01-28 00:30:48 +00:00
..
spectest Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00
BUILD.bazel Add mutex to params/config (#8160) 2021-01-04 20:48:39 +00:00
checktags_test.go Add mutex to params/config (#8160) 2021-01-04 20:48:39 +00:00
config_test.go Add mutex to params/config (#8160) 2021-01-04 20:48:39 +00:00
config_utils_develop.go Add mutex to params/config (#8160) 2021-01-04 20:48:39 +00:00
config_utils_prod.go Add mutex to params/config (#8160) 2021-01-04 20:48:39 +00:00
config.go Implement GetSpec in the config API (#8328) 2021-01-28 00:30:48 +00:00
io_config.go Fix file permission checks for Windows (#8164) 2021-01-04 22:48:42 +00:00
loader_test.go Fix issue with custom chain/network ID configuration (#8147) 2020-12-18 22:22:48 +00:00
loader.go Fix issue with custom chain/network ID configuration (#8147) 2020-12-18 22:22:48 +00:00
mainnet_config.go Implement GetSpec in the config API (#8328) 2021-01-28 00:30:48 +00:00
minimal_config.go Fix issue with custom chain/network ID configuration (#8147) 2020-12-18 22:22:48 +00:00
network_config.go Fix issue with custom chain/network ID configuration (#8147) 2020-12-18 22:22:48 +00:00
testnet_e2e_config.go Implement GetSpec in the config API (#8328) 2021-01-28 00:30:48 +00:00
testnet_pyrmont_config.go Implement GetSpec in the config API (#8328) 2021-01-28 00:30:48 +00:00
testnet_toledo_config.go Implement GetSpec in the config API (#8328) 2021-01-28 00:30:48 +00:00
testutils.go Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00