From 44afa6b09b00593b25ea6d25e4cdaffbebcf5fe7 Mon Sep 17 00:00:00 2001 From: tamirms Date: Fri, 25 Oct 2024 12:19:34 +0100 Subject: [PATCH 1/2] Update testnet and futurenet to use horizon-v22.0.0-rc2 --- .github/workflows/build-future.yml | 8 ++++---- .github/workflows/build-testing.yml | 8 ++++---- Makefile | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index ed3ad7de..2e2935fa 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -34,9 +34,9 @@ jobs: protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 core_ref: v22.0.0rc2 - horizon_ref: horizon-v22.0.0-rc1 + horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 - friendbot_ref: horizon-v22.0.0-rc1 + friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { "network": ["local"], @@ -58,9 +58,9 @@ jobs: protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 core_ref: v22.0.0rc2 - horizon_ref: horizon-v22.0.0-rc1 + horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 - friendbot_ref: horizon-v22.0.0-rc1 + friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { "network": ["local"], diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index c8947f0d..695b66bc 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -36,9 +36,9 @@ jobs: protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 core_ref: v22.0.0rc2 - horizon_ref: horizon-v22.0.0-rc1 + horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 - friendbot_ref: horizon-v22.0.0-rc1 + friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { "network": ["testnet", "pubnet", "local"], @@ -60,9 +60,9 @@ jobs: protocol_version_default: 22 xdr_ref: v22.0.0-rc.1.1 core_ref: v22.0.0rc2 - horizon_ref: horizon-v22.0.0-rc1 + horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 - friendbot_ref: horizon-v22.0.0-rc1 + friendbot_ref: horizon-v22.0.0-rc2 test_matrix: | { "network": ["testnet", "pubnet", "local"], diff --git a/Makefile b/Makefile index 37f30b18..56f419b4 100644 --- a/Makefile +++ b/Makefile @@ -35,18 +35,18 @@ build-testing: PROTOCOL_VERSION_DEFAULT=22 \ XDR_REF=v22.0.0-rc.1.1 \ CORE_REF=v22.0.0rc2 \ - HORIZON_REF=horizon-v22.0.0-rc1 \ + HORIZON_REF=horizon-v22.0.0-rc2 \ SOROBAN_RPC_REF=v22.0.0-rc2 \ - FRIENDBOT_REF=horizon-v22.0.0-rc1 + FRIENDBOT_REF=horizon-v22.0.0-rc2 build-future: $(MAKE) build TAG=future \ PROTOCOL_VERSION_DEFAULT=22 \ XDR_REF=v22.0.0-rc.1.1 \ CORE_REF=v22.0.0rc2 \ - HORIZON_REF=horizon-v22.0.0-rc1 \ + HORIZON_REF=horizon-v22.0.0-rc2 \ SOROBAN_RPC_REF=v22.0.0-rc2 \ - FRIENDBOT_REF=horizon-v22.0.0-rc1 + FRIENDBOT_REF=horizon-v22.0.0-rc2 build: $(MAKE) -j 4 build-deps From 888a26acb38330f6262a2f8abd46e8a9e8180634 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:25:19 +1000 Subject: [PATCH 2/2] update stellar-core to check this build is then fixed --- .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 2e2935fa..c03bc5fe 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: v22.0.0rc2 + core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 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: v22.0.0rc2 + core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 friendbot_ref: horizon-v22.0.0-rc2 diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 695b66bc..352d257f 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: v22.0.0rc2 + core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 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: v22.0.0rc2 + core_ref: 92923c2db65de63f6524bf6931dd14b05aa488bb horizon_ref: horizon-v22.0.0-rc2 soroban_rpc_ref: v22.0.0-rc2 friendbot_ref: horizon-v22.0.0-rc2 diff --git a/Makefile b/Makefile index 56f419b4..a7ed3bd9 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=v22.0.0rc2 \ + CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \ HORIZON_REF=horizon-v22.0.0-rc2 \ SOROBAN_RPC_REF=v22.0.0-rc2 \ 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=v22.0.0rc2 \ + CORE_REF=92923c2db65de63f6524bf6931dd14b05aa488bb \ HORIZON_REF=horizon-v22.0.0-rc2 \ SOROBAN_RPC_REF=v22.0.0-rc2 \ FRIENDBOT_REF=horizon-v22.0.0-rc2