solana/storage-proto
Trent Nelson 767f740305 Bump version to 1.9.0 2021-10-06 17:57:41 -07:00
..
proto Return error if Transaction contains writable executable or ProgramData accounts (#19629) 2021-09-08 15:21:52 -06:00
src Return error if Transaction contains writable executable or ProgramData accounts (#19629) 2021-09-08 15:21:52 -06:00
Cargo.toml Bump version to 1.9.0 2021-10-06 17:57:41 -07:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs storage-proto: Rework source generation 2021-07-10 19:51:38 -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.