solana/storage-proto
Brooks Prumo 800472ddf5
Add AccountsDataMeter to InvokeContext (#21813)
2021-12-28 05:14:48 -06:00
..
proto Add AccountsDataMeter to InvokeContext (#21813) 2021-12-28 05:14:48 -06:00
src Add AccountsDataMeter to InvokeContext (#21813) 2021-12-28 05:14:48 -06:00
Cargo.toml chore: bump serde from 1.0.131 to 1.0.132 (#21989) 2021-12-18 07:45:20 +00: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.