solana-with-rpc-optimizations/streamer
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
..
src deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
tests sdk: Make Packet::meta private, use accessor functions (#29092) 2022-12-06 12:54:49 +01:00
Cargo.toml Bump pem from 1.1.0 to 1.1.1 (#29673) 2023-01-12 19:39:02 -07:00