Skip to content

Commit

Permalink
Bump core to latest stable v22.0.0 (#639)
Browse files Browse the repository at this point in the history
* Update testing and future core version to v22.0.0

* Update latest core to v22.0.0

* undo non-core updates for latest
  • Loading branch information
sisuresh authored Nov 7, 2024
1 parent 2adee2b commit 4b384bc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
arch: amd64
tag: ${{ inputs.tag-prefix }}future-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc3
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand All @@ -56,8 +56,8 @@ jobs:
arch: arm64
tag: ${{ inputs.tag-prefix }}future-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc3
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
arch: amd64
tag: ${{ inputs.tag-prefix }}latest-amd64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand All @@ -57,8 +57,8 @@ jobs:
arch: arm64
tag: ${{ inputs.tag-prefix }}latest-arm64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
arch: amd64
tag: ${{ inputs.tag-prefix }}testing-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc3
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand All @@ -58,8 +58,8 @@ jobs:
arch: arm64
tag: ${{ inputs.tag-prefix }}testing-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc3
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@ console:
build-latest:
$(MAKE) build TAG=latest \
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v21.1.0 \
CORE_REF=v21.3.1 \
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.5.1 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc3 \
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc3 \
FRIENDBOT_REF=horizon-v22.0.0-rc2

build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc3 \
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc3 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
Expand Down

0 comments on commit 4b384bc

Please sign in to comment.