chainlink icon indicating copy to clipboard operation
chainlink copied to clipboard

Skeleton Implementation of Solana Chain Reader Service

Open EasterTheBunny opened this issue 1 year ago • 3 comments

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.

EasterTheBunny avatar Feb 23 '24 20:02 EasterTheBunny

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

github-actions[bot] avatar Feb 23 '24 20:02 github-actions[bot]

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

reductionista avatar Feb 23 '24 22:02 reductionista

Moving to chainlink-solana.

EasterTheBunny avatar Feb 27 '24 15:02 EasterTheBunny