solana/storage-proto
behzad nouri cfb028819a
deprecates Signature::new in favor of Signature::{try_,}from (#32481)
2023-07-14 22:51:12 +00:00
..
proto add ProgramExecutionTemporarilyRestricted error (#31796) 2023-06-06 14:13:41 -07:00
src deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
Cargo.toml chore: workspace inheritance (#30939) 2023-03-29 03:28:56 +00:00
README.md
build.rs chore: bump enum-iterator from 0.8.1 to 1.2.0 (#27496) 2022-08-31 15:07:29 -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.