@taquito/rpc 19.2.0 → 19.2.1-beta.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/dist/lib/rpc-client-modules/rpc-cache.js +1 -1
- package/dist/lib/taquito-rpc.js +1 -1
- package/dist/lib/version.js +2 -2
- package/dist/taquito-rpc.es6.js +4 -4
- package/dist/taquito-rpc.umd.js +4 -4
- package/dist/types/rpc-client-modules/rpc-cache.d.ts +1 -1
- package/dist/types/taquito-rpc.d.ts +1 -1
- package/package.json +5 -5
|
@@ -773,7 +773,7 @@ class RpcClientCache {
|
|
|
773
773
|
* @param data Data to pack
|
|
774
774
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
775
775
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
776
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
776
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
777
777
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
778
778
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
779
779
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
package/dist/lib/taquito-rpc.js
CHANGED
|
@@ -723,7 +723,7 @@ class RpcClient {
|
|
|
723
723
|
* @param data Data to pack
|
|
724
724
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
725
725
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
726
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
726
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
727
727
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
728
728
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
729
729
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
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": "19.2.0"
|
|
6
|
+
"commitHash": "149f239050448e0dfb7d5e1ab98e578f61085d61",
|
|
7
|
+
"version": "19.2.1-beta.0"
|
|
8
8
|
};
|
package/dist/taquito-rpc.es6.js
CHANGED
|
@@ -869,7 +869,7 @@ class RpcClientCache {
|
|
|
869
869
|
* @param data Data to pack
|
|
870
870
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
871
871
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
872
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
872
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
873
873
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
874
874
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
875
875
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
|
@@ -1202,8 +1202,8 @@ var OpKind;
|
|
|
1202
1202
|
|
|
1203
1203
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1204
1204
|
const VERSION = {
|
|
1205
|
-
"commitHash": "
|
|
1206
|
-
"version": "19.2.0"
|
|
1205
|
+
"commitHash": "149f239050448e0dfb7d5e1ab98e578f61085d61",
|
|
1206
|
+
"version": "19.2.1-beta.0"
|
|
1207
1207
|
};
|
|
1208
1208
|
|
|
1209
1209
|
/***
|
|
@@ -1872,7 +1872,7 @@ class RpcClient {
|
|
|
1872
1872
|
* @param data Data to pack
|
|
1873
1873
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
1874
1874
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
1875
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
1875
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
1876
1876
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
1877
1877
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
1878
1878
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
package/dist/taquito-rpc.umd.js
CHANGED
|
@@ -870,7 +870,7 @@
|
|
|
870
870
|
* @param data Data to pack
|
|
871
871
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
872
872
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
873
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
873
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
874
874
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
875
875
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
876
876
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
|
@@ -1203,8 +1203,8 @@
|
|
|
1203
1203
|
|
|
1204
1204
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
1205
1205
|
const VERSION = {
|
|
1206
|
-
"commitHash": "
|
|
1207
|
-
"version": "19.2.0"
|
|
1206
|
+
"commitHash": "149f239050448e0dfb7d5e1ab98e578f61085d61",
|
|
1207
|
+
"version": "19.2.1-beta.0"
|
|
1208
1208
|
};
|
|
1209
1209
|
|
|
1210
1210
|
/***
|
|
@@ -1873,7 +1873,7 @@
|
|
|
1873
1873
|
* @param data Data to pack
|
|
1874
1874
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
1875
1875
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
1876
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
1876
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
1877
1877
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
1878
1878
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
1879
1879
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
|
@@ -298,7 +298,7 @@ export declare class RpcClientCache implements RpcClientInterface {
|
|
|
298
298
|
* @param data Data to pack
|
|
299
299
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
300
300
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
301
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
301
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
302
302
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
303
303
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
304
304
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
|
@@ -295,7 +295,7 @@ export declare class RpcClient implements RpcClientInterface {
|
|
|
295
295
|
* @param data Data to pack
|
|
296
296
|
* @param options contains generic configuration for rpc calls to specified block (default to head)
|
|
297
297
|
* @description Computes the serialized version of a data expression using the same algorithm as script instruction PACK
|
|
298
|
-
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the
|
|
298
|
+
* Note: You should always verify the packed bytes before signing or requesting that they be signed when using the RPC to pack.
|
|
299
299
|
* This precaution helps protect you and your applications users from RPC nodes that have been compromised.
|
|
300
300
|
* A node that is operated by a bad actor, or compromised by a bad actor could return a fully formed operation that does not correspond to the input provided to the RPC endpoint.
|
|
301
301
|
* A safer solution to pack and sign data would be to use the `packDataBytes` function available in the `@taquito/michel-codec` package.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/rpc",
|
|
3
|
-
"version": "19.2.0",
|
|
3
|
+
"version": "19.2.1-beta.0",
|
|
4
4
|
"description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@taquito/core": "^19.1.0",
|
|
70
|
-
"@taquito/http-utils": "^19.2.0",
|
|
71
|
-
"@taquito/utils": "^19.2.0",
|
|
69
|
+
"@taquito/core": "^19.2.1-beta.0",
|
|
70
|
+
"@taquito/http-utils": "^19.2.1-beta.0",
|
|
71
|
+
"@taquito/utils": "^19.2.1-beta.0",
|
|
72
72
|
"bignumber.js": "^9.1.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"ts-toolbelt": "^9.6.0",
|
|
99
99
|
"typescript": "~5.2.2"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "5ca99ce640b7b450a3236babed4bfe0e77cb7368"
|
|
102
102
|
}
|