prysm-pulse/shared/params
Preston Van Loon e477fdfd6d
Embedded mainnet genesis state + load genesis.ssz from file (#8614)
* Update rules_go and fix proto conflicts

* gaz

* Update generated code

* First pass inclusion of using baked states

* more emptypb fixes

* remove testnet genesis files, only embed mainnet

* Refactoring for SaveGenesisData, fix tests that use mainnet config but do not support mainnet genesis values

* a bit more refactoring, load genesis from a file. Needs tests still

* Add method to ensure an embedded genesis file also has the appropriate genesis block

* gofmt

* more clear error

* Check genesis fork version to ensure testnet config matches genesis file

* viz

* test for SaveGenesisData

* More genesis db method tests

* Merge

* Minor tweaks, lint, fmt, etc

* Add more test to genesis db methods

* Revert beacon-chain/state/stateV0/BUILD.bazel

* Update beacon-chain/db/iface/errors.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* PR feedback

* Update beacon-chain/db/kv/genesis.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* fmt.Errorf works better for nil errors

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2021-03-18 21:00:00 +00:00
..
spectest Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
BUILD.bazel Add Prater config (#8613) 2021-03-17 14:14:07 +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 Shorter Pruning Period for Slashing Protection (#8590) 2021-03-11 15:51:16 +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 Simplify expressions (#8370) 2021-02-01 15:14:36 +00:00
mainnet_config.go Shorter Pruning Period for Slashing Protection (#8590) 2021-03-11 15:51:16 +00:00
minimal_config.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
network_config.go Fixes import aliases (#8497) 2021-02-22 23:20:57 +00:00
testnet_e2e_config.go Display URLs for tracking exited validators (#8361) 2021-02-01 19:00:06 +00:00
testnet_prater_config.go Add prater boot nodes (#8623) 2021-03-18 14:26:18 +00:00
testnet_pyrmont_config.go Display URLs for tracking exited validators (#8361) 2021-02-01 19:00:06 +00:00
testnet_toledo_config.go Display URLs for tracking exited validators (#8361) 2021-02-01 19:00:06 +00:00
testutils.go Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00
values.go Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +00:00