@taquito/ledger-signer 19.1.0 → 19.2.0-RC.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Taquito Ledger Signer package
2
- *Documentation can be found [here](https://tezostaquito.io/docs/ledger_signer)*
3
- *TypeDoc style documentation is available [here](https://tezostaquito.io/typedoc/modules/_taquito_ledger_signer.html)*
2
+ *Documentation can be found [here](https://taquito.io/docs/ledger_signer)*
3
+ *TypeDoc style documentation is available [here](https://taquito.io/typedoc/modules/_taquito_ledger_signer.html)*
4
4
 
5
5
  ## General Information
6
6
  `@taquito/ledger-signer` is an npm package that provides developers with ledger signing functionality for Taquito. It implements the Signer interface of Taquito, allowing you to sign operations from a Ledger Nano device.
@@ -29,7 +29,7 @@ const ledgerSigner = new LedgerSigner(transport);
29
29
  The constructor of the `LedgerSigner` class takes three other optional parameters. If none are specified, the following default values are used:
30
30
 
31
31
  - `path`: **default value is "44'/1729'/0'/0'"**
32
- You can use as a parameter the `HDPathTemplate` which refers to `44'/1729'/${account}'/0'`. You have to specify the index of the account you want to use. Or you can also use a complete path as a parameter. More details about paths [here](https://tezostaquito.io/docs/ledger_signer#derivation-paths-hd-wallet--bip-standards)
32
+ You can use as a parameter the `HDPathTemplate` which refers to `44'/1729'/${account}'/0'`. You have to specify the index of the account you want to use. Or you can also use a complete path as a parameter. More details about paths [here](https://taquito.io/docs/ledger_signer#derivation-paths-hd-wallet--bip-standards)
33
33
  - `prompt`: **default is true**
34
34
  If true, you will be asked on your Ledger device to send your public key for validation. **_Note that confirmation is required when using `@ledgerhq/hw-transport-webhid`, so you should not set this parameter to false if you are using this transport._**
35
35
  - `derivationType`: **default is DerivationType.ED25519**
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1709750093403" clover="3.2.0">
3
- <project timestamp="1709750093403" name="All files">
2
+ <coverage generated="1711396343880" clover="3.2.0">
3
+ <project timestamp="1711396343880" name="All files">
4
4
  <metrics statements="167" coveredstatements="142" conditionals="43" coveredconditionals="36" methods="25" coveredmethods="17" elements="235" coveredelements="195" complexity="0" loc="167" ncloc="167" packages="1" files="4" classes="4"/>
5
5
  <file name="errors.ts" path="/Users/dsawali/Desktop/ecadlabs/taquito/packages/taquito-ledger-signer/src/errors.ts">
6
6
  <metrics statements="19" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
@@ -57,7 +57,7 @@
57
57
  <template id="filterTemplate">
58
58
  <div class="quiet">
59
59
  Filter:
60
- <input oninput="onInput()" type="search" id="fileSearch">
60
+ <input type="search" id="fileSearch">
61
61
  </div>
62
62
  </template>
63
63
  </div>
@@ -214,7 +214,7 @@ export class InvalidDerivationTypeError extends ParameterValidationError {
214
214
  <div class='footer quiet pad2 space-top1 center small'>
215
215
  Code coverage generated by
216
216
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217
- at 2024-03-06T18:34:53.384Z
217
+ at 2024-03-25T19:52:23.860Z
218
218
  </div>
219
219
  <script src="prettify.js"></script>
220
220
  <script>
@@ -57,7 +57,7 @@
57
57
  <template id="filterTemplate">
58
58
  <div class="quiet">
59
59
  Filter:
60
- <input oninput="onInput()" type="search" id="fileSearch">
60
+ <input type="search" id="fileSearch">
61
61
  </div>
62
62
  </template>
63
63
  </div>
@@ -146,7 +146,7 @@
146
146
  <div class='footer quiet pad2 space-top1 center small'>
147
147
  Code coverage generated by
148
148
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149
- at 2024-03-06T18:34:53.384Z
149
+ at 2024-03-25T19:52:23.860Z
150
150
  </div>
151
151
  <script src="prettify.js"></script>
152
152
  <script>
@@ -57,7 +57,7 @@
57
57
  <template id="filterTemplate">
58
58
  <div class="quiet">
59
59
  Filter:
60
- <input oninput="onInput()" type="search" id="fileSearch">
60
+ <input type="search" id="fileSearch">
61
61
  </div>
62
62
  </template>
63
63
  </div>
@@ -784,7 +784,7 @@ export class LedgerSigner implements Signer {
784
784
  <div class='footer quiet pad2 space-top1 center small'>
785
785
  Code coverage generated by
786
786
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
787
- at 2024-03-06T18:34:53.384Z
787
+ at 2024-03-25T19:52:23.860Z
788
788
  </div>
789
789
  <script src="prettify.js"></script>
790
790
  <script>
@@ -57,7 +57,7 @@
57
57
  <template id="filterTemplate">
58
58
  <div class="quiet">
59
59
  Filter:
60
- <input oninput="onInput()" type="search" id="fileSearch">
60
+ <input type="search" id="fileSearch">
61
61
  </div>
62
62
  </template>
63
63
  </div>
@@ -460,7 +460,7 @@ export function extractValue(idxLength: number, response: Buffer) {
460
460
  <div class='footer quiet pad2 space-top1 center small'>
461
461
  Code coverage generated by
462
462
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
463
- at 2024-03-06T18:34:53.384Z
463
+ at 2024-03-25T19:52:23.860Z
464
464
  </div>
465
465
  <script src="prettify.js"></script>
466
466
  <script>
@@ -57,7 +57,7 @@
57
57
  <template id="filterTemplate">
58
58
  <div class="quiet">
59
59
  Filter:
60
- <input oninput="onInput()" type="search" id="fileSearch">
60
+ <input type="search" id="fileSearch">
61
61
  </div>
62
62
  </template>
63
63
  </div>
@@ -75,8 +75,8 @@
75
75
  <span class="cline-any cline-neutral">&nbsp;</span>
76
76
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
77
77
  export const VERSION = {
78
- commitHash: '2fa52a497370bb5f00c7be5bb4ea45e81496072c',
79
- version: '19.1.0-beta-RC.0',
78
+ commitHash: 'bb48f61207e1806442b0874365e98c7283ba1f68',
79
+ version: '19.1.0',
80
80
  };
81
81
  &nbsp;</pre></td></tr></table></pre>
82
82
 
@@ -85,7 +85,7 @@ export const VERSION = {
85
85
  <div class='footer quiet pad2 space-top1 center small'>
86
86
  Code coverage generated by
87
87
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
88
- at 2024-03-06T18:34:53.384Z
88
+ at 2024-03-25T19:52:23.860Z
89
89
  </div>
90
90
  <script src="prettify.js"></script>
91
91
  <script>
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
7
- "version": "19.1.0"
6
+ "commitHash": "139330bbf14149ae22bf9b3859a7f7ee1b415a23",
7
+ "version": "19.2.0-RC.0"
8
8
  };
@@ -204,8 +204,8 @@ class InvalidDerivationTypeError extends ParameterValidationError {
204
204
 
205
205
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
206
206
  const VERSION = {
207
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
208
- "version": "19.1.0"
207
+ "commitHash": "139330bbf14149ae22bf9b3859a7f7ee1b415a23",
208
+ "version": "19.2.0-RC.0"
209
209
  };
210
210
 
211
211
  /**
@@ -205,8 +205,8 @@
205
205
 
206
206
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
207
207
  const VERSION = {
208
- "commitHash": "bb48f61207e1806442b0874365e98c7283ba1f68",
209
- "version": "19.1.0"
208
+ "commitHash": "139330bbf14149ae22bf9b3859a7f7ee1b415a23",
209
+ "version": "19.2.0-RC.0"
210
210
  };
211
211
 
212
212
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/ledger-signer",
3
- "version": "19.1.0",
3
+ "version": "19.2.0-RC.0",
4
4
  "description": "Ledger signer provider",
5
5
  "keywords": [
6
6
  "tezos",
@@ -60,8 +60,8 @@
60
60
  "@ledgerhq/hw-transport": "^6.28.8",
61
61
  "@stablelib/blake2b": "^1.0.1",
62
62
  "@taquito/core": "^19.1.0",
63
- "@taquito/taquito": "^19.1.0",
64
- "@taquito/utils": "^19.1.0",
63
+ "@taquito/taquito": "^19.2.0-RC.0",
64
+ "@taquito/utils": "^19.2.0-RC.0",
65
65
  "buffer": "^6.0.3"
66
66
  },
67
67
  "devDependencies": {
@@ -92,5 +92,5 @@
92
92
  "ts-toolbelt": "^9.6.0",
93
93
  "typescript": "~5.2.2"
94
94
  },
95
- "gitHead": "6a8721a56b88c8d09ecb47eda33f70c02e81449f"
95
+ "gitHead": "48fdd7dab4204fe36fe2cb87ef3bf4a88ea6a042"
96
96
  }
package/src/version.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
2
2
  export const VERSION = {
3
- commitHash: 'bb48f61207e1806442b0874365e98c7283ba1f68',
4
- version: '19.1.0',
3
+ commitHash: '139330bbf14149ae22bf9b3859a7f7ee1b415a23',
4
+ version: '19.2.0-RC.0',
5
5
  };