gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
880 stars 364 forks source link

[amino] Use pbbindings for MarshalAny. #200

Open jaekwon opened 2 years ago

jaekwon commented 2 years ago

MarshalAny() currently doesn't use pbbindings at all, so there are currently no proto savings for most values/nodes/types. For reference, see the implementation of Marshal().

moul commented 1 year ago

Copied here: https://github.com/tendermint/tendermint2/issues/3