You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Preserved from #10089 (comment)
The getConfirmedBlock endpoint is pretty expensive, and some clients (like solana.explorer.com) only need the list of signatures, not the complete transaction details.
Proposed Solution
Add a lighter weight confirmed block endpoint that would exclude transaction details and paginate transaction signatures via options
The text was updated successfully, but these errors were encountered:
Problem
Preserved from #10089 (comment)
The
getConfirmedBlock
endpoint is pretty expensive, and some clients (like solana.explorer.com) only need the list of signatures, not the complete transaction details.Proposed Solution
Add a lighter weight confirmed block endpoint that would exclude transaction details and paginate transaction signatures via options
The text was updated successfully, but these errors were encountered: