-
Notifications
You must be signed in to change notification settings - Fork 231
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 commitment-config crate #2136
Conversation
3f5fd99
to
e1e739f
Compare
e1e739f
to
82a95a5
Compare
4449f63
to
64ef4b6
Compare
e45f3c4
to
1eb05b0
Compare
It seems that |
503f68d
to
c629217
Compare
It's also used in the Client and AsyncClient traits in |
Not sure why my search did not return those uses but I can see them there. 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - just waiting for the crate + CI to pass before approving.
cc: @yihau
✅ |
* extract commitment-config crate from sdk * make serde optional in commitment-config crate * update lock file * remove thiserror * remove thiserror from Cargo.toml too * sort deps
Problem
solana_sdk::commitment_config
imposes asolana_sdk
dependency onsolana_rpc_client
Summary of Changes