You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

695 lines
20 KiB

10 years ago
10 years ago
10 years ago
10 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
10 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
10 years ago
8 years ago
8 years ago
8 years ago
10 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
10 years ago
10 years ago
10 years ago
8 years ago
8 years ago
8 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
8 years ago
10 years ago
2 years ago
8 years ago
10 years ago
10 years ago
2 years ago
8 years ago
10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
lint: Enable Golint (#4212) * Fix many golint errors * Fix golint errors in the 'lite' package * Don't export Pool.store * Fix typo * Revert unwanted changes * Fix errors in counter package * Fix linter errors in kvstore package * Fix linter error in example package * Fix error in tests package * Fix linter errors in v2 package * Fix linter errors in consensus package * Fix linter errors in evidence package * Fix linter error in fail package * Fix linter errors in query package * Fix linter errors in core package * Fix linter errors in node package * Fix linter errors in mempool package * Fix linter error in conn package * Fix linter errors in pex package * Rename PEXReactor export to Reactor * Fix linter errors in trust package * Fix linter errors in upnp package * Fix linter errors in p2p package * Fix linter errors in proxy package * Fix linter errors in mock_test package * Fix linter error in client_test package * Fix linter errors in coretypes package * Fix linter errors in coregrpc package * Fix linter errors in rpcserver package * Fix linter errors in rpctypes package * Fix linter errors in rpctest package * Fix linter error in json2wal script * Fix linter error in wal2json script * Fix linter errors in kv package * Fix linter error in state package * Fix linter error in grpc_client * Fix linter errors in types package * Fix linter error in version package * Fix remaining errors * Address review comments * Fix broken tests * Reconcile package coregrpc * Fix golangci bot error * Fix new golint errors * Fix broken reference * Enable golint linter * minor changes to bring golint into line * fix failing test * fix pex reactor naming * address PR comments
5 years ago
  1. package types
  2. import (
  3. "bytes"
  4. "encoding/json"
  5. "fmt"
  6. "strings"
  7. "sync"
  8. "github.com/tendermint/tendermint/libs/bits"
  9. tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
  10. )
  11. const (
  12. // MaxVotesCount is the maximum number of votes in a set. Used in ValidateBasic funcs for
  13. // protection against DOS attacks. Note this implies a corresponding equal limit to
  14. // the number of validators.
  15. MaxVotesCount = 10000
  16. )
  17. // UNSTABLE
  18. // XXX: duplicate of p2p.ID to avoid dependence between packages.
  19. // Perhaps we can have a minimal types package containing this (and other things?)
  20. // that both `types` and `p2p` import ?
  21. type P2PID string
  22. /*
  23. VoteSet helps collect signatures from validators at each height+round for a
  24. predefined vote type.
  25. We need VoteSet to be able to keep track of conflicting votes when validators
  26. double-sign. Yet, we can't keep track of *all* the votes seen, as that could
  27. be a DoS attack vector.
  28. There are two storage areas for votes.
  29. 1. voteSet.votes
  30. 2. voteSet.votesByBlock
  31. `.votes` is the "canonical" list of votes. It always has at least one vote,
  32. if a vote from a validator had been seen at all. Usually it keeps track of
  33. the first vote seen, but when a 2/3 majority is found, votes for that get
  34. priority and are copied over from `.votesByBlock`.
  35. `.votesByBlock` keeps track of a list of votes for a particular block. There
  36. are two ways a &blockVotes{} gets created in `.votesByBlock`.
  37. 1. the first vote seen by a validator was for the particular block.
  38. 2. a peer claims to have seen 2/3 majority for the particular block.
  39. Since the first vote from a validator will always get added in `.votesByBlock`
  40. , all votes in `.votes` will have a corresponding entry in `.votesByBlock`.
  41. When a &blockVotes{} in `.votesByBlock` reaches a 2/3 majority quorum, its
  42. votes are copied into `.votes`.
  43. All this is memory bounded because conflicting votes only get added if a peer
  44. told us to track that block, each peer only gets to tell us 1 such block, and,
  45. there's only a limited number of peers.
  46. NOTE: Assumes that the sum total of voting power does not exceed MaxUInt64.
  47. */
  48. type VoteSet struct {
  49. chainID string
  50. height int64
  51. round int32
  52. signedMsgType tmproto.SignedMsgType
  53. valSet *ValidatorSet
  54. mtx sync.Mutex
  55. votesBitArray *bits.BitArray
  56. votes []*Vote // Primary votes to share
  57. sum int64 // Sum of voting power for seen votes, discounting conflicts
  58. maj23 *BlockID // First 2/3 majority seen
  59. votesByBlock map[string]*blockVotes // string(blockHash|blockParts) -> blockVotes
  60. peerMaj23s map[P2PID]BlockID // Maj23 for each peer
  61. }
  62. // Constructs a new VoteSet struct used to accumulate votes for given height/round.
  63. func NewVoteSet(chainID string, height int64, round int32,
  64. signedMsgType tmproto.SignedMsgType, valSet *ValidatorSet) *VoteSet {
  65. if height == 0 {
  66. panic("Cannot make VoteSet for height == 0, doesn't make sense.")
  67. }
  68. return &VoteSet{
  69. chainID: chainID,
  70. height: height,
  71. round: round,
  72. signedMsgType: signedMsgType,
  73. valSet: valSet,
  74. votesBitArray: bits.NewBitArray(valSet.Size()),
  75. votes: make([]*Vote, valSet.Size()),
  76. sum: 0,
  77. maj23: nil,
  78. votesByBlock: make(map[string]*blockVotes, valSet.Size()),
  79. peerMaj23s: make(map[P2PID]BlockID),
  80. }
  81. }
  82. func (voteSet *VoteSet) ChainID() string {
  83. return voteSet.chainID
  84. }
  85. // Implements VoteSetReader.
  86. func (voteSet *VoteSet) GetHeight() int64 {
  87. if voteSet == nil {
  88. return 0
  89. }
  90. return voteSet.height
  91. }
  92. // Implements VoteSetReader.
  93. func (voteSet *VoteSet) GetRound() int32 {
  94. if voteSet == nil {
  95. return -1
  96. }
  97. return voteSet.round
  98. }
  99. // Implements VoteSetReader.
  100. func (voteSet *VoteSet) Type() byte {
  101. if voteSet == nil {
  102. return 0x00
  103. }
  104. return byte(voteSet.signedMsgType)
  105. }
  106. // Implements VoteSetReader.
  107. func (voteSet *VoteSet) Size() int {
  108. if voteSet == nil {
  109. return 0
  110. }
  111. return voteSet.valSet.Size()
  112. }
  113. // Returns added=true if vote is valid and new.
  114. // Otherwise returns err=ErrVote[
  115. // UnexpectedStep | InvalidIndex | InvalidAddress |
  116. // InvalidSignature | InvalidBlockHash | ConflictingVotes ]
  117. // Duplicate votes return added=false, err=nil.
  118. // Conflicting votes return added=*, err=ErrVoteConflictingVotes.
  119. // NOTE: vote should not be mutated after adding.
  120. // NOTE: VoteSet must not be nil
  121. // NOTE: Vote must not be nil
  122. func (voteSet *VoteSet) AddVote(vote *Vote) (added bool, err error) {
  123. if voteSet == nil {
  124. panic("AddVote() on nil VoteSet")
  125. }
  126. voteSet.mtx.Lock()
  127. defer voteSet.mtx.Unlock()
  128. return voteSet.addVote(vote)
  129. }
  130. // NOTE: Validates as much as possible before attempting to verify the signature.
  131. func (voteSet *VoteSet) addVote(vote *Vote) (added bool, err error) {
  132. if vote == nil {
  133. return false, ErrVoteNil
  134. }
  135. valIndex := vote.ValidatorIndex
  136. valAddr := vote.ValidatorAddress
  137. blockKey := vote.BlockID.Key()
  138. // Ensure that validator index was set
  139. if valIndex < 0 {
  140. return false, fmt.Errorf("index < 0: %w", ErrVoteInvalidValidatorIndex)
  141. } else if len(valAddr) == 0 {
  142. return false, fmt.Errorf("empty address: %w", ErrVoteInvalidValidatorAddress)
  143. }
  144. // Make sure the step matches.
  145. if (vote.Height != voteSet.height) ||
  146. (vote.Round != voteSet.round) ||
  147. (vote.Type != voteSet.signedMsgType) {
  148. return false, fmt.Errorf("expected %d/%d/%d, but got %d/%d/%d: %w",
  149. voteSet.height, voteSet.round, voteSet.signedMsgType,
  150. vote.Height, vote.Round, vote.Type, ErrVoteUnexpectedStep)
  151. }
  152. // Ensure that signer is a validator.
  153. lookupAddr, val := voteSet.valSet.GetByIndex(valIndex)
  154. if val == nil {
  155. return false, fmt.Errorf(
  156. "cannot find validator %d in valSet of size %d: %w",
  157. valIndex, voteSet.valSet.Size(), ErrVoteInvalidValidatorIndex)
  158. }
  159. // Ensure that the signer has the right address.
  160. if !bytes.Equal(valAddr, lookupAddr) {
  161. return false, fmt.Errorf(
  162. "vote.ValidatorAddress (%X) does not match address (%X) for vote.ValidatorIndex (%d)\n"+
  163. "Ensure the genesis file is correct across all validators: %w",
  164. valAddr, lookupAddr, valIndex, ErrVoteInvalidValidatorAddress)
  165. }
  166. // If we already know of this vote, return false.
  167. if existing, ok := voteSet.getVote(valIndex, blockKey); ok {
  168. if bytes.Equal(existing.Signature, vote.Signature) {
  169. return false, nil // duplicate
  170. }
  171. return false, fmt.Errorf("existing vote: %v; new vote: %v: %w", existing, vote, ErrVoteNonDeterministicSignature)
  172. }
  173. // Check signature.
  174. if err := vote.Verify(voteSet.chainID, val.PubKey); err != nil {
  175. return false, fmt.Errorf("failed to verify vote with ChainID %s and PubKey %s: %w", voteSet.chainID, val.PubKey, err)
  176. }
  177. // Add vote and get conflicting vote if any.
  178. added, conflicting := voteSet.addVerifiedVote(vote, blockKey, val.VotingPower)
  179. if conflicting != nil {
  180. return added, NewConflictingVoteError(conflicting, vote)
  181. }
  182. if !added {
  183. panic("Expected to add non-conflicting vote")
  184. }
  185. return added, nil
  186. }
  187. // Returns (vote, true) if vote exists for valIndex and blockKey.
  188. func (voteSet *VoteSet) getVote(valIndex int32, blockKey string) (vote *Vote, ok bool) {
  189. if existing := voteSet.votes[valIndex]; existing != nil && existing.BlockID.Key() == blockKey {
  190. return existing, true
  191. }
  192. if existing := voteSet.votesByBlock[blockKey].getByIndex(valIndex); existing != nil {
  193. return existing, true
  194. }
  195. return nil, false
  196. }
  197. func (voteSet *VoteSet) GetVotes() []*Vote {
  198. return voteSet.votes
  199. }
  200. // Assumes signature is valid.
  201. // If conflicting vote exists, returns it.
  202. func (voteSet *VoteSet) addVerifiedVote(
  203. vote *Vote,
  204. blockKey string,
  205. votingPower int64,
  206. ) (added bool, conflicting *Vote) {
  207. valIndex := vote.ValidatorIndex
  208. // Already exists in voteSet.votes?
  209. if existing := voteSet.votes[valIndex]; existing != nil {
  210. if existing.BlockID.Equals(vote.BlockID) {
  211. panic("addVerifiedVote does not expect duplicate votes")
  212. } else {
  213. conflicting = existing
  214. }
  215. // Replace vote if blockKey matches voteSet.maj23.
  216. if voteSet.maj23 != nil && voteSet.maj23.Key() == blockKey {
  217. voteSet.votes[valIndex] = vote
  218. voteSet.votesBitArray.SetIndex(int(valIndex), true)
  219. }
  220. // Otherwise don't add it to voteSet.votes
  221. } else {
  222. // Add to voteSet.votes and incr .sum
  223. voteSet.votes[valIndex] = vote
  224. voteSet.votesBitArray.SetIndex(int(valIndex), true)
  225. voteSet.sum += votingPower
  226. }
  227. votesByBlock, ok := voteSet.votesByBlock[blockKey]
  228. if ok {
  229. if conflicting != nil && !votesByBlock.peerMaj23 {
  230. // There's a conflict and no peer claims that this block is special.
  231. return false, conflicting
  232. }
  233. // We'll add the vote in a bit.
  234. } else {
  235. // .votesByBlock doesn't exist...
  236. if conflicting != nil {
  237. // ... and there's a conflicting vote.
  238. // We're not even tracking this blockKey, so just forget it.
  239. return false, conflicting
  240. }
  241. // ... and there's no conflicting vote.
  242. // Start tracking this blockKey
  243. votesByBlock = newBlockVotes(false, voteSet.valSet.Size())
  244. voteSet.votesByBlock[blockKey] = votesByBlock
  245. // We'll add the vote in a bit.
  246. }
  247. // Before adding to votesByBlock, see if we'll exceed quorum
  248. origSum := votesByBlock.sum
  249. quorum := voteSet.valSet.TotalVotingPower()*2/3 + 1
  250. // Add vote to votesByBlock
  251. votesByBlock.addVerifiedVote(vote, votingPower)
  252. // If we just crossed the quorum threshold and have 2/3 majority...
  253. if origSum < quorum && quorum <= votesByBlock.sum {
  254. // Only consider the first quorum reached
  255. if voteSet.maj23 == nil {
  256. maj23BlockID := vote.BlockID
  257. voteSet.maj23 = &maj23BlockID
  258. // And also copy votes over to voteSet.votes
  259. for i, vote := range votesByBlock.votes {
  260. if vote != nil {
  261. voteSet.votes[i] = vote
  262. }
  263. }
  264. }
  265. }
  266. return true, conflicting
  267. }
  268. // If a peer claims that it has 2/3 majority for given blockKey, call this.
  269. // NOTE: if there are too many peers, or too much peer churn,
  270. // this can cause memory issues.
  271. // TODO: implement ability to remove peers too
  272. // NOTE: VoteSet must not be nil
  273. func (voteSet *VoteSet) SetPeerMaj23(peerID P2PID, blockID BlockID) error {
  274. if voteSet == nil {
  275. panic("SetPeerMaj23() on nil VoteSet")
  276. }
  277. voteSet.mtx.Lock()
  278. defer voteSet.mtx.Unlock()
  279. blockKey := blockID.Key()
  280. // Make sure peer hasn't already told us something.
  281. if existing, ok := voteSet.peerMaj23s[peerID]; ok {
  282. if existing.Equals(blockID) {
  283. return nil // Nothing to do
  284. }
  285. return fmt.Errorf("setPeerMaj23: Received conflicting blockID from peer %v. Got %v, expected %v",
  286. peerID, blockID, existing)
  287. }
  288. voteSet.peerMaj23s[peerID] = blockID
  289. // Create .votesByBlock entry if needed.
  290. votesByBlock, ok := voteSet.votesByBlock[blockKey]
  291. if ok {
  292. if votesByBlock.peerMaj23 {
  293. return nil // Nothing to do
  294. }
  295. votesByBlock.peerMaj23 = true
  296. // No need to copy votes, already there.
  297. } else {
  298. votesByBlock = newBlockVotes(true, voteSet.valSet.Size())
  299. voteSet.votesByBlock[blockKey] = votesByBlock
  300. // No need to copy votes, no votes to copy over.
  301. }
  302. return nil
  303. }
  304. // Implements VoteSetReader.
  305. func (voteSet *VoteSet) BitArray() *bits.BitArray {
  306. if voteSet == nil {
  307. return nil
  308. }
  309. voteSet.mtx.Lock()
  310. defer voteSet.mtx.Unlock()
  311. return voteSet.votesBitArray.Copy()
  312. }
  313. func (voteSet *VoteSet) BitArrayByBlockID(blockID BlockID) *bits.BitArray {
  314. if voteSet == nil {
  315. return nil
  316. }
  317. voteSet.mtx.Lock()
  318. defer voteSet.mtx.Unlock()
  319. votesByBlock, ok := voteSet.votesByBlock[blockID.Key()]
  320. if ok {
  321. return votesByBlock.bitArray.Copy()
  322. }
  323. return nil
  324. }
  325. // NOTE: if validator has conflicting votes, returns "canonical" vote
  326. // Implements VoteSetReader.
  327. func (voteSet *VoteSet) GetByIndex(valIndex int32) *Vote {
  328. if voteSet == nil {
  329. return nil
  330. }
  331. voteSet.mtx.Lock()
  332. defer voteSet.mtx.Unlock()
  333. if int(valIndex) >= len(voteSet.votes) {
  334. return nil
  335. }
  336. return voteSet.votes[valIndex]
  337. }
  338. // List returns a copy of the list of votes stored by the VoteSet.
  339. func (voteSet *VoteSet) List() []Vote {
  340. if voteSet == nil || voteSet.votes == nil {
  341. return nil
  342. }
  343. votes := make([]Vote, 0, len(voteSet.votes))
  344. for i := range voteSet.votes {
  345. if voteSet.votes[i] != nil {
  346. votes = append(votes, *voteSet.votes[i])
  347. }
  348. }
  349. return votes
  350. }
  351. func (voteSet *VoteSet) GetByAddress(address []byte) *Vote {
  352. if voteSet == nil {
  353. return nil
  354. }
  355. voteSet.mtx.Lock()
  356. defer voteSet.mtx.Unlock()
  357. valIndex, val := voteSet.valSet.GetByAddress(address)
  358. if val == nil {
  359. panic("GetByAddress(address) returned nil")
  360. }
  361. return voteSet.votes[valIndex]
  362. }
  363. func (voteSet *VoteSet) HasTwoThirdsMajority() bool {
  364. if voteSet == nil {
  365. return false
  366. }
  367. voteSet.mtx.Lock()
  368. defer voteSet.mtx.Unlock()
  369. return voteSet.maj23 != nil
  370. }
  371. // Implements VoteSetReader.
  372. func (voteSet *VoteSet) IsCommit() bool {
  373. if voteSet == nil {
  374. return false
  375. }
  376. if voteSet.signedMsgType != tmproto.PrecommitType {
  377. return false
  378. }
  379. voteSet.mtx.Lock()
  380. defer voteSet.mtx.Unlock()
  381. return voteSet.maj23 != nil
  382. }
  383. func (voteSet *VoteSet) HasTwoThirdsAny() bool {
  384. if voteSet == nil {
  385. return false
  386. }
  387. voteSet.mtx.Lock()
  388. defer voteSet.mtx.Unlock()
  389. return voteSet.sum > voteSet.valSet.TotalVotingPower()*2/3
  390. }
  391. func (voteSet *VoteSet) HasAll() bool {
  392. if voteSet == nil {
  393. return false
  394. }
  395. voteSet.mtx.Lock()
  396. defer voteSet.mtx.Unlock()
  397. return voteSet.sum == voteSet.valSet.TotalVotingPower()
  398. }
  399. // If there was a +2/3 majority for blockID, return blockID and true.
  400. // Else, return the empty BlockID{} and false.
  401. func (voteSet *VoteSet) TwoThirdsMajority() (blockID BlockID, ok bool) {
  402. if voteSet == nil {
  403. return BlockID{}, false
  404. }
  405. voteSet.mtx.Lock()
  406. defer voteSet.mtx.Unlock()
  407. if voteSet.maj23 != nil {
  408. return *voteSet.maj23, true
  409. }
  410. return BlockID{}, false
  411. }
  412. //--------------------------------------------------------------------------------
  413. // Strings and JSON
  414. const nilVoteSetString = "nil-VoteSet"
  415. // String returns a string representation of VoteSet.
  416. //
  417. // See StringIndented.
  418. func (voteSet *VoteSet) String() string {
  419. if voteSet == nil {
  420. return nilVoteSetString
  421. }
  422. return voteSet.StringIndented("")
  423. }
  424. // StringIndented returns an indented String.
  425. //
  426. // Height Round Type
  427. // Votes
  428. // Votes bit array
  429. // 2/3+ majority
  430. //
  431. // See Vote#String.
  432. func (voteSet *VoteSet) StringIndented(indent string) string {
  433. voteSet.mtx.Lock()
  434. defer voteSet.mtx.Unlock()
  435. voteStrings := make([]string, len(voteSet.votes))
  436. for i, vote := range voteSet.votes {
  437. if vote == nil {
  438. voteStrings[i] = nilVoteStr
  439. } else {
  440. voteStrings[i] = vote.String()
  441. }
  442. }
  443. return fmt.Sprintf(`VoteSet{
  444. %s H:%v R:%v T:%v
  445. %s %v
  446. %s %v
  447. %s %v
  448. %s}`,
  449. indent, voteSet.height, voteSet.round, voteSet.signedMsgType,
  450. indent, strings.Join(voteStrings, "\n"+indent+" "),
  451. indent, voteSet.votesBitArray,
  452. indent, voteSet.peerMaj23s,
  453. indent)
  454. }
  455. // Marshal the VoteSet to JSON. Same as String(), just in JSON,
  456. // and without the height/round/signedMsgType (since its already included in the votes).
  457. func (voteSet *VoteSet) MarshalJSON() ([]byte, error) {
  458. voteSet.mtx.Lock()
  459. defer voteSet.mtx.Unlock()
  460. return json.Marshal(VoteSetJSON{
  461. voteSet.voteStrings(),
  462. voteSet.bitArrayString(),
  463. voteSet.peerMaj23s,
  464. })
  465. }
  466. // More human readable JSON of the vote set
  467. // NOTE: insufficient for unmarshaling from (compressed votes)
  468. // TODO: make the peerMaj23s nicer to read (eg just the block hash)
  469. type VoteSetJSON struct {
  470. Votes []string `json:"votes"`
  471. VotesBitArray string `json:"votes_bit_array"`
  472. PeerMaj23s map[P2PID]BlockID `json:"peer_maj_23s"`
  473. }
  474. // Return the bit-array of votes including
  475. // the fraction of power that has voted like:
  476. // "BA{29:xx__x__x_x___x__x_______xxx__} 856/1304 = 0.66"
  477. func (voteSet *VoteSet) BitArrayString() string {
  478. voteSet.mtx.Lock()
  479. defer voteSet.mtx.Unlock()
  480. return voteSet.bitArrayString()
  481. }
  482. func (voteSet *VoteSet) bitArrayString() string {
  483. bAString := voteSet.votesBitArray.String()
  484. voted, total, fracVoted := voteSet.sumTotalFrac()
  485. return fmt.Sprintf("%s %d/%d = %.2f", bAString, voted, total, fracVoted)
  486. }
  487. // Returns a list of votes compressed to more readable strings.
  488. func (voteSet *VoteSet) VoteStrings() []string {
  489. voteSet.mtx.Lock()
  490. defer voteSet.mtx.Unlock()
  491. return voteSet.voteStrings()
  492. }
  493. func (voteSet *VoteSet) voteStrings() []string {
  494. voteStrings := make([]string, len(voteSet.votes))
  495. for i, vote := range voteSet.votes {
  496. if vote == nil {
  497. voteStrings[i] = nilVoteStr
  498. } else {
  499. voteStrings[i] = vote.String()
  500. }
  501. }
  502. return voteStrings
  503. }
  504. // StringShort returns a short representation of VoteSet.
  505. //
  506. // 1. height
  507. // 2. round
  508. // 3. signed msg type
  509. // 4. first 2/3+ majority
  510. // 5. fraction of voted power
  511. // 6. votes bit array
  512. // 7. 2/3+ majority for each peer
  513. func (voteSet *VoteSet) StringShort() string {
  514. if voteSet == nil {
  515. return nilVoteSetString
  516. }
  517. voteSet.mtx.Lock()
  518. defer voteSet.mtx.Unlock()
  519. _, _, frac := voteSet.sumTotalFrac()
  520. return fmt.Sprintf(`VoteSet{H:%v R:%v T:%v +2/3:%v(%v) %v %v}`,
  521. voteSet.height, voteSet.round, voteSet.signedMsgType, voteSet.maj23, frac, voteSet.votesBitArray, voteSet.peerMaj23s)
  522. }
  523. // LogString produces a logging suitable string representation of the
  524. // vote set.
  525. func (voteSet *VoteSet) LogString() string {
  526. if voteSet == nil {
  527. return nilVoteSetString
  528. }
  529. voteSet.mtx.Lock()
  530. defer voteSet.mtx.Unlock()
  531. voted, total, frac := voteSet.sumTotalFrac()
  532. return fmt.Sprintf("Votes:%d/%d(%.3f)", voted, total, frac)
  533. }
  534. // return the power voted, the total, and the fraction
  535. func (voteSet *VoteSet) sumTotalFrac() (int64, int64, float64) {
  536. voted, total := voteSet.sum, voteSet.valSet.TotalVotingPower()
  537. fracVoted := float64(voted) / float64(total)
  538. return voted, total, fracVoted
  539. }
  540. //--------------------------------------------------------------------------------
  541. // Commit
  542. // MakeCommit constructs a Commit from the VoteSet. It only includes precommits
  543. // for the block, which has 2/3+ majority, and nil.
  544. //
  545. // Panics if the vote type is not PrecommitType or if there's no +2/3 votes for
  546. // a single block.
  547. func (voteSet *VoteSet) MakeCommit() *Commit {
  548. if voteSet.signedMsgType != tmproto.PrecommitType {
  549. panic("Cannot MakeCommit() unless VoteSet.Type is PrecommitType")
  550. }
  551. voteSet.mtx.Lock()
  552. defer voteSet.mtx.Unlock()
  553. // Make sure we have a 2/3 majority
  554. if voteSet.maj23 == nil {
  555. panic("Cannot MakeCommit() unless a blockhash has +2/3")
  556. }
  557. // For every validator, get the precommit
  558. commitSigs := make([]CommitSig, len(voteSet.votes))
  559. for i, v := range voteSet.votes {
  560. commitSig := v.CommitSig()
  561. // if block ID exists but doesn't match, exclude sig
  562. if commitSig.ForBlock() && !v.BlockID.Equals(*voteSet.maj23) {
  563. commitSig = NewCommitSigAbsent()
  564. }
  565. commitSigs[i] = commitSig
  566. }
  567. return NewCommit(voteSet.GetHeight(), voteSet.GetRound(), *voteSet.maj23, commitSigs)
  568. }
  569. //--------------------------------------------------------------------------------
  570. /*
  571. Votes for a particular block
  572. There are two ways a *blockVotes gets created for a blockKey.
  573. 1. first (non-conflicting) vote of a validator w/ blockKey (peerMaj23=false)
  574. 2. A peer claims to have a 2/3 majority w/ blockKey (peerMaj23=true)
  575. */
  576. type blockVotes struct {
  577. peerMaj23 bool // peer claims to have maj23
  578. bitArray *bits.BitArray // valIndex -> hasVote?
  579. votes []*Vote // valIndex -> *Vote
  580. sum int64 // vote sum
  581. }
  582. func newBlockVotes(peerMaj23 bool, numValidators int) *blockVotes {
  583. return &blockVotes{
  584. peerMaj23: peerMaj23,
  585. bitArray: bits.NewBitArray(numValidators),
  586. votes: make([]*Vote, numValidators),
  587. sum: 0,
  588. }
  589. }
  590. func (vs *blockVotes) addVerifiedVote(vote *Vote, votingPower int64) {
  591. valIndex := vote.ValidatorIndex
  592. if existing := vs.votes[valIndex]; existing == nil {
  593. vs.bitArray.SetIndex(int(valIndex), true)
  594. vs.votes[valIndex] = vote
  595. vs.sum += votingPower
  596. }
  597. }
  598. func (vs *blockVotes) getByIndex(index int32) *Vote {
  599. if vs == nil {
  600. return nil
  601. }
  602. return vs.votes[index]
  603. }
  604. //--------------------------------------------------------------------------------
  605. // Common interface between *consensus.VoteSet and types.Commit
  606. type VoteSetReader interface {
  607. GetHeight() int64
  608. GetRound() int32
  609. Type() byte
  610. Size() int
  611. BitArray() *bits.BitArray
  612. GetByIndex(int32) *Vote
  613. IsCommit() bool
  614. }