Add missing InstructionError::IllegalOwner conversion (#21524)

* Add missing InstructionError code

* Add test that will fail on missing conversion

* Move enum-iterator to dev-only
This commit is contained in:
Tyera Eulberg
2021-12-01 16:28:50 -07:00
committed by GitHub
parent c8a52337c8
commit 0fc1c2e1fb
4 changed files with 65 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -5758,6 +5758,7 @@ version = "1.9.0"
dependencies = [
"bincode",
"bs58 0.4.0",
"enum-iterator",
"prost",
"serde",
"solana-account-decoder",