-
Notifications
You must be signed in to change notification settings - Fork 58
Labels
dev-toolsIssues related to the Developer Tools TeamIssues related to the Developer Tools Teamsc-platformIssues related to the Smart Contract Platform group.Issues related to the Smart Contract Platform group.
Description
We can definitely `bail`, but I do see some panics in `validator_commands` already. For example
iota/crates/iota/src/validator_commands.rs
Lines 309 to 312 in 466ac82
| IotaKeyPair::Ed25519(account_key) => IotaKeyPair::Ed25519(account_key.copy()), | |
| _ => panic!( | |
| "Other account key types supported yet, please use Ed25519 keys for now." | |
| ), |
So whatever you think is more consistent for the API. cc: @thibault-martinez
Originally posted by @kodemartin in #5502 (comment)
Metadata
Metadata
Assignees
Labels
dev-toolsIssues related to the Developer Tools TeamIssues related to the Developer Tools Teamsc-platformIssues related to the Smart Contract Platform group.Issues related to the Smart Contract Platform group.