@hashgraph/solo
Preparing search index...
src/commands/node/tasks
NodeCommandTasks
Class NodeCommandTasks
Index
Constructors
constructor
Methods
add
New
Consensus
Node
To
Remote
Config
add
Node
Stakes
check
All
Node
Proxies
Are
Active
check
All
Nodes
Are
Active
check
All
Nodes
Are
Frozen
check
Existing
Nodes
Staked
Amount
check
Node
Pods
Are
Running
check
Node
Proxies
Are
Active
checkPVCs
Enabled
computeMTLSCertificate
Hash
copy
Grpc
Tls
Certificates
copy
Node
Keys
To
Secrets
determine
New
Node
Account
Number
download
Last
State
download
Node
Generated
Files
download
Node
Upgrade
Files
dump
Network
Nodes
Save
State
enable
Port
Forwarding
fetch
Platform
Software
finalize
generate
Gossip
Key
generate
Gossip
Keys
generate
Grpc
Tls
Key
generate
Grpc
Tls
Keys
get
Node
Logs
And
Configs
get
Node
State
Files
identify
Existing
Nodes
identify
Network
Pods
initialize
kill
Nodes
kill
Nodes
And
Update
Config
Map
load
Admin
Key
load
Context
Data
load
Signing
Key
Certificate
populate
Service
Map
prepare
Gossip
Endpoints
prepare
Grpc
Service
Endpoints
prepare
Staging
Directory
prepare
Upgrade
Zip
refresh
Node
List
save
Context
Data
send
Freeze
Transaction
send
Freeze
Upgrade
Transaction
send
Node
Create
Transaction
send
Node
Delete
Transaction
send
Node
Update
Transaction
send
Prepare
Upgrade
Transaction
setup
Network
Nodes
sleep
stake
New
Node
start
Nodes
stop
Nodes
trigger
Stake
Weight
Calculate
update
Chart
With
Config
Map
upload
State
Files
upload
State
To
New
Node
Constructors
constructor
new
NodeCommandTasks
(
logger
:
SoloLogger
,
accountManager
:
AccountManager
,
configManager
:
ConfigManager
,
k8Factory
:
K8Factory
,
platformInstaller
:
PlatformInstaller
,
keyManager
:
KeyManager
,
profileManager
:
ProfileManager
,
chartManager
:
ChartManager
,
certificateManager
:
CertificateManager
,
remoteConfigManager
:
RemoteConfigManager
,
localConfig
:
LocalConfig
,
)
:
NodeCommandTasks
Parameters
logger
:
SoloLogger
accountManager
:
AccountManager
configManager
:
ConfigManager
k8Factory
:
K8Factory
platformInstaller
:
PlatformInstaller
keyManager
:
KeyManager
profileManager
:
ProfileManager
chartManager
:
ChartManager
certificateManager
:
CertificateManager
remoteConfigManager
:
RemoteConfigManager
localConfig
:
LocalConfig
Returns
NodeCommandTasks
Methods
add
New
Consensus
Node
To
Remote
Config
addNewConsensusNodeToRemoteConfig
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
add
Node
Stakes
addNodeStakes
()
:
SoloListrTask
<
NodeStartContext
>
Returns
SoloListrTask
<
NodeStartContext
>
check
All
Node
Proxies
Are
Active
checkAllNodeProxiesAreActive
()
:
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
Returns
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
check
All
Nodes
Are
Active
checkAllNodesAreActive
(
nodeAliasesProperty
:
string
)
:
SoloListrTask
<
any
>
Parameters
nodeAliasesProperty
:
string
Returns
SoloListrTask
<
any
>
check
All
Nodes
Are
Frozen
checkAllNodesAreFrozen
(
nodeAliasesProperty
:
string
,
)
:
{
task
:
(
context_
:
any
,
task
:
any
)
=>
SoloListr
<
any
>
;
title
:
string
}
Parameters
nodeAliasesProperty
:
string
Returns
{
task
:
(
context_
:
any
,
task
:
any
)
=>
SoloListr
<
any
>
;
title
:
string
}
check
Existing
Nodes
Staked
Amount
checkExistingNodesStakedAmount
()
:
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
Returns
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
check
Node
Pods
Are
Running
checkNodePodsAreRunning
()
:
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
Returns
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
>
check
Node
Proxies
Are
Active
checkNodeProxiesAreActive
()
:
SoloListrTask
<
NodeRefreshContext
|
NodeStartContext
|
NodeRestartContext
,
>
Returns
SoloListrTask
<
NodeRefreshContext
|
NodeStartContext
|
NodeRestartContext
>
checkPVCs
Enabled
checkPVCsEnabled
()
:
SoloListrTask
<
any
>
Returns
SoloListrTask
<
any
>
computeMTLSCertificate
Hash
computeMTLSCertificateHash
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
copy
Grpc
Tls
Certificates
copyGrpcTlsCertificates
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
copy
Node
Keys
To
Secrets
copyNodeKeysToSecrets
(
nodeListOverride
?:
string
,
)
:
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
>
Parameters
Optional
nodeListOverride
:
string
Returns
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
>
determine
New
Node
Account
Number
determineNewNodeAccountNumber
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
download
Last
State
downloadLastState
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
download
Node
Generated
Files
downloadNodeGeneratedFiles
()
:
SoloListrTask
<
|
NodeDownloadGeneratedFilesContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
Download generated config files and key files from the network node
Returns
SoloListrTask
<
|
NodeDownloadGeneratedFilesContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
download
Node
Upgrade
Files
downloadNodeUpgradeFiles
()
:
SoloListrTask
<
NodeUpgradeContext
>
Returns
SoloListrTask
<
NodeUpgradeContext
>
dump
Network
Nodes
Save
State
dumpNetworkNodesSaveState
()
:
SoloListrTask
<
NodeRefreshContext
>
Returns
SoloListrTask
<
NodeRefreshContext
>
enable
Port
Forwarding
enablePortForwarding
()
:
{
skip
:
(
context_
:
any
)
=>
boolean
;
task
:
(
context_
:
any
)
=>
Promise
<
void
>
;
title
:
string
;
}
Returns
{
skip
:
(
context_
:
any
)
=>
boolean
;
task
:
(
context_
:
any
)
=>
Promise
<
void
>
;
title
:
string
;
}
fetch
Platform
Software
fetchPlatformSoftware
(
aliasesField
:
string
,
)
:
SoloListrTask
<
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
|
NodeRefreshContext
|
NodeSetupContext
,
>
Parameters
aliasesField
:
string
Returns
SoloListrTask
<
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
|
NodeRefreshContext
|
NodeSetupContext
,
>
finalize
finalize
()
:
SoloListrTask
<
any
>
Returns
SoloListrTask
<
any
>
generate
Gossip
Key
generateGossipKey
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
generate
Gossip
Keys
generateGossipKeys
()
:
SoloListrTask
<
NodeKeysContext
>
Returns
SoloListrTask
<
NodeKeysContext
>
generate
Grpc
Tls
Key
generateGrpcTlsKey
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
generate
Grpc
Tls
Keys
generateGrpcTlsKeys
()
:
SoloListrTask
<
NodeKeysContext
>
Returns
SoloListrTask
<
NodeKeysContext
>
get
Node
Logs
And
Configs
getNodeLogsAndConfigs
()
:
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
Returns
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
get
Node
State
Files
getNodeStateFiles
()
:
SoloListrTask
<
NodeStatesContext
>
Returns
SoloListrTask
<
NodeStatesContext
>
identify
Existing
Nodes
identifyExistingNodes
()
:
SoloListrTask
<
CheckedNodesContext
>
Returns
SoloListrTask
<
CheckedNodesContext
>
identify
Network
Pods
identifyNetworkPods
(
maxAttempts
?:
number
,
)
:
{
task
:
(
context_
:
any
,
task
:
any
)
=>
Listr
<
CheckedNodesContext
,
any
,
any
>
;
title
:
string
;
}
Parameters
Optional
maxAttempts
:
number
Returns
{
task
:
(
context_
:
any
,
task
:
any
)
=>
Listr
<
CheckedNodesContext
,
any
,
any
>
;
title
:
string
;
}
initialize
initialize
(
argv
:
ArgvStruct
,
configInit
:
ConfigBuilder
,
lease
:
Lock
,
shouldLoadNodeClient
?:
boolean
,
)
:
SoloListrTask
<
any
>
Parameters
argv
:
ArgvStruct
configInit
:
ConfigBuilder
lease
:
Lock
shouldLoadNodeClient
:
boolean
= true
Returns
SoloListrTask
<
any
>
kill
Nodes
killNodes
()
:
SoloListrTask
<
NodeDeleteContext
|
NodeAddContext
>
Returns
SoloListrTask
<
NodeDeleteContext
|
NodeAddContext
>
kill
Nodes
And
Update
Config
Map
killNodesAndUpdateConfigMap
()
:
SoloListrTask
<
NodeUpdateContext
>
Returns
SoloListrTask
<
NodeUpdateContext
>
load
Admin
Key
loadAdminKey
()
:
SoloListrTask
<
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
,
>
Returns
SoloListrTask
<
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
>
load
Context
Data
loadContextData
(
argv
:
ArgvStruct
,
targetFile
:
string
,
parser
:
(
context_
:
any
,
contextData
:
AnyObject
)
=>
void
,
)
:
SoloListrTask
<
any
>
Parameters
argv
:
ArgvStruct
targetFile
:
string
parser
:
(
context_
:
any
,
contextData
:
AnyObject
)
=>
void
Returns
SoloListrTask
<
any
>
load
Signing
Key
Certificate
loadSigningKeyCertificate
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
populate
Service
Map
populateServiceMap
()
:
SoloListrTask
<
NodeDeleteContext
|
NodeAddContext
>
Returns
SoloListrTask
<
NodeDeleteContext
|
NodeAddContext
>
prepare
Gossip
Endpoints
prepareGossipEndpoints
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
prepare
Grpc
Service
Endpoints
prepareGrpcServiceEndpoints
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
prepare
Staging
Directory
prepareStagingDirectory
(
nodeAliasesProperty
:
string
,
)
:
{
task
:
(
context_
:
any
,
task
:
any
)
=>
any
;
title
:
string
}
Parameters
nodeAliasesProperty
:
string
Returns
{
task
:
(
context_
:
any
,
task
:
any
)
=>
any
;
title
:
string
}
prepare
Upgrade
Zip
prepareUpgradeZip
()
:
{
task
:
(
context_
:
any
)
=>
Promise
<
void
>
;
title
:
string
}
Returns
{
task
:
(
context_
:
any
)
=>
Promise
<
void
>
;
title
:
string
}
refresh
Node
List
refreshNodeList
()
:
SoloListrTask
<
NodeDeleteContext
>
Returns
SoloListrTask
<
NodeDeleteContext
>
save
Context
Data
saveContextData
(
argv
:
ArgvStruct
,
targetFile
:
string
,
parser
:
(
context_
:
any
)
=>
AnyObject
,
)
:
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
>
Parameters
argv
:
ArgvStruct
targetFile
:
string
parser
:
(
context_
:
any
)
=>
AnyObject
Returns
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
>
send
Freeze
Transaction
sendFreezeTransaction
()
:
SoloListrTask
<
NodeFreezeContext
>
Returns
SoloListrTask
<
NodeFreezeContext
>
send
Freeze
Upgrade
Transaction
sendFreezeUpgradeTransaction
()
:
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
Returns
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
send
Node
Create
Transaction
sendNodeCreateTransaction
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
send
Node
Delete
Transaction
sendNodeDeleteTransaction
()
:
SoloListrTask
<
NodeDeleteContext
>
Returns
SoloListrTask
<
NodeDeleteContext
>
send
Node
Update
Transaction
sendNodeUpdateTransaction
()
:
SoloListrTask
<
NodeUpdateContext
>
Returns
SoloListrTask
<
NodeUpdateContext
>
send
Prepare
Upgrade
Transaction
sendPrepareUpgradeTransaction
()
:
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
Returns
SoloListrTask
<
|
NodeUpgradeContext
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
,
>
setup
Network
Nodes
setupNetworkNodes
(
nodeAliasesProperty
:
string
,
isGenesis
:
boolean
,
)
:
SoloListrTask
<
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
|
NodeRefreshContext
,
>
Parameters
nodeAliasesProperty
:
string
isGenesis
:
boolean
Returns
SoloListrTask
<
|
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
|
NodeRefreshContext
,
>
sleep
sleep
(
title
:
string
,
milliseconds
:
number
)
:
SoloListrTask
<
any
>
Parameters
title
:
string
milliseconds
:
number
Returns
SoloListrTask
<
any
>
stake
New
Node
stakeNewNode
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
start
Nodes
startNodes
(
nodeAliasesProperty
:
string
,
)
:
{
task
:
(
context_
:
any
,
task
:
any
)
=>
any
;
title
:
string
}
Parameters
nodeAliasesProperty
:
string
Returns
{
task
:
(
context_
:
any
,
task
:
any
)
=>
any
;
title
:
string
}
stop
Nodes
stopNodes
(
nodeAliasesProperty
:
string
,
)
:
SoloListrTask
<
NodeDeleteContext
|
NodeStopContext
|
NodeFreezeContext
>
Parameters
nodeAliasesProperty
:
string
Returns
SoloListrTask
<
NodeDeleteContext
|
NodeStopContext
|
NodeFreezeContext
>
trigger
Stake
Weight
Calculate
triggerStakeWeightCalculate
<
T
extends
{
config
:
AnyObject
}
>
(
transactionType
:
NodeSubcommandType
,
)
:
SoloListrTask
<
T
>
Type Parameters
T
extends
{
config
:
AnyObject
}
Parameters
transactionType
:
NodeSubcommandType
Returns
SoloListrTask
<
T
>
update
Chart
With
Config
Map
updateChartWithConfigMap
(
title
:
string
,
transactionType
:
NodeSubcommandType
,
skip
?:
boolean
|
SkipCheck
,
)
:
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
>
Parameters
title
:
string
transactionType
:
NodeSubcommandType
skip
:
boolean
|
SkipCheck
= false
Returns
SoloListrTask
<
NodeUpdateContext
|
NodeDeleteContext
|
NodeAddContext
>
upload
State
Files
uploadStateFiles
(
skip
:
boolean
|
SkipCheck
,
)
:
{
skip
:
boolean
|
SkipCheck
;
task
:
(
context_
:
any
)
=>
Promise
<
void
>
;
title
:
string
;
}
Parameters
skip
:
boolean
|
SkipCheck
Returns
{
skip
:
boolean
|
SkipCheck
;
task
:
(
context_
:
any
)
=>
Promise
<
void
>
;
title
:
string
;
}
upload
State
To
New
Node
uploadStateToNewNode
()
:
SoloListrTask
<
NodeAddContext
>
Returns
SoloListrTask
<
NodeAddContext
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
New
Consensus
Node
To
Remote
Config
add
Node
Stakes
check
All
Node
Proxies
Are
Active
check
All
Nodes
Are
Active
check
All
Nodes
Are
Frozen
check
Existing
Nodes
Staked
Amount
check
Node
Pods
Are
Running
check
Node
Proxies
Are
Active
checkPVCs
Enabled
computeMTLSCertificate
Hash
copy
Grpc
Tls
Certificates
copy
Node
Keys
To
Secrets
determine
New
Node
Account
Number
download
Last
State
download
Node
Generated
Files
download
Node
Upgrade
Files
dump
Network
Nodes
Save
State
enable
Port
Forwarding
fetch
Platform
Software
finalize
generate
Gossip
Key
generate
Gossip
Keys
generate
Grpc
Tls
Key
generate
Grpc
Tls
Keys
get
Node
Logs
And
Configs
get
Node
State
Files
identify
Existing
Nodes
identify
Network
Pods
initialize
kill
Nodes
kill
Nodes
And
Update
Config
Map
load
Admin
Key
load
Context
Data
load
Signing
Key
Certificate
populate
Service
Map
prepare
Gossip
Endpoints
prepare
Grpc
Service
Endpoints
prepare
Staging
Directory
prepare
Upgrade
Zip
refresh
Node
List
save
Context
Data
send
Freeze
Transaction
send
Freeze
Upgrade
Transaction
send
Node
Create
Transaction
send
Node
Delete
Transaction
send
Node
Update
Transaction
send
Prepare
Upgrade
Transaction
setup
Network
Nodes
sleep
stake
New
Node
start
Nodes
stop
Nodes
trigger
Stake
Weight
Calculate
update
Chart
With
Config
Map
upload
State
Files
upload
State
To
New
Node
@hashgraph/solo
Loading...
Download generated config files and key files from the network node