Files
tendermint/types
Ismail Khoffi 793e1b540f This commit tries to give an idea what work would be needed to use
gogo/protobuf without deleting the actual go-types:

 - it uses custom types and adds the necessary methods to (our) Vote
 - the conversion between proto votes (VoteType) and our votes (Vote)
 is done manually
 - Note: there is some conversion between int <-> int64 which won't work
 reliably on 32 bit machines
 - there are some tests but I'm not confident they test for all the edge
 cases
 - my script to generate the proto files from go structs did not work
 reliably (had to write those messages manually)

Signed-off-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
2019-04-19 16:18:08 +02:00
..
2019-02-12 08:54:12 +04:00
2019-02-22 23:11:27 -05:00
2019-01-17 21:46:40 -05:00
2019-01-28 16:13:17 +04:00
2019-02-08 18:40:41 -05:00
2019-01-28 16:13:17 +04:00