You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UX I guess, but there are times when the client application panics just due to wrongly formatted input. It would be prettier if it just displayed an error message.
For instance:
namadac find-validator --validator djsksksk
The application panicked (crashed).
Message: called Result::unwrap() on an Err value: "Unknown address djsksksk"
Location: crates/apps_lib/src/cli/context.rs:271
namadac validator-state --validator fjdsksk
The application panicked (crashed).
Message: called Result::unwrap() on an Err value: "Unknown address fjdsksk"
Location: crates/apps_lib/src/cli/context.rs:271
The text was updated successfully, but these errors were encountered:
UX I guess, but there are times when the client application panics just due to wrongly formatted input. It would be prettier if it just displayed an error message.
For instance:
namadac find-validator --validator djsksksk
The application panicked (crashed).
Message: called
Result::unwrap()
on anErr
value: "Unknown address djsksksk"Location: crates/apps_lib/src/cli/context.rs:271
namadac validator-state --validator fjdsksk
The application panicked (crashed).
Message: called
Result::unwrap()
on anErr
value: "Unknown address fjdsksk"Location: crates/apps_lib/src/cli/context.rs:271
The text was updated successfully, but these errors were encountered: