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! |
6 years ago | |
---|---|---|
.. | ||
pool.go | Merge branch 'develop' into jae/optimize_blockchain | 6 years ago |
pool_test.go | Merge pull request #1965 from tendermint/693-part-2 | 6 years ago |
reactor.go | Removed unnecessary onStart call (#2098) | 6 years ago |
reactor_test.go | fixes for ProposerAddress | 6 years ago |
store.go | fix import paths | 6 years ago |
store_test.go | Merge branch 'develop' into jae/literefactor4 | 6 years ago |
wire.go | Fix 0.22.7, bump to 0.22.8 | 6 years ago |