solana-program-library
solana-program-library copied to clipboard
[token-upgrade] Remove deprecated functions from cli
Problem
Solana clap-v3 utils deprecated a number of functions with version 1.18. https://github.com/solana-labs/solana-program-library/pull/6278 temporarily suppresses the warnings from deprecated functions.
Solution
Remove the deprecated functions from the cli.