Skip to content

Commit 70ddc6f

Browse files
Merge pull request #1174 from rango-exchange/chore/sync-next-with-main
Chore/sync next with main
2 parents 38ff51e + 75d49fc commit 70ddc6f

108 files changed

Lines changed: 557 additions & 205 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## Widget [0.37.0] (2025-06-09)
2+
_includes `@rango-dev/widget-embedded@0.44.0`_
3+
4+
### Features
5+
6+
- add detached connect wallet modal ([b2d7d6f](https://github.com/rango-exchange/rango-client/commit/b2d7d6fda2bdfe3e9f72baba95a1a7694e3db21a))
7+
- integrate slush wallet ([9e9a5cc](https://github.com/rango-exchange/rango-client/commit/9e9a5ccb802fbd1f9a50322a89f65b557f152c6a))
8+
- migrate trust wallet to use hub and add support for solana ([61497fd](https://github.com/rango-exchange/rango-client/commit/61497fd40d48d48030e5a6d7ece53b5b7daf7b09))
9+
- add namespace connect and disconnect and get state ([dcbabb0](https://github.com/rango-exchange/rango-client/commit/dcbabb0c2b81932312b3b76975af2ad558439869))
10+
- add new states for wallet buttons ([d337aee](https://github.com/rango-exchange/rango-client/commit/d337aeed2315173a7820d3adedb412a4a1704fcd))
11+
- add static test attributes ([51b1433](https://github.com/rango-exchange/rango-client/commit/51b1433ab464a7255ec9f54499df65fbf98aa66b))
12+
- show slippage and rate in swap box ([54aea4e](https://github.com/rango-exchange/rango-client/commit/54aea4e69413bc7383716893f091b2ef1b0ae693))
13+
14+
15+
### Bug Fixes
16+
17+
- fix retry swap on connect wallet ([f6c45b6](https://github.com/rango-exchange/rango-client/commit/f6c45b6c4a6b92a208e04606b42ed98d327ad349))
18+
- add has method to the namespace proxy ([ee74628](https://github.com/rango-exchange/rango-client/commit/ee7462881c27fbf42fae374064362293f5f92765))
19+
- avoid hub recreation ([2e5fc07](https://github.com/rango-exchange/rango-client/commit/2e5fc07bc0952d1d98b828d7e70a892034bb99b8))
20+
- fix phantom transaction failure on sui namespace disabled ([213b235](https://github.com/rango-exchange/rango-client/commit/213b23565b2729a48605d3d06ef5dd6daf66900f))
21+
- if data exceed 90 days, bottom axis should be shown correctly ([34c0606](https://github.com/rango-exchange/rango-client/commit/34c0606986b72aab97e5174a9bce2f1e1e5a159a))
22+
- fix incorrect state after connecting evm namespace on hub wallets ([778bba9](https://github.com/rango-exchange/rango-client/commit/778bba9ca33ca8cce1a98bb3dcff81fa55a6d6a9))Add commentMore actions
23+
- run connect namespaces sequentially when connect of adapter called separately ([087a94e](https://github.com/rango-exchange/rango-client/commit/087a94e012525609dee75b053db2ce3ee444aa18))
24+
- playground crash on filter wallets ([f0e98ce](https://github.com/rango-exchange/rango-client/commit/f0e98cec6377324385e429df1b6f739770eff089))
25+
- add sanitizeInputAmount for blur normalization of zero values ([9691146](https://github.com/rango-exchange/rango-client/commit/969114619abfc7865b55fa2b003b4d0ce19bc36d))
26+
- autocomplete off for search inputs ([4b47521](https://github.com/rango-exchange/rango-client/commit/4b475216395fb9c0404fdd28a2f26e2c69c12318))
27+
- correct the formatting of the total payable fee in the fee details modal ([ee052d3](https://github.com/rango-exchange/rango-client/commit/ee052d3f3e5bd8ab4284a01a6e9d92dc627efb68))
28+
- correctly display small exchange rate values on the home page ([a3e103f](https://github.com/rango-exchange/rango-client/commit/a3e103f116062f0ebfe4062179ed8794a6f24bc2))
29+
- display correct state in confirm wallets modal ([46417f1](https://github.com/rango-exchange/rango-client/commit/46417f1b75c4daf3d3cb4d43af8b695cdcc71720))
30+
- display error message from response instead of default fallback ([188e130](https://github.com/rango-exchange/rango-client/commit/188e130a1603a8533f19db3545a445523187593b))
31+
- make widget compatible with rango-types ([d8e8ef9](https://github.com/rango-exchange/rango-client/commit/d8e8ef996efc3179932dc91224d97bc7f54ae09f))
32+
- turn autocomplete off for history search input ([97bc186](https://github.com/rango-exchange/rango-client/commit/97bc18649d0f1ee292c46837db2a1a7f00df97b1))
33+
- show correct terms in routing section of cross-chain transactions ([0554412](https://github.com/rango-exchange/rango-client/commit/055441200814c904d258158e0e10a14abea7386b))
34+
35+
136

237
## Widget [0.36.0] (2025-05-26)
338
_includes `@rango-dev/widget-embedded@0.43.0`_

examples/queue-manager-demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"rango-sdk": "^0.1.68"
2020
},
2121
"dependencies": {
22-
"@rango-dev/provider-all": "^0.46.1-next.5",
23-
"@rango-dev/provider-xdefi": "^0.46.1-next.4",
24-
"@rango-dev/queue-manager-rango-preset": "^0.45.2-next.11",
22+
"@rango-dev/provider-all": "^0.47.0",
23+
"@rango-dev/provider-xdefi": "^0.47.0",
24+
"@rango-dev/queue-manager-rango-preset": "^0.46.0",
2525
"@rango-dev/queue-manager-react": "^0.29.0",
26-
"@rango-dev/wallets-react": "^0.30.2-next.12",
27-
"@rango-dev/wallets-shared": "^0.44.2-next.13",
26+
"@rango-dev/wallets-react": "^0.31.0",
27+
"@rango-dev/wallets-shared": "^0.45.0",
2828
"bignumber.js": "^9.1.1",
2929
"ethers": "^6.13.2",
3030
"rango-sdk-basic": "^0.1.68",

queue-manager/rango-preset/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.46.0](https://github.com/rango-exchange/rango-client/compare/queue-manager-rango-preset@0.45.1...queue-manager-rango-preset@0.46.0) (2025-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* fix retry swap on connect wallet ([f6c45b6](https://github.com/rango-exchange/rango-client/commit/f6c45b6c4a6b92a208e04606b42ed98d327ad349))
7+
8+
9+
110
## [0.45.1](https://github.com/rango-exchange/rango-client/compare/queue-manager-rango-preset@0.45.0...queue-manager-rango-preset@0.45.1) (2025-05-04)
211

312

queue-manager/rango-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rango-dev/queue-manager-rango-preset",
3-
"version": "0.45.2-next.11",
3+
"version": "0.46.0",
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",

signers/signer-cosmos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [0.34.0](https://github.com/rango-exchange/rango-client/compare/signer-cosmos@0.33.0...signer-cosmos@0.34.0) (2025-06-09)
2+
3+
4+
15
# [0.33.0](https://github.com/rango-exchange/rango-client/compare/signer-cosmos@0.32.0...signer-cosmos@0.33.0) (2025-04-30)
26

37

signers/signer-cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rango-dev/signer-cosmos",
3-
"version": "0.33.1-next.4",
3+
"version": "0.34.0",
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",

signers/signer-evm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [0.36.0](https://github.com/rango-exchange/rango-client/compare/signer-evm@0.35.0...signer-evm@0.36.0) (2025-06-09)
2+
3+
4+
15
# [0.35.0](https://github.com/rango-exchange/rango-client/compare/signer-evm@0.34.0...signer-evm@0.35.0) (2025-04-30)
26

37

signers/signer-evm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rango-dev/signer-evm",
3-
"version": "0.35.1-next.4",
3+
"version": "0.36.0",
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",

signers/signer-solana/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# [0.40.0](https://github.com/rango-exchange/rango-client/compare/signer-solana@0.39.0...signer-solana@0.40.0) (2025-06-09)
2+
3+
4+
15
# [0.39.0](https://github.com/rango-exchange/rango-client/compare/signer-solana@0.38.0...signer-solana@0.39.0) (2025-04-30)
26

37

signers/signer-solana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rango-dev/signer-solana",
3-
"version": "0.39.1-next.4",
3+
"version": "0.40.0",
44
"license": "MIT",
55
"type": "module",
66
"source": "./src/index.ts",

0 commit comments

Comments
 (0)