-
Notifications
You must be signed in to change notification settings - Fork 58
Implement Soroban event stream indexer (Horizon event subscribe) #145
Copy link
Copy link
Open
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26Campaign: Official Campaign | FWC26infrastructureImported from .github/ISSUES_TO_CREATE.mdImported from .github/ISSUES_TO_CREATE.mdobservabilityImported from .github/ISSUES_TO_CREATE.mdImported from .github/ISSUES_TO_CREATE.mdpriority/highImported from .github/ISSUES_TO_CREATE.mdImported from .github/ISSUES_TO_CREATE.md
Description
Activity
Metadata
Metadata
Assignees
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial Campaign | FWC26Campaign: Official Campaign | FWC26Campaign: Official Campaign | FWC26infrastructureImported from .github/ISSUES_TO_CREATE.mdImported from .github/ISSUES_TO_CREATE.mdobservabilityImported from .github/ISSUES_TO_CREATE.mdImported from .github/ISSUES_TO_CREATE.mdpriority/highImported from .github/ISSUES_TO_CREATE.mdImported from .github/ISSUES_TO_CREATE.md
Implement Soroban event stream indexer (Horizon event subscribe)
Labels:
observability,infrastructure,priority/highDifficulty: High · Effort: L
Backlog slot: 58
Problem Statement
No durable event subscription pipeline. Users resort to manually polling.
Why it Matters
Expected Outcome
crates/tools/src/indexer.rsthat runs asorbitchain-cli indexer run --network <net>.Eventsfrom Horizon and pushes to a webhook or Postgres.Acceptance Criteria
Files Likely Affected
crates/tools/src/indexer.rsDependencies
Issue #43.