Skip to content

Commit

Permalink
Revert "Update testnet and futurenet to use horizon-v22.0.0-rc2 (#635)"
Browse files Browse the repository at this point in the history
This reverts commit a9bd979.
  • Loading branch information
leighmcculloch authored Oct 29, 2024
1 parent a9bd979 commit 8f2cfb6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
"network": ["local"],
Expand All @@ -57,10 +57,10 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
"network": ["local"],
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-amd64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -59,10 +59,10 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-arm64
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb
horizon_ref: horizon-v22.0.0-rc2
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \
HORIZON_REF=horizon-v22.0.0-rc2 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v22.0.0-rc1 \
SOROBAN_RPC_REF=v22.0.0-rc2 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
FRIENDBOT_REF=horizon-v22.0.0-rc1

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

build:
$(MAKE) -j 4 build-deps
Expand Down

0 comments on commit 8f2cfb6

Please sign in to comment.