quais 0.1.11 → 0.1.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/dist/quais.esm.js +28 -18
- package/dist/quais.esm.js.map +1 -1
- package/dist/quais.esm.min.js +1 -1
- package/dist/quais.esm.min.js.map +1 -1
- package/dist/quais.umd.js +26 -21
- package/dist/quais.umd.js.map +1 -1
- package/dist/quais.umd.min.js +1 -1
- package/dist/quais.umd.min.js.map +1 -1
- package/package.json +3 -3
package/dist/quais.esm.js
CHANGED
|
@@ -3593,7 +3593,7 @@ var bn = createCommonjsModule(function (module) {
|
|
|
3593
3593
|
})('object' === 'undefined' || module, commonjsGlobal);
|
|
3594
3594
|
});
|
|
3595
3595
|
|
|
3596
|
-
const version = "logger/
|
|
3596
|
+
const version = "logger/0.1.0";
|
|
3597
3597
|
|
|
3598
3598
|
"use strict";
|
|
3599
3599
|
let _permanentCensorErrors = false;
|
|
@@ -3949,7 +3949,7 @@ class Logger {
|
|
|
3949
3949
|
Logger.errors = ErrorCode;
|
|
3950
3950
|
Logger.levels = LogLevel;
|
|
3951
3951
|
|
|
3952
|
-
const version$1 = "bytes/
|
|
3952
|
+
const version$1 = "bytes/0.1.0";
|
|
3953
3953
|
|
|
3954
3954
|
"use strict";
|
|
3955
3955
|
const logger = new Logger(version$1);
|
|
@@ -4358,7 +4358,7 @@ function joinSignature(signature) {
|
|
|
4358
4358
|
]));
|
|
4359
4359
|
}
|
|
4360
4360
|
|
|
4361
|
-
const version$2 = "bignumber/
|
|
4361
|
+
const version$2 = "bignumber/0.1.0";
|
|
4362
4362
|
|
|
4363
4363
|
"use strict";
|
|
4364
4364
|
var BN = bn.BN;
|
|
@@ -5011,7 +5011,7 @@ class FixedNumber {
|
|
|
5011
5011
|
const ONE = FixedNumber.from(1);
|
|
5012
5012
|
const BUMP = FixedNumber.from("0.5");
|
|
5013
5013
|
|
|
5014
|
-
const version$3 = "properties/
|
|
5014
|
+
const version$3 = "properties/0.1.0";
|
|
5015
5015
|
|
|
5016
5016
|
"use strict";
|
|
5017
5017
|
var __awaiter = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -5137,7 +5137,7 @@ class Description {
|
|
|
5137
5137
|
}
|
|
5138
5138
|
}
|
|
5139
5139
|
|
|
5140
|
-
const version$4 = "abi/
|
|
5140
|
+
const version$4 = "abi/0.1.0";
|
|
5141
5141
|
|
|
5142
5142
|
"use strict";
|
|
5143
5143
|
const logger$4 = new Logger(version$4);
|
|
@@ -7400,7 +7400,7 @@ class NumberCoder extends Coder {
|
|
|
7400
7400
|
}
|
|
7401
7401
|
}
|
|
7402
7402
|
|
|
7403
|
-
const version$6 = "strings/
|
|
7403
|
+
const version$6 = "strings/0.1.0";
|
|
7404
7404
|
|
|
7405
7405
|
"use strict";
|
|
7406
7406
|
const logger$8 = new Logger(version$6);
|
|
@@ -8016,7 +8016,7 @@ function id(text) {
|
|
|
8016
8016
|
return keccak256(toUtf8Bytes(text));
|
|
8017
8017
|
}
|
|
8018
8018
|
|
|
8019
|
-
const version$7 = "hash/
|
|
8019
|
+
const version$7 = "hash/0.1.0";
|
|
8020
8020
|
|
|
8021
8021
|
"use strict";
|
|
8022
8022
|
function decode(textData) {
|
|
@@ -9693,7 +9693,7 @@ class Provider {
|
|
|
9693
9693
|
}
|
|
9694
9694
|
}
|
|
9695
9695
|
|
|
9696
|
-
const version$9 = "abstract-signer/
|
|
9696
|
+
const version$9 = "abstract-signer/0.1.0";
|
|
9697
9697
|
|
|
9698
9698
|
"use strict";
|
|
9699
9699
|
var __awaiter$3 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -9858,6 +9858,7 @@ class Signer {
|
|
|
9858
9858
|
else {
|
|
9859
9859
|
// We need to get fee data to determine things
|
|
9860
9860
|
const feeData = yield this.getFeeData();
|
|
9861
|
+
console.log("FEE DATA:", feeData);
|
|
9861
9862
|
if (tx.type == null) {
|
|
9862
9863
|
// We need to auto-detect the intended type of this transaction...
|
|
9863
9864
|
if (feeData.maxFeePerGas != null && feeData.maxPriorityFeePerGas != null) {
|
|
@@ -9970,7 +9971,7 @@ class VoidSigner extends Signer {
|
|
|
9970
9971
|
}
|
|
9971
9972
|
}
|
|
9972
9973
|
|
|
9973
|
-
const version$a = "rlp/
|
|
9974
|
+
const version$a = "rlp/0.1.0";
|
|
9974
9975
|
|
|
9975
9976
|
"use strict";
|
|
9976
9977
|
const logger$f = new Logger(version$a);
|
|
@@ -13898,7 +13899,7 @@ elliptic.eddsa = /*RicMoo:quais:require(./elliptic/eddsa)*/(null);
|
|
|
13898
13899
|
|
|
13899
13900
|
var EC$1 = elliptic_1.ec;
|
|
13900
13901
|
|
|
13901
|
-
const version$b = "signing-key/
|
|
13902
|
+
const version$b = "signing-key/0.1.0";
|
|
13902
13903
|
|
|
13903
13904
|
"use strict";
|
|
13904
13905
|
const logger$g = new Logger(version$b);
|
|
@@ -15411,7 +15412,7 @@ var SupportedAlgorithm;
|
|
|
15411
15412
|
})(SupportedAlgorithm || (SupportedAlgorithm = {}));
|
|
15412
15413
|
;
|
|
15413
15414
|
|
|
15414
|
-
const version$e = "sha2/
|
|
15415
|
+
const version$e = "sha2/0.1.0";
|
|
15415
15416
|
|
|
15416
15417
|
"use strict";
|
|
15417
15418
|
const logger$j = new Logger(version$e);
|
|
@@ -15476,7 +15477,7 @@ function pbkdf2(password, salt, iterations, keylen, hashAlgorithm) {
|
|
|
15476
15477
|
return hexlify(DK);
|
|
15477
15478
|
}
|
|
15478
15479
|
|
|
15479
|
-
const version$f = "wordlists/
|
|
15480
|
+
const version$f = "wordlists/0.1.0";
|
|
15480
15481
|
|
|
15481
15482
|
"use strict";
|
|
15482
15483
|
// This gets overridden by rollup
|
|
@@ -15912,7 +15913,7 @@ function getAllShardsAddressChildNode(hdnode, accountPath) {
|
|
|
15912
15913
|
return childNodes;
|
|
15913
15914
|
}
|
|
15914
15915
|
|
|
15915
|
-
const version$h = "random/
|
|
15916
|
+
const version$h = "random/0.1.0";
|
|
15916
15917
|
|
|
15917
15918
|
"use strict";
|
|
15918
15919
|
const logger$m = new Logger(version$h);
|
|
@@ -16769,7 +16770,7 @@ var aesJs = createCommonjsModule(function (module, exports) {
|
|
|
16769
16770
|
})(commonjsGlobal);
|
|
16770
16771
|
});
|
|
16771
16772
|
|
|
16772
|
-
const version$i = "json-wallets/
|
|
16773
|
+
const version$i = "json-wallets/0.1.0";
|
|
16773
16774
|
|
|
16774
16775
|
"use strict";
|
|
16775
16776
|
function looseArrayify(hexString) {
|
|
@@ -17739,7 +17740,7 @@ function decryptJsonWalletSync(json, password) {
|
|
|
17739
17740
|
throw new Error("invalid JSON wallet");
|
|
17740
17741
|
}
|
|
17741
17742
|
|
|
17742
|
-
const version$j = "wallet/
|
|
17743
|
+
const version$j = "wallet/0.1.0";
|
|
17743
17744
|
|
|
17744
17745
|
"use strict";
|
|
17745
17746
|
var __awaiter$6 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
@@ -17903,7 +17904,7 @@ function verifyTypedData(domain, types, value, signature) {
|
|
|
17903
17904
|
return recoverAddress(TypedDataEncoder.hash(domain, types, value), signature);
|
|
17904
17905
|
}
|
|
17905
17906
|
|
|
17906
|
-
const version$k = "networks/
|
|
17907
|
+
const version$k = "networks/0.1.0";
|
|
17907
17908
|
|
|
17908
17909
|
"use strict";
|
|
17909
17910
|
const logger$q = new Logger(version$k);
|
|
@@ -18664,6 +18665,9 @@ class Formatter {
|
|
|
18664
18665
|
v: Formatter.allowNull(number),
|
|
18665
18666
|
creates: Formatter.allowNull(address, null),
|
|
18666
18667
|
raw: Formatter.allowNull(data),
|
|
18668
|
+
gas: Formatter.allowNull(bigNumber),
|
|
18669
|
+
input: Formatter.allowNull(data),
|
|
18670
|
+
sender: Formatter.allowNull(address),
|
|
18667
18671
|
};
|
|
18668
18672
|
formats.transactionRequest = {
|
|
18669
18673
|
from: Formatter.allowNull(address),
|
|
@@ -18703,6 +18707,7 @@ class Formatter {
|
|
|
18703
18707
|
logsBloom: Formatter.allowNull(data),
|
|
18704
18708
|
blockHash: hash,
|
|
18705
18709
|
transactionHash: hash,
|
|
18710
|
+
exts: Formatter.allowNull(this.etx, null),
|
|
18706
18711
|
logs: Formatter.arrayOf(this.receiptLog.bind(this)),
|
|
18707
18712
|
blockNumber: number,
|
|
18708
18713
|
confirmations: Formatter.allowNull(number, null),
|
|
@@ -18811,6 +18816,9 @@ class Formatter {
|
|
|
18811
18816
|
address(value) {
|
|
18812
18817
|
return getAddress(value);
|
|
18813
18818
|
}
|
|
18819
|
+
etx(value) {
|
|
18820
|
+
return value;
|
|
18821
|
+
}
|
|
18814
18822
|
callAddress(value) {
|
|
18815
18823
|
if (!isHexString(value, 32)) {
|
|
18816
18824
|
return null;
|
|
@@ -19895,6 +19903,8 @@ class BaseProvider extends Provider {
|
|
|
19895
19903
|
});
|
|
19896
19904
|
}
|
|
19897
19905
|
poll() {
|
|
19906
|
+
// Polling is now disabled
|
|
19907
|
+
return;
|
|
19898
19908
|
return __awaiter$9(this, void 0, void 0, function* () {
|
|
19899
19909
|
const pollId = nextPollId++;
|
|
19900
19910
|
// Track all running promises, so we can trigger a post-poll once they are complete
|
|
@@ -23863,7 +23873,7 @@ var index$3 = /*#__PURE__*/Object.freeze({
|
|
|
23863
23873
|
Formatter: Formatter
|
|
23864
23874
|
});
|
|
23865
23875
|
|
|
23866
|
-
const version$n = "solidity/
|
|
23876
|
+
const version$n = "solidity/0.1.0";
|
|
23867
23877
|
|
|
23868
23878
|
"use strict";
|
|
23869
23879
|
const regexBytes = new RegExp("^bytes([0-9]+)$");
|
|
@@ -23949,7 +23959,7 @@ function sha256$2(types, values) {
|
|
|
23949
23959
|
return sha256$1(pack$1(types, values));
|
|
23950
23960
|
}
|
|
23951
23961
|
|
|
23952
|
-
const version$o = "units/
|
|
23962
|
+
const version$o = "units/0.1.0";
|
|
23953
23963
|
|
|
23954
23964
|
"use strict";
|
|
23955
23965
|
const logger$I = new Logger(version$o);
|