-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Randomized fuzzer: slashing period ended before infraction #2224
Comments
Its very possible that this could be a bug in the simulator and not the actual state machine. |
Possibly! I don't immediately know what that would be though - do you mean having incorrect block times or something? |
Oh your right, I think we do keep track of the height correctly. It may be that the way we track double sign height in the simulator (or the state machine) is off somewhere though. |
Thanks @rigelrozanski, will tackle ASAP, this should probably block 0.25. |
This can now be replicated with:
|
#2430 will close, the height should have been stored as big endian. |
Closed by #2430. |
Steps to Reproduce
In
$GOPATH/src/github.com/cosmos/cosmos-sdk/cmd/gaia/app/sim_test.go
comment outgovsim.SimulateMsgDeposit(app.govKeeper, app.stakeKeeper),
.Then in the makefile, change one of the commands to use
-SimulationNumBlocks=500 -SimulationBlockSize=200
.Then you get the following output:
This exists on develop.
For Admin Use
The text was updated successfully, but these errors were encountered: