@taquito/signer 17.5.1 → 17.5.2
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,5 +1,5 @@
|
|
|
1
1
|
# Taquito Signer package
|
|
2
|
-
*Documentation can be found [here](https://tezostaquito.io/docs/inmemory_signer)*
|
|
2
|
+
*Documentation can be found [here](https://tezostaquito.io/docs/inmemory_signer)*
|
|
3
3
|
*TypeDoc style documentation is available on-line [here](https://tezostaquito.io/typedoc/modules/_taquito_signer.html)*
|
|
4
4
|
|
|
5
5
|
`@taquito/signer` is an npm package that provides developers with signing functionality for Taquito.
|
|
@@ -13,7 +13,7 @@ This signer implementation is for development workflows.
|
|
|
13
13
|
**Storing private keys in memory is suitable for development workflows but risky for
|
|
14
14
|
production use-cases! Use the InMemorySigner appropriately given your risk profile.**
|
|
15
15
|
|
|
16
|
-
## Install
|
|
16
|
+
## Install
|
|
17
17
|
```
|
|
18
18
|
npm i --save @taquito/taquito
|
|
19
19
|
npm i --save @taquito/signer
|
|
@@ -45,7 +45,7 @@ Tezos.setProvider({
|
|
|
45
45
|
});
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
The following link can be used to fund an address on the different testnets: https://teztnets.
|
|
48
|
+
The following link can be used to fund an address on the different testnets: https://teztnets.com/.
|
|
49
49
|
|
|
50
50
|
## Additional info
|
|
51
51
|
|
package/dist/lib/import-key.js
CHANGED
|
@@ -15,7 +15,7 @@ const taquito_signer_1 = require("./taquito-signer");
|
|
|
15
15
|
*
|
|
16
16
|
* @description Import a key to sign operation with the side-effect of setting the Tezos instance to use the InMemorySigner provider
|
|
17
17
|
*
|
|
18
|
-
* @warn The JSON faucets are no longer available on https://teztnets.
|
|
18
|
+
* @warn The JSON faucets are no longer available on https://teztnets.com/
|
|
19
19
|
* @param toolkit The toolkit instance to attach a signer
|
|
20
20
|
* @param privateKeyOrEmail Key to load in memory
|
|
21
21
|
* @param passphrase If the key is encrypted passphrase to decrypt it
|
package/dist/lib/version.js
CHANGED
|
@@ -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": "
|
|
7
|
-
"version": "17.5.
|
|
6
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
7
|
+
"version": "17.5.2"
|
|
8
8
|
};
|
|
@@ -578,7 +578,7 @@ const generateSecretKey = (seed, derivationPath, curve) => {
|
|
|
578
578
|
*
|
|
579
579
|
* @description Import a key to sign operation with the side-effect of setting the Tezos instance to use the InMemorySigner provider
|
|
580
580
|
*
|
|
581
|
-
* @warn The JSON faucets are no longer available on https://teztnets.
|
|
581
|
+
* @warn The JSON faucets are no longer available on https://teztnets.com/
|
|
582
582
|
* @param toolkit The toolkit instance to attach a signer
|
|
583
583
|
* @param privateKeyOrEmail Key to load in memory
|
|
584
584
|
* @param passphrase If the key is encrypted passphrase to decrypt it
|
|
@@ -615,8 +615,8 @@ function importKey(toolkit, privateKeyOrEmail, passphrase, mnemonic, secret) {
|
|
|
615
615
|
|
|
616
616
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
617
617
|
const VERSION = {
|
|
618
|
-
"commitHash": "
|
|
619
|
-
"version": "17.5.
|
|
618
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
619
|
+
"version": "17.5.2"
|
|
620
620
|
};
|
|
621
621
|
|
|
622
622
|
/**
|
|
@@ -590,7 +590,7 @@
|
|
|
590
590
|
*
|
|
591
591
|
* @description Import a key to sign operation with the side-effect of setting the Tezos instance to use the InMemorySigner provider
|
|
592
592
|
*
|
|
593
|
-
* @warn The JSON faucets are no longer available on https://teztnets.
|
|
593
|
+
* @warn The JSON faucets are no longer available on https://teztnets.com/
|
|
594
594
|
* @param toolkit The toolkit instance to attach a signer
|
|
595
595
|
* @param privateKeyOrEmail Key to load in memory
|
|
596
596
|
* @param passphrase If the key is encrypted passphrase to decrypt it
|
|
@@ -627,8 +627,8 @@
|
|
|
627
627
|
|
|
628
628
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
629
629
|
const VERSION = {
|
|
630
|
-
"commitHash": "
|
|
631
|
-
"version": "17.5.
|
|
630
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
631
|
+
"version": "17.5.2"
|
|
632
632
|
};
|
|
633
633
|
|
|
634
634
|
/**
|
|
@@ -3,7 +3,7 @@ import { TezosToolkit } from '@taquito/taquito';
|
|
|
3
3
|
*
|
|
4
4
|
* @description Import a key to sign operation with the side-effect of setting the Tezos instance to use the InMemorySigner provider
|
|
5
5
|
*
|
|
6
|
-
* @warn The JSON faucets are no longer available on https://teztnets.
|
|
6
|
+
* @warn The JSON faucets are no longer available on https://teztnets.com/
|
|
7
7
|
* @param toolkit The toolkit instance to attach a signer
|
|
8
8
|
* @param privateKeyOrEmail Key to load in memory
|
|
9
9
|
* @param passphrase If the key is encrypted passphrase to decrypt it
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/signer",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.2",
|
|
4
4
|
"description": "Provide signing functionality to be with taquito",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"@stablelib/nacl": "^1.0.4",
|
|
73
73
|
"@stablelib/pbkdf2": "^1.0.1",
|
|
74
74
|
"@stablelib/sha512": "^1.0.1",
|
|
75
|
-
"@taquito/core": "^17.5.
|
|
76
|
-
"@taquito/taquito": "^17.5.
|
|
77
|
-
"@taquito/utils": "^17.5.
|
|
75
|
+
"@taquito/core": "^17.5.2",
|
|
76
|
+
"@taquito/taquito": "^17.5.2",
|
|
77
|
+
"@taquito/utils": "^17.5.2",
|
|
78
78
|
"@types/bn.js": "^5.1.2",
|
|
79
79
|
"bip39": "3.1.0",
|
|
80
80
|
"elliptic": "^6.5.4",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"typedoc": "^0.25.2",
|
|
112
112
|
"typescript": "~5.2.2"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "16d75a1beefb47874b696ee49d61769d6cf04f7b"
|
|
115
115
|
}
|