libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.58k stars 275 forks source link

Change pubsub Message.seqno protobuf type to uint64 #213

Closed Nashatyrev closed 4 years ago

Nashatyrev commented 5 years ago

This is to enforce the seqno field 8-bytes boundary on the protobuf type level

CAUTION: this change is not backward compatible

vyzo commented 5 years ago

agreed with @Stebalien

Nashatyrev commented 5 years ago

@raulk what do you think?