Skip to content

Commit a312e7c

Browse files
Remove ticker, keystore and federation from services/, clients/, handlers/, protocols/ and update the README.md (stellar#5838)
* Remove ticker, keystore and federation from services/, clients/, handlers/, protocols/ and update the README.md * remove unnecessary dependencies from go.mod and go.sum
1 parent 8cd5ab3 commit a312e7c

File tree

129 files changed

+7
-12096
lines changed

Some content is hidden

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

129 files changed

+7
-12096
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ This repo contains various tools and services that you can use and deploy, as we
2020
* [Horizon Server](services/horizon): Full-featured API server for Stellar network
2121
* [Go Horizon SDK - horizonclient](clients/horizonclient): Client for Horizon server (queries and transaction submission)
2222
* [Go Horizon SDK - txnbuild](txnbuild): Construct Stellar transactions and operations
23-
* [Ticker](services/ticker): An API server that provides statistics about assets and markets on the Stellar network
24-
* [Keystore](services/keystore): An API server that is used to store and manage encrypted keys for Stellar client applications
25-
* Servers for Anchors & Financial Institutions
26-
* [Compliance Server](services/compliance): Allows financial institutions to exchange KYC information
27-
* [Federation Server](services/federation): Allows organizations to provide addresses for users (`jane*examplebank.com`)
2823

2924
## Dependencies
3025

26+
The following services have been deprecated as of tag [**stellar-go-2025-10-29_10-56-50**](https://github.com/stellar/go/releases/tag/stellar-go-2025-10-29_10-56-50):
27+
* [Ticker](https://github.com/stellar/go/tree/stellar-go-2025-10-29_10-56-50/services/ticker): An API server that provides statistics about assets and markets on the Stellar network. **Deprecated as of [**stellar-go-2025-10-29_10-56-50**](https://github.com/stellar/go/releases/tag/stellar-go-2025-10-29_10-56-50)**
28+
* [Keystore](https://github.com/stellar/go/tree/stellar-go-2025-10-29_10-56-50/services/keystore): An API server that is used to store and manage encrypted keys for Stellar client applications. **Deprecated as of [**stellar-go-2025-10-29_10-56-50**](https://github.com/stellar/go/releases/tag/stellar-go-2025-10-29_10-56-50)**
29+
* Servers for Anchors & Financial Institutions
30+
* [Federation Server](https://github.com/stellar/go/tree/stellar-go-2025-10-29_10-56-50/services/federation): Allows organizations to provide addresses for users (`jane*examplebank.com`). **Deprecated as of [**stellar-go-2025-10-29_10-56-50**](https://github.com/stellar/go/releases/tag/stellar-go-2025-10-29_10-56-50)**
31+
32+
3133
This repository is officially supported on the last two releases of Go.
3234

3335
It depends on a [number of external dependencies](./go.mod), and uses Go [Modules](https://github.com/golang/go/wiki/Modules) to manage them. Running any `go` command will automatically download dependencies required for that operation.

clients/federation/client.go

Lines changed: 0 additions & 153 deletions
This file was deleted.

clients/federation/client_test.go

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)