solana-with-rpc-optimizations/runtime
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
..
benches deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 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
store-tool write_version -> write_version_obsolete (#29176) 2022-12-14 07:43:40 -08:00
tests test_bad_bank_hash uses write cache (#29559) 2023-01-09 08:10:28 -08:00
.gitignore
Cargo.toml Bump memmap2 from 0.5.3 to 0.5.8 (#29674) 2023-01-12 19:38:38 -07:00
build.rs