solana/program-runtime
Tao Zhu 81dc2e56ac
Cap accounts data a transaction can load by its requested limit (#27840)
- Add new compute-budget instruction to set transaction-wide accounts data size limit
- Set default accounts data limit to 10MB, and max to 100MB, per transaction;
- Add getters to make changing default and/or max values easier in the future with feature gates;
- added error counter for transactions exceed data size limit
2022-11-14 10:29:35 -06:00
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Cap accounts data a transaction can load by its requested limit (#27840) 2022-11-14 10:29:35 -06:00
Cargo.toml Refactor - Move `executor_cache` to program-runtime crate (#28322) 2022-10-10 15:01:41 +02:00
build.rs