Bump soroban-env to next protocol version#595
Merged
Shaptic merged 4 commits intoprotocol-nextfrom Feb 19, 2026
Merged
Conversation
sisuresh
reviewed
Feb 19, 2026
| STELLAR_RPC_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }} | ||
| STELLAR_RPC_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core | ||
| PROTOCOL_24_CORE_DEBIAN_PKG_VERSION: 25.0.0-2911.e9748b05a.jammy | ||
| PROTOCOL_24_CORE_DOCKER_IMG: stellar/stellar-core:25.0.0-2911.e9748b05a.jammy |
Contributor
There was a problem hiding this comment.
This can be done in a follow up if that makes more sense, but we have a vnext core image available in the internal registry - 25.1.2-3029.781d3b1d2.jammy~vnext. Can this pull from the internal registry or do the images need to exist in Dockerhub?
Contributor
Author
There was a problem hiding this comment.
The GHA doesn't have access to the internal registry, no. But we can combine this with #606 to build from source? 🤔
karthikiyer56
approved these changes
Feb 19, 2026
sisuresh
reviewed
Feb 20, 2026
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "98d1ed4701671ad02eb719062bf61f83a71cd8da3566c21e71f4065120cdeb6c" | ||
| version = "26.0.0-rc.1" | ||
| source = "git+https://github.com/stellar/rs-soroban-env.git#aab7c15d2b3ba441a1a6fd741719ecf6f6729f66" |
Contributor
There was a problem hiding this comment.
@Shaptic This commit of env is out of date. Should we explicitly set the branch in the toml file to main?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps soroban-env major versions.
Why
Prepare RPC for P26 iterative testing.
Known limitations
n/a