feat(crypto/bls12381): signature aggregation #98
Annotations
10 errors
lint:
internal/consensus/byzantine_test.go#L191
lazyProposer.LastCommit.HasTwoThirdsMajority undefined (type "github.com/cometbft/cometbft/types".VoteSetReader has no field or method HasTwoThirdsMajority)
|
lint:
internal/consensus/byzantine_test.go#L195
lazyProposer.LastCommit.MakeExtendedCommit undefined (type "github.com/cometbft/cometbft/types".VoteSetReader has no field or method MakeExtendedCommit)
|
lint:
internal/consensus/common_test.go#L334
votes.GetByAddress undefined (type "github.com/cometbft/cometbft/types".VoteSetReader has no field or method GetByAddress) (typecheck)
|
lint:
types/block_test.go#L245
multiple-value voteSet.GetByIndex(0) (value of type (*Vote, error)) in single-value context
|
lint:
types/block_test.go#L245
multiple-value extCommit.GetByIndex(0) (value of type (*Vote, error)) in single-value context
|
lint:
types/block_test.go#L567
assignment mismatch: 1 variable but voteSet.GetByIndex returns 2 values
|
lint:
types/block_test.go#L617
assignment mismatch: 1 variable but voteSet.GetByIndex returns 2 values
|
lint:
types/block_test.go#L634
assignment mismatch: 1 variable but voteSet.GetByIndex returns 2 values
|
lint:
types/block_test.go#L635
assignment mismatch: 1 variable but voteSet2.GetByIndex returns 2 values
|
lint:
types/validation_test.go#L169
assignment mismatch: 1 variable but voteSet.GetByIndex returns 2 values
|