solana/storage-proto
Tyera Eulberg 0fc1c2e1fb
Add missing InstructionError::IllegalOwner conversion (#21524)
* Add missing InstructionError code

* Add test that will fail on missing conversion

* Move enum-iterator to dev-only
2021-12-01 16:28:50 -07:00
..
proto refactor cost calculation (#21062) 2021-11-12 01:04:53 -06:00
src Add missing InstructionError::IllegalOwner conversion (#21524) 2021-12-01 16:28:50 -07:00
Cargo.toml Add missing InstructionError::IllegalOwner conversion (#21524) 2021-12-01 16:28:50 -07: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.