tendermint/blockchain
Ethan Buchman e1062a657f fixes for ProposerAddress
- state.MakeBlock takes a proposerAddr
- validateBlock only checks that the ProposerAddress is in the validator
  set
- fix raceyness from bad proposer test:
  - use privValidator to get the proposer address (instead of racy
    state)
  - note we had to remove the test that checked the correct proposer was
    included for higher rounds because we don't have a good way to test
    this with multiple consensus states and not using the
    privValidator.Address while calling createProposalBlock was a hack!
2018-08-05 15:19:21 -04:00
..
pool.go Merge branch 'develop' into jae/optimize_blockchain 2018-07-23 22:16:34 -04:00
pool_test.go Merge pull request #1965 from tendermint/693-part-2 2018-07-20 17:42:42 +02:00
reactor.go Removed unnecessary onStart call (#2098) 2018-07-29 09:46:53 +04:00
reactor_test.go fixes for ProposerAddress 2018-08-05 15:19:21 -04:00
store.go fix import paths 2018-07-01 22:36:49 -04:00
store_test.go Merge branch 'develop' into jae/literefactor4 2018-07-23 23:28:14 -04:00
wire.go Fix 0.22.7, bump to 0.22.8 2018-07-26 18:08:09 -07:00