Skip to content

Update Stellar SDK event fetching to query announcer buckets at RPC layer #25

@David-patrick-chuks

Description

@David-patrick-chuks

Follow-up to #23.

Update the Stellar SDK/event ingestion path to use Soroban RPC topic filters for the v2 announcer schema.

Target fetch pattern:

  • contract: v2 Stellar announcer
  • topics: ("announce", 2, view_tag_bucket, *)

Scope:

  • read from both v1 and v2 during the transition window
  • use bucketed getEvents queries for v2
  • keep cryptographic recipient validation client-side after fetch
  • make the privacy trade-off explicit in SDK docs
  • add tests for filter construction and mixed v1/v2 ingestion

Success means clients stop downloading the full Stellar announcement stream when they only need one view-tag bucket.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions