anza-xyz / validator-lab

Deploy and test your new Agave validator features in a kubernetes-based cluster
https://www.anza.xyz/
7 stars 4 forks source link

Add commission arg #60

Closed CriesofCarrots closed 3 months ago

CriesofCarrots commented 3 months ago

In order to test staking rewards, we need clusters of validators with less than 100% commission.

Add commission cli arg; the default value is 100, which is the same default that solana-genesis and solana create-vote-account use if no --vote-commission-percentage or --commission argument is present (respectively). The same commission value applies to the vote accounts of all nodes in the cluster.