Skip to content

Commit 0dbb665

Browse files
authored
Bump e2e test protocol number and dependencies (#342)
1 parent 69d7895 commit 0dbb665

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .github/workflows/e2e.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
SYSTEM_TEST_CORE_COMPILE_CONFIGURE_FLAGS: "--disable-tests"
3232
# or set SYSTEM_TEST_CORE_GIT_REF to empty, and set SYSTEM_TEST_CORE_IMAGE
3333
# to pull a pre-compiled image from dockerhub instead
34-
SYSTEM_TEST_CORE_IMAGE: stellar/stellar-core:21
34+
SYSTEM_TEST_CORE_IMAGE: stellar/stellar-core:22
3535
SYSTEM_TEST_CORE_IMAGE_BIN_PATH: /usr/bin/stellar-core
3636

3737
# sets the version of rust toolchain that will be pre-installed in the
@@ -42,26 +42,26 @@ jobs:
4242
# resolution options, using npm release or a gh ref:
4343
#
4444
# option #1, set the version of stellar-sdk based on a npm release version
45-
SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION: 12.3.0
45+
SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION: 13.1.0
4646
# option #2, set the version of stellar-sdk used as a ref to a gh repo if
4747
# a value is set on SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO, it takes
4848
# precedence over any SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION
4949
SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO:
5050
SYSTEM_TEST_JS_STELLAR_SDK_GH_REF:
5151

5252
# the version of rs-stellar-xdr to use for quickstart
53-
SYSTEM_TEST_RS_XDR_GIT_REF: v21.2.0
53+
SYSTEM_TEST_RS_XDR_GIT_REF: v22.1.0
5454

5555
# system test will build quickstart image internally to use for running the service stack
5656
# configured in standalone network mode(core, rpc)
5757
SYSTEM_TEST_QUICKSTART_GIT_REF: https://github.com/stellar/quickstart.git#8ba15a3208a892f338a5927f67f3187065517c55 # triggers system test to log out details from quickstart's logs and test steps
5858
SYSTEM_TEST_VERBOSE_OUTPUT: "true"
5959

6060
# the soroban test cases will compile various contracts from the examples repo
61-
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_HASH: "v21.6.0"
61+
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_HASH: "v22.0.1"
6262
SYSTEM_TEST_SOROBAN_EXAMPLES_GIT_REPO: "https://github.com/stellar/soroban-examples.git"
6363

64-
PROTOCOL_VERSION_DEFAULT: 21
64+
PROTOCOL_VERSION_DEFAULT: 22
6565
steps:
6666
- uses: actions/checkout@v4
6767
name: checkout system-test

0 commit comments

Comments
 (0)