Skip to content

Commit 83953e4

Browse files
authored
Bump soroban-env to next protocol version (#595)
* Bump soroban-env to next protocol version * Add required config key to mocked ledger entries * Integrate unstable-next-api into curr (dropped arg)
1 parent 5a50d7a commit 83953e4

File tree

6 files changed

+348
-99
lines changed

6 files changed

+348
-99
lines changed

.github/workflows/stellar-rpc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,12 @@ jobs:
9090
strategy:
9191
matrix:
9292
os: [ ubuntu-22.04 ]
93-
protocol-version: [ 24, 25 ]
93+
protocol-version: [ 25 ]
9494
runs-on: ${{ matrix.os }}
9595
env:
9696
STELLAR_RPC_INTEGRATION_TESTS_ENABLED: true
9797
STELLAR_RPC_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }}
9898
STELLAR_RPC_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core
99-
PROTOCOL_24_CORE_DEBIAN_PKG_VERSION: 25.0.0-2911.e9748b05a.jammy
100-
PROTOCOL_24_CORE_DOCKER_IMG: stellar/stellar-core:25.0.0-2911.e9748b05a.jammy
10199
PROTOCOL_25_CORE_DEBIAN_PKG_VERSION: 25.0.0-2911.e9748b05a.jammy
102100
PROTOCOL_25_CORE_DOCKER_IMG: stellar/stellar-core:25.0.0-2911.e9748b05a.jammy
103101

0 commit comments

Comments
 (0)