solana/storage-proto
Justin Starry 2b5e00d36d
Limit number of accounts that a transaction can lock (#22201)
2022-01-04 14:25:23 +08:00
..
proto Limit number of accounts that a transaction can lock (#22201) 2022-01-04 14:25:23 +08:00
src Limit number of accounts that a transaction can lock (#22201) 2022-01-04 14:25:23 +08:00
Cargo.toml Bump serde from 1.0.132 to 1.0.133 (#22233) 2022-01-03 22:19:39 +00:00
README.md
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.