@ledgerhq/coin-solana 0.35.0-nightly.9 → 0.35.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.
- package/.turbo/turbo-build.log +1 -1
- package/.unimportedrc.json +2 -1
- package/CHANGELOG.md +33 -86
- package/lib/test/bridge.dataset.d.ts +4 -0
- package/lib/test/bridge.dataset.d.ts.map +1 -0
- package/lib/test/bridge.dataset.js +870 -0
- package/lib/test/bridge.dataset.js.map +1 -0
- package/lib/tests/test-onchain-data.fixture.d.ts +20 -0
- package/lib/tests/test-onchain-data.fixture.d.ts.map +1 -0
- package/lib/tests/test-onchain-data.fixture.js +34 -0
- package/lib/tests/test-onchain-data.fixture.js.map +1 -0
- package/lib-es/test/bridge.dataset.d.ts +4 -0
- package/lib-es/test/bridge.dataset.d.ts.map +1 -0
- package/lib-es/test/bridge.dataset.js +864 -0
- package/lib-es/test/bridge.dataset.js.map +1 -0
- package/lib-es/tests/test-onchain-data.fixture.d.ts +20 -0
- package/lib-es/tests/test-onchain-data.fixture.d.ts.map +1 -0
- package/lib-es/tests/test-onchain-data.fixture.js +28 -0
- package/lib-es/tests/test-onchain-data.fixture.js.map +1 -0
- package/package.json +7 -7
- package/src/{bridge.integration.test.ts → test/bridge.dataset.ts} +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/coin-solana@0.35.0
|
|
2
|
+
> @ledgerhq/coin-solana@0.35.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/.unimportedrc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,119 +1,66 @@
|
|
|
1
1
|
# @ledgerhq/coin-solana
|
|
2
2
|
|
|
3
|
-
## 0.35.
|
|
3
|
+
## 0.35.1-nightly.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [[`
|
|
8
|
-
- @ledgerhq/types-
|
|
9
|
-
- @ledgerhq/
|
|
10
|
-
- @ledgerhq/
|
|
11
|
-
- @ledgerhq/types-live@6.87.0-nightly.5
|
|
7
|
+
- Updated dependencies [[`2c6a198`](https://github.com/LedgerHQ/ledger-live/commit/2c6a198ba28391695202a0787ce168c53768ff37)]:
|
|
8
|
+
- @ledgerhq/types-live@6.88.0-nightly.0
|
|
9
|
+
- @ledgerhq/coin-framework@6.7.1-nightly.0
|
|
10
|
+
- @ledgerhq/cryptoassets@13.31.1-nightly.0
|
|
12
11
|
|
|
13
|
-
## 0.35.0
|
|
12
|
+
## 0.35.0
|
|
14
13
|
|
|
15
|
-
###
|
|
16
|
-
|
|
17
|
-
- Updated dependencies [[`c96d73f`](https://github.com/LedgerHQ/ledger-live/commit/c96d73fed0a75a9c208f78d51c34b742703a7dda)]:
|
|
18
|
-
- @ledgerhq/coin-framework@6.7.0-nightly.8
|
|
19
|
-
|
|
20
|
-
## 0.35.0-nightly.7
|
|
21
|
-
|
|
22
|
-
### Patch Changes
|
|
23
|
-
|
|
24
|
-
- Updated dependencies [[`b4ceaff`](https://github.com/LedgerHQ/ledger-live/commit/b4ceaff2ecf68d8a14e09801c76ab0b014c45286), [`f392f69`](https://github.com/LedgerHQ/ledger-live/commit/f392f6912f445cc2f7cf4dfcfd030fa3da76f736), [`cbc0648`](https://github.com/LedgerHQ/ledger-live/commit/cbc064885d8e0459e40d327a2e5389204b3ec705)]:
|
|
25
|
-
- @ledgerhq/cryptoassets@13.31.0-nightly.7
|
|
26
|
-
- @ledgerhq/types-live@6.87.0-nightly.5
|
|
27
|
-
- @ledgerhq/live-env@2.19.0-nightly.2
|
|
28
|
-
- @ledgerhq/coin-framework@6.7.0-nightly.7
|
|
29
|
-
- @ledgerhq/live-network@2.0.20-nightly.3
|
|
30
|
-
|
|
31
|
-
## 0.35.0-nightly.6
|
|
32
|
-
|
|
33
|
-
### Patch Changes
|
|
34
|
-
|
|
35
|
-
- Updated dependencies [[`51995e9`](https://github.com/LedgerHQ/ledger-live/commit/51995e96a9e1fafe14c7cbe45ce0b1ec8ebd106b)]:
|
|
36
|
-
- @ledgerhq/types-live@6.87.0-nightly.4
|
|
37
|
-
- @ledgerhq/coin-framework@6.7.0-nightly.6
|
|
38
|
-
- @ledgerhq/cryptoassets@13.31.0-nightly.6
|
|
39
|
-
|
|
40
|
-
## 0.35.0-nightly.5
|
|
41
|
-
|
|
42
|
-
### Patch Changes
|
|
43
|
-
|
|
44
|
-
- Updated dependencies [[`cadf2e1`](https://github.com/LedgerHQ/ledger-live/commit/cadf2e1dfb09248d3f77d96f94ae774425dbca75)]:
|
|
45
|
-
- @ledgerhq/live-env@2.19.0-nightly.1
|
|
46
|
-
- @ledgerhq/coin-framework@6.7.0-nightly.5
|
|
47
|
-
- @ledgerhq/cryptoassets@13.31.0-nightly.5
|
|
48
|
-
- @ledgerhq/live-network@2.0.20-nightly.2
|
|
49
|
-
|
|
50
|
-
## 0.35.0-nightly.4
|
|
51
|
-
|
|
52
|
-
### Patch Changes
|
|
14
|
+
### Minor Changes
|
|
53
15
|
|
|
54
|
-
-
|
|
55
|
-
- @ledgerhq/types-live@6.87.0-nightly.3
|
|
56
|
-
- @ledgerhq/errors@6.27.0-nightly.0
|
|
57
|
-
- @ledgerhq/coin-framework@6.7.0-nightly.4
|
|
58
|
-
- @ledgerhq/cryptoassets@13.31.0-nightly.4
|
|
59
|
-
- @ledgerhq/devices@8.6.2-nightly.0
|
|
60
|
-
- @ledgerhq/live-network@2.0.20-nightly.1
|
|
16
|
+
- [#12186](https://github.com/LedgerHQ/ledger-live/pull/12186) [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated `findTokenByTicker` function and related internal state. This function was ambiguous when multiple tokens shared the same ticker across different blockchains. Use `findTokenById` or `findTokenByAddressInCurrency` instead for more precise token lookup.
|
|
61
17
|
|
|
62
|
-
|
|
18
|
+
- [#12015](https://github.com/LedgerHQ/ledger-live/pull/12015) [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b) Thanks [@Justkant](https://github.com/Justkant)! - feat: new signRawTransaction to support any XRP transaction with wallet-api
|
|
63
19
|
|
|
64
|
-
|
|
20
|
+
- [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
|
|
65
21
|
|
|
66
|
-
- [#
|
|
22
|
+
- [#12096](https://github.com/LedgerHQ/ledger-live/pull/12096) [`bc6e500`](https://github.com/LedgerHQ/ledger-live/commit/bc6e500bfd0f47bfbee2fdbe65f9a42e02793255) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - fix(coin-solana) do not reject unknown SPL 2022 extensions
|
|
67
23
|
|
|
68
24
|
### Patch Changes
|
|
69
25
|
|
|
70
|
-
- Updated dependencies [[`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445)]:
|
|
71
|
-
- @ledgerhq/
|
|
72
|
-
- @ledgerhq/
|
|
73
|
-
- @ledgerhq/
|
|
26
|
+
- Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`b88faa1`](https://github.com/LedgerHQ/ledger-live/commit/b88faa18e2f5cd309b54fc3157a44db606846cc5), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`3979c07`](https://github.com/LedgerHQ/ledger-live/commit/3979c0715e4f54165c89d00ebe1441e064e1a110), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`c6a676f`](https://github.com/LedgerHQ/ledger-live/commit/c6a676ff80581ac19b896adf44d54812983b72da), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
27
|
+
- @ledgerhq/cryptoassets@13.31.0
|
|
28
|
+
- @ledgerhq/types-live@6.87.0
|
|
29
|
+
- @ledgerhq/coin-framework@6.7.0
|
|
30
|
+
- @ledgerhq/live-env@2.19.0
|
|
31
|
+
- @ledgerhq/types-cryptoassets@7.29.0
|
|
32
|
+
- @ledgerhq/live-network@2.0.20
|
|
74
33
|
|
|
75
|
-
## 0.35.0-
|
|
76
|
-
|
|
77
|
-
### Minor Changes
|
|
78
|
-
|
|
79
|
-
- [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
|
|
34
|
+
## 0.35.0-next.1
|
|
80
35
|
|
|
81
36
|
### Patch Changes
|
|
82
37
|
|
|
83
|
-
- Updated dependencies [[`
|
|
84
|
-
- @ledgerhq/
|
|
85
|
-
- @ledgerhq/
|
|
38
|
+
- Updated dependencies [[`b88faa1`](https://github.com/LedgerHQ/ledger-live/commit/b88faa18e2f5cd309b54fc3157a44db606846cc5)]:
|
|
39
|
+
- @ledgerhq/types-live@6.87.0-next.1
|
|
40
|
+
- @ledgerhq/coin-framework@6.7.0-next.1
|
|
41
|
+
- @ledgerhq/cryptoassets@13.31.0-next.1
|
|
86
42
|
|
|
87
|
-
## 0.35.0-
|
|
43
|
+
## 0.35.0-next.0
|
|
88
44
|
|
|
89
45
|
### Minor Changes
|
|
90
46
|
|
|
91
47
|
- [#12186](https://github.com/LedgerHQ/ledger-live/pull/12186) [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated `findTokenByTicker` function and related internal state. This function was ambiguous when multiple tokens shared the same ticker across different blockchains. Use `findTokenById` or `findTokenByAddressInCurrency` instead for more precise token lookup.
|
|
92
48
|
|
|
93
|
-
### Patch Changes
|
|
94
|
-
|
|
95
|
-
- Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46)]:
|
|
96
|
-
- @ledgerhq/cryptoassets@13.31.0-nightly.1
|
|
97
|
-
- @ledgerhq/types-live@6.87.0-nightly.1
|
|
98
|
-
- @ledgerhq/live-env@2.19.0-nightly.0
|
|
99
|
-
- @ledgerhq/coin-framework@6.7.0-nightly.1
|
|
100
|
-
- @ledgerhq/live-network@2.0.20-nightly.0
|
|
101
|
-
|
|
102
|
-
## 0.35.0-nightly.0
|
|
103
|
-
|
|
104
|
-
### Minor Changes
|
|
105
|
-
|
|
106
49
|
- [#12015](https://github.com/LedgerHQ/ledger-live/pull/12015) [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b) Thanks [@Justkant](https://github.com/Justkant)! - feat: new signRawTransaction to support any XRP transaction with wallet-api
|
|
107
50
|
|
|
51
|
+
- [#12196](https://github.com/LedgerHQ/ledger-live/pull/12196) [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Remove deprecated getTokenById and hasTokenId functions
|
|
52
|
+
|
|
108
53
|
- [#12096](https://github.com/LedgerHQ/ledger-live/pull/12096) [`bc6e500`](https://github.com/LedgerHQ/ledger-live/commit/bc6e500bfd0f47bfbee2fdbe65f9a42e02793255) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - fix(coin-solana) do not reject unknown SPL 2022 extensions
|
|
109
54
|
|
|
110
55
|
### Patch Changes
|
|
111
56
|
|
|
112
|
-
- Updated dependencies [[`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
113
|
-
- @ledgerhq/cryptoassets@13.31.0-
|
|
114
|
-
- @ledgerhq/types-live@6.87.0-
|
|
115
|
-
- @ledgerhq/coin-framework@6.7.0-
|
|
116
|
-
- @ledgerhq/
|
|
57
|
+
- Updated dependencies [[`ea16f59`](https://github.com/LedgerHQ/ledger-live/commit/ea16f592e85019a1b77287a7f2b975c6fcffc74c), [`cfe65ca`](https://github.com/LedgerHQ/ledger-live/commit/cfe65cafa268be4e53197ee163ce78f28ed72592), [`a9aacdb`](https://github.com/LedgerHQ/ledger-live/commit/a9aacdb330700f0a294833f7d77de17f179229b2), [`3979c07`](https://github.com/LedgerHQ/ledger-live/commit/3979c0715e4f54165c89d00ebe1441e064e1a110), [`f1f3845`](https://github.com/LedgerHQ/ledger-live/commit/f1f3845942e4cbce9c585dc65f6170ddbc319f19), [`c6a676f`](https://github.com/LedgerHQ/ledger-live/commit/c6a676ff80581ac19b896adf44d54812983b72da), [`b5fc1bd`](https://github.com/LedgerHQ/ledger-live/commit/b5fc1bd28fff091241905fec5ff8dc8af4c99b79), [`03af552`](https://github.com/LedgerHQ/ledger-live/commit/03af552b621e19e31747a65b1870dfe8d3bb005b), [`89ac0ed`](https://github.com/LedgerHQ/ledger-live/commit/89ac0eddc145dcf5c7cf240aa8be4301372c8f33), [`565da80`](https://github.com/LedgerHQ/ledger-live/commit/565da807b1ebbfc830fd0e47b3d8856f88d410a6), [`8645f01`](https://github.com/LedgerHQ/ledger-live/commit/8645f016191d29a55f6b0ca6e4b1d1909fd35445), [`1d9860c`](https://github.com/LedgerHQ/ledger-live/commit/1d9860cd1688131d391579955b40c6710b667db8), [`d2b12e7`](https://github.com/LedgerHQ/ledger-live/commit/d2b12e70bba9e772d078d1fe4d9c537b8d316a87), [`db25e21`](https://github.com/LedgerHQ/ledger-live/commit/db25e212b87dea426b153c6f1d988cead63c8c46), [`c8dbf40`](https://github.com/LedgerHQ/ledger-live/commit/c8dbf402268359e225a94782420111e786f875fa), [`cab7d97`](https://github.com/LedgerHQ/ledger-live/commit/cab7d9794e7babb8220c6d339fb08e618e3d4202)]:
|
|
58
|
+
- @ledgerhq/cryptoassets@13.31.0-next.0
|
|
59
|
+
- @ledgerhq/types-live@6.87.0-next.0
|
|
60
|
+
- @ledgerhq/coin-framework@6.7.0-next.0
|
|
61
|
+
- @ledgerhq/live-env@2.19.0-next.0
|
|
62
|
+
- @ledgerhq/types-cryptoassets@7.29.0-next.0
|
|
63
|
+
- @ledgerhq/live-network@2.0.20-next.0
|
|
117
64
|
|
|
118
65
|
## 0.34.1
|
|
119
66
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bridge.dataset.d.ts","sourceRoot":"","sources":["../../src/test/bridge.dataset.ts"],"names":[],"mappings":"AACA,OAAO,EAAyB,WAAW,EAAoB,MAAM,UAAU,CAAC;AAUhF,OAAO,KAAK,EAA8B,WAAW,EAAE,MAAM,sBAAsB,CAAC;AA0FpF,eAAO,MAAM,OAAO,EAAE,WAAW,CAAC,WAAW,CAK5C,CAAC"}
|