Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the PROTOCOL_VERSION_DEFAULT when building quickstart #93

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

leighmcculloch
Copy link
Member

@leighmcculloch leighmcculloch commented Apr 29, 2024

What

Set the PROTOCOL_VERSION_DEFAULT when building quickstart.

Why

The quickstart image now requires the default protocol version to be set as a build argument. This is because the quickstart image can't know what the common maximum supported protocol version is of all of the software in the image. It may be that a stellar-core has support for N, while a Horizon or RPC may only support N-1. We want teams to be able to update their software without coordinating, and for the image still to work if it has a newer stellar-core while it has an older Horizon.

The system-test image builds quickstart and so needs to set this new parameter.

Related:

@leighmcculloch leighmcculloch requested a review from sreuland April 29, 2024 11:26
leighmcculloch added a commit to stellar/stellar-cli that referenced this pull request Apr 29, 2024
@leighmcculloch leighmcculloch marked this pull request as ready for review April 29, 2024 11:36
Copy link
Contributor

@sreuland sreuland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fix!

@ire-and-curses ire-and-curses merged commit c190247 into master Apr 29, 2024
3 checks passed
@ire-and-curses ire-and-curses deleted the add-protocol-version-default branch April 29, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants