solana/storage-proto
Justin Starry f8e9af5f1e
Cap the number of accounts passed to a bpf program ix (#26630)
* Cap the number of accounts passed to a bpf program ix

* update bank abi hash

* fix ci failures
2022-07-20 14:12:43 +02: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 Version to 1.11.4 (#26578) 2022-07-11 23:30:38 -05:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs Bump tonic, tonic-build, prost, and etcd-client (#24147) 2022-04-08 10:21:45 -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.