Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Oct 14, 2024
1 parent 944591a commit 33d624e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions tests/local/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ func NewLocalNetwork(
Expect(err).Should(BeNil())
localNetwork.pChainWallet = wallet.P()

// TODONOW: Convert all subnets to permissionless validation
return localNetwork
}

Expand Down Expand Up @@ -320,9 +319,6 @@ func (n *LocalNetwork) TearDownNetwork() {
Expect(n.tmpnet.Stop(context.Background())).Should(BeNil())
}

// TODONOW: Rename to AddPermissionedSubnetValidators
// TODONOW: Move to chain utils
// TODONOW: Add an AddPermissionlessSubnetValidators function
func (n *LocalNetwork) AddSubnetValidators(ctx context.Context, subnetID ids.ID, count uint) {
Expect(count > 0).Should(BeTrue(), "can't add 0 validators")
Expect(uint(len(n.extraNodes)) >= count).Should(
Expand Down
1 change: 0 additions & 1 deletion tests/utils/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ func GetSignedMessage(
}

// Get the aggregate signature for the Warp message
// TODONOW: use signature aggregator
signedWarpMessageBytes, err := warpClient.GetMessageAggregateSignature(
ctx,
unsignedWarpMessageID,
Expand Down
2 changes: 0 additions & 2 deletions tests/utils/validator_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ const (
DefaultPChainAddress string = "P-local18jma8ppw3nhx5r4ap8clazz0dps7rv5u00z96u"
)

// TODONOW: Consolidate/generalize all of the repeated methods for ERC20, Native , and POA

//
// Deployment utils
//
Expand Down

0 comments on commit 33d624e

Please sign in to comment.