Documentation
¶
Overview ¶
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.
Index ¶
- Variables
- func CallAddValidator(network models.Network, kc *keychain.Keychain, useLedgerSetting bool, ...) error
- func CallConfigure(cmd *cobra.Command, subnetName string, chainConfParam string, ...) error
- func CallCreate(cmd *cobra.Command, subnetName string, forceCreateParam bool, ...) error
- func CallDeploy(cmd *cobra.Command, subnetName string, deployLocalParam bool, ...) error
- func CallExportSubnet(subnetName, exportPath string) error
- func CheckForInvalidDeployAndGetOdygoVersion(network localnetworkinterface.StatusChecker, configuredRPCVersion int) (string, error)
- func CheckSubnetIsElastic(subnetID ids.ID, network models.Network) (bool, error)
- func GetNetworkFromCmdLineFlags(useLocal bool, useDevnet bool, useTestnet bool, useMainnet bool, ...) (models.Network, error)
- func NewCmd(injectedApp *application.Odyssey) *cobra.Command
- func PrintDeployResults(chain string, subnetID ids.ID, blockchainID ids.ID) error
- func PrintReadyToSignMsg(chain string, outputTxPath string)
- func PrintRemainingToSignMsg(chain string, remainingSubnetAuthKeys []string, outputTxPath string)
- func PrintTransformResults(chain string, txID ids.ID, subnetID ids.ID, tokenName string, ...)
- func PromptDuration(start time.Time, network models.Network) (time.Duration, error)
- func PromptNodeID() (ids.NodeID, error)
- func SaveNotFullySignedTx(txName string, tx *txs.Tx, chain string, subnetAuthKeys []string, ...) error
- func ValidateSubnetNameAndGetChains(args []string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
var ( ErrMutuallyExclusiveKeyLedger = errors.New("key source flags --key, --ledger/--ledger-addrs are mutually exclusive") ErrStoredKeyOnMainnet = errors.New("key --key is not available for mainnet operations") )
Functions ¶
func CallAddValidator ¶
func CallConfigure ¶
func CallCreate ¶
func CallCreate( cmd *cobra.Command, subnetName string, forceCreateParam bool, genesisFileParam string, useSubnetEvmParam bool, useCustomParam bool, evmVersionParam string, evmChainIDParam uint64, evmTokenParam string, evmDefaultsParam bool, useLatestEvmVersionParam bool, customVMRepoURLParam string, customVMBranchParam string, customVMBuildScriptParam string, ) error
func CallDeploy ¶
func CallExportSubnet ¶
func CheckForInvalidDeployAndGetOdygoVersion ¶
func CheckForInvalidDeployAndGetOdygoVersion(network localnetworkinterface.StatusChecker, configuredRPCVersion int) (string, error)
Determines the appropriate version of odysseygo to run with. Returns an error if that version conflicts with the current deployment.
func CheckSubnetIsElastic ¶
func PrintDeployResults ¶
func PrintReadyToSignMsg ¶
func PrintRemainingToSignMsg ¶
func PrintTransformResults ¶
func PromptDuration ¶
func PromptNodeID ¶
func SaveNotFullySignedTx ¶
Types ¶
This section is empty.