Bump current version of soroban-env to latest tip - #916
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
automation/bump-soroban-env
branch
from
August 5, 2026 00:49
29f84b8 to
c765815
Compare
github-actions
Bot
force-pushed
the
automation/bump-soroban-env
branch
3 times, most recently
from
August 21, 2026 00:28
2e925e0 to
7d6051f
Compare
github-actions
Bot
force-pushed
the
automation/bump-soroban-env
branch
from
August 29, 2026 00:52
7d6051f to
6c07fd6
Compare
There was a problem hiding this comment.
Pull request overview
Pins the current Soroban environment dependencies to the latest specified upstream revision.
Changes:
- Updates Soroban host and simulation to 28.0.2.
- Refreshes the lockfile, including git-sourced Wasmi dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
Cargo.toml |
Pins current Soroban dependencies to the new revision. |
Cargo.lock |
Records the updated dependency graph. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
github-actions
Bot
force-pushed
the
automation/bump-soroban-env
branch
from
September 1, 2026 12:36
6c07fd6 to
fd86e41
Compare
| version = "=28.0.1" | ||
| git = "https://github.com/stellar/rs-soroban-env" | ||
| rev = "a7e15b439c4b49b17ba8f9e4527efee8d8119aba" | ||
| version = "=29.0.0" |
github-actions
Bot
force-pushed
the
automation/bump-soroban-env
branch
from
September 16, 2026 01:00
fd86e41 to
f0b076d
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
Cargo.toml:23
- Updating
currto protocol 29 while leavingprevat 27 creates a protocol gap: the dispatch inpreflight/src/lib.rsonly acceptsproto <= prev::PROTOCOLorproto == curr::PROTOCOL, so every protocol-28 preflight now returnsunsupported protocol version. Protocol 28 is still explicitly supported and tested (supportedProtocolVersions = []uint32{27, 28}and the P28 integration job). Move the released 28.x host/simulation into the-prevlane when introducing the protocol-29-currlane, and update the lockfile accordingly.
version = "=29.0.0"
github-actions
Bot
force-pushed
the
automation/bump-soroban-env
branch
from
September 16, 2026 12:37
f0b076d to
51a1dce
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
Cargo.toml:23
- Updating only
-currto protocol 29 leaves a protocol gap:preflight/src/lib.rsroutes versions<= prev::PROTOCOL(still 27) to-prevand only== curr::PROTOCOLto-curr, so every protocol-28 simulation now returnsunsupported protocol version. The existing preflight tests and P28 integration job also still require protocol 28. Rotate both-prevdependencies to the released 28 host/simulation (and regenerate the lockfile), while using 29 for-curr; update the supported-protocol test list to{28, 29}as part of that rotation.
git = "https://github.com/stellar/rs-soroban-env"
rev = "cb32250d926bd7188f3a6f9075bd48c44550dcac"
version = "=29.0.0"
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.
Automated update for the
soroban-envdependency onprotocol-next.