Author | SHA1 | Message | Date |
---|---|---|---|
Marko |
40bd416d59
|
test: protobuf vectors for reactors (#5221)
## Description Add test vectors for all reactors - [x] state-sync - [x] privval - [x] mempool - [x] p2p - [x] evidence - [ ] light? this PR is primarily oriented at testvectors for things going over the wire. should we expand the testvectors into types as well? Closes: #XXX |
4 years ago |
Marko |
22b395ed30
|
consensus: msg testvectors (#5076)
## Description _Please add a description of the changes that this PR introduces and the files that are the most critical to review._ Closes: #XXX |
4 years ago |
Marko |
dedf0d2350
|
proto: folder structure adhere to buf (#5025) | 4 years ago |
Marko |
51da4fe356
|
types: rename partsheader to partsetheader (#5029)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> |
4 years ago |
Marko |
46f6d17601
|
crypto/merkle: remove simple prefix (#4989)
## Description This PR removes simple prefix from all types in the crypto/merkle directory. The two proto types `Proof` & `ProofOp` have been moved to the `proto/crypto/merkle` directory. proto messge `Proof` was renamed to `ProofOps` and `SimpleProof` message to `Proof`. Closes: #2755 |
4 years ago |
Marko |
d54de61bf6
|
consensus: proto migration (#4984)
## Description migrate consensus to protobuf Closes: #XXX |
4 years ago |