@ledgerhq/coin-solana 0.29.0-nightly.3 → 0.29.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-solana@0.29.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
2
+ > @ledgerhq/coin-solana@0.29.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
3
3
  > tsc --outDir lib --module commonjs --moduleResolution node10 && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,50 +1,47 @@
1
1
  # @ledgerhq/coin-solana
2
2
 
3
- ## 0.29.0-nightly.3
3
+ ## 0.29.1-nightly.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb)]:
8
- - @ledgerhq/types-cryptoassets@7.24.0-nightly.1
9
- - @ledgerhq/cryptoassets@13.23.0-nightly.2
10
- - @ledgerhq/types-live@6.79.0-nightly.1
11
- - @ledgerhq/coin-framework@6.0.0-nightly.3
7
+ - Updated dependencies [[`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
8
+ - @ledgerhq/coin-framework@5.9.0-nightly.0
12
9
 
13
- ## 0.29.0-nightly.2
10
+ ## 0.29.0
14
11
 
15
- ### Patch Changes
16
-
17
- - Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3)]:
18
- - @ledgerhq/cryptoassets@13.23.0-nightly.1
19
- - @ledgerhq/coin-framework@5.8.0-nightly.2
12
+ ### Minor Changes
20
13
 
21
- ## 0.29.0-nightly.1
14
+ - [#11013](https://github.com/LedgerHQ/ledger-live/pull/11013) [`cc50885`](https://github.com/LedgerHQ/ledger-live/commit/cc508857db6743756dae3d8914b6563104f831d0) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - bugfix(coin-solana): do not reject unknown SPL 2022 extensions
22
15
 
23
- ### Minor Changes
16
+ ### Patch Changes
24
17
 
25
- - [#10395](https://github.com/LedgerHQ/ledger-live/pull/10395) [`69010f8`](https://github.com/LedgerHQ/ledger-live/commit/69010f87cdffcabd825464ba5b5aba58ce2c350b) Thanks [@Justkant](https://github.com/Justkant)! - fix: improve solana raw tx handling
18
+ - Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118), [`8423a9f`](https://github.com/LedgerHQ/ledger-live/commit/8423a9fbba0d54d18ff35c0519a82829fc8042e0), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
19
+ - @ledgerhq/types-live@6.79.0
20
+ - @ledgerhq/cryptoassets@13.23.0
21
+ - @ledgerhq/types-cryptoassets@7.24.0
22
+ - @ledgerhq/coin-framework@5.8.0
26
23
 
27
- - Implemented handling of raw Solana transactions in the SendFunds summary screen.
28
- - Updated transaction building and signing processes to accommodate raw transaction types.
29
- - Introduced new types and command descriptors for raw transactions in the Solana module.
30
- - Enhanced error handling and user feedback for raw transactions.
31
- - Added mock data and tests to ensure proper functionality of raw transaction features.
24
+ ## 0.29.0-next.1
32
25
 
33
26
  ### Patch Changes
34
27
 
35
- - Updated dependencies [[`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777)]:
36
- - @ledgerhq/live-env@2.13.0-nightly.0
37
- - @ledgerhq/coin-framework@5.7.1-nightly.1
38
- - @ledgerhq/cryptoassets@13.22.1-nightly.0
39
- - @ledgerhq/live-network@2.0.14-nightly.0
28
+ - Updated dependencies [[`8423a9f`](https://github.com/LedgerHQ/ledger-live/commit/8423a9fbba0d54d18ff35c0519a82829fc8042e0)]:
29
+ - @ledgerhq/types-live@6.79.0-next.1
30
+ - @ledgerhq/coin-framework@5.8.0-next.1
31
+
32
+ ## 0.29.0-next.0
33
+
34
+ ### Minor Changes
40
35
 
41
- ## 0.28.1-nightly.0
36
+ - [#11013](https://github.com/LedgerHQ/ledger-live/pull/11013) [`cc50885`](https://github.com/LedgerHQ/ledger-live/commit/cc508857db6743756dae3d8914b6563104f831d0) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - bugfix(coin-solana): do not reject unknown SPL 2022 extensions
42
37
 
43
38
  ### Patch Changes
44
39
 
45
- - Updated dependencies [[`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118)]:
46
- - @ledgerhq/types-live@6.78.1-nightly.0
47
- - @ledgerhq/coin-framework@5.7.1-nightly.0
40
+ - Updated dependencies [[`4eee376`](https://github.com/LedgerHQ/ledger-live/commit/4eee3767b513dfb58a156cf2ce8086e31a7d55bf), [`72c2a6c`](https://github.com/LedgerHQ/ledger-live/commit/72c2a6c91cfee66fac3505774ba16049fba1c0cf), [`6312f3a`](https://github.com/LedgerHQ/ledger-live/commit/6312f3a039e3018dfd78d231fa91ecf8fc82a118), [`6792990`](https://github.com/LedgerHQ/ledger-live/commit/6792990d8130ec297192bb7d6b98aef024e81dfa), [`d5f6793`](https://github.com/LedgerHQ/ledger-live/commit/d5f6793c6ae52178e93a19efc75931994bf930a8), [`132af3d`](https://github.com/LedgerHQ/ledger-live/commit/132af3db5863fb6e54587dd53d4db7b0ec19259e)]:
41
+ - @ledgerhq/types-live@6.79.0-next.0
42
+ - @ledgerhq/cryptoassets@13.23.0-next.0
43
+ - @ledgerhq/types-cryptoassets@7.24.0-next.0
44
+ - @ledgerhq/coin-framework@5.8.0-next.0
48
45
 
49
46
  ## 0.28.0
50
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-solana",
3
- "version": "0.29.0-nightly.3",
3
+ "version": "0.29.1-nightly.0",
4
4
  "description": "Ledger Solana Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -56,15 +56,15 @@
56
56
  "rxjs": "^7.8.1",
57
57
  "semver": "7.7.1",
58
58
  "superstruct": "0.16.7",
59
- "@ledgerhq/coin-framework": "^6.0.0-nightly.3",
60
- "@ledgerhq/cryptoassets": "^13.23.0-nightly.2",
59
+ "@ledgerhq/coin-framework": "^5.9.0-nightly.0",
60
+ "@ledgerhq/cryptoassets": "^13.23.0",
61
61
  "@ledgerhq/devices": "8.4.8",
62
62
  "@ledgerhq/errors": "^6.23.0",
63
63
  "@ledgerhq/live-env": "^2.13.0-nightly.0",
64
64
  "@ledgerhq/live-network": "^2.0.14-nightly.0",
65
65
  "@ledgerhq/logs": "^6.13.0",
66
- "@ledgerhq/types-cryptoassets": "^7.24.0-nightly.1",
67
- "@ledgerhq/types-live": "^6.79.0-nightly.1"
66
+ "@ledgerhq/types-cryptoassets": "^7.24.0",
67
+ "@ledgerhq/types-live": "^6.79.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@faker-js/faker": "^8.4.1",