solana-with-rpc-optimizations/storage-proto
Tao Zhu 3b9438fd49
Replace hardcoded loaded accounts size limit with compute budget instruction (#30506)
1. replace hardcoded loaded accounts data size limit with compute budget instruction;
2. new transaction error for invalid account data size limit
3. test requested limit with combination of features and transactions
2023-03-08 19:41:45 -06:00
..
proto Replace hardcoded loaded accounts size limit with compute budget instruction (#30506) 2023-03-08 19:41:45 -06:00
src Replace hardcoded loaded accounts size limit with compute budget instruction (#30506) 2023-03-08 19:41:45 -06:00
Cargo.toml chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
README.md
build.rs

README.md

Storage Protobufs

The solana-storage-proto structs used in src/convert.rs and elsewhere are auto-generated from protobuf definitions on build. To update these structs, simply make the desired edits to proto/*.proto files.