We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. with make test_sim_gaia_fast:
make test_sim_gaia_fast
endblock/validatorupdates/updated => 1263 gov/MsgDeposit/false => 3532 gov/MsgSubmitProposal/false => 174 slashing/MsgUnjail/false => 2986
This means a large range of state space is unexplored. Likely we changed something which caused this.
The text was updated successfully, but these errors were encountered:
Not sure what's going on here... make test_sim_gaia_fast on develop for me shows a lot more than that.
Sorry, something went wrong.
Does it show successful proposals (e.g. gov/MsgSubmitProposal/true) ?
gov/MsgSubmitProposal/true
Ah it was just a minor mistake in a sim refactor. Fixed in #2748 but we need to check that gov import/export works now.
cwgoes
No branches or pull requests
e.g. with
make test_sim_gaia_fast
:This means a large range of state space is unexplored. Likely we changed something which caused this.
The text was updated successfully, but these errors were encountered: