Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjbrettj committed Aug 8, 2023
1 parent c4387e0 commit 93a7265
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions client/consensus/grandpa/auxSchema.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ type SharedVoterSetState[H comparable, N constraints.Unsigned] struct {
inner VoterSetState[H, N]
}

// TODO this is actually build in another PR, replace when merged
type SharedAuthoritySet[H comparable, N constraints.Unsigned] struct {
inner AuthoritySet[H, N]
}

type PersistentData[H comparable, N constraints.Unsigned] struct {
authoritySet SharedAuthoritySet[H, N] // TODO this needs to be shared auth set
setState SharedVoterSetState[H, N]
Expand Down
1 change: 0 additions & 1 deletion client/consensus/grandpa/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const NumLastCompletedRounds = 2
// CompletedRounds Data about last completed rounds within a single voter set. Stores
// NumLastCompletedRounds and always contains data about at least one round
// (genesis).
// TODO might require custom encoding?
type CompletedRounds[H comparable, N constraints.Unsigned] struct {
Rounds []CompletedRound[H, N]
SetId uint64
Expand Down

0 comments on commit 93a7265

Please sign in to comment.