Skip to content

Commit

Permalink
Bump horizon to 2.30.0 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla authored Apr 23, 2024
1 parent 4a55b60 commit 7580b06
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
protocol_version_default: 20
xdr_ref: v20.0.2
core_ref: v20.1.0
go_ref: horizon-v2.29.0
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.1.0
test_matrix: |
{
Expand All @@ -58,7 +58,7 @@ jobs:
xdr_ref: v20.0.2
core_ref: v20.1.0
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.29.0
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.1.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
protocol_version_default: 20
xdr_ref: v20.1.0
core_ref: v20.4.0
go_ref: horizon-v2.29.0
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.3.0
test_matrix: |
{
Expand All @@ -59,7 +59,7 @@ jobs:
xdr_ref: v20.1.0
core_ref: v20.4.0
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.29.0
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.3.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
protocol_version_default: 20
xdr_ref: v21.0.0
core_ref: v21.0.0rc1
go_ref: horizon-v2.29.0
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.3.0
test_matrix: |
{
Expand All @@ -60,7 +60,7 @@ jobs:
xdr_ref: v21.0.0
core_ref: v21.0.0rc1
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.29.0
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.3.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ build-latest:
PROTOCOL_VERSION_DEFAULT=20 \
XDR_REF=v20.1.0 \
CORE_REF=v20.4.0 \
HORIZON_REF=horizon-v2.29.0 \
HORIZON_REF=horizon-v2.30.0 \
SOROBAN_RPC_REF=v20.3.0

build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=20 \
XDR_REF=v21.0.0 \
CORE_REF=v21.0.0rc1 \
HORIZON_REF=horizon-v2.29.0 \
HORIZON_REF=horizon-v2.30.0 \
SOROBAN_RPC_REF=v20.3.0

build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=20 \
XDR_REF=v20.0.2 \
CORE_REF=v20.1.0 \
HORIZON_REF=horizon-v2.29.0 \
HORIZON_REF=horizon-v2.30.0 \
SOROBAN_RPC_REF=v20.1.0

build:
Expand Down

0 comments on commit 7580b06

Please sign in to comment.