Skip to content

Commit a7ea6b5

Browse files
committed
wip
1 parent 59f047a commit a7ea6b5

File tree

484 files changed

+4850
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

484 files changed

+4850
-91
lines changed

.github/workflows/horizon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
HORIZON_INTEGRATION_TESTS_ENABLED: true
3434
HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }}
3535
PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 23.0.0-2634.d5cbc0793.focal
36-
PROTOCOL_22_CORE_DOCKER_IMG: stellar/unsafe-stellar-core:23.0.0-2634.d5cbc0793.focal
36+
PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:23.0.0-2634.d5cbc0793.focal
3737
PROTOCOL_22_STELLAR_RPC_DOCKER_IMG: stellar/stellar-rpc:23.0.0-rc2-126
3838
PROTOCOL_23_CORE_DEBIAN_PKG_VERSION: 23.0.0-2634.d5cbc0793.focal
39-
PROTOCOL_23_CORE_DOCKER_IMG: stellar/unsafe-stellar-core:23.0.0-2634.d5cbc0793.focal
39+
PROTOCOL_23_CORE_DOCKER_IMG: stellar/stellar-core:23.0.0-2634.d5cbc0793.focal
4040
PROTOCOL_23_STELLAR_RPC_DOCKER_IMG: stellar/stellar-rpc:23.0.0-rc2-126
4141
PGHOST: localhost
4242
PGPORT: 5432

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ debug
2222
*.conf
2323
*.lock
2424
.proto_checksums
25+
!services/horizon/docker/bootstrap/**

0 commit comments

Comments
 (0)