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..bb2b17aa 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -35,9 +35,9 @@ 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 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["pubnet", "local"], @@ -59,9 +59,9 @@ 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 + friendbot_ref: horizon-v22.0.1 test_matrix: | { "network": ["pubnet", "local"], 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