Skip to content

Commit

Permalink
bump rpc version (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya1702 committed Sep 11, 2024
1 parent 60164c7 commit d0814fc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
soroban_rpc_ref: v21.5.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
Expand All @@ -60,7 +60,7 @@ jobs:
core_ref: v21.3.1
core_build_runner_type: ubuntu-latest-16-cores
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
soroban_rpc_ref: v21.5.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
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 @@ -36,7 +36,7 @@ jobs:
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
soroban_rpc_ref: v21.5.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
Expand All @@ -61,7 +61,7 @@ jobs:
core_ref: v21.3.1
core_build_runner_type: ubuntu-latest-16-cores
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
soroban_rpc_ref: v21.5.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
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 @@ -37,7 +37,7 @@ jobs:
xdr_ref: v21.1.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
soroban_rpc_ref: v21.5.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
Expand All @@ -62,7 +62,7 @@ jobs:
core_ref: v21.3.1
core_build_runner_type: ubuntu-latest-16-cores
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
soroban_rpc_ref: v21.5.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build-latest:
XDR_REF=v21.1.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.2.0 \
SOROBAN_RPC_REF=v21.5.0 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

build-testing:
Expand All @@ -36,7 +36,7 @@ build-testing:
XDR_REF=v21.1.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.2.0 \
SOROBAN_RPC_REF=v21.5.0 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

build-future:
Expand All @@ -45,7 +45,7 @@ build-future:
XDR_REF=v21.1.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.2.0 \
SOROBAN_RPC_REF=v21.5.0 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9

build:
Expand Down
3 changes: 0 additions & 3 deletions futurenet/soroban-rpc/etc/stellar-captive-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ DATABASE="__DATABASE__"
ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__
ENABLE_DIAGNOSTICS_FOR_TX_SUBMISSION=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__

EXPERIMENTAL_BUCKETLIST_DB=true
EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT=12

FAILURE_SAFETY=0
UNSAFE_QUORUM=true

Expand Down
3 changes: 0 additions & 3 deletions local/soroban-rpc/etc/stellar-captive-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ ARTIFICIALLY_ACCELERATE_TIME_FOR_TESTING=true
ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__
ENABLE_DIAGNOSTICS_FOR_TX_SUBMISSION=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__

EXPERIMENTAL_BUCKETLIST_DB=true
EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT=12

UNSAFE_QUORUM=true
FAILURE_SAFETY=0

Expand Down
3 changes: 0 additions & 3 deletions pubnet/soroban-rpc/etc/stellar-captive-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ DATABASE="__DATABASE__"
ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__
ENABLE_DIAGNOSTICS_FOR_TX_SUBMISSION=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__

EXPERIMENTAL_BUCKETLIST_DB=true
EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT=12

# TODO: Connect only to the local node after
# https://github.com/stellar/go/pull/5053 is available.
# PREFERRED_PEERS=["127.0.0.1:11625"]
Expand Down
3 changes: 0 additions & 3 deletions testnet/soroban-rpc/etc/stellar-captive-core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ DATABASE="__DATABASE__"
ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__
ENABLE_DIAGNOSTICS_FOR_TX_SUBMISSION=__ENABLE_SOROBAN_DIAGNOSTIC_EVENTS__

EXPERIMENTAL_BUCKETLIST_DB=true
EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT=12

# TODO: Connect only to the local node after
# https://github.com/stellar/go/pull/5053 is available.
# PREFERRED_PEERS=["127.0.0.1:11625"]
Expand Down

0 comments on commit d0814fc

Please sign in to comment.