atomicDEX-API
atomicDEX-API copied to clipboard
feat(tendermint): pubkey-only activation and unsigned tx
This PR implements pubkey-only mode for the Tendermint protocol, which means we can use any external wallet for wallet and swap operations on Tendermint.
Additionally, ibc_withdraw RPC is removed and withdraw is refactored for Tendermint to support IBC transfers by automatically finding IBC channels whenever possible.
Thanks for reviews. As this is an early-stage PR, things can be very different depending on the other blocker tasks I am working on. I will be working on the other/blocker tasks and come back here once I finish other parts.