Skip to content

Commit

Permalink
Bump stellar core to a version fixing restore bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jul 31, 2023
1 parent 52e684d commit d4327b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
env:
SOROBAN_RPC_INTEGRATION_TESTS_ENABLED: true
SOROBAN_RPC_INTEGRATION_TESTS_CAPTIVE_CORE_BIN: /usr/bin/stellar-core
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.12.1-1416.9215e8d7a.focal~soroban
PROTOCOL_20_CORE_DEBIAN_PKG_VERSION: 19.12.1-1419.0ad2053d5.focal~soroban
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/core-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ if [ "$1" = "standalone" ]; then
popd
fi

exec stellar-core run
exec stellar-core run --console
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
# Note: Please keep the image pinned to an immutable tag matching the Captive Core version.
# This avoid implicit updates which break compatibility between
# the Core container and captive core.
image: ${CORE_IMAGE:-2opremio/stellar-core:19.12.1-1416.9215e8d7a.focal-soroban}
image: ${CORE_IMAGE:-2opremio/stellar-core:19.12.1-1419.0ad2053d5.focal-soroban}
depends_on:
- core-postgres
restart: on-failure
Expand Down
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/simulate_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ func TestSimulateTransactionBumpAndRestoreFootprint(t *testing.T) {
IncrementSequenceNum: true,
Operations: []txnbuild.Operation{
&txnbuild.BumpFootprintExpiration{
LedgersToExpire: 10,
LedgersToExpire: 20,
Ext: xdr.TransactionExt{
V: 1,
SorobanData: &xdr.SorobanTransactionData{
Expand Down

0 comments on commit d4327b8

Please sign in to comment.