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
..
2018-07-24 17:28:26 +02:00
2018-07-01 22:36:49 -04:00
2018-08-05 15:19:21 -04:00
2018-08-05 15:19:21 -04:00
2018-08-05 15:19:21 -04:00
2018-08-05 15:19:21 -04:00