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

Update Deprecated Keypair Method in Solana Python SDK Examples #595

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CSWellesSun
Copy link

This PR updates the Python SDK usage examples in the solana-cookbook to replace the deprecated Keypair.from_string method with the current Keypair.from_base58_string.

The from_string method is no longer supported in the latest versions of the Solana Python SDK, and its usage can lead to errors for users. This update ensures the examples in the documentation are up to date and functional.

Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
solana-cookbook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 2:32pm

@CSWellesSun
Copy link
Author

CSWellesSun commented Apr 3, 2024

@jacobcreech could you review the PR?

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.

None yet

1 participant