tendermint / go-amino

Protobuf3 with Interface support - Designed for blockchains (deterministic, upgradeable, fast, and compact)
Other
259 stars 78 forks source link

Make default int encoding varint (not zigzag) #238

Closed liamsi closed 5 years ago

liamsi commented 5 years ago

First stab on #237 related to https://github.com/tendermint/tendermint/issues/2682

I propose to do a followup PR to add back the zigzag encoding option (via a tag).

liamsi commented 5 years ago

Addressed all comments and updated the changelog for another release. Want to have another look? Or good to merge @melekes @ValarDragon