solana/remote-wallet/src
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
..
bin patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
ledger.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
ledger_error.rs Add off-chain messages support (#27456) 2022-10-17 11:19:12 -04:00
lib.rs Add hidapi feature in remote-wallet 2022-01-13 14:12:54 -07:00
locator.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
remote_keypair.rs
remote_wallet.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00