mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 16:08:26 -05:00
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:
@@ -63,6 +63,9 @@ type handler struct {
|
||||
}
|
||||
|
||||
func main() {
|
||||
// Using Medalla as the default configuration.
|
||||
params.UseMedallaConfig()
|
||||
|
||||
flag.Parse()
|
||||
|
||||
if *logFileName != "" {
|
||||
|
||||
Reference in New Issue
Block a user