celestiaorg / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Other
19 stars 33 forks source link

feat: expose SetTxDecoder #311

Closed rootulp closed 1 year ago

rootulp commented 1 year ago

Part of https://github.com/celestiaorg/celestia-app/issues/1620

evan-forbes commented 1 year ago

for posterity, the other option to this is pulling out the tx config in the auth module, but that requires exporting some of the sign mode handlers and the wrapper struct that is used for tx building. If we do that, then we will likely need or want to pull out the entire auth module.

This seems like the simplest solution to https://github.com/celestiaorg/celestia-app/issues/1665