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
For certain seeds it happens that simulations panic because validator set is empty in the genesis before chain init.
This happens because initially_bonded_validators sometimes is 0 and this scenario should not be possible.
Logs example:
In wasmd module it can be reproduced by running: go test ./app -run TestAppStateDeterminism -Enabled=true -NumBlocks=1 -Genesis= -Verbose=true -Commit=true -Seed=4003615766033486007 -Period=1 -ExportParamsPath /tmp/sim-logs-548063760/sim_params-4003615766033486007.json -ExportStatePath /tmp/sim-logs-548063760/sim_state-4003615766033486007.json -v -timeout 24h
The text was updated successfully, but these errors were encountered:
Summary of Bug
For certain seeds it happens that simulations panic because validator set is empty in the genesis before chain init.
This happens because
initially_bonded_validators
sometimes is 0 and this scenario should not be possible.Logs example:
Version
0.47.3
Steps to Reproduce
In wasmd module it can be reproduced by running:
go test ./app -run TestAppStateDeterminism -Enabled=true -NumBlocks=1 -Genesis= -Verbose=true -Commit=true -Seed=4003615766033486007 -Period=1 -ExportParamsPath /tmp/sim-logs-548063760/sim_params-4003615766033486007.json -ExportStatePath /tmp/sim-logs-548063760/sim_state-4003615766033486007.json -v -timeout 24h
The text was updated successfully, but these errors were encountered: