-
Notifications
You must be signed in to change notification settings - Fork 387
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
Adds qgb module tests #237
Adds qgb module tests #237
Conversation
@evan-forbes I have opened this separate issue to have a separate PR containing the Data commitment relevant tests for the QGB module: #238 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So awesome! 🙌
all of these tests will literally let me sleep better lol
* fixes test common foundation * fixes valset confirm query + query by nonce test * go mod * remove unnecessary comment * cosmetics * adds query current valset test * adds prefix range test * adds current valset normalized power test * adds GetDelegateKeys test * adds NewMsgSetOrchestratorAddress test * adds ethereum signer test * adds genesis test * adds valset power diff test * adds valset sort test * adds Valset Creation Upon Unbonding test * adds abci tests * adds valset handler tests * adds no lint * adds no lint
closes: #220