kava icon indicating copy to clipboard operation
kava copied to clipboard

Update YAML marshaling/printing

Open denalimarsh opened this issue 4 years ago • 1 comments

nit, we should probably Marshal to YAML and print the string. We can do it in another PR for all types

Originally posted by @fedekunze in https://github.com/Kava-Labs/kava-private/pull/7

denalimarsh avatar May 07 '20 20:05 denalimarsh

@rhuairahrighairidh noticed that the Auction module registers interfaces/types (Auction, GenesisAuction) on the codec while CDP, BEP3, and others only register msgs. To adhere to a global standard for marshaling/unmarshaling + String methods I'm pretty sure the other modules will need to follow the codec registration pattern in Auction, correct?

denalimarsh avatar May 11 '20 16:05 denalimarsh