solana-with-rpc-optimizations/runtime
Pankaj Garg c17b938204
Integrate program loader-v4 with bank (#32832)
* Integrate program loader-v4 with bank

* fix tests

* new struct for ProgramRuntimeEnvironments

* remove environment from program_runtime_environment_v

* move find_program_in_cache() to invoke_context

* cleanup
2023-08-16 10:50:23 -07:00
..
benches Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
src Integrate program loader-v4 with bank (#32832) 2023-08-16 10:50:23 -07:00
store-tool Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
tests stake: Rename `StakeStateWithFlags` -> `StakeStateV2` (#32795) 2023-08-11 01:07:21 +02:00
.gitignore
Cargo.toml Add ability to output components that go into Bank hash (#32632) 2023-08-15 00:12:05 -05:00
build.rs