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
59 stars 11 forks source link

Transparent proxy mode #29

Closed linuskendall closed 10 months ago

linuskendall commented 11 months ago

One of the requests we got was a mode where the proxy would forward any requests it didnt recognise (ie. any rpc calls it couldnt handle) to an upstream endpoint. This would simplify the deployment scenarios for some as they could just place faithful (handling getTxn, getSFA, getBlock) in front of a solana validator forwarding any ohter calls straight to the validator.

gagliardetto commented 11 months ago

And the proxy config would be a file?

With a url and maybe headers.