Skip to content

Commit

Permalink
update rpc to 20.0.0-rc4 (#502)
Browse files Browse the repository at this point in the history
* update soroban rpc rc4

* rollback undesired changes.
  • Loading branch information
tsachiherman authored Sep 26, 2023
1 parent 17289e1 commit acc11a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit acc11a7

Please sign in to comment.