From da502772956645d9277015d2870e7afeb3042f87 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 16 Sep 2024 14:35:56 -0700 Subject: [PATCH] Bump RPC patch version across the board --- .github/workflows/build-future.yml | 4 ++-- .github/workflows/build-latest.yml | 4 ++-- .github/workflows/build-testing.yml | 4 ++-- Makefile | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index 2e22b821..e13e4864 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -35,7 +35,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.3.1 horizon_ref: horizon-v2.32.0 - soroban_rpc_ref: v21.5.0 + soroban_rpc_ref: v21.5.1 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | { @@ -60,7 +60,7 @@ jobs: core_ref: v21.3.1 core_build_runner_type: ubuntu-latest-16-cores horizon_ref: horizon-v2.32.0 - soroban_rpc_ref: v21.5.0 + soroban_rpc_ref: v21.5.1 soroban_rpc_build_runner_type: ubuntu-latest-16-cores friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 90df7bd0..b9db162c 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -36,7 +36,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.3.1 horizon_ref: horizon-v2.32.0 - soroban_rpc_ref: v21.5.0 + soroban_rpc_ref: v21.5.1 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | { @@ -61,7 +61,7 @@ jobs: core_ref: v21.3.1 core_build_runner_type: ubuntu-latest-16-cores horizon_ref: horizon-v2.32.0 - soroban_rpc_ref: v21.5.0 + soroban_rpc_ref: v21.5.1 soroban_rpc_build_runner_type: ubuntu-latest-16-cores friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index cd294b51..0f845954 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -37,7 +37,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.3.1 horizon_ref: horizon-v2.32.0 - soroban_rpc_ref: v21.5.0 + soroban_rpc_ref: v21.5.1 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | { @@ -62,7 +62,7 @@ jobs: core_ref: v21.3.1 core_build_runner_type: ubuntu-latest-16-cores horizon_ref: horizon-v2.32.0 - soroban_rpc_ref: v21.5.0 + soroban_rpc_ref: v21.5.1 soroban_rpc_build_runner_type: ubuntu-latest-16-cores friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | diff --git a/Makefile b/Makefile index eaa90c22..660f36f5 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ build-latest: XDR_REF=v21.1.0 \ CORE_REF=v21.3.1 \ HORIZON_REF=horizon-v2.32.0 \ - SOROBAN_RPC_REF=v21.5.0 \ + SOROBAN_RPC_REF=v21.5.1 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 build-testing: @@ -36,7 +36,7 @@ build-testing: XDR_REF=v21.1.0 \ CORE_REF=v21.3.1 \ HORIZON_REF=horizon-v2.32.0 \ - SOROBAN_RPC_REF=v21.5.0 \ + SOROBAN_RPC_REF=v21.5.1 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 build-future: @@ -45,7 +45,7 @@ build-future: XDR_REF=v21.1.0 \ CORE_REF=v21.3.1 \ HORIZON_REF=horizon-v2.32.0 \ - SOROBAN_RPC_REF=v21.5.0 \ + SOROBAN_RPC_REF=v21.5.1 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 build: