Config/flag: medalla as default (#6770)

* config: use medalla as default

* Tests: align with medalla spec

* Config/flag: deprecate medalla feature flag

* Update shared/featureconfig/flags.go

* Spectest: set genesis forkversion to 0,0,0,0

* Config: set medalla as defat in Configure

* Extra space

* Shard: use copy

* Revert a p2p fork test

* Update default medalla for tools

* Use medalla config for e2e

* Fix E2E

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
This commit is contained in:
terence tsao
2020-07-30 06:45:00 -07:00
committed by GitHub
parent 187cae8290
commit bcea2c1b22
19 changed files with 59 additions and 53 deletions

View File

@@ -63,6 +63,9 @@ type handler struct {
}
func main() {
// Using Medalla as the default configuration.
params.UseMedallaConfig()
flag.Parse()
if *logFileName != "" {