solana/storage-proto/src
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
..
convert.rs Cap accounts data a transaction can load by its requested limit (#27840) 2022-11-14 10:29:35 -06:00
lib.rs transaction-status, storage-proto: add compute_units_consumed (#26528) 2022-08-06 17:14:31 +00:00