From fb3457625dd20331f883aadce93d2543786b162c Mon Sep 17 00:00:00 2001 From: tamirms Date: Wed, 13 Nov 2024 21:39:23 +0100 Subject: [PATCH 1/2] Update horizon version to 22.0.1 --- .github/workflows/build-future.yml | 8 ++++---- .github/workflows/build-latest.yml | 4 ++-- .github/workflows/build-testing.yml | 8 ++++---- Makefile | 10 +++++----- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index 66ee98e9..33ae129c 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 core_ref: v22.0.0 - horizon_ref: horizon-v22.0.0-rc2 + horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0-rc3 - friendbot_ref: horizon-v22.0.0-rc2 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["local"], @@ -58,9 +58,9 @@ jobs: protocol_version_default: 22 xdr_ref: v22.0.0 core_ref: v22.0.0 - horizon_ref: horizon-v22.0.0-rc2 + horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0-rc3 - friendbot_ref: horizon-v22.0.0-rc2 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["local"], diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 54313c70..35aab07f 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -35,7 +35,7 @@ jobs: protocol_version_default: 21 xdr_ref: v22.0.0 core_ref: v22.0.0 - horizon_ref: horizon-v22.0.0 + horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | @@ -59,7 +59,7 @@ jobs: protocol_version_default: 21 xdr_ref: v22.0.0 core_ref: v22.0.0 - horizon_ref: horizon-v22.0.0 + horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 3ad88ea5..f74134f2 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 core_ref: v22.0.0 - horizon_ref: horizon-v22.0.0 + horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0 - friendbot_ref: horizon-v22.0.0 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["testnet", "pubnet", "local"], @@ -60,9 +60,9 @@ jobs: protocol_version_default: 22 xdr_ref: v22.0.0 core_ref: v22.0.0 - horizon_ref: horizon-v22.0.0 + horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0 - friendbot_ref: horizon-v22.0.0 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["testnet", "pubnet", "local"], diff --git a/Makefile b/Makefile index 2f8c4ea5..c2198374 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build-latest: PROTOCOL_VERSION_DEFAULT=21 \ XDR_REF=v22.0.0 \ CORE_REF=v22.0.0 \ - HORIZON_REF=horizon-v2.32.0 \ + HORIZON_REF=horizon-v22.0.1 \ SOROBAN_RPC_REF=v21.5.1 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 @@ -35,18 +35,18 @@ build-testing: PROTOCOL_VERSION_DEFAULT=22 \ XDR_REF=v22.0.0 \ CORE_REF=v22.0.0 \ - HORIZON_REF=horizon-v22.0.0 \ + HORIZON_REF=horizon-v22.0.1 \ SOROBAN_RPC_REF=v22.0.0 \ - FRIENDBOT_REF=horizon-v22.0.0 + FRIENDBOT_REF=horizon-v22.0.1 build-future: $(MAKE) build TAG=future \ PROTOCOL_VERSION_DEFAULT=22 \ XDR_REF=v22.0.0 \ CORE_REF=v22.0.0 \ - HORIZON_REF=horizon-v22.0.0 \ + HORIZON_REF=horizon-v22.0.1 \ SOROBAN_RPC_REF=v22.0.0 \ - FRIENDBOT_REF=horizon-v22.0.0 + FRIENDBOT_REF=horizon-v22.0.1 build: $(MAKE) -j 4 build-deps From 6447106b4b06b91e65ecf08a718934340957187e Mon Sep 17 00:00:00 2001 From: tamirms Date: Wed, 13 Nov 2024 22:35:50 +0100 Subject: [PATCH 2/2] update friendbot_ref for build-latest --- .github/workflows/build-latest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 35aab07f..bb2b17aa 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -37,7 +37,7 @@ jobs: core_ref: v22.0.0 horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0 - friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["pubnet", "local"], @@ -61,7 +61,7 @@ jobs: core_ref: v22.0.0 horizon_ref: horizon-v22.0.1 soroban_rpc_ref: v22.0.0 - friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["pubnet", "local"],