solana/storage-proto
apfitzge caca525695
ignore clippy derive_partial_eq_without_eq in prost generated code (#27337)
ignore clippy derive_partial_eq_without_eq in prost generated code
2022-08-23 14:21:24 -05:00
..
proto transaction-status, storage-proto: add compute_units_consumed (#26528) 2022-08-06 17:14:31 +00:00
src ignore clippy derive_partial_eq_without_eq in prost generated code (#27337) 2022-08-23 14:21:24 -05:00
Cargo.toml chore: bump serde from 1.0.138 to 1.0.143 (#27015) 2022-08-10 05:08:43 +00:00
README.md
build.rs Fix windows release builds (#26986) 2022-08-08 09:42:12 -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.