From f701e7835824e8ef0d5e1ce1cc86ca83e2bc08da Mon Sep 17 00:00:00 2001 From: Molly Karcher Date: Tue, 24 Feb 2026 11:51:35 -0500 Subject: [PATCH] Add some deprecated services to the README that were missed in restructuring --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2b8a09ce7..5d18de8f01 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ As of tag [**stellar-go-2025-10-29_10-56-50**](https://github.com/stellar/go-ste | [Ticker](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/ticker) | API server providing asset and market statistics | | [Keystore](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/keystore) | Encrypted key-management API server | | [Federation Server](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/federation) | Address-lookup service for anchors and financial institutions | +| [Recovery Signer](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/exp/services/recoverysigner) | Implementation of the SEP-30 Recovery Signer protocol | +| [Web Auth](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/exp/services/webauth) | SEP-10 Web Authentication implementation | +| [Market Tracker](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/exp/services/market-tracker) | Enables monitoring the spreads of various asset pairs | +| [Regulated Assets Approval Server](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/regulated-assets-approval-server) | SEP-8 Approval Server Reference Implementation | ## Contributing