Skip to content

Remove deprecated functions from cli #66

@thsioutas

Description

@thsioutas

Hello! I wanted to ask you if this: solana-labs/solana-program-library#6305 still needs to be addressed?

I was checking the code and I don't really see the added value of the deprecated is_valid_pubkey here:

if is_valid_pubkey(path).is_ok() {

Why don't we use directly pubkey_from_path? is_valid_pubkey uses SignerSource::parse which is also used in pubkey_from_path for the necessary parsing.

p.s. I was trying to find a note or something regarding open issues from the old read-only repo but couldn't find something relevant.

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions