solana/runtime
Alexander Meißner 7ff797bcef
Refactor - Remove parameter `feature_set` from `load_program_from_bytes()` (#33395)
Replaces parameter feature_set with delay_visibility_of_program_deployment in load_program_from_bytes().
2023-09-25 17:16:31 +02:00
..
benches Moves accounts-db benches to accounts-db crate (#33306) 2023-09-19 13:09:42 -04:00
src Refactor - Remove parameter `feature_set` from `load_program_from_bytes()` (#33395) 2023-09-25 17:16:31 +02:00
store-tool Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
tests Make active stake consistent in split (#33295) 2023-09-20 06:00:51 +00:00
.gitignore
Cargo.toml Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
build.rs