solana/cli/tests
behzad nouri 4ec5ea6f7b
replaces assert!(matches!(...)) with assert_matches!(...) (#33068)
assert_matches!(...) provides more informative error message when it
fails and it is part of nightly rust:
https://doc.rust-lang.org/std/assert_matches/macro.assert_matches.html
2023-08-30 13:48:27 -04:00
..
fixtures chore: move programs/bpf to programs/sbf 2022-10-13 11:40:40 -04:00
address_lookup_table.rs Relax authority signer check for lookup table creation (#27248) 2022-08-22 23:38:56 +01:00
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 Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
stake.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
transfer.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
vote.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00