solana-rpc-community / dev-coordination

Put markdown files, issues and links to development activity. No source code please!
1 stars 0 forks source link

Store blocks and transactions of "recent" epoch #4

Open grooviegermanikus opened 11 months ago

grooviegermanikus commented 11 months ago

Scope

As RPC Operator I want to have a persistent datastore with the recent block data and transactions. The store should reflect the status model: processed-inflight, processed-orphaned, confirmed, finalized. The store should serve older data (few hours) as well as the tip if the chain data.

recent means: current block until, current epoch and last epoch

Data older than the recent cutoff is supposed to get served from yellowstone-faithful service (https://github.com/solana-rpc-community/dev-coordination/issues/5)

grooviegermanikus commented 11 months ago

mango is working on that