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
The code that determines whether a simulated validator signs a block,
cosmos-sdk/x/simulation/mock_cometbft.go
Lines 140 to 170 in 337b3fe
no longer has any effect on the simulation, but merely collects statistics through the event function pointer.
event
As pointed out by @alexanderbez, v0.47 does propagate the signing parameter to the simulation:
cosmos-sdk/x/simulation/mock_tendermint.go
Line 161 in 9acdbb9
This change was made as part of the Comet v0.38 integration, 6cee22d.
The text was updated successfully, but these errors were encountered:
Note that this issue is for posterity; it can be closed once the simulator is replaced.
Sorry, something went wrong.
is this solved @alpe
No, the liveness metric is not taken into account. All validators "sign" currently
alpe
Successfully merging a pull request may close this issue.
The code that determines whether a simulated validator signs a block,
cosmos-sdk/x/simulation/mock_cometbft.go
Lines 140 to 170 in 337b3fe
no longer has any effect on the simulation, but merely collects statistics through the
event
function pointer.As pointed out by @alexanderbez, v0.47 does propagate the signing parameter to the simulation:
cosmos-sdk/x/simulation/mock_tendermint.go
Line 161 in 9acdbb9
This change was made as part of the Comet v0.38 integration, 6cee22d.
The text was updated successfully, but these errors were encountered: