Files
tendermint/consensus
Ismail Khoffi 4774a8ec61 non breaking signbytes (#5008)
* test-vectors for backwards compatibility:

 - copy & paste test-vectors from v0.33.5 to ensure
 backwards compatibility for vote's SignBytes

* WIP: everything besides time seems to match :-/

* almost

* Found the culprit: field nums weren't consecutive ints ...

* fix order of partset header too

* this last votes-related test can easily be fixed

* some minor changes and fix last failing test

* move proto types back to stdtime, fix various linting

* use libs/protoio

* remvoe commented code

* add comments

* fix tests

* uncomment testscases

* dont ignore error panic

* fix signable test

* fix happy path testing

* fix comment

Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
2020-06-15 21:54:58 +02:00
..
2020-06-15 21:54:58 +02:00
2020-04-29 10:47:00 +02:00
2020-06-10 12:08:47 +00:00
2020-06-10 12:08:47 +00:00
2020-06-08 10:16:35 +00:00
2020-06-15 21:54:58 +02:00
2020-06-11 11:54:02 +02:00
2020-06-10 12:08:47 +00:00

See the consensus spec and the reactor consensus spec for more information.