solana-with-rpc-optimizations/accounts-db
steviez 9e11ae6275
Make program owners a const array instead of Vec<_> (#33275)
The program owners pubkeys are constant, no need to reconstruct the
Vec<Pubkey> and Vec<&Pubkey> each time this function runs (every time we
execute transactions).
2023-09-18 10:59:03 -05:00
..
src Make program owners a const array instead of Vec<_> (#33275) 2023-09-18 10:59:03 -05:00
Cargo.toml Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
build.rs