This PR allows IBC withdrawals for all assets, instead of just NAM.
There is still zero indication to the user about whether the transaction failed or succeeded, but for testing this information should be displayed in the console.
Changed
Use base denom amounts when building IBC transfers with JS SDK
Use unknown gas limit value for txs without an indexer type
Added
Enable IBC withdrawals for all tokens. Closes #1242
Fixed
Use same gas limit and price for IBC withdrawal as rest of Namadillo
Reveal public key if needed for IBC withdrawal. Fixes #1222
This PR allows IBC withdrawals for all assets, instead of just NAM.
There is still zero indication to the user about whether the transaction failed or succeeded, but for testing this information should be displayed in the console.
Changed
Added
Fixed