rpcpool / yellowstone-faithful

Project Yellowstone Old Faithful is the project to make all of Solana's history accessible, content addressable and available via a variety of means.
https://old-faithful.net/
GNU Affero General Public License v3.0
54 stars 10 forks source link

Async epoch loading #95

Closed gagliardetto closed 1 month ago

gagliardetto commented 2 months ago

The rpc command will start immediately the rpc server, and load the epochs asynchronously; if one of the epochs encounters an error, it will log the error and add a 0 for prometheus metric for that epoch; then continue to load the next epochs.