Skip to content

Fix chain json any encoding

sybil singleton requested to merge fix-chain-json-any-encoding into master

Some types with Any were not being encoded properly, this encodes them as json using the Codec on the keeper and returns the string.

Merge request reports