solana/storage-proto
Tao Zhu a5af54669a
Limit loaded data per transaction to a fixed cap (#29743)
2023-01-31 22:51:35 -06:00
..
proto Limit loaded data per transaction to a fixed cap (#29743) 2023-01-31 22:51:35 -06:00
src Limit loaded data per transaction to a fixed cap (#29743) 2023-01-31 22:51:35 -06:00
Cargo.toml Bump version to v1.16 (#30028) 2023-01-31 17:48:33 -06:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs chore: bump enum-iterator from 0.8.1 to 1.2.0 (#27496) 2022-08-31 15:07:29 -06:00

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.