solana-with-rpc-optimizations/runtime
Joe C 3627038541
Runtime: Core BPF Migration: Struct for loading and checking source BPF program accounts (#332)
* runtime: core_bpf_migration: add source_bpf_upgradeable config

* runtime: core_bpf_migration: add source_bpf_upgradeable config tests

* renamings

* bincode error

* drop `total_size`
2024-03-26 07:05:10 -05:00
..
benches Moves accounts benches into accounts-db crate (#164) 2024-03-11 11:34:08 -04:00
src Runtime: Core BPF Migration: Struct for loading and checking source BPF program accounts (#332) 2024-03-26 07:05:10 -05:00
tests refactor: optional `stake_history` arg is never `None` (#34556) 2023-12-22 10:44:28 +08:00
.gitignore
Cargo.toml runtime: do fewer syscalls in remap_append_vec_file (#336) 2024-03-21 14:28:23 +11:00
build.rs