Skip to content

Bump current version of soroban-env to latest tip - #916

Open
github-actions[bot] wants to merge 1 commit into
protocol-nextfrom
automation/bump-soroban-env
Open

github-actions[bot] wants to merge 1 commit into
protocol-nextfrom
automation/bump-soroban-env

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Automated update for the soroban-env dependency on protocol-next.

@github-actions
github-actions Bot force-pushed the automation/bump-soroban-env branch from 29f84b8 to c765815 Compare August 5, 2026 00:49
@github-actions
github-actions Bot force-pushed the automation/bump-soroban-env branch 3 times, most recently from 2e925e0 to 7d6051f Compare August 21, 2026 00:28
Copilot AI balanced review requested due to automatic review settings August 29, 2026 00:52
@github-actions
github-actions Bot force-pushed the automation/bump-soroban-env branch from 7d6051f to 6c07fd6 Compare August 29, 2026 00:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
github-actions Bot force-pushed the automation/bump-soroban-env branch from 6c07fd6 to fd86e41 Compare September 1, 2026 12:36
Copilot AI review requested due to automatic review settings September 1, 2026 12:36

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

Comment thread Cargo.toml
version = "=28.0.1"
git = "https://github.com/stellar/rs-soroban-env"
rev = "a7e15b439c4b49b17ba8f9e4527efee8d8119aba"
version = "=29.0.0"
Copilot AI review requested due to automatic review settings September 16, 2026 01:00
@github-actions
github-actions Bot force-pushed the automation/bump-soroban-env branch from fd86e41 to f0b076d Compare September 16, 2026 01:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 curr to protocol 29 while leaving prev at 27 creates a protocol gap: the dispatch in preflight/src/lib.rs only accepts proto <= prev::PROTOCOL or proto == curr::PROTOCOL, so every protocol-28 preflight now returns unsupported 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 -prev lane when introducing the protocol-29 -curr lane, and update the lockfile accordingly.
version = "=29.0.0"

Copilot AI review requested due to automatic review settings September 16, 2026 12:37
@github-actions
github-actions Bot force-pushed the automation/bump-soroban-env branch from f0b076d to 51a1dce Compare September 16, 2026 12:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 -curr to protocol 29 leaves a protocol gap: preflight/src/lib.rs routes versions <= prev::PROTOCOL (still 27) to -prev and only == curr::PROTOCOL to -curr, so every protocol-28 simulation now returns unsupported protocol version. The existing preflight tests and P28 integration job also still require protocol 28. Rotate both -prev dependencies 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"

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.

2 participants