solana/remote-wallet/src
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
..
bin patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
ledger.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
ledger_error.rs Add off-chain messages support (#27456) 2022-10-17 11:19:12 -04:00
lib.rs
locator.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
remote_keypair.rs
remote_wallet.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00