@ledgerhq/coin-sui 0.13.0-nightly.7 → 0.13.1-nightly.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-sui@0.13.0-nightly.6 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-sui
2
+ > @ledgerhq/coin-sui@0.13.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,80 +1,62 @@
1
1
  # @ledgerhq/coin-sui
2
2
 
3
- ## 0.13.0-nightly.7
3
+ ## 0.13.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#11837](https://github.com/LedgerHQ/ledger-live/pull/11837) [`318e47e`](https://github.com/LedgerHQ/ledger-live/commit/318e47ea5113b33c58d58c85871d621c9be540eb) Thanks [@jprudent](https://github.com/jprudent)! - coin:sui fix last page cursor
7
+ - Updated dependencies [[`c8fe586`](https://github.com/LedgerHQ/ledger-live/commit/c8fe586f1427d4d7a9fad092b51221ec8221399d), [`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`fe97131`](https://github.com/LedgerHQ/ledger-live/commit/fe971313776194e5942dfa9a95d6082950c3111e)]:
8
+ - @ledgerhq/types-live@6.85.0-nightly.0
9
+ - @ledgerhq/live-env@2.17.0-nightly.0
10
+ - @ledgerhq/coin-framework@6.4.1-nightly.0
11
+ - @ledgerhq/cryptoassets@13.28.1-nightly.0
12
+ - @ledgerhq/live-network@2.0.18-nightly.0
13
+ - @ledgerhq/hw-app-sui@1.4.0
8
14
 
9
- ## 0.13.0-nightly.6
15
+ ## 0.13.0
10
16
 
11
17
  ### Minor Changes
12
18
 
13
- - [#11788](https://github.com/LedgerHQ/ledger-live/pull/11788) [`a266ef5`](https://github.com/LedgerHQ/ledger-live/commit/a266ef57824a6e22f153182228f393a3daf9d96a) Thanks [@jprudent](https://github.com/jprudent)! - fix(coin:sui): large accounts are missing some operations
14
-
15
- ## 0.13.0-nightly.5
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies [[`65c128a`](https://github.com/LedgerHQ/ledger-live/commit/65c128a93f07857b421bed3696bc9984f860ada9)]:
20
- - @ledgerhq/cryptoassets@13.28.0-nightly.3
21
- - @ledgerhq/coin-framework@6.4.0-nightly.5
22
-
23
- ## 0.13.0-nightly.4
24
-
25
- ### Patch Changes
26
-
27
- - Updated dependencies [[`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202)]:
28
- - @ledgerhq/types-live@6.84.0-nightly.1
29
- - @ledgerhq/coin-framework@6.4.0-nightly.4
30
-
31
- ## 0.13.0-nightly.3
19
+ - [#11699](https://github.com/LedgerHQ/ledger-live/pull/11699) [`2b896f9`](https://github.com/LedgerHQ/ledger-live/commit/2b896f94d6fc53ef965ed567489ad96d913466d4) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - feat(BACK-9645): add support for returning details in AlpacaApi.craftTransaction
32
20
 
33
- ### Patch Changes
21
+ - [#11704](https://github.com/LedgerHQ/ledger-live/pull/11704) [`778c9ee`](https://github.com/LedgerHQ/ledger-live/commit/778c9eee8a00efde25a7b6337b93d448766c9095) Thanks [@semeano](https://github.com/semeano)! - fix: sui stake redirect on low funds, stake fee estimation
34
22
 
35
- - Updated dependencies [[`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8)]:
36
- - @ledgerhq/types-cryptoassets@7.27.0-nightly.0
37
- - @ledgerhq/cryptoassets@13.28.0-nightly.2
38
- - @ledgerhq/coin-framework@6.4.0-nightly.3
39
- - @ledgerhq/types-live@6.83.1-nightly.0
23
+ - [#11273](https://github.com/LedgerHQ/ledger-live/pull/11273) [`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - add cursor to pagintion api
40
24
 
41
- ## 0.13.0-nightly.2
25
+ - [#11603](https://github.com/LedgerHQ/ledger-live/pull/11603) [`103bcaa`](https://github.com/LedgerHQ/ledger-live/commit/103bcaa968ac5ff9fddc8c15fb755a9103b44772) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - paginate sui operations in asc order
42
26
 
43
- ### Minor Changes
44
-
45
- - [#11732](https://github.com/LedgerHQ/ledger-live/pull/11732) [`a6f5a4a`](https://github.com/LedgerHQ/ledger-live/commit/a6f5a4a22a17121b8812538645276ecb2efa1920) Thanks [@semeano](https://github.com/semeano)! - [SUI] Fix validator hydration
27
+ - [#11600](https://github.com/LedgerHQ/ledger-live/pull/11600) [`244206f`](https://github.com/LedgerHQ/ledger-live/commit/244206f3ad721bd1b3c4908f5b02f6bd132dfcf7) Thanks [@jprudent](https://github.com/jprudent)! - fix(sui): do not set tx hash in block hash
46
28
 
47
29
  ### Patch Changes
48
30
 
49
- - Updated dependencies [[`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243), [`0108eaf`](https://github.com/LedgerHQ/ledger-live/commit/0108eafb64e36ce68f44e03cc3f66ccdb5ee5a92), [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94)]:
50
- - @ledgerhq/live-env@2.16.0-nightly.1
51
- - @ledgerhq/cryptoassets@13.28.0-nightly.1
52
- - @ledgerhq/types-live@6.83.1-nightly.0
53
- - @ledgerhq/coin-framework@6.4.0-nightly.2
54
- - @ledgerhq/live-network@2.0.17-nightly.1
31
+ - Updated dependencies [[`2b896f9`](https://github.com/LedgerHQ/ledger-live/commit/2b896f94d6fc53ef965ed567489ad96d913466d4), [`338d979`](https://github.com/LedgerHQ/ledger-live/commit/338d979bae349b185c52b1d8c9f6718a3d142526), [`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd), [`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`89fc31e`](https://github.com/LedgerHQ/ledger-live/commit/89fc31e8ecfc5e2fd679a2694b3514f8fb19d7b7), [`ff22728`](https://github.com/LedgerHQ/ledger-live/commit/ff22728a61ab2cde6835991bf8ed115d4a39a1d0), [`c190e2b`](https://github.com/LedgerHQ/ledger-live/commit/c190e2b104a9dd0dd693c2d72433b98115f4089f), [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94), [`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
32
+ - @ledgerhq/coin-framework@6.4.0
33
+ - @ledgerhq/cryptoassets@13.28.0
34
+ - @ledgerhq/types-live@6.84.0
35
+ - @ledgerhq/live-env@2.16.0
36
+ - @ledgerhq/live-network@2.0.17
55
37
 
56
- ## 0.13.0-nightly.1
38
+ ## 0.13.0-next.0
57
39
 
58
40
  ### Minor Changes
59
41
 
60
42
  - [#11699](https://github.com/LedgerHQ/ledger-live/pull/11699) [`2b896f9`](https://github.com/LedgerHQ/ledger-live/commit/2b896f94d6fc53ef965ed567489ad96d913466d4) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - feat(BACK-9645): add support for returning details in AlpacaApi.craftTransaction
61
43
 
62
- ### Patch Changes
63
-
64
44
  - [#11704](https://github.com/LedgerHQ/ledger-live/pull/11704) [`778c9ee`](https://github.com/LedgerHQ/ledger-live/commit/778c9eee8a00efde25a7b6337b93d448766c9095) Thanks [@semeano](https://github.com/semeano)! - fix: sui stake redirect on low funds, stake fee estimation
65
45
 
66
- - Updated dependencies [[`2b896f9`](https://github.com/LedgerHQ/ledger-live/commit/2b896f94d6fc53ef965ed567489ad96d913466d4), [`338d979`](https://github.com/LedgerHQ/ledger-live/commit/338d979bae349b185c52b1d8c9f6718a3d142526), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
67
- - @ledgerhq/coin-framework@6.4.0-nightly.1
68
- - @ledgerhq/cryptoassets@13.28.0-nightly.0
69
- - @ledgerhq/live-env@2.16.0-nightly.0
70
- - @ledgerhq/live-network@2.0.17-nightly.0
46
+ - [#11273](https://github.com/LedgerHQ/ledger-live/pull/11273) [`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - add cursor to pagintion api
47
+
48
+ - [#11603](https://github.com/LedgerHQ/ledger-live/pull/11603) [`103bcaa`](https://github.com/LedgerHQ/ledger-live/commit/103bcaa968ac5ff9fddc8c15fb755a9103b44772) Thanks [@estrauser-ledger](https://github.com/estrauser-ledger)! - paginate sui operations in asc order
71
49
 
72
- ## 0.12.1-nightly.0
50
+ - [#11600](https://github.com/LedgerHQ/ledger-live/pull/11600) [`244206f`](https://github.com/LedgerHQ/ledger-live/commit/244206f3ad721bd1b3c4908f5b02f6bd132dfcf7) Thanks [@jprudent](https://github.com/jprudent)! - fix(sui): do not set tx hash in block hash
73
51
 
74
52
  ### Patch Changes
75
53
 
76
- - Updated dependencies [[`c190e2b`](https://github.com/LedgerHQ/ledger-live/commit/c190e2b104a9dd0dd693c2d72433b98115f4089f)]:
77
- - @ledgerhq/coin-framework@6.4.0-nightly.0
54
+ - Updated dependencies [[`2b896f9`](https://github.com/LedgerHQ/ledger-live/commit/2b896f94d6fc53ef965ed567489ad96d913466d4), [`338d979`](https://github.com/LedgerHQ/ledger-live/commit/338d979bae349b185c52b1d8c9f6718a3d142526), [`2482195`](https://github.com/LedgerHQ/ledger-live/commit/24821957c838a304be60ff6e16798ef3cac987cd), [`228ed30`](https://github.com/LedgerHQ/ledger-live/commit/228ed3030601644e807e85a1693276b788b5cd2a), [`e52268a`](https://github.com/LedgerHQ/ledger-live/commit/e52268a3bc7d97a7ed09ed082786a647e048a6e8), [`89fc31e`](https://github.com/LedgerHQ/ledger-live/commit/89fc31e8ecfc5e2fd679a2694b3514f8fb19d7b7), [`ff22728`](https://github.com/LedgerHQ/ledger-live/commit/ff22728a61ab2cde6835991bf8ed115d4a39a1d0), [`c190e2b`](https://github.com/LedgerHQ/ledger-live/commit/c190e2b104a9dd0dd693c2d72433b98115f4089f), [`a87922d`](https://github.com/LedgerHQ/ledger-live/commit/a87922dc99e4f2e4b40a46fd52ad08a71012fe94), [`80a109a`](https://github.com/LedgerHQ/ledger-live/commit/80a109a5f8ecdbb22cf6fb3ec084398a7e54dcfb), [`3489203`](https://github.com/LedgerHQ/ledger-live/commit/34892030dcfbd1a19a0eb0a8fcae9f8f01d3d2a9), [`b27c96c`](https://github.com/LedgerHQ/ledger-live/commit/b27c96ccbcefb1982a40688a8385209eac99165a)]:
55
+ - @ledgerhq/coin-framework@6.4.0-next.0
56
+ - @ledgerhq/cryptoassets@13.28.0-next.0
57
+ - @ledgerhq/types-live@6.84.0-next.0
58
+ - @ledgerhq/live-env@2.16.0-next.0
59
+ - @ledgerhq/live-network@2.0.17-next.0
78
60
 
79
61
  ## 0.12.0
80
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-sui",
3
- "version": "0.13.0-nightly.7",
3
+ "version": "0.13.1-nightly.0",
4
4
  "description": "Ledger Sui Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -124,16 +124,16 @@
124
124
  "lodash": "4.17.21",
125
125
  "rxjs": "^7.8.1",
126
126
  "bs58": "6.0.0",
127
- "@ledgerhq/coin-framework": "^6.4.0-nightly.5",
128
- "@ledgerhq/cryptoassets": "^13.28.0-nightly.3",
127
+ "@ledgerhq/coin-framework": "^6.4.1-nightly.0",
128
+ "@ledgerhq/cryptoassets": "^13.28.1-nightly.0",
129
129
  "@ledgerhq/errors": "^6.25.0",
130
130
  "@ledgerhq/hw-app-sui": "^1.4.0",
131
- "@ledgerhq/live-env": "^2.16.0-nightly.1",
132
- "@ledgerhq/live-network": "^2.0.17-nightly.1",
131
+ "@ledgerhq/live-env": "^2.17.0-nightly.0",
132
+ "@ledgerhq/live-network": "^2.0.18-nightly.0",
133
133
  "@ledgerhq/live-promise": "^0.1.1",
134
134
  "@ledgerhq/logs": "^6.13.0",
135
135
  "@ledgerhq/types-cryptoassets": "^7.27.0-nightly.0",
136
- "@ledgerhq/types-live": "^6.84.0-nightly.1"
136
+ "@ledgerhq/types-live": "^6.85.0-nightly.0"
137
137
  },
138
138
  "devDependencies": {
139
139
  "@faker-js/faker": "^8.4.1",