solana/storage-proto
Tyera Eulberg b15be0360b
Bump prost, tonic to pick up protoc fix (#26854)
* Bump prost and tonic crates

* Regenerate google protobufs

* Build protoc from source
2022-08-02 16:37:28 -06:00
..
proto Cap the number of accounts passed to a bpf program ix (#26630) 2022-07-20 14:12:43 +02:00
src Cap the number of accounts passed to a bpf program ix (#26630) 2022-07-20 14:12:43 +02:00
Cargo.toml Bump prost, tonic to pick up protoc fix (#26854) 2022-08-02 16:37:28 -06:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs Bump prost, tonic to pick up protoc fix (#26854) 2022-08-02 16:37:28 -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.