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

extract rpc-sender crate from rpc-client #2147

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kevinheavey
Copy link

@kevinheavey kevinheavey commented Jul 16, 2024

Problem

It would be really nice to have access to http_sender.rs without requiring all of solana-rpc-client. But http_sender.rs requires rpc_client.rs so that needs to be extracted first.

Summary of Changes

Move rpc_sender.rs to its own crate and update its dependents. Re-export with a deprecation notice.

@kevinheavey kevinheavey force-pushed the extract-rpc-sender branch 2 times, most recently from a5e0778 to 304cba3 Compare July 25, 2024 14:28
@kevinheavey kevinheavey force-pushed the extract-rpc-sender branch 2 times, most recently from d040bc9 to e8854b1 Compare November 19, 2024 14:48
@kevinheavey kevinheavey force-pushed the extract-rpc-sender branch 2 times, most recently from 9ecad05 to 015dbc0 Compare December 5, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant