solana/storage-proto
Tyera Eulberg f0de3e9bf0
chore: bump tonic from 0.5.2 to 0.6.1 (#21035)
* Bump tonic and prost crates

* connect_lazy no longer infallible
2021-10-28 06:59:36 +00:00
..
proto Include token owners in TransactionTokenBalances (#20642) 2021-10-13 21:46:52 -06:00
src Include token owners in TransactionTokenBalances (#20642) 2021-10-13 21:46:52 -06:00
Cargo.toml chore: bump tonic from 0.5.2 to 0.6.1 (#21035) 2021-10-28 06:59:36 +00: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.