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

Remove unsupported full-rpc-api startup_scripts flag #58

Closed CriesofCarrots closed 3 months ago

CriesofCarrots commented 3 months ago

https://github.com/anza-xyz/validator-lab/pull/53 broke rpc-node and enable_full_rpc validator deployment because the bash scripts built by startup_scripts.rs don't recognize the --full-rpc-api flag. Greg is working on a more correct solution, but in the meantime, unbreak things by removing the bad flag.