mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
fix merge
This commit is contained in:
+2
-2
@@ -106,8 +106,8 @@ type Network interface {
|
||||
// Create the given numbers of subnets
|
||||
CreateSubnets(context.Context, []SubnetSpec) ([]ids.ID, error)
|
||||
// Transform subnet into elastic subnet
|
||||
TransformSubnet(context.Context, []ElasticSubnetSpec) ([]ids.ID, error)
|
||||
// Add a validator into an elastic subnet
|
||||
TransformSubnet(context.Context, []ElasticSubnetSpec) ([]ids.ID, []ids.ID, error)
|
||||
// Add a validator into an elastic subnet
|
||||
AddPermissionlessValidator(context.Context, []PermissionlessValidatorSpec) error
|
||||
// Get the elastic subnet tx id for the given subnet id
|
||||
GetElasticSubnetID(context.Context, ids.ID) (ids.ID, error)
|
||||
|
||||
+480
-577
File diff suppressed because it is too large
Load Diff
@@ -62,6 +62,7 @@ var (
|
||||
pausedNodeName = "node1"
|
||||
elasticSubnetID = ""
|
||||
elasticAssetID = ""
|
||||
createdSubnetID = ""
|
||||
customNodeConfigs = map[string]string{
|
||||
"node1": `{"api-admin-enabled":true}`,
|
||||
"node2": `{"api-admin-enabled":true}`,
|
||||
|
||||
Reference in New Issue
Block a user