-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add very clear warning when basecli has not been init
ed
#137
Comments
Merged
Fixed with #142 |
faddat
referenced
this issue
in notional-labs/cosmos-sdk
Mar 21, 2022
alexanderbez
pushed a commit
that referenced
this issue
Apr 5, 2022
rootulp
referenced
this issue
in rootulp/cosmos-sdk
Oct 21, 2022
* first pass on tests fixes * fixes the rest of unit tests * remove unnecessary comments * uses default eth address when starting sim network * cosmetics * comments failing test * comments failing test * adds orchestrator/ethereum address checks for validators when creating and editing * uses correct error codes for eth/orch address errors * uncomments test and fixes it from commit 434b308 * adds zero eth address check when creating/updating validator * attempts to fix duplicate eth address in sim network * revert squashed changes * uses unwrapped context for msg_server orch/eth validation * increase DefaultGenTxGas to accomodate new qgb validator changes * scaffolds an ethereum address from orchestrator address in staking simulation to have a deterministic way of creating it * fix eth address creation from orch address in operations * increase DefaultGenTxGas * increase DefaultGenTxGas * simpler way of creating an eth address from orch address in operations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current panic is less than illuminating. We should add a general check.
I think I am the only one that recognizes the cause of the panic, and never bothered to add an error message.
The text was updated successfully, but these errors were encountered: