Skip to content

Refactor solana head processing#129

Merged
KirillPamPam merged 8 commits intomainfrom
fix_solana
Mar 10, 2026
Merged

Refactor solana head processing#129
KirillPamPam merged 8 commits intomainfrom
fix_solana

Conversation

@KirillPamPam
Copy link
Collaborator

@KirillPamPam KirillPamPam commented Mar 9, 2026

  • solana head processing now use slotSubscribe + getEpochInfo (for ws) or just getEpochInfo (for http)
  • WS head now eagerly gets the latest block to not wait for the sub event
  • connectors refactoring: headConnector now is used only for head events or requests, additionally there is a request connector (it's selected by formula jsonrpc->rest->grpc->websocket) to execute internal requests
  • heads have hashes and parent hashes

@KirillPamPam KirillPamPam merged commit e4e90dc into main Mar 10, 2026
4 checks passed
@KirillPamPam KirillPamPam deleted the fix_solana branch March 10, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants