fix merge

This commit is contained in:
sukantoraymond
2023-06-01 12:13:24 -04:00
parent c4b89206fe
commit f792526dbc
3 changed files with 483 additions and 579 deletions
+2 -2
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -62,6 +62,7 @@ var (
pausedNodeName = "node1"
elasticSubnetID = ""
elasticAssetID = ""
createdSubnetID = ""
customNodeConfigs = map[string]string{
"node1": `{"api-admin-enabled":true}`,
"node2": `{"api-admin-enabled":true}`,