Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: fix wrong min_gas_price calculation (#243) * chore: fix wrong min_gas_price calculation * chore: rename param * chore: use wei * chore: improve doc * chore: add tests * [feature][draft] subscribeToTx (#241) * chore: initial commit * feat: 'working' wss * 0.12.5-alpha.1 * refactor: polymorphic subscribeToTx * chore: serialize menssage instead of interpolating string * chore: remove ws dependency * 0.12.5-alpha.2 * chore: update changelog --------- Co-authored-by: Canh Trinh <[email protected]> * chore: fix arbitrum * 0.12.5-alph.3 * Update package (#249) * feat:add repo to package.json for link on npm (#248) Hopefully adding a repository link here will get the "repository" link to show up on npm here: https://www.npmjs.com/package/@axelar-network/axelarjs-sdk/ * Update package * Fix wording in readme --------- Co-authored-by: Stephen Fluin <[email protected]> * Improve manual relay (#250) * chore: setting up calc for generating command ID chore: code cleanup * chore: update manual relay to destination chain * chore: code cleanup * chore: code cleanup * chore: adding comments * chore: adding event query * chore: adding query methods for confirmation height and event * chore: code cleanup * chore: code refactor * chore: typo in changelog * chore: refactor code and update tests * chore: fixing command ID calculation chore: fixing issue where event initially not found chore: adding retry on retrieving batch data chore: adding retries chore: code cleanup * chore: code cleanup * chore: code cleanup * chore: code cleanup for manualRelay through signing * chore: adding logs for debug mode * chore: update command ID and update tests * Erc20 deposit address (#251) * feat: add erc 20 deposit address initial commit * chroe: wip * chore: update tests * chore: update tests * chore: PR comment for local binding of refundAddress * chore: update changelog * 0.12.5-alpha.4 * chore: adding BNBCHAIN * chore: gmpe treatment * chore: update subtractNativeGasFee to not subtract gas already paid * chore: update changelog * 0.12.5-alpha.5 * chore: updating express fee calculation (#254) * chore: adding a fix to addNativeGasMethod with overestimation (#253) * chore: adding a fix to addNativeGasMethod with overestimation * chore: code cleanup * 0.12.5-alpha.6 * chore: fix aurora symbol * 0.12.5-alpha.7 * fix: adding expressFee to fee param * 0.12.5-alpha.8 * chore: code cleanup and adding base to testnet * chore: fix date of v0.12.5 in changelog * 0.12.5 --------- Co-authored-by: npty <[email protected]> Co-authored-by: Alan Soares <[email protected]> Co-authored-by: Jon Ator <[email protected]> Co-authored-by: Stephen Fluin <[email protected]>
- Loading branch information