From 3c30375de0a7031c968659eae4e6a78fb7990b49 Mon Sep 17 00:00:00 2001
From: mlo <marta@stellar.org>
Date: Fri, 23 Aug 2024 18:17:21 -0700
Subject: [PATCH] Bump core to stable v21.3.0 (#626)

Bump core to v21.3.1
---
 .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 9ba53f5f..e56901a8 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: 21
       xdr_ref: v21.1.0
-      core_ref: v21.2.0
+      core_ref: v21.3.1
       horizon_ref: horizon-v2.32.0
       soroban_rpc_ref: v21.2.0
       friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
@@ -57,7 +57,7 @@ jobs:
       tag: ${{ inputs.tag-prefix }}future-arm64
       protocol_version_default: 21
       xdr_ref: v21.1.0
-      core_ref: v21.2.0
+      core_ref: v21.3.1
       core_build_runner_type: ubuntu-latest-16-cores
       horizon_ref: horizon-v2.32.0
       soroban_rpc_ref: v21.2.0
diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml
index 1c47d640..c9d44f21 100644
--- a/.github/workflows/build-latest.yml
+++ b/.github/workflows/build-latest.yml
@@ -34,7 +34,7 @@ jobs:
       tag: ${{ inputs.tag-prefix }}latest-amd64
       protocol_version_default: 20
       xdr_ref: v21.1.0
-      core_ref: v21.2.0
+      core_ref: v21.3.1
       horizon_ref: horizon-v2.32.0
       soroban_rpc_ref: v21.2.0
       friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
@@ -58,7 +58,7 @@ jobs:
       tag: ${{ inputs.tag-prefix }}latest-arm64
       protocol_version_default: 20
       xdr_ref: v21.1.0
-      core_ref: v21.2.0
+      core_ref: v21.3.1
       core_build_runner_type: ubuntu-latest-16-cores
       horizon_ref: horizon-v2.32.0
       soroban_rpc_ref: v21.2.0
diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml
index ea74f5a7..954b3d13 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: 21
       xdr_ref: v21.1.0
-      core_ref: v21.2.0
+      core_ref: v21.3.1
       horizon_ref: horizon-v2.32.0
       soroban_rpc_ref: v21.2.0
       friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
@@ -59,7 +59,7 @@ jobs:
       tag: ${{ inputs.tag-prefix }}testing-arm64
       protocol_version_default: 21
       xdr_ref: v21.1.0
-      core_ref: v21.2.0
+      core_ref: v21.3.1
       core_build_runner_type: ubuntu-latest-16-cores
       horizon_ref: horizon-v2.32.0
       soroban_rpc_ref: v21.2.0
diff --git a/Makefile b/Makefile
index e12e66b8..16a82d18 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ build-latest:
 	$(MAKE) build TAG=latest \
 		PROTOCOL_VERSION_DEFAULT=20 \
 		XDR_REF=v21.1.0 \
-		CORE_REF=v21.2.0 \
+		CORE_REF=v21.3.1 \
 		HORIZON_REF=horizon-v2.32.0 \
 		SOROBAN_RPC_REF=v21.2.0 \
 		FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9
@@ -34,7 +34,7 @@ build-testing:
 	$(MAKE) build TAG=testing \
 	    PROTOCOL_VERSION_DEFAULT=21 \
 		XDR_REF=v21.1.0 \
-		CORE_REF=v21.2.0 \
+		CORE_REF=v21.3.1 \
 		HORIZON_REF=horizon-v2.32.0 \
 		SOROBAN_RPC_REF=v21.2.0 \
 		FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9
@@ -43,7 +43,7 @@ build-future:
 	$(MAKE) build TAG=future \
 		PROTOCOL_VERSION_DEFAULT=21 \
 		XDR_REF=v21.1.0 \
-		CORE_REF=v21.2.0 \
+		CORE_REF=v21.3.1 \
 		HORIZON_REF=horizon-v2.32.0 \
 		SOROBAN_RPC_REF=v21.2.0 \
 		FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9