Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skeleton Implementation of Solana Chain Reader Service #610

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

EasterTheBunny
Copy link
Contributor

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.

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.
Copy link
Contributor

@reductionista reductionista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EasterTheBunny EasterTheBunny merged commit db0c09b into develop Mar 1, 2024
25 checks passed
@EasterTheBunny EasterTheBunny deleted the BCF-3013-skeleton-solana-chainreaderservice branch March 1, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants