Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update testnet and futurenet to use horizon-v22.0.0-rc2
Browse files Browse the repository at this point in the history
tamirms committed Oct 25, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 1250b40 commit 44afa6b
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ jobs:
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
friendbot_ref: horizon-v22.0.0-rc2
test_matrix: |
{
"network": ["local"],
@@ -58,9 +58,9 @@ jobs:
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
friendbot_ref: horizon-v22.0.0-rc2
test_matrix: |
{
"network": ["local"],
8 changes: 4 additions & 4 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
@@ -36,9 +36,9 @@ jobs:
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
friendbot_ref: horizon-v22.0.0-rc2
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
@@ -60,9 +60,9 @@ jobs:
protocol_version_default: 22
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
friendbot_ref: horizon-v22.0.0-rc2
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -35,18 +35,18 @@ build-testing:
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v22.0.0-rc1 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc2 \
FRIENDBOT_REF=horizon-v22.0.0-rc1
FRIENDBOT_REF=horizon-v22.0.0-rc2

build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v22.0.0-rc1 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc2 \
FRIENDBOT_REF=horizon-v22.0.0-rc1
FRIENDBOT_REF=horizon-v22.0.0-rc2

build:
$(MAKE) -j 4 build-deps

0 comments on commit 44afa6b

Please sign in to comment.