Ethan Buchman 8fd8f800d0
Bucky/fix evidence halt (#34)
* consensus: createProposalBlock function

* blockExecutor.CreateProposalBlock

- factored out of consensus pkg into a method on blockExec
- new private interfaces for mempool ("txNotifier") and evpool with one function each
- consensus tests still require more mempool methods

* failing test for CreateProposalBlock

* Fix bug in include evidece into block

* evidence: change maxBytes to maxSize

* MaxEvidencePerBlock

- changed to return both the max number and the max bytes
- preparation for #2590

* changelog

* fix linter

* Fix from review

Co-Authored-By: ebuchman <ethan@coinculture.info>
2019-01-17 21:46:40 -05:00
..
2018-10-29 09:16:50 -04:00
2019-01-17 21:46:40 -05:00
2019-01-17 21:46:40 -05:00
2018-11-01 02:07:18 -04:00
2018-10-24 21:34:01 -04:00
2018-11-01 02:07:18 -04:00
2019-01-17 21:46:40 -05:00