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 was archived by the owner on Mar 11, 2025. It is now read-only.
Problem
The monorepo has deprecated
Pubkey::new
in solana-labs/solana#29805, and SPL still usesPubkey::new
in a few places.Solution
Once 1.14.14 exists, remove all uses of
Pubkey::new
in favor ofPubkey::try_from
and undo the workaround from #4007The text was updated successfully, but these errors were encountered: