-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1201 Asset type protocol refactor (#1203)
* Wallet reafactored with new Asset type * MAYA protocol with new Asset type and CryptoAmount class * Thorchain protocol with new Asset type and CryptoAmount class * Aggregator with new Asset type and CryptoAmount class * Missing changes * Clean Cryptoamount * 1205 aggregator affiliates (#1206) * Affiliate bug fix in doSwap * Changeset version file * Version Packages (#1210) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * 1207 Estimate MAYAName (#1211) * getMAYANameDetails response standardise with Thorchain * Estimate MAYAName * Tests * Changeset version file * 1196 Mayachain AMM docs (#1197) * Get MAYANames by address * Changeset version file * MAYAChainAMM docs * Readme links * Dependencies removed * Changeset version files removed * 1212 Register and Update Thorname and MAYAName (#1214) * getMAYANameDetails response standardise with Thorchain * Estimate MAYAName * Tests * Changeset version file * MAYAName feature * Tests * Register and Update THORName * Error bug fix * Tests * Changeset version files * Version Packages (#1215) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * 1208 Update THORChain client apis (#1216) * Thornode v1.133.0 * Midgard v2.32.2 * Changeset version files * Action TxType parameter * Tests * Changeset version file * 1208 Update MAYAChain client apis (#1217) * MAYANode v1.110.0 * Streaming swap parameters for quote swap * MAYAChainAMM tests * Midgard v2.10.0 * Changeset version files * Version Packages (#1220) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * 1223 MAYAChain streaming swaps (#1222) * Streaming and missing parameters for QuoteSwap type * Tests * Changeset version files * e2e tests * Changeset version files * 1201 Examples and tests with new Asset type and CryptoAmount refactor (#1204) * Examples and tests with new Asset type and CryptoAmount refactor * Example bug fix --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
eb229aa
commit 602ebcb
Showing
171 changed files
with
5,863 additions
and
1,486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@xchainjs/xchain-wallet': major | ||
--- | ||
|
||
New type `CosmosTxParams` for Cosmos transfers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@xchainjs/xchain-mayachain-amm': patch | ||
--- | ||
|
||
Streaming swap parameters for `estimateSwap`, `validateSwap` and `doSwap` method. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@xchainjs/xchain-mayachain-query': patch | ||
--- | ||
|
||
`QuoteSwap` type updated. `Fees` type with `liquidityFee` and `totalFee` parameters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@xchainjs/xchain-mayachain-query': major | ||
'@xchainjs/xchain-thorchain-query': major | ||
'@xchainjs/xchain-mayachain-amm': major | ||
'@xchainjs/xchain-midgard-query': major | ||
'@xchainjs/xchain-thorchain-amm': major | ||
'@xchainjs/xchain-aggregator': major | ||
--- | ||
|
||
Methods and types updated with `Asset` type refactored. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@xchainjs/xchain-mayachain-query': patch | ||
--- | ||
|
||
Streaming swap parameters for `quoteSwap` method. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.