@taquito/utils 20.1.2 → 21.0.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.
|
@@ -12,7 +12,7 @@ const core_1 = require("@taquito/core");
|
|
|
12
12
|
* @description Verify signature of a payload
|
|
13
13
|
*
|
|
14
14
|
* @param messageBytes The forged message including the magic byte (11 for block,
|
|
15
|
-
* 12 for preattestation
|
|
15
|
+
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
|
|
16
16
|
* @param publicKey The public key to verify the signature against
|
|
17
17
|
* @param signature The signature to verify
|
|
18
18
|
* @returns A boolean indicating if the signature matches
|
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": "
|
|
6
|
+
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da",
|
|
7
|
+
"version": "21.0.0-RC.0"
|
|
8
8
|
};
|
|
@@ -124,7 +124,7 @@ const prefixLength = {
|
|
|
124
124
|
* @description Verify signature of a payload
|
|
125
125
|
*
|
|
126
126
|
* @param messageBytes The forged message including the magic byte (11 for block,
|
|
127
|
-
* 12 for preattestation
|
|
127
|
+
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
|
|
128
128
|
* @param publicKey The public key to verify the signature against
|
|
129
129
|
* @param signature The signature to verify
|
|
130
130
|
* @returns A boolean indicating if the signature matches
|
|
@@ -496,8 +496,8 @@ function validateSmartRollupAddress(value) {
|
|
|
496
496
|
|
|
497
497
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
498
498
|
const VERSION = {
|
|
499
|
-
"commitHash": "
|
|
500
|
-
"version": "
|
|
499
|
+
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da",
|
|
500
|
+
"version": "21.0.0-RC.0"
|
|
501
501
|
};
|
|
502
502
|
|
|
503
503
|
const TZ_DECIMALS = 6;
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
* @description Verify signature of a payload
|
|
120
120
|
*
|
|
121
121
|
* @param messageBytes The forged message including the magic byte (11 for block,
|
|
122
|
-
* 12 for preattestation
|
|
122
|
+
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
|
|
123
123
|
* @param publicKey The public key to verify the signature against
|
|
124
124
|
* @param signature The signature to verify
|
|
125
125
|
* @returns A boolean indicating if the signature matches
|
|
@@ -491,8 +491,8 @@
|
|
|
491
491
|
|
|
492
492
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
493
493
|
const VERSION = {
|
|
494
|
-
"commitHash": "
|
|
495
|
-
"version": "
|
|
494
|
+
"commitHash": "721b5ae690b0a3df4a0148901f1529da553bb5da",
|
|
495
|
+
"version": "21.0.0-RC.0"
|
|
496
496
|
};
|
|
497
497
|
|
|
498
498
|
const TZ_DECIMALS = 6;
|
|
@@ -4,7 +4,7 @@ type PkPrefix = Prefix.EDPK | Prefix.SPPK | Prefix.P2PK | Prefix.BLPK;
|
|
|
4
4
|
* @description Verify signature of a payload
|
|
5
5
|
*
|
|
6
6
|
* @param messageBytes The forged message including the magic byte (11 for block,
|
|
7
|
-
* 12 for preattestation
|
|
7
|
+
* 12 for preattestation, 13 for attestation, 3 for generic, 5 for the PACK format of michelson)
|
|
8
8
|
* @param publicKey The public key to verify the signature against
|
|
9
9
|
* @param signature The signature to verify
|
|
10
10
|
* @returns A boolean indicating if the signature matches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/utils",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-RC.0",
|
|
4
4
|
"description": "converts michelson data and types into convenient JS/TS objects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@stablelib/blake2b": "^1.0.1",
|
|
66
66
|
"@stablelib/ed25519": "^1.0.3",
|
|
67
|
-
"@taquito/core": "^
|
|
67
|
+
"@taquito/core": "^21.0.0-RC.0",
|
|
68
68
|
"@types/bs58check": "^2.1.2",
|
|
69
69
|
"bignumber.js": "^9.1.2",
|
|
70
70
|
"blakejs": "^1.2.1",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"ts-toolbelt": "^9.6.0",
|
|
102
102
|
"typescript": "~5.5.4"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "59c34fa54e004973acb11afb485969a3110a5bbf"
|
|
105
105
|
}
|