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

feat: get_txs_by_signatures implementation #46

Merged
merged 9 commits into from
Jan 10, 2024
Merged

Conversation

RequescoS
Copy link
Contributor

@RequescoS RequescoS commented Jan 10, 2024

This PR adds the implementation of the get_txs_by_signatures method. Since there is no method in the Solana specification that would allow you to get many txs, and Rust RPC client does not support batching, therefore an asynchronous stream is used, which sends requests via RPC.

interface/src/solana_rpc.rs Outdated Show resolved Hide resolved
backfill_rpc/src/rpc.rs Outdated Show resolved Hide resolved
@StanChe StanChe merged commit 096ea2a into main Jan 10, 2024
2 checks passed
@StanChe StanChe deleted the feat/txs-by-sigs branch January 10, 2024 13:35
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