Skip to content

Commit

Permalink
Update latest core to v22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Nov 6, 2024
1 parent 898d3a7 commit c6d74b6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
sha: ${{ inputs.sha }}
arch: amd64
tag: ${{ inputs.tag-prefix }}latest-amd64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
protocol_version_default: 22
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
test_matrix: |
{
"network": ["pubnet", "local"],
Expand All @@ -56,12 +56,12 @@ jobs:
sha: ${{ inputs.sha }}
arch: arm64
tag: ${{ inputs.tag-prefix }}latest-arm64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
protocol_version_default: 22
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
test_matrix: |
{
"network": ["pubnet", "local"],
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ console:

build-latest:
$(MAKE) build TAG=latest \
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v21.1.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.5.1 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9
PROTOCOL_VERSION_DEFAULT=22 \
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-testing:
$(MAKE) build TAG=testing \
Expand Down

0 comments on commit c6d74b6

Please sign in to comment.