Skip to content

feat: implement indexer, SSE auth, admin endpoints, and RPC fallback … - #286

Merged
ogazboiz merged 2 commits into
LabsCrypt:mainfrom
shakurJJ:feat/indexer-auth-admin-rpc-fallback
Apr 28, 2026
Merged

feat: implement indexer, SSE auth, admin endpoints, and RPC fallback …#286
ogazboiz merged 2 commits into
LabsCrypt:mainfrom
shakurJJ:feat/indexer-auth-admin-rpc-fallback

Conversation

@shakurJJ

Copy link
Copy Markdown
Contributor

…(#222 #223 #226 #227)

Implement Soroban event indexer to sync on-chain events to database Fixes #222

Add authentication to SSE /events/subscribe endpoint Fixes #223

Implement event replay and indexer reset endpoints Fixes #226

Integrate Stellar RPC for live contract queries
Fixes #227

Description

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🔧 Refactoring (no functional changes)
  • ⚡ Performance improvement
  • 🧪 Test addition or update

Related Issues

Closes #

Changes Made

Testing

Test Coverage

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed

Test Steps

Breaking Changes

Breaking Changes:

Migration Guide:

Screenshots/Demo

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published
  • I have checked for breaking changes and documented them if applicable

Additional Notes

…absCrypt#222 LabsCrypt#223 LabsCrypt#226 LabsCrypt#227)

Implement Soroban event indexer to sync on-chain events to database
Fixes LabsCrypt#222

Add authentication to SSE /events/subscribe endpoint
Fixes LabsCrypt#223

Implement event replay and indexer reset endpoints
Fixes LabsCrypt#226

Integrate Stellar RPC for live contract queries
Fixes LabsCrypt#227
@ogazboiz
ogazboiz merged commit 37e173f into LabsCrypt:main Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants