tendermint / go-amino

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

Add a way to get the amino route of a concrete struct from a codec #231

Open ValarDragon opened 5 years ago

ValarDragon commented 5 years ago

For example, this was needed in https://github.com/tendermint/tendermint/pull/2574#event-1892641912. The API may look like: cdc.GetConcreteStructRoute(<struct>, <interface>)

liamsi commented 5 years ago

@ValarDragon do we need this pre-launch? Looks like we have a workaround in tendermint.