@taquito/taquito 24.0.0-beta.0 → 24.0.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 +1 -1
- package/dist/lib/constants.js +5 -5
- package/dist/lib/version.js +3 -3
- package/dist/taquito.es6.js +8 -8
- package/dist/taquito.min.js +1 -1
- package/dist/taquito.umd.js +8 -8
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The `@taquito/taquito` package contains higher-level functionality that builds u
|
|
|
7
7
|
## CDN Bundle
|
|
8
8
|
|
|
9
9
|
```html
|
|
10
|
-
<script src="https://unpkg.com/@taquito/taquito@24.0.0
|
|
10
|
+
<script src="https://unpkg.com/@taquito/taquito@24.0.0/dist/taquito.min.js"
|
|
11
11
|
crossorigin="anonymous" integrity="sha384-IxvP0ECHi5oqLyz94wF85pU9+ktcsL1HHtA42MITxZsGbsUMEu/g+0Vkjj5vqiMR"></script>
|
|
12
12
|
```
|
|
13
13
|
|
package/dist/lib/constants.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRevealFeeInternal = exports.getRevealFee = exports.getRevealGasLimit = exports.ChainIds = exports.protocols = exports.Protocols = exports.COST_PER_BYTE = exports.ORIGINATION_SIZE = exports.REVEAL_STORAGE_LIMIT = void 0;
|
|
4
|
-
// value is based on octez-client reveal operation gasLimit of each address type in
|
|
4
|
+
// value is based on octez-client reveal operation gasLimit of each address type in Tallinn Protocol
|
|
5
5
|
const REVEAL_GAS_LIMIT = {
|
|
6
6
|
TZ1: 171,
|
|
7
7
|
TZ2: 157,
|
|
8
8
|
TZ3: 447,
|
|
9
9
|
TZ4: 3252,
|
|
10
10
|
};
|
|
11
|
-
// value is based on octez-client reveal operation fee of each address type in
|
|
11
|
+
// value is based on octez-client reveal operation fee of each address type in Tallinn Protocol
|
|
12
12
|
const REVEAL_FEE = {
|
|
13
13
|
TZ1: 278,
|
|
14
14
|
TZ2: 277,
|
|
15
15
|
TZ3: 306,
|
|
16
16
|
TZ4: 736,
|
|
17
17
|
};
|
|
18
|
-
// value is based on octez-client reveal operation storageLimit of all address type in
|
|
18
|
+
// value is based on octez-client reveal operation storageLimit of all address type in Tallinn Protocol
|
|
19
19
|
exports.REVEAL_STORAGE_LIMIT = 0;
|
|
20
|
-
// protocol constants in
|
|
20
|
+
// protocol constants in Tallinn Protocol
|
|
21
21
|
exports.ORIGINATION_SIZE = 257;
|
|
22
|
-
// protocol constants in
|
|
22
|
+
// protocol constants in Tallinn Protocol
|
|
23
23
|
exports.COST_PER_BYTE = 250;
|
|
24
24
|
var Protocols;
|
|
25
25
|
(function (Protocols) {
|
package/dist/lib/version.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
|
-
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT
|
|
4
|
+
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "24.0.0
|
|
6
|
+
"commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
|
|
7
|
+
"version": "24.0.0"
|
|
8
8
|
};
|
package/dist/taquito.es6.js
CHANGED
|
@@ -240,25 +240,25 @@ const hasMetadataWithInternalOperationResult = (op) => {
|
|
|
240
240
|
return hasMetadata(op) && 'internal_operation_results' in op.metadata;
|
|
241
241
|
};
|
|
242
242
|
|
|
243
|
-
// value is based on octez-client reveal operation gasLimit of each address type in
|
|
243
|
+
// value is based on octez-client reveal operation gasLimit of each address type in Tallinn Protocol
|
|
244
244
|
const REVEAL_GAS_LIMIT = {
|
|
245
245
|
TZ1: 171,
|
|
246
246
|
TZ2: 157,
|
|
247
247
|
TZ3: 447,
|
|
248
248
|
TZ4: 3252,
|
|
249
249
|
};
|
|
250
|
-
// value is based on octez-client reveal operation fee of each address type in
|
|
250
|
+
// value is based on octez-client reveal operation fee of each address type in Tallinn Protocol
|
|
251
251
|
const REVEAL_FEE = {
|
|
252
252
|
TZ1: 278,
|
|
253
253
|
TZ2: 277,
|
|
254
254
|
TZ3: 306,
|
|
255
255
|
TZ4: 736,
|
|
256
256
|
};
|
|
257
|
-
// value is based on octez-client reveal operation storageLimit of all address type in
|
|
257
|
+
// value is based on octez-client reveal operation storageLimit of all address type in Tallinn Protocol
|
|
258
258
|
const REVEAL_STORAGE_LIMIT = 0;
|
|
259
|
-
// protocol constants in
|
|
259
|
+
// protocol constants in Tallinn Protocol
|
|
260
260
|
const ORIGINATION_SIZE = 257;
|
|
261
|
-
// protocol constants in
|
|
261
|
+
// protocol constants in Tallinn Protocol
|
|
262
262
|
const COST_PER_BYTE = 250;
|
|
263
263
|
var Protocols;
|
|
264
264
|
(function (Protocols) {
|
|
@@ -7180,10 +7180,10 @@ class Context {
|
|
|
7180
7180
|
}
|
|
7181
7181
|
}
|
|
7182
7182
|
|
|
7183
|
-
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT
|
|
7183
|
+
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
|
|
7184
7184
|
const VERSION = {
|
|
7185
|
-
"commitHash": "
|
|
7186
|
-
"version": "24.0.0
|
|
7185
|
+
"commitHash": "d809b5118dbca5e61edb8228a83b4831be32903b",
|
|
7186
|
+
"version": "24.0.0"
|
|
7187
7187
|
};
|
|
7188
7188
|
|
|
7189
7189
|
/**
|