Marko
dedf0d2350
proto: folder structure adhere to buf ( #5025 )
4 years ago
Marko
d54de61bf6
consensus: proto migration ( #4984 )
## Description
migrate consensus to protobuf
Closes: #XXX
5 years ago
Marko
7a8224f8a3
state: proto migration ( #4972 )
## Description
the second part of state proto migration
Closes: #XXX
5 years ago
Callum Waters
26bea83694
evidence: retrieve header at height of evidence for validation ( #4870 )
validation of lunatic evidence requires that the node retrieve the header at the height of the infringement from the block store for comparison
5 years ago
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