solana/storage-proto
Richard Patel 270315a7f6
transaction-status, storage-proto: add compute_units_consumed (#26528)
* transaction-status, storage-proto: add compute_units_consumed

* fix bpf test

Co-authored-by: Justin Starry <justin@solana.com>
2022-08-06 17:14:31 +00:00
..
proto transaction-status, storage-proto: add compute_units_consumed (#26528) 2022-08-06 17:14:31 +00:00
src transaction-status, storage-proto: add compute_units_consumed (#26528) 2022-08-06 17:14:31 +00:00
Cargo.toml Bump Version to 1.11.6 (#26906) 2022-08-03 12:48:43 -05: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.