Skip to content

Commit

Permalink
Bump RPC version on all images (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykarcher authored Dec 20, 2023
1 parent c8b9e02 commit ff3dd50
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-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
xdr_ref: v20.0.2
core_ref: v20.0.2
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
soroban_tools_ref: v20.1.0
test_matrix: |
{
"network": ["pubnet", "local"],
Expand All @@ -61,7 +61,7 @@ jobs:
core_ref: v20.0.2
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
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-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
core_ref: v20.0.2
core_supports_enable_soroban_diagnostic_events: "true"
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
soroban_tools_ref: v20.1.0
test_matrix: |
{
"network": ["local"],
Expand All @@ -59,7 +59,7 @@ jobs:
core_supports_enable_soroban_diagnostic_events: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
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-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
core_ref: v20.0.2
core_supports_enable_soroban_diagnostic_events: "true"
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
soroban_tools_ref: v20.1.0
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -64,7 +64,7 @@ jobs:
core_supports_enable_soroban_diagnostic_events: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0
soroban_tools_ref: v20.0.2
soroban_tools_ref: v20.1.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 @@ -27,23 +27,23 @@ build-latest:
CORE_REF=v20.0.2 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.0.2
SOROBAN_RPC_REF=v20.1.0

build-testing:
$(MAKE) build TAG=testing \
XDR_REF=v20.0.2 \
CORE_REF=v20.0.2 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.0.2
SOROBAN_RPC_REF=v20.1.0

build-soroban-dev:
$(MAKE) build TAG=soroban-dev \
XDR_REF=v20.0.2 \
CORE_REF=v20.0.2 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.0.2
SOROBAN_RPC_REF=v20.1.0

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

0 comments on commit ff3dd50

Please sign in to comment.