@airgap/tezos 0.13.8-beta.11 → 0.13.8-beta.13
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/airgap-coinlib-tezos.min.js +4 -12
- package/package.json +4 -4
- package/v0/protocol/sapling/TezosSaplingProtocolOptions.js +2 -10
- package/v0/protocol/sapling/TezosSaplingProtocolOptions.js.map +1 -1
- package/v0/protocol/sapling/TezosShieldedTezProtocol.js +1 -1
- package/v1/protocol/sapling/TezosShieldedTezProtocol.js +1 -1
|
@@ -117501,10 +117501,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
117501
117501
|
})();
|
|
117502
117502
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
117503
117503
|
exports.TezosSaplingProtocolOptions = exports.TezosShieldedTezProtocolConfig = exports.TezosSaplingProtocolConfig = void 0;
|
|
117504
|
-
var ProtocolNetwork_1 = require("@airgap/coinlib-core/utils/ProtocolNetwork");
|
|
117505
117504
|
var ProtocolSymbols_1 = require("@airgap/coinlib-core/utils/ProtocolSymbols");
|
|
117506
|
-
var TezosIndexerClient_1 = require("../indexerClient/TezosIndexerClient");
|
|
117507
|
-
var TezosProtocol_1 = require("../TezosProtocol");
|
|
117508
117505
|
var TezosProtocolOptions_1 = require("../TezosProtocolOptions");
|
|
117509
117506
|
var TezosSaplingProtocolConfig = /** @class */ (function (_super) {
|
|
117510
117507
|
__extends(TezosSaplingProtocolConfig, _super);
|
|
@@ -117549,13 +117546,8 @@ var TezosShieldedTezProtocolConfig = /** @class */ (function (_super) {
|
|
|
117549
117546
|
}(TezosSaplingProtocolConfig));
|
|
117550
117547
|
exports.TezosShieldedTezProtocolConfig = TezosShieldedTezProtocolConfig;
|
|
117551
117548
|
var TezosSaplingProtocolOptions = /** @class */ (function () {
|
|
117552
|
-
function TezosSaplingProtocolOptions(
|
|
117553
|
-
|
|
117554
|
-
network, config) {
|
|
117555
|
-
if (network === void 0) { network = new TezosProtocolOptions_1.TezosProtocolNetwork('Ghostnet', ProtocolNetwork_1.NetworkType.TESTNET, 'https://tezos-ghostnet-node.prod.gke.papers.tech', new TezosProtocolOptions_1.TezosBlockExplorer('https//ghostnet.tzkt.io'), {
|
|
117556
|
-
network: TezosProtocol_1.TezosNetwork.GHOSTNET,
|
|
117557
|
-
indexerClient: new TezosIndexerClient_1.TezosIndexerClient('https://tezos-ghostnet-indexer.prod.gke.papers.tech')
|
|
117558
|
-
}); }
|
|
117549
|
+
function TezosSaplingProtocolOptions(network, config) {
|
|
117550
|
+
if (network === void 0) { network = new TezosProtocolOptions_1.TezosProtocolNetwork(); }
|
|
117559
117551
|
if (config === void 0) { config = new TezosShieldedTezProtocolConfig(); }
|
|
117560
117552
|
this.network = network;
|
|
117561
117553
|
this.config = config;
|
|
@@ -117564,7 +117556,7 @@ var TezosSaplingProtocolOptions = /** @class */ (function () {
|
|
|
117564
117556
|
}());
|
|
117565
117557
|
exports.TezosSaplingProtocolOptions = TezosSaplingProtocolOptions;
|
|
117566
117558
|
|
|
117567
|
-
},{"../
|
|
117559
|
+
},{"../TezosProtocolOptions":448,"@airgap/coinlib-core/utils/ProtocolSymbols":373}],487:[function(require,module,exports){
|
|
117568
117560
|
(function (Buffer){(function (){
|
|
117569
117561
|
"use strict";
|
|
117570
117562
|
var __extends = (this && this.__extends) || (function () {
|
|
@@ -117705,7 +117697,7 @@ var TezosShieldedTezProtocol = /** @class */ (function (_super) {
|
|
|
117705
117697
|
});
|
|
117706
117698
|
};
|
|
117707
117699
|
TezosShieldedTezProtocol.typeHash = '1724054251';
|
|
117708
|
-
TezosShieldedTezProtocol.codeHash = '
|
|
117700
|
+
TezosShieldedTezProtocol.codeHash = '926964708';
|
|
117709
117701
|
return TezosShieldedTezProtocol;
|
|
117710
117702
|
}(TezosSaplingProtocol_1.TezosSaplingProtocol));
|
|
117711
117703
|
exports.TezosShieldedTezProtocol = TezosShieldedTezProtocol;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airgap/tezos",
|
|
3
|
-
"version": "0.13.8-beta.
|
|
3
|
+
"version": "0.13.8-beta.13",
|
|
4
4
|
"description": "The @airgap/tezos is a Tezos implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@taquito/local-forging": "14.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@airgap/coinlib-core": "^0.13.8-beta.
|
|
44
|
-
"@airgap/module-kit": "^0.13.8-beta.
|
|
45
|
-
"@airgap/serializer": "^0.13.8-beta.
|
|
43
|
+
"@airgap/coinlib-core": "^0.13.8-beta.13",
|
|
44
|
+
"@airgap/module-kit": "^0.13.8-beta.13",
|
|
45
|
+
"@airgap/serializer": "^0.13.8-beta.13"
|
|
46
46
|
},
|
|
47
47
|
"localDependencies": {
|
|
48
48
|
"@taquito/local-forging": "8.0.1-beta.1"
|
|
@@ -16,10 +16,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
16
16
|
})();
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.TezosSaplingProtocolOptions = exports.TezosShieldedTezProtocolConfig = exports.TezosSaplingProtocolConfig = void 0;
|
|
19
|
-
var ProtocolNetwork_1 = require("@airgap/coinlib-core/utils/ProtocolNetwork");
|
|
20
19
|
var ProtocolSymbols_1 = require("@airgap/coinlib-core/utils/ProtocolSymbols");
|
|
21
|
-
var TezosIndexerClient_1 = require("../indexerClient/TezosIndexerClient");
|
|
22
|
-
var TezosProtocol_1 = require("../TezosProtocol");
|
|
23
20
|
var TezosProtocolOptions_1 = require("../TezosProtocolOptions");
|
|
24
21
|
var TezosSaplingProtocolConfig = /** @class */ (function (_super) {
|
|
25
22
|
__extends(TezosSaplingProtocolConfig, _super);
|
|
@@ -64,13 +61,8 @@ var TezosShieldedTezProtocolConfig = /** @class */ (function (_super) {
|
|
|
64
61
|
}(TezosSaplingProtocolConfig));
|
|
65
62
|
exports.TezosShieldedTezProtocolConfig = TezosShieldedTezProtocolConfig;
|
|
66
63
|
var TezosSaplingProtocolOptions = /** @class */ (function () {
|
|
67
|
-
function TezosSaplingProtocolOptions(
|
|
68
|
-
|
|
69
|
-
network, config) {
|
|
70
|
-
if (network === void 0) { network = new TezosProtocolOptions_1.TezosProtocolNetwork('Ghostnet', ProtocolNetwork_1.NetworkType.TESTNET, 'https://tezos-ghostnet-node.prod.gke.papers.tech', new TezosProtocolOptions_1.TezosBlockExplorer('https//ghostnet.tzkt.io'), {
|
|
71
|
-
network: TezosProtocol_1.TezosNetwork.GHOSTNET,
|
|
72
|
-
indexerClient: new TezosIndexerClient_1.TezosIndexerClient('https://tezos-ghostnet-indexer.prod.gke.papers.tech')
|
|
73
|
-
}); }
|
|
64
|
+
function TezosSaplingProtocolOptions(network, config) {
|
|
65
|
+
if (network === void 0) { network = new TezosProtocolOptions_1.TezosProtocolNetwork(); }
|
|
74
66
|
if (config === void 0) { config = new TezosShieldedTezProtocolConfig(); }
|
|
75
67
|
this.network = network;
|
|
76
68
|
this.config = config;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TezosSaplingProtocolOptions.js","sourceRoot":"","sources":["../../../../src/v0/protocol/sapling/TezosSaplingProtocolOptions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"TezosSaplingProtocolOptions.js","sourceRoot":"","sources":["../../../../src/v0/protocol/sapling/TezosSaplingProtocolOptions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAIA,8EAAiG;AAEjG,gEAAmF;AA0BnF;IAAgD,8CAAmB;IACjE,oCACkB,IAAY,EACZ,UAA2B,EAC3B,QAAgB,EAChB,gBAA6B,EACtC,eAAwB,EACf,MAAe,EACf,YAAqB,EACrB,WAAyB,EACzB,QAAiB,EACjB,KAAsB,EACtB,gBAAqD,EAC9D,WAAoB;QARX,iCAAA,EAAA,qBAA6B;QAJ/C,YAcE,iBAAO,SACR;QAdiB,UAAI,GAAJ,IAAI,CAAQ;QACZ,gBAAU,GAAV,UAAU,CAAiB;QAC3B,cAAQ,GAAR,QAAQ,CAAQ;QAChB,sBAAgB,GAAhB,gBAAgB,CAAa;QACtC,qBAAe,GAAf,eAAe,CAAS;QACf,YAAM,GAAN,MAAM,CAAS;QACf,kBAAY,GAAZ,YAAY,CAAS;QACrB,iBAAW,GAAX,WAAW,CAAc;QACzB,cAAQ,GAAR,QAAQ,CAAS;QACjB,WAAK,GAAL,KAAK,CAAiB;QACtB,sBAAgB,GAAhB,gBAAgB,CAAqC;QAC9D,iBAAW,GAAX,WAAW,CAAS;;IAG7B,CAAC;IACH,iCAAC;AAAD,CAAC,AAjBD,CAAgD,0CAAmB,GAiBlE;AAjBY,gEAA0B;AAmBvC;IAAoD,kDAA0B;IAC5E,wCACkB,IAA6B,EAC7B,UAA8D,EAC9D,eAAwB,EACxB,gBAAqD,EACrD,WAAoB,EACpB,QAAoB,EACpB,gBAA6B;QAN7B,qBAAA,EAAA,qBAA6B;QAC7B,2BAAA,EAAA,aAA8B,qCAAmB,CAAC,YAAY;QAI9D,yBAAA,EAAA,YAAoB;QACpB,iCAAA,EAAA,qBAA6B;QAP/C,YASE,kBACE,IAAI,EACJ,UAAU,EACV,QAAQ,EACR,gBAAgB,EAChB,eAAe,EACf,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,WAAW,CACZ,SACF;QAtBiB,UAAI,GAAJ,IAAI,CAAyB;QAC7B,gBAAU,GAAV,UAAU,CAAoD;QAC9D,qBAAe,GAAf,eAAe,CAAS;QACxB,sBAAgB,GAAhB,gBAAgB,CAAqC;QACrD,iBAAW,GAAX,WAAW,CAAS;QACpB,cAAQ,GAAR,QAAQ,CAAY;QACpB,sBAAgB,GAAhB,gBAAgB,CAAa;;IAgB/C,CAAC;IACH,qCAAC;AAAD,CAAC,AAzBD,CAAoD,0BAA0B,GAyB7E;AAzBY,wEAA8B;AA2B3C;IACE,qCACS,OAA0D,EAC1D,MAAyE;QADzE,wBAAA,EAAA,cAAoC,2CAAoB,EAAE;QAC1D,uBAAA,EAAA,aAAyC,8BAA8B,EAAE;QADzE,YAAO,GAAP,OAAO,CAAmD;QAC1D,WAAM,GAAN,MAAM,CAAmE;IAC/E,CAAC;IACN,kCAAC;AAAD,CAAC,AALD,IAKC;AALY,kEAA2B"}
|
|
@@ -137,7 +137,7 @@ var TezosShieldedTezProtocol = /** @class */ (function (_super) {
|
|
|
137
137
|
});
|
|
138
138
|
};
|
|
139
139
|
TezosShieldedTezProtocol.typeHash = '1724054251';
|
|
140
|
-
TezosShieldedTezProtocol.codeHash = '
|
|
140
|
+
TezosShieldedTezProtocol.codeHash = '926964708';
|
|
141
141
|
return TezosShieldedTezProtocol;
|
|
142
142
|
}(TezosSaplingProtocol_1.TezosSaplingProtocol));
|
|
143
143
|
exports.TezosShieldedTezProtocol = TezosShieldedTezProtocol;
|
|
@@ -83,7 +83,7 @@ var SHIELDED_TEZ_METADATA = {
|
|
|
83
83
|
mainUnit: 'tez'
|
|
84
84
|
};
|
|
85
85
|
var TYPE_HASH = '1724054251';
|
|
86
|
-
var CODE_HASH = '
|
|
86
|
+
var CODE_HASH = '926964708';
|
|
87
87
|
var TezosShieldedTezProtocolImpl = /** @class */ (function (_super) {
|
|
88
88
|
__extends(TezosShieldedTezProtocolImpl, _super);
|
|
89
89
|
function TezosShieldedTezProtocolImpl(options) {
|