Skeleton Implementation of Solana Chain Reader Service
This commit adds a new package that contains a limited chain reader for solana that implements the basic interfaces of ServiceCtx and ChainReader. All functions required for ServiceCtx are complete and included in a test. All functions required for ChainReader return an 'unimplemented' error.
I see that you haven't updated any CHANGELOG files. Would it make sense to do so?
Quality Gate passed
Issues
0 New issues
0 Fixed issues
0 Accepted issues
Measures
0 Security Hotspots
83.3% Coverage on New Code
0.0% Duplication on New Code
The code looks fine so far, but instead of here it should go in the chainlink-solana repo:
https://github.com/smartcontractkit/chainlink-solana/tree/develop/pkg/solana
evm is special in that, it's the only relay that's still in core--we plan to move it into its own repo soon, the others already each have their own repo
Moving to chainlink-solana.