Add hoodi testnet flag (#15057)

* Add hoodi testnet flag

* Add upstream test

* Fix test
This commit is contained in:
terence
2025-03-16 22:49:27 -07:00
committed by GitHub
parent 4e44999207
commit 5c24978702
15 changed files with 139 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
cmd.AcceptTosFlag,
}),
Before: func(cliCtx *cli.Context) error {
@@ -64,6 +65,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
cmd.AcceptTosFlag,
}),
Before: func(cliCtx *cli.Context) error {
@@ -97,6 +99,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
cmd.AcceptTosFlag,
}),
Before: func(cliCtx *cli.Context) error {
@@ -127,6 +130,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
cmd.AcceptTosFlag,
}),
Before: func(cliCtx *cli.Context) error {
@@ -169,6 +173,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
cmd.AcceptTosFlag,
}),
Before: func(cliCtx *cli.Context) error {

View File

@@ -24,6 +24,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
features.EnableMinimalSlashingProtection,
cmd.AcceptTosFlag,
}),
@@ -52,6 +53,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
features.EnableMinimalSlashingProtection,
cmd.AcceptTosFlag,
}),

View File

@@ -33,6 +33,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
cmd.AcceptTosFlag,
}),
Before: func(cliCtx *cli.Context) error {
@@ -64,6 +65,7 @@ var Commands = &cli.Command{
features.Mainnet,
features.SepoliaTestnet,
features.HoleskyTestnet,
features.HoodiTestnet,
cmd.AcceptTosFlag,
}),
Before: func(cliCtx *cli.Context) error {