hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

Align flag encoding in messages #40

Closed kasperisager closed 2 years ago

kasperisager commented 2 years ago

There was a bit of inconsistency in how flags were encoded/decoded in the protocol messages. The prevalent, and arguably more readable, pattern is now used consistently.

mafintosh commented 2 years ago

Looks great, we also use flags as the general term everywhere now