This repository was archived by the owner on Jul 27, 2026. It is now read-only.
Commit 0df4ac5
Tom/release/kintsugi/2.29.2 (#1116)
* chore: add resolutions for various polkadot packages (#1089)
* Fix input field width issue (#1090)
* fix: input field width
* fix: rename max weeks to total weeks
* chore: bump ui version
* chore: bump XCM bridge (#1093)
* feat(Wallet): add page (#1001)
* feat(Wallet): add page
* feat: add WalletIcon
* feat: copy address
* wip
* feat: staking table
* feat: refactor and add lending
* refactor: clean up code
* wip
* feat: add List card
* continue
* fix: continue
* feat: continue
* feat(CTALink): improve
* feat: add responsiveness and swap handling
* feat: final
* feat: add responsive prop
* fix: clean up List and Divider
* feat: add tests
* feat: add final tests
* fix: code review
* feat: add vesting and tests
* fix: code review
* Tom/bug/burn form collateral tokens (#1042)
* refactor: loop collateral to get burnable tokens
* refactor: revert previous change and simplify
* refactor: add function to filter tokens
* refactor: fetch collateral currencies and render token values
* wip: form layout and translation
* wip: set data and selected collateral
* chore: remove console log
* refactor: remove single collateral code
* chore: comment
* fix: incorrect USD value
* chore: remove testing code
* refactor: remove native token import
* refactor: add BurnableCollateral type
* refactor: add fullWidth prop and label to token selector
* refactor: collateral icon
* chore: add dictionary item
* chore: remove unnecessary conditional operators
* refactor: handle callback
* refactor: fix failing test
* chore: remove unused code
* refactor: add success notification to burn form
* Add CORS to market data (#1096)
* chore: add env variables to config
* chore: add cors to market data api
---------
Co-authored-by: ns212 <nikolai@interlay.io>
* fix: revert to using 0.2.x version of the bridge (#1095)
* chore: improve price impact warning copy
* chore: release v2.29.0
* fix(amm): use correct hooks dependencies (#1105)
* fix: update useGetCurrencies callbacks dependency arrays (#1108)
* chore: release v2.29.1
* [wallet] improve wallet balance (#1109)
* wip: correct wallet balance
* refactor: account for borrow and lend positions when calculating total balance
* refactor: add total liquidity balance
* fix: typo
* chore: add TODO
* refactor: remove unnecessary toString call
* refactor: redirect home route to wallet if enabled, defaulting to bridge if not
* refactor: remove duplicated calculations
* refactor: return liquidity pools calculation from hook
* chore: release v2.29.2
---------
Co-authored-by: Brendon Votteler <bvotteler@users.noreply.github.com>
Co-authored-by: Chanakya888 <samuraichanakya1@gmail.com>
Co-authored-by: Daniel Simão <rui.daniel.simao@gmail.com>
Co-authored-by: ns212 <nikolai@interlay.io>
Co-authored-by: Dominik Harz <dominik.harz@gmail.com>
Co-authored-by: Peter Slaný <47864599+peterslany@users.noreply.github.com>1 parent 22f0dd0 commit 0df4ac5
5 files changed
Lines changed: 42 additions & 12 deletions
File tree
- src
- pages/Wallet/WalletOverview/components/WalletInsights
- utils/hooks/api/amm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | | - | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | | - | |
| 48 | + | |
39 | 49 | | |
40 | 50 | | |
41 | 51 | | |
| |||
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
51 | | - | |
52 | | - | |
| 61 | + | |
| 62 | + | |
53 | 63 | | |
54 | 64 | | |
55 | 65 | | |
| |||
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
76 | | - | |
| 86 | + | |
77 | 87 | | |
78 | 88 | | |
79 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
7 | 9 | | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
34 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
35 | 54 | | |
36 | 55 | | |
37 | 56 | | |
| |||
42 | 61 | | |
43 | 62 | | |
44 | 63 | | |
| 64 | + | |
45 | 65 | | |
46 | 66 | | |
47 | 67 | | |
48 | 68 | | |
49 | 69 | | |
50 | | - | |
| 70 | + | |
51 | 71 | | |
52 | 72 | | |
53 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2542 | 2542 | | |
2543 | 2543 | | |
2544 | 2544 | | |
2545 | | - | |
| 2545 | + | |
2546 | 2546 | | |
2547 | 2547 | | |
2548 | 2548 | | |
| |||
0 commit comments