solana/cli/tests
behzad nouri 272e667cb2
deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805)
The commit deprecates Pubkey::new which lacks type-safety and instead
implements TryFrom<&[u8]> and TryFrom<Vec<u8>> for Pubkey.
2023-01-21 18:06:27 +00:00
..
fixtures
address_lookup_table.rs
nonce.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
program.rs Cli: the authority passed to `solana program write-buffer` must be a proper signer (#29476) 2023-01-03 07:32:04 +00:00
request_airdrop.rs
stake.rs
transfer.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
vote.rs