avalanchego icon indicating copy to clipboard operation
avalanchego copied to clipboard

Subnet whitelisting from the API

Open arikan opened this issue 5 years ago • 0 comments

Currently, whitelisting a subnet in a validator requires restarting the node with the parameter --whitelisted-subnets and a comma separated list of subnets.

./build/avalanchego --whitelisted-subnets=2BW8NmyhA9ko5rx2jrWV7crLpP74msW1FtT4KoRmW7zPkq2HgU

However, subnet whitelisting could be dynamic with a command in the API (e.g., in the Info API), so that it can be programmatically managed.

p.s. This is not a bug (unlike the auto added label), but an enhancement suggestion.

By submitting this issue I agree to the Terms and Conditions of the Developer Accelerator Program.

arikan avatar Dec 23 '20 22:12 arikan