You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This builds on work from #15698 which was the main use case for GetSignBytes. Remaining usages include client.AuxTxBuilder and simulations. Once these are removed we delete can delete message implementations of GetSignBytes and remove many init and global legacy amino codec usages. Removing this tech debt will resolve even more cyclic module dependencies furthering #11899.
The text was updated successfully, but these errors were encountered:
Summary
Remove all usages of LegacyMsg.GetSignBytes.
This builds on work from #15698 which was the main use case for
GetSignBytes
. Remaining usages include client.AuxTxBuilder and simulations. Once these are removed we delete can delete message implementations ofGetSignBytes
and remove many init and global legacy amino codec usages. Removing this tech debt will resolve even more cyclic module dependencies furthering #11899.The text was updated successfully, but these errors were encountered: