Skip to content

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

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

Bump current version of soroban-env to latest tip#763
github-actions[bot] wants to merge 1 commit into
mainfrom
automation/bump-soroban-env

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

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

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 242373a5b7

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.toml Outdated
Comment on lines +21 to +22
git = "https://github.com/stellar/rs-soroban-env"
rev = "b03d2563f3a08d51095a19bdbb6d90364b8ce04a"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep the current host version parseable by dependency check

In the checked scripts/check-dependencies.bash section, PROTOS is extracted with sed by matching package = "soroban-env-host" and inspecting only the immediately following line for version; with the new git/rev lines inserted before version, the current lane is no longer discovered (the existing command now yields only 26). That makes the dependency/XDR checks silently skip protocol 27, so current-protocol mismatches can pass CI unless the version stays adjacent to package or the script is updated to parse the TOML structure.

Useful? React with 👍 / 👎.

@github-actions github-actions Bot force-pushed the automation/bump-soroban-env branch from 242373a to bc66771 Compare June 9, 2026 01:17

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bc66771f5d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.toml Outdated
Comment on lines +21 to +22
git = "https://github.com/stellar/rs-soroban-env"
rev = "b03d2563f3a08d51095a19bdbb6d90364b8ce04a"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Bump the advertised Rust version with this git dependency

In environments that build with the workspace's declared MSRV (rust-version = "1.79.0"), this new git dependency resolves to rs-soroban-env at b03d2563, whose workspace manifest requires Rust 1.84.0; Cargo will reject the dependency before building, even though this repo still advertises 1.79. This matters for consumers or Docker/CI invocations that pin the documented Rust version rather than using stable, so the workspace rust-version/toolchain should be raised with the dependency bump.

Useful? React with 👍 / 👎.

Base automatically changed from protocol-next to main June 9, 2026 23:27
Copilot AI review requested due to automatic review settings June 12, 2026 01:28
@github-actions github-actions Bot force-pushed the automation/bump-soroban-env branch from bc66771 to e8a580e Compare June 12, 2026 01:28

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot force-pushed the automation/bump-soroban-env branch from e8a580e to 51b7c39 Compare June 17, 2026 01:30
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