Skip to content

Commit

Permalink
Set all PROTOCOL_VERSION_DEFAULT to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Oct 8, 2024
1 parent d245502 commit 63c5900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sha: ${{ inputs.sha }}
arch: amd64
tag: ${{ inputs.tag-prefix }}latest-amd64
protocol_version_default: 20
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
Expand All @@ -56,7 +56,7 @@ jobs:
sha: ${{ inputs.sha }}
arch: arm64
tag: ${{ inputs.tag-prefix }}latest-arm64
protocol_version_default: 20
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
core_build_runner_type: ubuntu-latest-16-cores
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ console:

build-latest:
$(MAKE) build TAG=latest \
PROTOCOL_VERSION_DEFAULT=20 \
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v21.1.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
Expand All @@ -32,7 +32,7 @@ build-latest:

build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=22 \
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v2.32.0 \
Expand All @@ -41,7 +41,7 @@ build-testing:

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

0 comments on commit 63c5900

Please sign in to comment.