Ethan Buchman
8fd8f800d0
* 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> |
6 years ago | |
---|---|---|
.. | ||
pool.go | Bucky/fix evidence halt (#34) | 6 years ago |
pool_test.go | rename Accum -> ProposerPriority: (#2932) | 6 years ago |
reactor.go | Fix fast sync stack with wrong block #2457 (#2731) | 6 years ago |
reactor_test.go | abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) | 6 years ago |
store.go | Bucky/fix evidence halt (#34) | 6 years ago |
store_test.go | reap max bytes from the mempool & check transaction size | 6 years ago |
wire.go | Bucky/fix evidence halt (#34) | 6 years ago |