From a15b21f661b90728c52536de6dea45801e5cb0b8 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:07:14 +1000 Subject: [PATCH] Update core in testing/future --- .github/workflows/build-future.yml | 4 ++-- .github/workflows/build-testing.yml | 4 ++-- Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index bbfc11c4..103c916b 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -33,7 +33,7 @@ jobs: tag: ${{ inputs.tag-prefix }}future-amd64 protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 - core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb + core_ref: v22.0.0rc3 horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc3 friendbot_ref: horizon-v22.0.0-rc2 @@ -57,7 +57,7 @@ jobs: tag: ${{ inputs.tag-prefix }}future-arm64 protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 - core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb + core_ref: v22.0.0rc3 horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc3 friendbot_ref: horizon-v22.0.0-rc2 diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index d5ed6225..fdb1dde6 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -35,7 +35,7 @@ jobs: tag: ${{ inputs.tag-prefix }}testing-amd64 protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 - core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb + core_ref: v22.0.0rc3 horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc3 friendbot_ref: horizon-v22.0.0-rc2 @@ -59,7 +59,7 @@ jobs: tag: ${{ inputs.tag-prefix }}testing-arm64 protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 - core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb + core_ref: v22.0.0rc3 horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc3 friendbot_ref: horizon-v22.0.0-rc2 diff --git a/Makefile b/Makefile index b2956cf3..7d732100 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ build-testing: $(MAKE) build TAG=testing \ PROTOCOL_VERSION_DEFAULT=22 \ XDR_REF=v22.0.0-rc.1.1 \ - CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \ + CORE_REF=v22.0.0rc3 \ HORIZON_REF=horizon-v22.0.0-rc2 \ SOROBAN_RPC_REF=v22.0.0-rc3 \ FRIENDBOT_REF=horizon-v22.0.0-rc2 @@ -43,7 +43,7 @@ build-future: $(MAKE) build TAG=future \ PROTOCOL_VERSION_DEFAULT=22 \ XDR_REF=v22.0.0-rc.1.1 \ - CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \ + CORE_REF=v22.0.0rc3 \ HORIZON_REF=horizon-v22.0.0-rc2 \ SOROBAN_RPC_REF=v22.0.0-rc3 \ FRIENDBOT_REF=horizon-v22.0.0-rc2