tendermint / go-amino

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

No longer allocate space for uvarint size #225

Closed ValarDragon closed 6 years ago

ValarDragon commented 6 years ago

In an area within the mempool, we ended not going with amino's implementation to due to allocation on every call. Its an easy fix, and I've added test cases to prove correctness.