Update soroban-env-* crates to version =v26.1.2#1830
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the workspace’s Soroban environment (soroban-env-*) dependencies to =26.1.2 and refreshes downstream test snapshots to match the new host behavior/output.
Changes:
- Bump
soroban-env-common,soroban-env-guest, andsoroban-env-hostto=26.1.2(and updateCargo.lockaccordingly). - Adjust
Envtestutils hook wiring insoroban-sdkto use the renamed invocation hook/event API. - Update multiple JSON snapshots to reflect the new
authshape/content emitted by the updated env crates.
Reviewed changes
Copilot reviewed 22 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Pins soroban-env-* workspace deps to =26.1.2. |
| Cargo.lock | Updates resolved soroban-env-* (and related) package versions/checksums to match the new pins. |
| soroban-sdk/src/env.rs | Switches testutils wiring from the old contract-invocation hook/event names to the new invocation hook/event names. |
| soroban-sdk/test_snapshots/tests/address/test_get_existing_contract_address_executable_wasm.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
| soroban-sdk/test_snapshots/tests/address/test_get_existing_contract_address_executable_asset.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-sdk/test_snapshots/tests/cost_estimate/test_cost_estimate_budget.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
| soroban-sdk/test_snapshots/tests/cost_estimate/test_cost_estimate_with_storage.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
| soroban-sdk/test_snapshots/tests/crypto_bls12_381/test_invoke_contract.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
| soroban-sdk/test_snapshots/tests/token_client/test_mock_auth.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-sdk/test_snapshots/tests/token_client/test_mock_all_auth.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-sdk/test_snapshots/tests/token_client/test_issuer_flags.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-token-sdk/test_snapshots/tests/events/test_approve.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-token-sdk/test_snapshots/tests/events/test_burn.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-token-sdk/test_snapshots/tests/events/test_clawback.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-token-sdk/test_snapshots/tests/events/test_mint_with_amount_only.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-token-sdk/test_snapshots/tests/events/test_transfer_with_amount_only.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| soroban-token-sdk/test_snapshots/tests/events/test_transfer_with_id.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| stellar-asset-spec/test_snapshots/tests/events/test_set_admin.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| stellar-asset-spec/test_snapshots/tests/events/test_set_authorized.1.json | Snapshot update reflecting new auth output (extra empty entry). |
| tests/associated_type_contracttrait/test_snapshots/test_with_wasm/test_exec.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
| tests/tuples/test_snapshots/test/test_wasm_tuple1.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
| tests/tuples/test_snapshots/test/test_wasm_tuple2.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
| tests/tuples/test_snapshots/test/test_wasm_void.1.json | Snapshot update reflecting new auth output (now includes create-contract auth). |
jayz22
approved these changes
Apr 8, 2026
dmkozh
approved these changes
Apr 8, 2026
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
Update the Soroban env crates to the most recent version.
Known limitations
None