7. Approve Validator Requests
After publishing your chain, Feather Validators will start submitting requests to validate your chain. You must manually approve at least one validator for your chain to launch successfully.
List all requests​
To list all validator requests, run the following:
feather prod requests pull --launch_id='<launch_id>'
- A Gentx is a message submitted to the chain on startup that does the following:
- Registers the validator account created by a validator deployer as a validator operator account (i.e. the account that controls the validator) for your chain
- Self-delegates the provided amount of staking tokens
- Link the operator account with a Tendermint node pubkey that will be used for signing blocks
- A Request ID uniquely identifies a gentx request for a given launch id
Approve a request​
To approve a request, run the following:
feather prod requests approve --launch-id='<launch_id>' --request-id='<request-id>'