Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update horizon version to 22.0.1 #641

Merged
merged 2 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Loading