solana/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
store-tool .pubkey() instead of meta.pubkey for stored account (#28682) 2022-10-31 13:58:42 -07:00
tests clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
.gitignore
Cargo.toml Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00
build.rs