Skip to content

Commit

Permalink
0.11.0 (#158)
Browse files Browse the repository at this point in the history
* Implement query transfer status api (#154)
* refactor: rename axelarCachingServiceUrl to axelarGMPApiUrl
* feat: Add AxelarTransferAPI.ts
* feat: refactor query
* test: implement tests
* chore: update changelog
* feat: export AxelarTransferApi
* Fix/duplicate deposit address (#157)
* chore: deposit addresses from different source chains but with same destination chain run in parallel should be different
* chore: fix to fees
* chore: force bump minor

Co-authored-by: npty <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: Canh Trinh <[email protected]>
  • Loading branch information
4 people authored Sep 13, 2022
1 parent ff0f99f commit 8c1b8a4
Show file tree
Hide file tree
Showing 23 changed files with 9,062 additions and 3,948 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.11.0] - 2022-SEPTEMBER-12

- add `AxelarTransferAPI` to allow query transfer status for cross-chain transfer via deposit address or sendToken method. #154, addresses #143
- rename `axelarCachingServiceUrl` to `axelarGMPApiUrl`
- Fixed an issue where the deposit address can be the same in the case of two parallel requests with different source chain names. #157
- updates `estimateGasFee` method to allow for input gastoken

## [0.10.3] - 2022-SEPTEMBER-5

- update the `AxelarGMPRecoveryAPI` to allow for rpc/lcd endpoint overrides in constructor for the API
Expand Down
Loading

0 comments on commit 8c1b8a4

Please sign in to comment.