solana/runtime/benches
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
..
accounts.rs test_utils::create_test_accounts pre-allocates an append vec first (#29336) 2022-12-21 09:02:42 -08:00
accounts_index.rs remove add_root(caching_enabled) (#29245) 2022-12-13 11:26:28 -08:00
append_vec.rs write_version -> write_version_obsolete (#29176) 2022-12-14 07:43:40 -08:00
bank.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
prioritization_fee_cache.rs collect min prioritization fees when replaying sanitized transactions (#26709) 2022-08-31 08:00:55 -05:00
status_cache.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00