@ledgerhq/coin-solana 0.33.1-nightly.3 → 0.34.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 +22 -36
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-solana@0.
|
|
2
|
+
> @ledgerhq/coin-solana@0.34.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,52 +1,38 @@
|
|
|
1
1
|
# @ledgerhq/coin-solana
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.34.0
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [[`ab0e1bc`](https://github.com/LedgerHQ/ledger-live/commit/ab0e1bcc97b66b750b6c29e618eb03ce6f25bb7b), [`c2d8d86`](https://github.com/LedgerHQ/ledger-live/commit/c2d8d8670f848989836c46ea08ae88c88086fdd6), [`f015ef3`](https://github.com/LedgerHQ/ledger-live/commit/f015ef32660905d00f55a45f451f38bc12aec9ba)]:
|
|
8
|
-
- @ledgerhq/cryptoassets@13.29.0-nightly.3
|
|
9
|
-
- @ledgerhq/types-cryptoassets@7.27.0-nightly.1
|
|
10
|
-
- @ledgerhq/errors@6.26.0-nightly.0
|
|
11
|
-
- @ledgerhq/live-env@2.17.0-nightly.2
|
|
12
|
-
- @ledgerhq/types-live@6.85.0-nightly.3
|
|
13
|
-
- @ledgerhq/coin-framework@6.4.1-nightly.3
|
|
14
|
-
- @ledgerhq/devices@8.5.2-nightly.1
|
|
15
|
-
- @ledgerhq/live-network@2.0.18-nightly.2
|
|
5
|
+
### Minor Changes
|
|
16
6
|
|
|
17
|
-
|
|
7
|
+
- [#11857](https://github.com/LedgerHQ/ledger-live/pull/11857) [`173073d`](https://github.com/LedgerHQ/ledger-live/commit/173073da1f9a0a899fdb4d5fa3625554bf7c41dd) Thanks [@Justkant](https://github.com/Justkant)! - fix(sol): add support for signing raw Solana multisig transactions
|
|
18
8
|
|
|
19
9
|
### Patch Changes
|
|
20
10
|
|
|
21
|
-
- Updated dependencies [[`2a58b72`](https://github.com/LedgerHQ/ledger-live/commit/2a58b720de42e63e59ea430bd03b2c95e903634c), [`
|
|
22
|
-
- @ledgerhq/
|
|
23
|
-
- @ledgerhq/
|
|
24
|
-
- @ledgerhq/
|
|
25
|
-
- @ledgerhq/cryptoassets@
|
|
26
|
-
- @ledgerhq/
|
|
27
|
-
|
|
28
|
-
|
|
11
|
+
- Updated dependencies [[`38a172c`](https://github.com/LedgerHQ/ledger-live/commit/38a172c23035040d077433c7f4fce60f72962ae0), [`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243), [`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`c8fe586`](https://github.com/LedgerHQ/ledger-live/commit/c8fe586f1427d4d7a9fad092b51221ec8221399d), [`af64263`](https://github.com/LedgerHQ/ledger-live/commit/af642634bd4536183f766323d0ec5b9b99841dc6), [`0108eaf`](https://github.com/LedgerHQ/ledger-live/commit/0108eafb64e36ce68f44e03cc3f66ccdb5ee5a92), [`65c128a`](https://github.com/LedgerHQ/ledger-live/commit/65c128a93f07857b421bed3696bc9984f860ada9), [`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202), [`fe97131`](https://github.com/LedgerHQ/ledger-live/commit/fe971313776194e5942dfa9a95d6082950c3111e), [`2a58b72`](https://github.com/LedgerHQ/ledger-live/commit/2a58b720de42e63e59ea430bd03b2c95e903634c), [`13ac4d7`](https://github.com/LedgerHQ/ledger-live/commit/13ac4d7ed05f0fc448cc0a013688c917cb73e0f5), [`ed4c073`](https://github.com/LedgerHQ/ledger-live/commit/ed4c073b304d85355cf510551bcb225de4a3391c)]:
|
|
12
|
+
- @ledgerhq/devices@8.6.0
|
|
13
|
+
- @ledgerhq/live-env@2.17.0
|
|
14
|
+
- @ledgerhq/types-live@6.85.0
|
|
15
|
+
- @ledgerhq/types-cryptoassets@7.27.0
|
|
16
|
+
- @ledgerhq/cryptoassets@13.29.0
|
|
17
|
+
- @ledgerhq/coin-framework@6.5.0
|
|
18
|
+
- @ledgerhq/live-network@2.0.18
|
|
29
19
|
|
|
30
|
-
|
|
20
|
+
## 0.34.0-next.0
|
|
31
21
|
|
|
32
|
-
|
|
33
|
-
- @ledgerhq/cryptoassets@13.28.1-nightly.1
|
|
34
|
-
- @ledgerhq/types-live@6.85.0-nightly.1
|
|
35
|
-
- @ledgerhq/coin-framework@6.4.1-nightly.1
|
|
22
|
+
### Minor Changes
|
|
36
23
|
|
|
37
|
-
|
|
24
|
+
- [#11857](https://github.com/LedgerHQ/ledger-live/pull/11857) [`173073d`](https://github.com/LedgerHQ/ledger-live/commit/173073da1f9a0a899fdb4d5fa3625554bf7c41dd) Thanks [@Justkant](https://github.com/Justkant)! - fix(sol): add support for signing raw Solana multisig transactions
|
|
38
25
|
|
|
39
26
|
### Patch Changes
|
|
40
27
|
|
|
41
|
-
- [
|
|
42
|
-
|
|
43
|
-
-
|
|
44
|
-
- @ledgerhq/
|
|
45
|
-
- @ledgerhq/types-
|
|
46
|
-
- @ledgerhq/
|
|
47
|
-
- @ledgerhq/coin-framework@6.
|
|
48
|
-
- @ledgerhq/
|
|
49
|
-
- @ledgerhq/live-network@2.0.18-nightly.0
|
|
28
|
+
- Updated dependencies [[`38a172c`](https://github.com/LedgerHQ/ledger-live/commit/38a172c23035040d077433c7f4fce60f72962ae0), [`aaa16b7`](https://github.com/LedgerHQ/ledger-live/commit/aaa16b718454dca51d59bb138ab1a638dc4b8243), [`9b8689a`](https://github.com/LedgerHQ/ledger-live/commit/9b8689ae2c44bdeccae26378e05cbf6899b83aec), [`d56bebe`](https://github.com/LedgerHQ/ledger-live/commit/d56bebe672a1ed825697b371662dbff19dcc63d8), [`c8fe586`](https://github.com/LedgerHQ/ledger-live/commit/c8fe586f1427d4d7a9fad092b51221ec8221399d), [`af64263`](https://github.com/LedgerHQ/ledger-live/commit/af642634bd4536183f766323d0ec5b9b99841dc6), [`0108eaf`](https://github.com/LedgerHQ/ledger-live/commit/0108eafb64e36ce68f44e03cc3f66ccdb5ee5a92), [`65c128a`](https://github.com/LedgerHQ/ledger-live/commit/65c128a93f07857b421bed3696bc9984f860ada9), [`3b5576e`](https://github.com/LedgerHQ/ledger-live/commit/3b5576e0b67fedad0f5dbbd6b9546281af4e6111), [`6941aac`](https://github.com/LedgerHQ/ledger-live/commit/6941aac638dcc8d4fb03aa92f42d2a71d4089202), [`fe97131`](https://github.com/LedgerHQ/ledger-live/commit/fe971313776194e5942dfa9a95d6082950c3111e), [`2a58b72`](https://github.com/LedgerHQ/ledger-live/commit/2a58b720de42e63e59ea430bd03b2c95e903634c), [`13ac4d7`](https://github.com/LedgerHQ/ledger-live/commit/13ac4d7ed05f0fc448cc0a013688c917cb73e0f5), [`ed4c073`](https://github.com/LedgerHQ/ledger-live/commit/ed4c073b304d85355cf510551bcb225de4a3391c)]:
|
|
29
|
+
- @ledgerhq/devices@8.6.0-next.0
|
|
30
|
+
- @ledgerhq/live-env@2.17.0-next.0
|
|
31
|
+
- @ledgerhq/types-live@6.85.0-next.0
|
|
32
|
+
- @ledgerhq/types-cryptoassets@7.27.0-next.0
|
|
33
|
+
- @ledgerhq/cryptoassets@13.29.0-next.0
|
|
34
|
+
- @ledgerhq/coin-framework@6.5.0-next.0
|
|
35
|
+
- @ledgerhq/live-network@2.0.18-next.0
|
|
50
36
|
|
|
51
37
|
## 0.33.0
|
|
52
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-solana",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.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.
|
|
60
|
-
"@ledgerhq/cryptoassets": "^13.29.0
|
|
61
|
-
"@ledgerhq/devices": "8.
|
|
62
|
-
"@ledgerhq/errors": "^6.
|
|
63
|
-
"@ledgerhq/live-
|
|
59
|
+
"@ledgerhq/coin-framework": "^6.5.0",
|
|
60
|
+
"@ledgerhq/cryptoassets": "^13.29.0",
|
|
61
|
+
"@ledgerhq/devices": "8.6.0",
|
|
62
|
+
"@ledgerhq/errors": "^6.25.0",
|
|
63
|
+
"@ledgerhq/live-env": "^2.17.0",
|
|
64
|
+
"@ledgerhq/live-network": "^2.0.18",
|
|
64
65
|
"@ledgerhq/logs": "^6.13.0",
|
|
65
|
-
"@ledgerhq/types-cryptoassets": "^7.27.0
|
|
66
|
-
"@ledgerhq/types-live": "^6.85.0
|
|
67
|
-
"@ledgerhq/live-env": "^2.17.0-nightly.2"
|
|
66
|
+
"@ledgerhq/types-cryptoassets": "^7.27.0",
|
|
67
|
+
"@ledgerhq/types-live": "^6.85.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@faker-js/faker": "^8.4.1",
|