This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Implement getConfirmedBlock
RPC method
#6867
Milestone
getConfirmedBlock
RPC method
#6867
Problem
Solana users need a way to introspect particular blocks on the ledger via a request/response workflow. #6853 stubs out the initial methods. This ticket is to track remaining work.
Proposed Solution
Follow-up work:
commit_transactions
(both leader and other validator) (Write transaction status and fee into persistent store #7030 )get_slot_entries
from blocktree to return real data fromgetConfirmedBlock
(Add Blocktree api to get transactions by slot #6966 )getConfirmedBlock
(Legitimately map transactions to statuses in blocktree #7011 )getConfirmedBlock
(Add ConfirmedBlock struct, and rework Blocktree apis to include block… #7004 )getConfirmedBlock
(Add parent slot to getConfirmedBlock #7038 )The text was updated successfully, but these errors were encountered: