eigendaflags

package
v1.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DisperserRPCFlagName                 = withFlagPrefix("disperser-rpc")
	ResponseTimeoutFlagName              = withFlagPrefix("response-timeout")
	ConfirmationTimeoutFlagName          = withFlagPrefix("confirmation-timeout")
	StatusQueryRetryIntervalFlagName     = withFlagPrefix("status-query-retry-interval")
	StatusQueryTimeoutFlagName           = withFlagPrefix("status-query-timeout")
	DisableTLSFlagName                   = withFlagPrefix("disable-tls")
	CustomQuorumIDsFlagName              = withFlagPrefix("custom-quorum-ids")
	SignerPrivateKeyHexFlagName          = withFlagPrefix("signer-private-key-hex")
	PutBlobEncodingVersionFlagName       = withFlagPrefix("put-blob-encoding-version")
	DisablePointVerificationModeFlagName = withFlagPrefix("disable-point-verification-mode")
	WaitForFinalizationFlagName          = withFlagPrefix("wait-for-finalization")
	ConfirmationDepthFlagName            = withFlagPrefix("confirmation-depth")
	EthRPCURLFlagName                    = withFlagPrefix("eth-rpc")
	SvcManagerAddrFlagName               = withFlagPrefix("svc-manager-addr")
	// Flags that are proxy specific, and not used by the eigenda-client
	PutRetriesFlagName = withFlagPrefix("put-retries")
)
View Source
var (
	DeprecatedDisperserRPCFlagName                 = withDeprecatedFlagPrefix("disperser-rpc")
	DeprecatedStatusQueryRetryIntervalFlagName     = withDeprecatedFlagPrefix("status-query-retry-interval")
	DeprecatedStatusQueryTimeoutFlagName           = withDeprecatedFlagPrefix("status-query-timeout")
	DeprecatedDisableTLSFlagName                   = withDeprecatedFlagPrefix("disable-tls")
	DeprecatedResponseTimeoutFlagName              = withDeprecatedFlagPrefix("response-timeout")
	DeprecatedCustomQuorumIDsFlagName              = withDeprecatedFlagPrefix("custom-quorum-ids")
	DeprecatedSignerPrivateKeyHexFlagName          = withDeprecatedFlagPrefix("signer-private-key-hex")
	DeprecatedPutBlobEncodingVersionFlagName       = withDeprecatedFlagPrefix("put-blob-encoding-version")
	DeprecatedDisablePointVerificationModeFlagName = withDeprecatedFlagPrefix("disable-point-verification-mode")
	DeprecatedWaitForFinalizationFlagName          = withDeprecatedFlagPrefix("wait-for-finalization")
)

All of these flags are deprecated and will be removed in release v2.0.0 we leave them here with actions that crash the program to ensure they are not used, and to make it easier for users to find the new flags (instead of silently crashing late during execution because some flag's env var was changed but the user forgot to update it)

Functions

func CLIFlags

func CLIFlags(envPrefix, category string) []cli.Flag

CLIFlags ... used for EigenDA client configuration

func DeprecatedCLIFlags

func DeprecatedCLIFlags(envPrefix, category string) []cli.Flag

CLIFlags ... used for EigenDA client configuration

func ReadConfig

func ReadConfig(ctx *cli.Context) clients.EigenDAClientConfig

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL