Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat/cosmos send token (#270) * chore: initial wip commit * chore: adding channel ID * chore: updating message sign for sendToken * chore: add test * chore: upgrade cosmjs dependencies to 0.31.1-alpha.1 * chore: remove memo from tx * chore: PR changes, including separating generating tx and signing steps for sendToken * feat: adding sendToken from evm feature * chore: update evm token send * chore: codefix * chore: fixing timeoutTimestamp defaults and other code fixes * chore: code cleanup * chore: update changelog * chore: remove non-exist props * chore: fix failed tests * 0.12.9-alpha.1 * chore: fix build error * 0.12.9 * chore: adding missing chains as of june 2023 * chore: updated changelog * feat: recovery cosmos gmp (#274) * chore: bump axelarjs-types version * chore: init manualRelayToDestChain refactoring * chore: refactor findBatchAndSign * chore: refactor `recoverEvmToEvmTx` function * feat: implement `recoverEvmToCosmosTx` * chore: implement recoverCosmosToEvmTx * chore: add RouteMessageRequest to axelarjs-sdk * chore: refactor `retry` function * chore: fix failed to find evm event when dest chain is cosmos * chore: fix wrong api endpoint * chore: update fetching status error msg * chore: Improve consistency of error message * chore: add approveTx details to the response * feat: implement tx confirmation check * chore: incorporate tx confirmation check with `findEventAndConfirmIfNeeded` function * chore: add `getConfirmationHeight` test * chore: add `recoverEvmToCosmosTx` tests * chore: add `getRouteDir` tests * chore: update error message * chore: add more tests for evmToEvm * chore: remove error log * chore: fix mocking * chore: remove duplicated key * chore: remove unused function * chore: refactor `findBatchAndBroadcast` function and fix tests * chore: update test name * chore: refactor `searchRecentBatchesFromCore` function * chore: refactor `fetchBatchData` * chore: refactor `findBatchAndSignIfNeeded` * chore: add tests for `recoverCosmosToEvmTx` * chore: cache loadChains result * chore: fix test `findBatchAndSignIfNeeded` * chore: add more expect to cosmos to evm tests * chore: refactor getEvmEvent function * chore: refactor `findEventAndConfirmIfNeeded` * chore: add tests for "findEventAndConfirmIfNeeded" * 0.13.0 --------- Co-authored-by: Alan Soares <[email protected]> Co-authored-by: npty <[email protected]> Co-authored-by: npty <[email protected]>
- Loading branch information