prysm-pulse/config/params
kasey 588dea83b7
Config registry (#10683)
* test coverage and updates to config twiddlers

* LoadChainConfigFile error if SetActive conflicts

* lint

* wip working around test issues

* more fixes, mass test updates

* lint

* linting

* thanks deepsource!

* fix undeclared vars

* fixing more undefined

* fix a bug, make a bug, repeat

* gaz

* use stock mainnet in case fork schedule matters

* remove unused KnownConfigs

* post-merge cleanup

* eliminating OverrideBeaconConfig outside tests

* more cleanup of OverrideBeaconConfig outside tests

* config for interop w/ genesis gen support

* improve var name

* API on package instead of exported value

* cleanup remainders of "registry" naming

* Nishant feedback

* add ropstein to configset

* lint

* lint #2

* ✂️

* revert accidental commented line

* check if active is nil (replace called on empty)

* Nishant feedback

* replace OverrideBeaconConfig call

* update interop instructions w/ new flag

* don't let interop replace config set via cli flags

Co-authored-by: kasey <kasey@users.noreply.github.com>
2022-05-20 07:16:53 +00:00
..
testdata Fix E2E Failures (#10540) 2022-04-19 07:53:02 +00:00
BUILD.bazel Config registry (#10683) 2022-05-20 07:16:53 +00:00
checktags_test.go ran gofmt @ v1.17, these are the resulting changes (#10362) 2022-03-14 15:58:13 -05:00
config_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
config_utils_develop.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
config_utils_prod.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
config.go Allow SSZ-serialized blocks in publishBlock (#10663) 2022-05-13 10:54:45 +00:00
configset_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
configset.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
init.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
interop.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
io_config.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
loader_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
loader.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
mainnet_config.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
minimal_config.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
network_config.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
testnet_config_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
testnet_e2e_config.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
testnet_prater_config_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
testnet_prater_config.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
testnet_ropsten_config.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
testutils.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
values.go Config registry (#10683) 2022-05-20 07:16:53 +00:00