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
x/evidence module is missing the simulation/ package required to run simulations for the module
simulation/
Simulations are not running evidence module operations.
x/evidence/module.go
The text was updated successfully, but these errors were encountered:
There is nothing to simulate atm. Clients cannot arbitrarily submit any evidence they like. You'll see the following in simapp:
// create evidence keeper with router evidenceKeeper := evidence.NewKeeper( appCodec, keys[evidence.StoreKey], app.subspaces[evidence.ModuleName], &app.StakingKeeper, app.SlashingKeeper, ) evidenceRouter := evidence.NewRouter() // TODO: Register evidence routes. evidenceKeeper.SetRouter(evidenceRouter) app.EvidenceKeeper = *evidenceKeeper
Sorry, something went wrong.
There is nothing to simulate atm. Clients cannot arbitrarily submit any evidence they like.
👍I'll remove the weighted operations then
fedekunze
Successfully merging a pull request may close this issue.
Summary
x/evidence module is missing the
simulation/
package required to run simulations for the moduleProblem Definition
Simulations are not running evidence module operations.
Proposal
x/evidence/module.go
:Weighted operationsFor Admin Use
The text was updated successfully, but these errors were encountered: