tendermint/state
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
..
txindex abci: remove fee (#2043) 2018-07-24 17:28:26 +02:00
errors.go fix import paths 2018-07-01 22:36:49 -04:00
execution.go Merge remote-tracking branch 'origin/develop' into jae/literefactor4 2018-08-02 19:12:22 -04:00
execution_test.go fixes for ProposerAddress 2018-08-05 15:19:21 -04:00
services.go mempool: chan bool -> chan struct{} 2018-07-23 21:06:47 -04:00
state.go fixes for ProposerAddress 2018-08-05 15:19:21 -04:00
state_test.go add proposer address to block's Header 2018-08-05 15:16:49 -04:00
store.go Merge branch 'develop' into jae/literefactor4 2018-07-23 23:28:14 -04:00
validation.go fixes for ProposerAddress 2018-08-05 15:19:21 -04:00
validation_test.go fixes for ProposerAddress 2018-08-05 15:19:21 -04:00
wire.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00