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
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Should Evidence module be included in the SetOrderBeginBlockers?
The evidence module is doing some check on the begin block but SetOrderBeginBlockers reset the list of beginBlocks to apply and the begin block of evidence will never be called.
Am I missing something?
Also this might be the case for other modules as well
The other module are registered through the appmodule interface. This will be below with app.SetBeginBlocker(app.BeginBlocker) This is how its done within Gaia, but the sdk simapp is regestering evidence. I will have to double check the reasoning behind this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Should Evidence module be included in the
SetOrderBeginBlockers
?The evidence module is doing some check on the begin block but
SetOrderBeginBlockers
reset the list of beginBlocks to apply and the begin block of evidence will never be called.Am I missing something?
Also this might be the case for other modules as well
scaffold/templates/lvl-max/app/app.go.tmpl
Line 296 in 8ef28f6
The text was updated successfully, but these errors were encountered: