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 Apr 4, 2024. It is now read-only.
The HeaderHash getter and setter mapping from the store can be replaced by the staking module Keeper's HistoricalInfo that contains the header and the validator set.
Actionable Items:
Add staking keeper
Create StakingKeeper interface on the interfaces.go file, defining the expected functions:
The
HeaderHash
getter and setter mapping from the store can be replaced by the staking module Keeper'sHistoricalInfo
that contains the header and the validator set.Actionable Items:
StakingKeeper
interface on theinterfaces.go
file, defining the expected functions:The text was updated successfully, but these errors were encountered: