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 rpc to 20.0.0-rc4 #502

Merged
merged 2 commits into from
Sep 26, 2023
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
4 changes: 2 additions & 2 deletions .github/workflows/build-soroban-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
core_ref: v20.0.0rc2
core_supports_testing_soroban_high_limit_override: "true"
go_ref: horizon-v2.27.0-rc1
soroban_tools_ref: v20.0.0-rc3
soroban_tools_ref: v20.0.0-rc4
test_matrix: |
{
"network": ["local"],
Expand All @@ -57,7 +57,7 @@ jobs:
core_supports_testing_soroban_high_limit_override: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0-rc1
soroban_tools_ref: v20.0.0-rc3
soroban_tools_ref: v20.0.0-rc4
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 @@ -40,7 +40,7 @@ jobs:
core_ref: v20.0.0rc2
core_supports_testing_soroban_high_limit_override: "true"
go_ref: horizon-v2.27.0-rc1
soroban_tools_ref: v20.0.0-rc3
soroban_tools_ref: v20.0.0-rc4
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -65,7 +65,7 @@ jobs:
core_supports_testing_soroban_high_limit_override: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0-rc1
soroban_tools_ref: v20.0.0-rc3
soroban_tools_ref: v20.0.0-rc4
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
{
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ build-testing:
CORE_REF=v20.0.0rc2 \
CORE_SUPPORTS_TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true \
HORIZON_REF=horizon-v2.27.0-rc1 \
SOROBAN_RPC_REF=v20.0.0-rc3
SOROBAN_RPC_REF=v20.0.0-rc4

build-soroban-dev:
$(MAKE) build TAG=soroban-dev \
CORE_REF=v20.0.0rc2 \
CORE_SUPPORTS_TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE=true \
HORIZON_REF=horizon-v2.27.0-rc1 \
SOROBAN_RPC_REF=v20.0.0-rc3
SOROBAN_RPC_REF=v20.0.0-rc4

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