You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removed Goerli from NetworkSupported and adjusted networks test
* Removed Goerli from templates/envs
* Removed Goerli from templates/envs
* Mentioned Goerli support removal in the changelog, goerli.mdx, and README
* Fixed TestSupportMEVBoost
* Removed Georli from TestGenerativeEnvFile
* Adjusted Test case 6 in TestCheckVariable
* Removed Georli from networks list for TestSupportedNetworks
* Removed Goerli from cli.go
* Adjusted test cli_test.go "consensus node" network into NetworkMainnet
* Replaced Goerli network from test cases in generate_test.go with valid networks
* Removed Goerli from GenerateCmd()
* Replaced Goerli in test cases with Mainnet
* Removed Goerli from KeysCmd()
* Removed Goerli from FullNodeSubCmd()
* Removed NetworkGoerli
* Fixed index_out_of_range error in Holesky related test cases in "Select network"
* Adjusted error in TestCli regarding "consensus node" test case
* Update cli/sub_gen.go
* docs: Update cli.mdx
* docs: Update clients.mdx
* docs: Update generate.mdx
* docs: Update keys.mdx
* docs: Update networks.mdx
* docs: Replace Goerli with Sepolia in run-validator-mev[network].md
* docs: Remove Goerli from documentations
* feat: remove Goerli from ImportKeys and associated tests
* docs: remove Goerli from docs
cmd.PersistentFlags().StringVar(&logging, "logging", "json", fmt.Sprintf("Docker logging driver used by all the services. Set 'none' to use the default docker logging driver. Possible values: %v", configs.ValidLoggingFlags()))
116
116
cmd.PersistentFlags().StringVar(&containerTag, "container-tag", "", "Container tag to use. If defined, sedge will add to each container and the network, a suffix with the tag. e.g. sedge-validator-client -> sedge-validator-client-<tag>.")
cmd.Flags().StringVarP(&flags.path, "path", "p", configs.DefaultAbsSedgeDataPath, "Absolute path to keystore folder. e.g. /home/user/keystore")
186
186
cmd.Flags().StringVar(&flags.eth1WithdrawalAddress, "eth1-withdrawal-address", "", "If this field is set and valid, the given Eth1 address will be used to create the withdrawal credentials. Otherwise, it will generate withdrawal credentials with the mnemonic-derived withdrawal public key in EIP-2334 format.")
187
187
cmd.Flags().StringVar(&flags.mnemonicPath, "mnemonic-path", "", "Path to file with a existing mnemonic to use.")
0 commit comments