@ledgerhq/live-cli 22.0.2-nightly.2 → 22.0.3-next.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.
Files changed (2) hide show
  1. package/README.md +12 -4
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -210,8 +210,6 @@ Usage: ledger-live firmwareUpdate # Perform a firmware update
210
210
  --osuVersion <String> : (to your own risk) provide yourself an OSU version to flash the device with
211
211
  --listOSUs : list all available OSUs (for all devices, beta and prod versions)
212
212
 
213
- Usage: ledger-live generateAppJsonFromDataset # Extract accounts from test datasets and print a sample app.json usable for tests
214
-
215
213
  Usage: ledger-live generateTestScanAccounts # Generate a test for scan accounts (live-common dataset)
216
214
  -d, --device <String> : provide a specific HID path of a device
217
215
  --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
@@ -266,6 +264,8 @@ Usage: ledger-live generateTestTransaction # Generate a test for transaction (li
266
264
  --rewardDestination <String>: Reward destination
267
265
  --fee <String> : how much fee
268
266
  --tag <Number> : ripple tag
267
+ --solanaValidator <String>: validator address to delegate to
268
+ --solanaStakeAccount <String>: stake account address to use in the transaction
269
269
  --memoType <String> : stellar memo type
270
270
  --memoValue <String> : stellar memo value
271
271
  --storageLimit <String> : how much storageLimit. default is estimated with the recipient
@@ -326,6 +326,8 @@ Usage: ledger-live getTransactionStatus # Prepare a transaction and returns 'Tra
326
326
  --rewardDestination <String>: Reward destination
327
327
  --fee <String> : how much fee
328
328
  --tag <Number> : ripple tag
329
+ --solanaValidator <String>: validator address to delegate to
330
+ --solanaStakeAccount <String>: stake account address to use in the transaction
329
331
  --memoType <String> : stellar memo type
330
332
  --memoValue <String> : stellar memo value
331
333
  --storageLimit <String> : how much storageLimit. default is estimated with the recipient
@@ -467,6 +469,8 @@ Usage: ledger-live send # Send crypto-assets
467
469
  --rewardDestination <String>: Reward destination
468
470
  --fee <String> : how much fee
469
471
  --tag <Number> : ripple tag
472
+ --solanaValidator <String>: validator address to delegate to
473
+ --solanaStakeAccount <String>: stake account address to use in the transaction
470
474
  --memoType <String> : stellar memo type
471
475
  --memoValue <String> : stellar memo value
472
476
  --storageLimit <String> : how much storageLimit. default is estimated with the recipient
@@ -482,8 +486,9 @@ Usage: ledger-live send # Send crypto-assets
482
486
  Usage: ledger-live signMessage # Sign a message with the device on specific derivations (advanced)
483
487
  -c, --currency <String> : Currency name or ticker. If not provided, it will be inferred from the device.
484
488
  --path <String> : HDD derivation path
485
- --derivationMode <String>: derivationMode to use
486
489
  --message <String> : the message to sign
490
+ --rawMessage <String> : raw message to sign (used by walletconnect)
491
+ --parser <String> : parser used for the message. Default: String
487
492
 
488
493
  Usage: ledger-live speculosList # list apps available for speculos
489
494
 
@@ -518,6 +523,10 @@ Usage: ledger-live sync # Synchronize accounts with blockchain
518
523
  --paginateOperations <Number>: if defined, will paginate operations
519
524
  -f, --format <operationBalanceHistoryBackwards | operationBalanceHistory | json | head | default | basic | full | stats | significantTokenTickers>: how to display the data
520
525
 
526
+ Usage: ledger-live synchronousOnboarding # track the onboarding status of your device
527
+ -p, --pollingPeriodMs <Number>: polling period in milliseconds
528
+ -d, --device <String> : provide a specific HID path of a device
529
+
521
530
  Usage: ledger-live testDetectOpCollision # Detect operation collisions
522
531
  -d, --device <String> : provide a specific HID path of a device
523
532
  --xpub <String> : use an xpub (alternatively to --device) [DEPRECATED: prefer use of id]
@@ -574,5 +583,4 @@ Usage: ledger-live walletconnect # Create a walletconnect session
574
583
  :::::::-.`
575
584
  ....``
576
585
 
577
-
578
586
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-cli",
3
- "version": "22.0.2-nightly.2",
3
+ "version": "22.0.3-next.0",
4
4
  "description": "ledger-live CLI version",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,22 +14,22 @@
14
14
  "lib"
15
15
  ],
16
16
  "peerDependencies": {
17
- "@ledgerhq/hw-transport-node-ble": "^6.27.2-nightly.0"
17
+ "@ledgerhq/hw-transport-node-ble": "^6.27.1"
18
18
  },
19
19
  "optionalDependencies": {
20
- "@ledgerhq/hw-transport-node-ble": "^6.27.2-nightly.0"
20
+ "@ledgerhq/hw-transport-node-ble": "^6.27.1"
21
21
  },
22
22
  "dependencies": {
23
- "@ledgerhq/cryptoassets": "^6.29.0-nightly.1",
24
- "@ledgerhq/errors": "^6.10.1-nightly.0",
25
- "@ledgerhq/hw-app-btc": "^7.0.0-nightly.1",
26
- "@ledgerhq/hw-transport": "^6.27.2-nightly.0",
27
- "@ledgerhq/hw-transport-http": "^6.27.2-nightly.0",
28
- "@ledgerhq/hw-transport-mocker": "^6.27.2-nightly.0",
29
- "@ledgerhq/hw-transport-node-hid": "^6.27.2-nightly.0",
30
- "@ledgerhq/hw-transport-node-speculos": "^6.27.2-nightly.0",
31
- "@ledgerhq/live-common": "^24.0.0-nightly.2",
32
- "@ledgerhq/logs": "^6.10.1-nightly.0",
23
+ "@ledgerhq/cryptoassets": "^6.29.0",
24
+ "@ledgerhq/errors": "^6.10.0",
25
+ "@ledgerhq/hw-app-btc": "^7.0.0-next.0",
26
+ "@ledgerhq/hw-transport": "^6.27.1",
27
+ "@ledgerhq/hw-transport-http": "^6.27.1",
28
+ "@ledgerhq/hw-transport-mocker": "^6.27.1",
29
+ "@ledgerhq/hw-transport-node-hid": "^6.27.1",
30
+ "@ledgerhq/hw-transport-node-speculos": "^6.27.1",
31
+ "@ledgerhq/live-common": "^24.1.0-next.0",
32
+ "@ledgerhq/logs": "^6.10.0",
33
33
  "@walletconnect/client": "^1.7.1",
34
34
  "asciichart": "^1.5.25",
35
35
  "bignumber.js": "^9.0.1",