You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sets the version of rust toolchain that will be pre-installed in the
@@ -42,26 +42,26 @@ jobs:
42
42
# resolution options, using npm release or a gh ref:
43
43
#
44
44
# 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
46
46
# option #2, set the version of stellar-sdk used as a ref to a gh repo if
47
47
# a value is set on SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO, it takes
48
48
# precedence over any SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION
49
49
SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO:
50
50
SYSTEM_TEST_JS_STELLAR_SDK_GH_REF:
51
51
52
52
# 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
54
54
55
55
# system test will build quickstart image internally to use for running the service stack
56
56
# configured in standalone network mode(core, rpc)
57
57
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
58
58
SYSTEM_TEST_VERBOSE_OUTPUT: "true"
59
59
60
60
# the soroban test cases will compile various contracts from the examples repo
0 commit comments