@ledgerhq/coin-solana 0.29.1-nightly.1 → 0.30.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.1-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
2
+ > @ledgerhq/coin-solana@0.30.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,21 +1,48 @@
1
1
  # @ledgerhq/coin-solana
2
2
 
3
- ## 0.29.1-nightly.1
3
+ ## 0.30.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ - Implemented handling of raw Solana transactions in the SendFunds summary screen.
10
+ - Updated transaction building and signing processes to accommodate raw transaction types.
11
+ - Introduced new types and command descriptors for raw transactions in the Solana module.
12
+ - Enhanced error handling and user feedback for raw transactions.
13
+ - Added mock data and tests to ensure proper functionality of raw transaction features.
4
14
 
5
15
  ### Patch Changes
6
16
 
7
- - Updated dependencies [[`354fa83`](https://github.com/LedgerHQ/ledger-live/commit/354fa83c8107cf8e6b56a8b306569ee65980e10c)]:
8
- - @ledgerhq/errors@6.24.0-nightly.0
9
- - @ledgerhq/coin-framework@5.9.0-nightly.1
10
- - @ledgerhq/devices@8.4.9-nightly.0
11
- - @ledgerhq/live-network@2.0.14-nightly.1
17
+ - Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
18
+ - @ledgerhq/cryptoassets@13.24.0
19
+ - @ledgerhq/types-cryptoassets@7.25.0
20
+ - @ledgerhq/types-live@6.80.0
21
+ - @ledgerhq/coin-framework@6.0.0
22
+ - @ledgerhq/live-env@2.13.0
23
+ - @ledgerhq/live-network@2.0.14
24
+
25
+ ## 0.30.0-next.0
26
+
27
+ ### Minor Changes
28
+
29
+ - [#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
12
30
 
13
- ## 0.29.1-nightly.0
31
+ - Implemented handling of raw Solana transactions in the SendFunds summary screen.
32
+ - Updated transaction building and signing processes to accommodate raw transaction types.
33
+ - Introduced new types and command descriptors for raw transactions in the Solana module.
34
+ - Enhanced error handling and user feedback for raw transactions.
35
+ - Added mock data and tests to ensure proper functionality of raw transaction features.
14
36
 
15
37
  ### Patch Changes
16
38
 
17
- - Updated dependencies [[`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
18
- - @ledgerhq/coin-framework@5.9.0-nightly.0
39
+ - Updated dependencies [[`b5cbffa`](https://github.com/LedgerHQ/ledger-live/commit/b5cbffac207569027e241db761a6aa70b3b1b636), [`2da9b4a`](https://github.com/LedgerHQ/ledger-live/commit/2da9b4a5dd9fec3fea188fc9fa107b2c3479d1be), [`5bb2111`](https://github.com/LedgerHQ/ledger-live/commit/5bb2111d6a0c84cd0d6508bbf33d184bc89f9da3), [`417e4fc`](https://github.com/LedgerHQ/ledger-live/commit/417e4fc8b92ebc95542ca915e14023fdb62497bb), [`b9debdf`](https://github.com/LedgerHQ/ledger-live/commit/b9debdfbc822e9f5dc0b26619208f94bbd788777), [`9c63d6b`](https://github.com/LedgerHQ/ledger-live/commit/9c63d6b8d5fb629a19514ec36396c35eeefb96aa), [`8b0b4ef`](https://github.com/LedgerHQ/ledger-live/commit/8b0b4efaf2c0968cfb60c0cecebca9c575b00748)]:
40
+ - @ledgerhq/cryptoassets@13.24.0-next.0
41
+ - @ledgerhq/types-cryptoassets@7.25.0-next.0
42
+ - @ledgerhq/types-live@6.80.0-next.0
43
+ - @ledgerhq/coin-framework@6.0.0-next.0
44
+ - @ledgerhq/live-env@2.13.0-next.0
45
+ - @ledgerhq/live-network@2.0.14-next.0
19
46
 
20
47
  ## 0.29.0
21
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-solana",
3
- "version": "0.29.1-nightly.1",
3
+ "version": "0.30.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": "^5.9.0-nightly.1",
60
- "@ledgerhq/cryptoassets": "^13.23.0",
61
- "@ledgerhq/devices": "8.4.9-nightly.0",
62
- "@ledgerhq/errors": "^6.24.0-nightly.0",
63
- "@ledgerhq/live-env": "^2.13.0-nightly.0",
64
- "@ledgerhq/live-network": "^2.0.14-nightly.1",
59
+ "@ledgerhq/coin-framework": "^6.0.0",
60
+ "@ledgerhq/cryptoassets": "^13.24.0",
61
+ "@ledgerhq/devices": "8.4.8",
62
+ "@ledgerhq/errors": "^6.23.0",
63
+ "@ledgerhq/live-env": "^2.13.0",
64
+ "@ledgerhq/live-network": "^2.0.14",
65
65
  "@ledgerhq/logs": "^6.13.0",
66
- "@ledgerhq/types-cryptoassets": "^7.24.0",
67
- "@ledgerhq/types-live": "^6.79.0"
66
+ "@ledgerhq/types-cryptoassets": "^7.25.0",
67
+ "@ledgerhq/types-live": "^6.80.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@faker-js/faker": "^8.4.1",