Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Add lighter analog to getConfirmedBlock rpc method #12932

Closed
CriesofCarrots opened this issue Oct 15, 2020 · 1 comment
Closed

Add lighter analog to getConfirmedBlock rpc method #12932

CriesofCarrots opened this issue Oct 15, 2020 · 1 comment
Milestone

Comments

@CriesofCarrots
Copy link
Contributor

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

@CriesofCarrots
Copy link
Contributor Author

Done via config parameters on getConfirmedBlock: #15970

@mvines mvines added this to the v1.5.17 milestone Mar 23, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants