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
#19735 migrated the legacy HasABCIGenesis and HasABCIEndblock api to use appmodule.ValidatorUpdates.
Only staking and genutil are implementing these interfaces. After #19735 we should update x/gentutil and x/staking keeper to directly return ValidatorUpdates in their keeper instead of doing the conversion in their module.go.
The text was updated successfully, but these errors were encountered:
#19735 migrated the legacy
HasABCIGenesis
andHasABCIEndblock
api to useappmodule.ValidatorUpdates
.Only staking and genutil are implementing these interfaces. After #19735 we should update x/gentutil and x/staking keeper to directly return ValidatorUpdates in their keeper instead of doing the conversion in their
module.go
.The text was updated successfully, but these errors were encountered: