@ledgerhq/coin-sui 0.17.0-nightly.8 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +36 -56
- package/package.json +10 -10
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-sui@0.17.0
|
|
2
|
+
> @ledgerhq/coin-sui@0.17.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
|
|
3
3
|
> tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
|
|
4
4
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,96 +1,76 @@
|
|
|
1
1
|
# @ledgerhq/coin-sui
|
|
2
2
|
|
|
3
|
-
## 0.17.0
|
|
3
|
+
## 0.17.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- [#12498](https://github.com/LedgerHQ/ledger-live/pull/12498) [`177000e`](https://github.com/LedgerHQ/ledger-live/commit/177000ed4cb21bbc69386ff5b5cec6d3e6f3281b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Prepare sui for async CryptoAssetsStore migration - add await to token lookups
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- Updated dependencies [[`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8)]:
|
|
12
|
-
- @ledgerhq/cryptoassets@13.32.0-nightly.4
|
|
13
|
-
- @ledgerhq/coin-framework@6.8.0-nightly.6
|
|
14
|
-
|
|
15
|
-
## 0.17.0-nightly.7
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
9
|
+
- [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
|
|
18
10
|
|
|
19
11
|
- [#12485](https://github.com/LedgerHQ/ledger-live/pull/12485) [`230cb92`](https://github.com/LedgerHQ/ledger-live/commit/230cb924749e5cf21ddb14d6bde06d9f4cab2390) Thanks [@jprudent](https://github.com/jprudent)! - fix pages without operations
|
|
20
12
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
13
|
+
- [#12324](https://github.com/LedgerHQ/ledger-live/pull/12324) [`600aa73`](https://github.com/LedgerHQ/ledger-live/commit/600aa73f30356b1e9523185bc37ebfbf3e9a649a) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - add peers to sui block operations
|
|
24
14
|
|
|
25
|
-
-
|
|
26
|
-
- @ledgerhq/types-live@6.88.0-nightly.3
|
|
27
|
-
- @ledgerhq/cryptoassets@13.32.0-nightly.3
|
|
28
|
-
- @ledgerhq/coin-framework@6.8.0-nightly.5
|
|
29
|
-
- @ledgerhq/hw-app-sui@1.4.0
|
|
30
|
-
|
|
31
|
-
## 0.17.0-nightly.5
|
|
15
|
+
- [#12264](https://github.com/LedgerHQ/ledger-live/pull/12264) [`8b39aa7`](https://github.com/LedgerHQ/ledger-live/commit/8b39aa7ca9e58ed3b028b133495fd729a1843332) Thanks [@jonezque](https://github.com/jonezque)! - feat: show staking reward for LLD/LLM
|
|
32
16
|
|
|
33
|
-
|
|
17
|
+
- [#12214](https://github.com/LedgerHQ/ledger-live/pull/12214) [`7c23bd3`](https://github.com/LedgerHQ/ledger-live/commit/7c23bd3155755f5119d02b5489820fe1d5585a79) Thanks [@jprudent](https://github.com/jprudent)! - fix(live-22119,coin:sui): identify all unstaking operations
|
|
34
18
|
|
|
35
|
-
- [#
|
|
19
|
+
- [#12239](https://github.com/LedgerHQ/ledger-live/pull/12239) [`674446a`](https://github.com/LedgerHQ/ledger-live/commit/674446a8c168be6b607d017079225e367f70c43d) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: remove call to findTokenByAddressInCurrency in sui/algorand/multiversx
|
|
36
20
|
|
|
37
|
-
|
|
21
|
+
- [#12310](https://github.com/LedgerHQ/ledger-live/pull/12310) [`fbc2b07`](https://github.com/LedgerHQ/ledger-live/commit/fbc2b0712037dfcee79ba72831878a814ca2185f) Thanks [@nchataing](https://github.com/nchataing)! - fix: correctly pass extra parameters for undelegate tx fee estimation
|
|
38
22
|
|
|
39
|
-
-
|
|
40
|
-
- @ledgerhq/cryptoassets@13.32.0-nightly.2
|
|
41
|
-
- @ledgerhq/coin-framework@6.8.0-nightly.4
|
|
42
|
-
- @ledgerhq/live-env@2.20.0-nightly.0
|
|
43
|
-
- @ledgerhq/types-live@6.88.0-nightly.2
|
|
44
|
-
- @ledgerhq/live-network@2.1.0-nightly.1
|
|
23
|
+
- [#12347](https://github.com/LedgerHQ/ledger-live/pull/12347) [`350600a`](https://github.com/LedgerHQ/ledger-live/commit/350600aaad5517f8047cdcbe4798faac0168c951) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - fix: remove fees from sui operations amount
|
|
45
24
|
|
|
46
|
-
|
|
25
|
+
- [#12372](https://github.com/LedgerHQ/ledger-live/pull/12372) [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25) Thanks [@jprudent](https://github.com/jprudent)! - Add AlpacaApi.getValidators and implementation for SUI
|
|
47
26
|
|
|
48
27
|
### Patch Changes
|
|
49
28
|
|
|
50
|
-
- Updated dependencies [[`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50)]:
|
|
51
|
-
- @ledgerhq/
|
|
29
|
+
- Updated dependencies [[`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8), [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0), [`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50), [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`cadf2e1`](https://github.com/LedgerHQ/ledger-live/commit/cadf2e1dfb09248d3f77d96f94ae774425dbca75), [`cbc0648`](https://github.com/LedgerHQ/ledger-live/commit/cbc064885d8e0459e40d327a2e5389204b3ec705), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
30
|
+
- @ledgerhq/cryptoassets@13.32.0
|
|
31
|
+
- @ledgerhq/types-cryptoassets@7.30.0
|
|
32
|
+
- @ledgerhq/coin-framework@6.8.0
|
|
33
|
+
- @ledgerhq/live-network@2.1.0
|
|
34
|
+
- @ledgerhq/live-env@2.20.0
|
|
35
|
+
- @ledgerhq/types-live@6.88.0
|
|
36
|
+
- @ledgerhq/errors@6.27.0
|
|
37
|
+
- @ledgerhq/hw-app-sui@1.4.0
|
|
52
38
|
|
|
53
|
-
## 0.17.0-
|
|
39
|
+
## 0.17.0-next.0
|
|
54
40
|
|
|
55
41
|
### Minor Changes
|
|
56
42
|
|
|
57
|
-
- [#
|
|
58
|
-
|
|
59
|
-
## 0.17.0-nightly.2
|
|
60
|
-
|
|
61
|
-
### Minor Changes
|
|
43
|
+
- [#12498](https://github.com/LedgerHQ/ledger-live/pull/12498) [`177000e`](https://github.com/LedgerHQ/ledger-live/commit/177000ed4cb21bbc69386ff5b5cec6d3e6f3281b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Prepare sui for async CryptoAssetsStore migration - add await to token lookups
|
|
62
44
|
|
|
63
45
|
- [#12321](https://github.com/LedgerHQ/ledger-live/pull/12321) [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Bump axios version to 1.12.2
|
|
64
46
|
|
|
65
|
-
|
|
47
|
+
- [#12485](https://github.com/LedgerHQ/ledger-live/pull/12485) [`230cb92`](https://github.com/LedgerHQ/ledger-live/commit/230cb924749e5cf21ddb14d6bde06d9f4cab2390) Thanks [@jprudent](https://github.com/jprudent)! - fix pages without operations
|
|
66
48
|
|
|
67
|
-
-
|
|
68
|
-
- @ledgerhq/cryptoassets@13.32.0-nightly.1
|
|
69
|
-
- @ledgerhq/coin-framework@6.8.0-nightly.2
|
|
70
|
-
- @ledgerhq/live-network@2.1.0-nightly.0
|
|
71
|
-
- @ledgerhq/types-live@6.88.0-nightly.1
|
|
49
|
+
- [#12324](https://github.com/LedgerHQ/ledger-live/pull/12324) [`600aa73`](https://github.com/LedgerHQ/ledger-live/commit/600aa73f30356b1e9523185bc37ebfbf3e9a649a) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - add peers to sui block operations
|
|
72
50
|
|
|
73
|
-
|
|
51
|
+
- [#12264](https://github.com/LedgerHQ/ledger-live/pull/12264) [`8b39aa7`](https://github.com/LedgerHQ/ledger-live/commit/8b39aa7ca9e58ed3b028b133495fd729a1843332) Thanks [@jonezque](https://github.com/jonezque)! - feat: show staking reward for LLD/LLM
|
|
74
52
|
|
|
75
|
-
|
|
53
|
+
- [#12214](https://github.com/LedgerHQ/ledger-live/pull/12214) [`7c23bd3`](https://github.com/LedgerHQ/ledger-live/commit/7c23bd3155755f5119d02b5489820fe1d5585a79) Thanks [@jprudent](https://github.com/jprudent)! - fix(live-22119,coin:sui): identify all unstaking operations
|
|
76
54
|
|
|
77
|
-
- [#
|
|
55
|
+
- [#12239](https://github.com/LedgerHQ/ledger-live/pull/12239) [`674446a`](https://github.com/LedgerHQ/ledger-live/commit/674446a8c168be6b607d017079225e367f70c43d) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: remove call to findTokenByAddressInCurrency in sui/algorand/multiversx
|
|
78
56
|
|
|
79
|
-
|
|
57
|
+
- [#12310](https://github.com/LedgerHQ/ledger-live/pull/12310) [`fbc2b07`](https://github.com/LedgerHQ/ledger-live/commit/fbc2b0712037dfcee79ba72831878a814ca2185f) Thanks [@nchataing](https://github.com/nchataing)! - fix: correctly pass extra parameters for undelegate tx fee estimation
|
|
80
58
|
|
|
81
59
|
- [#12347](https://github.com/LedgerHQ/ledger-live/pull/12347) [`350600a`](https://github.com/LedgerHQ/ledger-live/commit/350600aaad5517f8047cdcbe4798faac0168c951) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - fix: remove fees from sui operations amount
|
|
82
60
|
|
|
83
|
-
-
|
|
84
|
-
- @ledgerhq/coin-framework@6.8.0-nightly.1
|
|
85
|
-
|
|
86
|
-
## 0.16.1-nightly.0
|
|
61
|
+
- [#12372](https://github.com/LedgerHQ/ledger-live/pull/12372) [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25) Thanks [@jprudent](https://github.com/jprudent)! - Add AlpacaApi.getValidators and implementation for SUI
|
|
87
62
|
|
|
88
63
|
### Patch Changes
|
|
89
64
|
|
|
90
|
-
- Updated dependencies [[`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
91
|
-
- @ledgerhq/
|
|
92
|
-
- @ledgerhq/
|
|
93
|
-
- @ledgerhq/
|
|
65
|
+
- Updated dependencies [[`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`da750a1`](https://github.com/LedgerHQ/ledger-live/commit/da750a16ee5f2c083114569b8ae3c708cceba06c), [`63e8f34`](https://github.com/LedgerHQ/ledger-live/commit/63e8f342f6b951ab77bb710b9971f033c05e579e), [`ccf788d`](https://github.com/LedgerHQ/ledger-live/commit/ccf788d7c0239ca95e76c3cc340f9a6bd09ea726), [`34b28dd`](https://github.com/LedgerHQ/ledger-live/commit/34b28dd5e819906daaa79db5fe6064674def5e7d), [`607e4be`](https://github.com/LedgerHQ/ledger-live/commit/607e4be33145c102debce1606224b08579888aa8), [`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda), [`7744980`](https://github.com/LedgerHQ/ledger-live/commit/774498090411f1a6d6c06395dda1fc7cd24adf24), [`77566c5`](https://github.com/LedgerHQ/ledger-live/commit/77566c5a3b5795f5938bd5daaa5f8d65934c56b8), [`f8d904d`](https://github.com/LedgerHQ/ledger-live/commit/f8d904de5607c103549f247428b5a4079f28c1c0), [`eb176c2`](https://github.com/LedgerHQ/ledger-live/commit/eb176c201d711f1d28f74de831c4a6cd0c2d4a50), [`a731c4c`](https://github.com/LedgerHQ/ledger-live/commit/a731c4cd492a968eb7baa981fdd8aaddedd21f25), [`b962966`](https://github.com/LedgerHQ/ledger-live/commit/b962966525517c5cfa7f1f8826f8f2b9162189e4), [`759064d`](https://github.com/LedgerHQ/ledger-live/commit/759064d4815c636af2d73ba548a85b4f53e7b491), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`cadf2e1`](https://github.com/LedgerHQ/ledger-live/commit/cadf2e1dfb09248d3f77d96f94ae774425dbca75), [`cbc0648`](https://github.com/LedgerHQ/ledger-live/commit/cbc064885d8e0459e40d327a2e5389204b3ec705), [`36e5168`](https://github.com/LedgerHQ/ledger-live/commit/36e5168397eaec2a5f425038392a4400f60571d0), [`6ccabef`](https://github.com/LedgerHQ/ledger-live/commit/6ccabef8f3c4e8cc042299d531684595ebadcc55), [`3d4188a`](https://github.com/LedgerHQ/ledger-live/commit/3d4188a26021d33b950129d82cb55d2c2e8d4358), [`d9305e8`](https://github.com/LedgerHQ/ledger-live/commit/d9305e8a4d8364366aaba05dd698396d28b539dc), [`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
66
|
+
- @ledgerhq/cryptoassets@13.32.0-next.0
|
|
67
|
+
- @ledgerhq/types-cryptoassets@7.30.0-next.0
|
|
68
|
+
- @ledgerhq/coin-framework@6.8.0-next.0
|
|
69
|
+
- @ledgerhq/live-network@2.1.0-next.0
|
|
70
|
+
- @ledgerhq/live-env@2.20.0-next.0
|
|
71
|
+
- @ledgerhq/types-live@6.88.0-next.0
|
|
72
|
+
- @ledgerhq/errors@6.27.0-next.0
|
|
73
|
+
- @ledgerhq/hw-app-sui@1.4.0
|
|
94
74
|
|
|
95
75
|
## 0.16.0
|
|
96
76
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-sui",
|
|
3
|
-
"version": "0.17.0
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Ledger Sui Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -120,16 +120,16 @@
|
|
|
120
120
|
"bignumber.js": "^9.1.2",
|
|
121
121
|
"lodash": "4.17.21",
|
|
122
122
|
"rxjs": "^7.8.1",
|
|
123
|
-
"@ledgerhq/coin-framework": "^6.8.0
|
|
124
|
-
"@ledgerhq/cryptoassets": "^13.32.0
|
|
125
|
-
"@ledgerhq/errors": "^6.27.0
|
|
123
|
+
"@ledgerhq/coin-framework": "^6.8.0",
|
|
124
|
+
"@ledgerhq/cryptoassets": "^13.32.0",
|
|
125
|
+
"@ledgerhq/errors": "^6.27.0",
|
|
126
126
|
"@ledgerhq/hw-app-sui": "^1.4.0",
|
|
127
|
-
"@ledgerhq/live-env": "^2.20.0
|
|
128
|
-
"@ledgerhq/live-network": "^2.1.0
|
|
127
|
+
"@ledgerhq/live-env": "^2.20.0",
|
|
128
|
+
"@ledgerhq/live-network": "^2.1.0",
|
|
129
|
+
"@ledgerhq/live-promise": "^0.1.1",
|
|
129
130
|
"@ledgerhq/logs": "^6.13.0",
|
|
130
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
131
|
-
"@ledgerhq/types-live": "^6.88.0
|
|
132
|
-
"@ledgerhq/live-promise": "^0.1.1"
|
|
131
|
+
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
132
|
+
"@ledgerhq/types-live": "^6.88.0"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"@faker-js/faker": "^8.4.1",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"@types/lodash": "^4.14.191",
|
|
139
139
|
"jest": "^29.7.0",
|
|
140
140
|
"ts-jest": "^29.1.1",
|
|
141
|
-
"@ledgerhq/disable-network-setup": "^0.1.0
|
|
141
|
+
"@ledgerhq/disable-network-setup": "^0.1.0"
|
|
142
142
|
},
|
|
143
143
|
"scripts": {
|
|
144
144
|
"clean": "rimraf lib lib-es",
|