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
Currently, we use the KeyringSigner to programmatically sign malleated transactions. This is because the standard cosmos-sdk tx.Factory does not support creating multiple malleated transactions and then signing over those as well. We might be able to refactor KeyringSigner so that it's more intuitive.
The text was updated successfully, but these errors were encountered:
closing as this is a duplicate of #294, which we will finally be able to handle now that we can simplify the malleation process using square size independent commitments
Currently, we use the
KeyringSigner
to programmatically sign malleated transactions. This is because the standard cosmos-sdktx.Factory
does not support creating multiple malleated transactions and then signing over those as well. We might be able to refactorKeyringSigner
so that it's more intuitive.The text was updated successfully, but these errors were encountered: