Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump horizon tag to horizon-v22.0.0-rc1 #634

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v2.32.0
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
Expand All @@ -58,7 +58,7 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v2.32.0
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
horizon_ref: horizon-v22.0.0-rc1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leighmcculloch , can the latest variant refer to rc's or should it wait for 'ga' release, i.e. horizon-v22.0.0 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest should wait for stable releases.

soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
Expand All @@ -59,7 +59,7 @@ jobs:
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v2.32.0
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
Expand All @@ -60,7 +60,7 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v2.32.0
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v21.5.1
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-latest:
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v21.1.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
HORIZON_REF=horizon-v22.0.0-rc1 \
SOROBAN_RPC_REF=v21.5.1 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

Expand All @@ -35,7 +35,7 @@ build-testing:
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v2.32.0 \
HORIZON_REF=horizon-v22.0.0-rc1 \
SOROBAN_RPC_REF=v21.5.1 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

Expand All @@ -44,7 +44,7 @@ build-future:
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v2.32.0 \
HORIZON_REF=horizon-v22.0.0-rc1 \
SOROBAN_RPC_REF=v21.5.1 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

Expand Down
Loading