* Add missing InstructionError::IllegalOwner conversion (#21524)
* Add missing InstructionError code
* Add test that will fail on missing conversion
* Move enum-iterator to dev-only
(cherry picked from commit 0fc1c2e1fb)
# Conflicts:
# Cargo.lock
* Fix conflict
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
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.