Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

ci: Remove uses of Pubkey::new #4006

Closed
joncinque opened this issue Jan 30, 2023 · 2 comments
Closed

ci: Remove uses of Pubkey::new #4006

joncinque opened this issue Jan 30, 2023 · 2 comments

Comments

@joncinque
Copy link
Contributor

joncinque commented Jan 30, 2023

Problem

The monorepo has deprecated Pubkey::new in solana-labs/solana#29805, and SPL still uses Pubkey::new in a few places.

Solution

Once 1.14.14 exists, remove all uses of Pubkey::new in favor of Pubkey::try_from and undo the workaround from #4007

@nahnicholas

This comment was marked as spam.

@joncinque
Copy link
Contributor Author

This was done as part of #4592

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants