Skip to content

Commit

Permalink
protocol22: Bump dependencies to stable 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Nov 7, 2024
1 parent b1582f3 commit 5715e79
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 33 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
SOROBAN_RPC_INTEGRATION_TESTS_ENABLED: true
SOROBAN_RPC_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }}
SOROBAN_RPC_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core
PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 22.0.0-2095.rc2.1bccbc921.focal
PROTOCOL_21_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2095.rc2.1bccbc921.focal
PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 22.0.0-2126.rc3.92923c2db.focal
PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2126.rc3.92923c2db.focal
PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 22.0.0-2138.721fd0a65.focal
PROTOCOL_21_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2138.721fd0a65.focal
PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 22.0.0-2138.721fd0a65.focal
PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2138.721fd0a65.focal

steps:
- uses: actions/checkout@v4
Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "=21.2.1"

[workspace.dependencies.soroban-env-host-curr]
package = "soroban-env-host"
version = "=22.0.0-rc.3"
version = "=22.0.0"
#git = "https://github.com/stellar/rs-soroban-env"
#rev = "0497816694bef2b103494c8c61b7c8a06a72c7d3"

Expand All @@ -25,12 +25,12 @@ version = "=21.2.1"

[workspace.dependencies.soroban-simulation-curr]
package = "soroban-simulation"
version = "=22.0.0-rc.3"
version = "=22.0.0"
# git = "https://github.com/stellar/rs-soroban-env"
# rev = "0497816694bef2b103494c8c61b7c8a06a72c7d3"

[workspace.dependencies.stellar-xdr]
version = "=22.0.0-rc.1.1"
version = "=22.0.0"
features = [ "serde" ]

[workspace.dependencies]
Expand Down
5 changes: 0 additions & 5 deletions scripts/check-dependencies.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set -e

# FIXME version checking is broken for RC releases after multi-protocol support
exit 0

SED=sed
if [ -z "$(sed --version 2>&1 | grep GNU)" ]; then
SED=gsed
Expand All @@ -19,8 +16,6 @@ PROTOS=$($SED -n ':pkg; /"soroban-env-host"/ {n; /version/ { s/[^0-9]*\([0-9]\+\
if [ -z "$PROTOS" ]; then
echo "Cannot find soroban-env-host dependencies in Cargo.toml"
exit 1
else
echo "Found supported protocols: $PROTOS"
fi

for PROTO in $PROTOS
Expand Down

0 comments on commit 5715e79

Please sign in to comment.