tendermint / go-amino

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

Omitempty on JSON decoder #262

Closed mossid closed 5 years ago

mossid commented 5 years ago

Closes: #261

alexanderbez commented 5 years ago

It would be ideal to get this into the SDK before we release v0.35.0. It'll make parameter change proposals much easier to write (ie. you won't have to include the entire struct -- only the fields you want to change).

/cc @Liamsi

liamsi commented 5 years ago

ref: #261

liamsi commented 5 years ago

Changed the base branch to develop. Will cut a release containing this change later today.

alexanderbez commented 5 years ago

Great, thanks @Liamsi!