Summary
- Now the
validator_servicerole supports both building binaries in each host, or building binaries in one host and pushing them to each host, which can be helpful for upgrading an active validator node. See more here. - The binaries to be built can be configured now using
fogo_binaries_to_build. By default, it builds and updates the binariesfdctl,solana, andagave-leader-tool. - The options
install_solana_cliandsolana_cli_versionhave been deprecated and please useinstall_agave_validator_binaryandagave_validator_versioninstead. This means the Solana CLI should be built from the Fogo codebase (usingfogo_binaries_to_buildto configure).
What's Changed
- improve the flow of updating fdctl binary by @gluckzhang in #30
- #31 feat: two ways of updating the binaries by @gluckzhang in #32
- doc: instructions regarding two different ways of updating binaries by @gluckzhang in #33
Full Changelog: v0.1.1...v0.1.2