Skip to content

Commit

Permalink
fix lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Aug 21, 2024
1 parent 0e22e79 commit 598cef4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/flows/staking/poa_validator_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ import (
)

/*
* Register a PoA validator manager on a L1. The steps are as follows:
* - Generate random address to be the owner address
* - Fund native assets to the owner address
* - Deploy the PoAValidatorManager contract
* - Attempt to initiate with non owner and check that it fails
* - Initiate validator registration
* - Deliver the Warp message to the P-Chain (not implemented)
* - Aggregate P-Chain signatures on the response Warp message
* - Deliver the Warp message to the L1
* - Verify that the validator is registered in the validator manager contract
* Delists the validator from the L1. The steps are as follows:
* - Attempt to initiate with non owner and check that it fails
* - Initiate validator delisting
* - Deliver the Warp message to the P-Chain (not implemented)
* - Aggregate P-Chain signatures on the response Warp message
* - Deliver the Warp message to the L1
* - Verify that the validator is delisted from the validator manager contract
* Register a PoA validator manager on a L1. The steps are as follows:
* - Generate random address to be the owner address
* - Fund native assets to the owner address
* - Deploy the PoAValidatorManager contract
* - Attempt to initiate with non owner and check that it fails
* - Initiate validator registration
* - Deliver the Warp message to the P-Chain (not implemented)
* - Aggregate P-Chain signatures on the response Warp message
* - Deliver the Warp message to the L1
* - Verify that the validator is registered in the validator manager contract
*
* Delists the validator from the L1. The steps are as follows:
* - Attempt to initiate with non owner and check that it fails
* - Initiate validator delisting
* - Deliver the Warp message to the P-Chain (not implemented)
* - Aggregate P-Chain signatures on the response Warp message
* - Deliver the Warp message to the L1
* - Verify that the validator is delisted from the validator manager contract
*/
func PoAValidatorManager(network interfaces.LocalNetwork) {
cChainInfo := network.GetPrimaryNetworkInfo()
Expand Down

0 comments on commit 598cef4

Please sign in to comment.