@taquito/taquito
Advanced tools
Comparing version 20.0.0 to 20.0.1
@@ -74,4 +74,4 @@ "use strict"; | ||
Protocols["ProxfordY"] = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH"; | ||
Protocols["PtParisBQ"] = "PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz"; | ||
Protocols["PtParisBx"] = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ"; | ||
Protocols["PsParisCZ"] = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi"; | ||
Protocols["ProtoALpha"] = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK"; | ||
@@ -95,3 +95,4 @@ })(Protocols || (exports.Protocols = Protocols = {})); | ||
'019': [Protocols.ProxfordY], | ||
'020': [Protocols.ProtoALpha], | ||
'020': [Protocols.PtParisBx, Protocols.PsParisCZ], | ||
'021': [Protocols.ProtoALpha], | ||
}; | ||
@@ -116,3 +117,4 @@ var ChainIds; | ||
ChainIds["OXFORDNET2"] = "NetXxWsskGahzQB"; | ||
ChainIds["PARISNET"] = "NetXo8SqH1c38SS"; | ||
ChainIds["PARISBNET"] = "NetXo8SqH1c38SS"; | ||
ChainIds["PARISCNET"] = "NetXXWAHLEvre9b"; | ||
})(ChainIds || (exports.ChainIds = ChainIds = {})); | ||
@@ -119,0 +121,0 @@ // A fixed fee reveal operation gasLimit accepted by both simulate and injection endpoint is between 1.2-5 times of actual gas consumption (3.5 fails occasionally with gas exhausted; 4 fails occasionally with fee too low) |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "45fea4a361f29598063e448574800220c4687001", | ||
"version": "20.0.0" | ||
"commitHash": "d44ee8a26e6924e12a8cae2f9c5b717fc65af72c", | ||
"version": "20.0.1" | ||
}; |
@@ -53,4 +53,4 @@ /** | ||
ProxfordY = "ProxfordYmVfjWnRcgjWH36fW6PArwqykTFzotUxRs6gmTcZDuH", | ||
PtParisBQ = "PtParisBQscdCm6Cfow6ndeU6wKJyA3aV1j4D3gQBQMsTQyJCrz", | ||
PtParisBx = "PtParisBxoLz5gzMmn3d9WBQNoPSZakgnkMC2VNuQ3KXfUtUQeZ", | ||
PsParisCZ = "PsParisCZo7KAh1Z1smVd9ZMZ1HHn5gkzbM94V3PLCpknFWhUAi", | ||
ProtoALpha = "ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK" | ||
@@ -75,2 +75,3 @@ } | ||
'020': Protocols[]; | ||
'021': Protocols[]; | ||
}; | ||
@@ -94,3 +95,4 @@ export declare enum ChainIds { | ||
OXFORDNET2 = "NetXxWsskGahzQB", | ||
PARISNET = "NetXo8SqH1c38SS" | ||
PARISBNET = "NetXo8SqH1c38SS", | ||
PARISCNET = "NetXXWAHLEvre9b" | ||
} | ||
@@ -97,0 +99,0 @@ export declare const getRevealGasLimit: (address: string) => number; |
{ | ||
"name": "@taquito/taquito", | ||
"version": "20.0.0", | ||
"version": "20.0.1", | ||
"description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.", | ||
@@ -80,9 +80,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^20.0.0", | ||
"@taquito/http-utils": "^20.0.0", | ||
"@taquito/local-forging": "^20.0.0", | ||
"@taquito/michel-codec": "^20.0.0", | ||
"@taquito/michelson-encoder": "^20.0.0", | ||
"@taquito/rpc": "^20.0.0", | ||
"@taquito/utils": "^20.0.0", | ||
"@taquito/core": "^20.0.1", | ||
"@taquito/http-utils": "^20.0.1", | ||
"@taquito/local-forging": "^20.0.1", | ||
"@taquito/michel-codec": "^20.0.1", | ||
"@taquito/michelson-encoder": "^20.0.1", | ||
"@taquito/rpc": "^20.0.1", | ||
"@taquito/utils": "^20.0.1", | ||
"bignumber.js": "^9.1.2", | ||
@@ -129,3 +129,3 @@ "rxjs": "^7.8.1" | ||
}, | ||
"gitHead": "4871f03155be8dfce81ff24cb45fe0e3049c7646" | ||
"gitHead": "beb89a31b425f016d09f53f034fb8ed40f56a3b2" | ||
} |
@@ -10,3 +10,3 @@ # Taquito high-level functions | ||
```html | ||
<script src="https://unpkg.com/@taquito/taquito@20.0.0/dist/taquito.min.js" | ||
<script src="https://unpkg.com/@taquito/taquito@20.0.1/dist/taquito.min.js" | ||
crossorigin="anonymous" integrity="sha384-IxvP0ECHi5oqLyz94wF85pU9+ktcsL1HHtA42MITxZsGbsUMEu/g+0Vkjj5vqiMR"></script> | ||
@@ -13,0 +13,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2127421
28343
Updated@taquito/core@^20.0.1
Updated@taquito/http-utils@^20.0.1
Updated@taquito/rpc@^20.0.1
Updated@taquito/utils@^20.0.1