Author | SHA1 | Message | Date |
---|---|---|---|
Callum Waters |
7cb3d90e01
|
evidence: create proof of lock change and implement it in evidence store (#4746)
creates a proof of lock change which is an array of votes that proves the validator was permitted to change locked block and vote again. This proof is stored in the evidence pool and is used as a part of amnesia evidence |
5 years ago |
Callum Waters |
a620e5fd96
|
evidence: cap evidence to an absolute number (#4780)
The number of evidence that can be committed in a single block is capped by a new evidence parameter called MaxNum |
5 years ago |
Anton Kaliaev |
52784f67d0
|
mempool: allow ReapX and CheckTx functions to run in parallel
allow ReapX and CheckTx functions to run in parallel, making it not possible to block certain proposers from creating a new block. Closes: #2972 |
5 years ago |
Anton Kaliaev |
f6435f2c73
|
consensus: add comment as to why use mocks during replay (#4785)
Closes #4766 |
5 years ago |