You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Working on this but the crate solana-clap-v3-utils has not been updated with your latest changes. IE 'SignerSource' is private and there is no 'pubkey_from_source' function in crate. Not sure if this issue is on my end.
I apologize for this 🙏 . The PR that exposes SignerSource and adds pubkey_from_source has been backported and merged to 1.18 (solana-labs/solana#34678). These will be available in the next 1.18 release. Thanks for pointing this out!
Problem
Solana clap-v3 utils deprecated a number of functions with version 1.18. #6278 temporarily suppresses the warnings from deprecated functions.
Solution
Remove the deprecated functions from the cli.
The text was updated successfully, but these errors were encountered: