Skip to content

Commit de8daa9

Browse files
committed
revert all changes
1 parent 3fb3ad2 commit de8daa9

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.github/workflows/horizon.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-22.04]
1414
go: ["1.22", "1.23"]
1515
pg: [12, 16]
16-
protocol-version: [22, 23]
16+
protocol-version: [22]
1717
runs-on: ${{ matrix.os }}
1818
services:
1919
postgres:
@@ -35,9 +35,6 @@ jobs:
3535
PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 23.0.0.1-2488.23.0.0rc.1.472e3e69d.focal
3636
PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:23.0.0.1-2488.23.0.0rc.1.472e3e69d.focal
3737
PROTOCOL_22_STELLAR_RPC_DOCKER_IMG: stellar/stellar-rpc:22.1.2
38-
PROTOCOL_23_CORE_DEBIAN_PKG_VERSION: 23.0.0.1-2488.23.0.0rc.1.472e3e69d.focal
39-
PROTOCOL_23_CORE_DOCKER_IMG: stellar/stellar-core:23.0.0.1-2488.23.0.0rc.1.472e3e69d.focal
40-
PROTOCOL_23_STELLAR_RPC_DOCKER_IMG: stellar/stellar-rpc:23.0.0-rc0-115
4138
PGHOST: localhost
4239
PGPORT: 5432
4340
PGUSER: postgres

services/horizon/internal/ingest/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
const (
3232
// MaxSupportedProtocolVersion defines the maximum supported version of
3333
// the Stellar protocol.
34-
MaxSupportedProtocolVersion uint32 = 23
34+
MaxSupportedProtocolVersion uint32 = 22
3535

3636
// CurrentVersion reflects the latest version of the ingestion
3737
// algorithm. This value is stored in KV store and is used to decide

services/horizon/internal/integration/generate_ledgers_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ type sorobanTransaction struct {
3737
}
3838

3939
func TestGenerateLedgers(t *testing.T) {
40-
if integration.GetCoreMaxSupportedProtocol() == 23 {
41-
return
42-
}
43-
4440
var transactionsPerLedger, ledgers, transfersPerTx int
4541
var output bool
4642
var networkPassphrase string

0 commit comments

Comments
 (0)