#270 added an option to skip validator checks for testing purposes. This change relies on a new stellar-core option that isn't yet available in stable images. As a result, we incorporated two pieces of functionality to accommodate old stellar-core versions:
- Tests that use the
oldImage option fall back on manual quorum set configuration
- The option
--enable-relaxed-auto-qset-config is required to enable the new stellar-core option.
Once the option has filtered down to the stable image, we should:
- Use auto quorum set configuration where possible on
oldImages.
- Remove the
--enable-relaxed-auto-qset-config option, or enable it by default.
#270 added an option to skip validator checks for testing purposes. This change relies on a new stellar-core option that isn't yet available in stable images. As a result, we incorporated two pieces of functionality to accommodate old stellar-core versions:
oldImageoption fall back on manual quorum set configuration--enable-relaxed-auto-qset-configis required to enable the new stellar-core option.Once the option has filtered down to the stable image, we should:
oldImages.--enable-relaxed-auto-qset-configoption, or enable it by default.