solana-with-rpc-optimizations/core
Dmitri Makarov ba43f74dcf
[SVM] Move RuntimeConfig to program-runtime (#96)
RuntimeConfig doesn't use anything SVM specific and logically belongs
in program runtime rather than SVM.  This change moves the definition
of RuntimeConfig struct from the SVM crate to program-runtime and
adjusts `use` statements accordingly.
2024-03-07 10:16:16 -08:00
..
benches Give SigVerify and ShredFetch threads unique names (#98) 2024-03-05 22:02:04 -06:00
src [SVM] Move RuntimeConfig to program-runtime (#96) 2024-03-07 10:16:16 -08:00
tests [SVM] Move RuntimeConfig to program-runtime (#96) 2024-03-07 10:16:16 -08:00
.gitignore
Cargo.toml SVM: Move SVM code to its own crate folder (#35119) 2024-02-06 16:06:32 -08:00
build.rs