solana/storage-proto
Brooks Prumo 3c6840050c
Ensure blocks do not exceed the max accounts data size during Replay Stage (#23422)
2022-03-10 10:24:31 -06:00
..
proto Ensure blocks do not exceed the max accounts data size during Replay Stage (#23422) 2022-03-10 10:24:31 -06:00
src Ensure blocks do not exceed the max accounts data size during Replay Stage (#23422) 2022-03-10 10:24:31 -06:00
Cargo.toml Bump version to 1.10.1 (#23453) 2022-03-02 13:47:01 -06:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs Add missing InstructionError::IllegalOwner conversion (#21524) 2021-12-01 16:28:50 -07: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.