@gardenfi/utils 3.1.1-beta.2 → 3.1.1-beta.3
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/index142.cjs +1 -1
- package/dist/index142.js +1 -1
- package/dist/index145.cjs +1 -1
- package/dist/index145.js +1 -1
- package/dist/index191.cjs +1 -1
- package/dist/index191.js +2 -2
- package/dist/index192.cjs +1 -1
- package/dist/index192.js +1 -1
- package/dist/index193.cjs +1 -1
- package/dist/index193.js +2 -2
- package/dist/index202.cjs +1 -1
- package/dist/index202.js +3 -3
- package/dist/index217.cjs +1 -1
- package/dist/index217.js +24 -11
- package/dist/index218.cjs +1 -1
- package/dist/index218.js +45 -18
- package/dist/index219.cjs +1 -1
- package/dist/index219.js +9 -24
- package/dist/index220.cjs +2 -1
- package/dist/index220.js +34 -39
- package/dist/index221.cjs +1 -1
- package/dist/index221.js +2 -10
- package/dist/index222.cjs +1 -2
- package/dist/index222.js +5 -41
- package/dist/index223.cjs +1 -1
- package/dist/index223.js +11 -2
- package/dist/index224.cjs +1 -1
- package/dist/index224.js +19 -5
- package/dist/index225.cjs +1 -1
- package/dist/index225.js +8 -10
- package/dist/index226.cjs +1 -1
- package/dist/index226.js +66 -19
- package/dist/index227.cjs +1 -1
- package/dist/index227.js +65 -8
- package/dist/index228.cjs +1 -1
- package/dist/index228.js +178 -56
- package/dist/index229.cjs +1 -1
- package/dist/index229.js +25 -62
- package/dist/index230.cjs +1 -1
- package/dist/index230.js +69 -181
- package/dist/index231.cjs +1 -1
- package/dist/index231.js +27 -15
- package/dist/index232.cjs +1 -1
- package/dist/index232.js +9 -69
- package/dist/index233.cjs +1 -1
- package/dist/index233.js +7 -34
- package/dist/index234.cjs +1 -1
- package/dist/index234.js +11 -16
- package/dist/index235.cjs +1 -1
- package/dist/index235.js +12 -13
- package/dist/index236.cjs +1 -1
- package/dist/index236.js +19 -11
- package/dist/index237.cjs +1 -1
- package/dist/index237.js +109 -13
- package/dist/index238.cjs +1 -1
- package/dist/index238.js +6 -19
- package/dist/index239.cjs +1 -1
- package/dist/index239.js +7 -109
- package/dist/index240.cjs +1 -1
- package/dist/index240.js +103 -6
- package/dist/index241.cjs +1 -1
- package/dist/index241.js +27 -7
- package/dist/index242.cjs +1 -1
- package/dist/index242.js +16 -26
- package/dist/index243.cjs +1 -1
- package/dist/index243.js +212 -101
- package/dist/index244.cjs +1 -1
- package/dist/index244.js +11 -16
- package/dist/index245.cjs +1 -1
- package/dist/index245.js +19 -214
- package/dist/index247.cjs +1 -1
- package/dist/index247.js +1 -1
- package/dist/index248.cjs +1 -1
- package/dist/index248.js +1 -1
- package/dist/index25.cjs +1 -1
- package/dist/index25.js +2 -2
- package/dist/index251.cjs +1 -1
- package/dist/index251.js +1 -1
- package/dist/index253.cjs +1 -1
- package/dist/index253.js +1 -1
- package/dist/index254.cjs +1 -1
- package/dist/index254.js +1 -1
- package/dist/index31.cjs +1 -1
- package/dist/index31.js +2 -2
- package/dist/index43.cjs +1 -1
- package/dist/index43.js +1 -1
- package/dist/index49.cjs +1 -1
- package/dist/index49.js +3 -3
- package/dist/index63.cjs +1 -1
- package/dist/index63.js +1 -1
- package/dist/index67.cjs +1 -1
- package/dist/index67.js +1 -1
- package/package.json +1 -1
package/dist/index230.js
CHANGED
|
@@ -1,191 +1,79 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
return H(e, t);
|
|
13
|
-
if (Z(e))
|
|
14
|
-
return J(e, t);
|
|
15
|
-
if (K(e))
|
|
16
|
-
return N(e, t);
|
|
17
|
-
if (L(e))
|
|
18
|
-
return O(e);
|
|
19
|
-
if (U(e))
|
|
20
|
-
return {
|
|
21
|
-
type: "receive",
|
|
22
|
-
stateMutability: "payable"
|
|
23
|
-
};
|
|
24
|
-
throw new F({ signature: e });
|
|
25
|
-
}
|
|
26
|
-
function G(e, t = {}) {
|
|
27
|
-
const n = W(e);
|
|
28
|
-
if (!n)
|
|
29
|
-
throw new m({ signature: e, type: "function" });
|
|
30
|
-
const a = u(n.parameters), r = [], c = a.length;
|
|
31
|
-
for (let o = 0; o < c; o++)
|
|
32
|
-
r.push(l(a[o], {
|
|
33
|
-
modifiers: h,
|
|
34
|
-
structs: t,
|
|
35
|
-
type: "function"
|
|
36
|
-
}));
|
|
37
|
-
const i = [];
|
|
38
|
-
if (n.returns) {
|
|
39
|
-
const o = u(n.returns), s = o.length;
|
|
40
|
-
for (let f = 0; f < s; f++)
|
|
41
|
-
i.push(l(o[f], {
|
|
42
|
-
modifiers: h,
|
|
43
|
-
structs: t,
|
|
44
|
-
type: "function"
|
|
45
|
-
}));
|
|
1
|
+
import { BaseError as t } from "./index220.js";
|
|
2
|
+
class n extends t {
|
|
3
|
+
constructor({ param: e }) {
|
|
4
|
+
super("Invalid ABI parameter.", {
|
|
5
|
+
details: e
|
|
6
|
+
}), Object.defineProperty(this, "name", {
|
|
7
|
+
enumerable: !0,
|
|
8
|
+
configurable: !0,
|
|
9
|
+
writable: !0,
|
|
10
|
+
value: "InvalidParameterError"
|
|
11
|
+
});
|
|
46
12
|
}
|
|
47
|
-
return {
|
|
48
|
-
name: n.name,
|
|
49
|
-
type: "function",
|
|
50
|
-
stateMutability: n.stateMutability ?? "nonpayable",
|
|
51
|
-
inputs: r,
|
|
52
|
-
outputs: i
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
function H(e, t = {}) {
|
|
56
|
-
const n = D(e);
|
|
57
|
-
if (!n)
|
|
58
|
-
throw new m({ signature: e, type: "event" });
|
|
59
|
-
const a = u(n.parameters), r = [], c = a.length;
|
|
60
|
-
for (let i = 0; i < c; i++)
|
|
61
|
-
r.push(l(a[i], {
|
|
62
|
-
modifiers: V,
|
|
63
|
-
structs: t,
|
|
64
|
-
type: "event"
|
|
65
|
-
}));
|
|
66
|
-
return { name: n.name, type: "event", inputs: r };
|
|
67
|
-
}
|
|
68
|
-
function J(e, t = {}) {
|
|
69
|
-
const n = j(e);
|
|
70
|
-
if (!n)
|
|
71
|
-
throw new m({ signature: e, type: "error" });
|
|
72
|
-
const a = u(n.parameters), r = [], c = a.length;
|
|
73
|
-
for (let i = 0; i < c; i++)
|
|
74
|
-
r.push(l(a[i], { structs: t, type: "error" }));
|
|
75
|
-
return { name: n.name, type: "error", inputs: r };
|
|
76
|
-
}
|
|
77
|
-
function N(e, t = {}) {
|
|
78
|
-
const n = q(e);
|
|
79
|
-
if (!n)
|
|
80
|
-
throw new m({ signature: e, type: "constructor" });
|
|
81
|
-
const a = u(n.parameters), r = [], c = a.length;
|
|
82
|
-
for (let i = 0; i < c; i++)
|
|
83
|
-
r.push(l(a[i], { structs: t, type: "constructor" }));
|
|
84
|
-
return {
|
|
85
|
-
type: "constructor",
|
|
86
|
-
stateMutability: n.stateMutability ?? "nonpayable",
|
|
87
|
-
inputs: r
|
|
88
|
-
};
|
|
89
13
|
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
if (p.has(n))
|
|
104
|
-
return p.get(n);
|
|
105
|
-
const a = P.test(e), r = E(a ? X : Q, e);
|
|
106
|
-
if (!r)
|
|
107
|
-
throw new R({ param: e });
|
|
108
|
-
if (r.name && re(r.name))
|
|
109
|
-
throw new k({ param: e, name: r.name });
|
|
110
|
-
const c = r.name ? { name: r.name } : {}, i = r.modifier === "indexed" ? { indexed: !0 } : {}, o = (t == null ? void 0 : t.structs) ?? {};
|
|
111
|
-
let s, f = {};
|
|
112
|
-
if (a) {
|
|
113
|
-
s = "tuple";
|
|
114
|
-
const w = u(r.type), S = [], v = w.length;
|
|
115
|
-
for (let d = 0; d < v; d++)
|
|
116
|
-
S.push(l(w[d], { structs: o }));
|
|
117
|
-
f = { components: S };
|
|
118
|
-
} else if (r.type in o)
|
|
119
|
-
s = "tuple", f = { components: o[r.type] };
|
|
120
|
-
else if (Y.test(r.type))
|
|
121
|
-
s = `${r.type}256`;
|
|
122
|
-
else if (r.type === "address payable")
|
|
123
|
-
s = "address";
|
|
124
|
-
else if (s = r.type, (t == null ? void 0 : t.type) !== "struct" && !ee(s))
|
|
125
|
-
throw new M({ type: s });
|
|
126
|
-
if (r.modifier) {
|
|
127
|
-
if (!((b = (y = t == null ? void 0 : t.modifiers) == null ? void 0 : y.has) != null && b.call(y, r.modifier)))
|
|
128
|
-
throw new z({
|
|
129
|
-
param: e,
|
|
130
|
-
type: t == null ? void 0 : t.type,
|
|
131
|
-
modifier: r.modifier
|
|
132
|
-
});
|
|
133
|
-
if (h.has(r.modifier) && !ne(s, !!r.array))
|
|
134
|
-
throw new A({
|
|
135
|
-
param: e,
|
|
136
|
-
type: t == null ? void 0 : t.type,
|
|
137
|
-
modifier: r.modifier
|
|
138
|
-
});
|
|
14
|
+
class s extends t {
|
|
15
|
+
constructor({ param: e, name: r }) {
|
|
16
|
+
super("Invalid ABI parameter.", {
|
|
17
|
+
details: e,
|
|
18
|
+
metaMessages: [
|
|
19
|
+
`"${r}" is a protected Solidity keyword. More info: https://docs.soliditylang.org/en/latest/cheatsheet.html`
|
|
20
|
+
]
|
|
21
|
+
}), Object.defineProperty(this, "name", {
|
|
22
|
+
enumerable: !0,
|
|
23
|
+
configurable: !0,
|
|
24
|
+
writable: !0,
|
|
25
|
+
value: "SolidityProtectedKeywordError"
|
|
26
|
+
});
|
|
139
27
|
}
|
|
140
|
-
const g = {
|
|
141
|
-
type: `${s}${r.array ?? ""}`,
|
|
142
|
-
...c,
|
|
143
|
-
...i,
|
|
144
|
-
...f
|
|
145
|
-
};
|
|
146
|
-
return p.set(n, g), g;
|
|
147
28
|
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
}
|
|
29
|
+
class l extends t {
|
|
30
|
+
constructor({ param: e, type: r, modifier: i }) {
|
|
31
|
+
super("Invalid ABI parameter.", {
|
|
32
|
+
details: e,
|
|
33
|
+
metaMessages: [
|
|
34
|
+
`Modifier "${i}" not allowed${r ? ` in "${r}" type` : ""}.`
|
|
35
|
+
]
|
|
36
|
+
}), Object.defineProperty(this, "name", {
|
|
37
|
+
enumerable: !0,
|
|
38
|
+
configurable: !0,
|
|
39
|
+
writable: !0,
|
|
40
|
+
value: "InvalidModifierError"
|
|
41
|
+
});
|
|
162
42
|
}
|
|
163
|
-
if (n === "")
|
|
164
|
-
return t;
|
|
165
|
-
if (a !== 0)
|
|
166
|
-
throw new T({ current: n, depth: a });
|
|
167
|
-
return t.push(n.trim()), t;
|
|
168
|
-
}
|
|
169
|
-
function ee(e) {
|
|
170
|
-
return e === "address" || e === "bool" || e === "function" || e === "string" || x.test(e) || $.test(e);
|
|
171
43
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
44
|
+
class d extends t {
|
|
45
|
+
constructor({ param: e, type: r, modifier: i }) {
|
|
46
|
+
super("Invalid ABI parameter.", {
|
|
47
|
+
details: e,
|
|
48
|
+
metaMessages: [
|
|
49
|
+
`Modifier "${i}" not allowed${r ? ` in "${r}" type` : ""}.`,
|
|
50
|
+
`Data location can only be specified for array, struct, or mapping types, but "${i}" was given.`
|
|
51
|
+
]
|
|
52
|
+
}), Object.defineProperty(this, "name", {
|
|
53
|
+
enumerable: !0,
|
|
54
|
+
configurable: !0,
|
|
55
|
+
writable: !0,
|
|
56
|
+
value: "InvalidFunctionModifierError"
|
|
57
|
+
});
|
|
58
|
+
}
|
|
175
59
|
}
|
|
176
|
-
|
|
177
|
-
|
|
60
|
+
class u extends t {
|
|
61
|
+
constructor({ abiParameter: e }) {
|
|
62
|
+
super("Invalid ABI parameter.", {
|
|
63
|
+
details: JSON.stringify(e, null, 2),
|
|
64
|
+
metaMessages: ["ABI parameter type is invalid."]
|
|
65
|
+
}), Object.defineProperty(this, "name", {
|
|
66
|
+
enumerable: !0,
|
|
67
|
+
configurable: !0,
|
|
68
|
+
writable: !0,
|
|
69
|
+
value: "InvalidAbiTypeParameterError"
|
|
70
|
+
});
|
|
71
|
+
}
|
|
178
72
|
}
|
|
179
73
|
export {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
J as parseErrorSignature,
|
|
186
|
-
H as parseEventSignature,
|
|
187
|
-
O as parseFallbackSignature,
|
|
188
|
-
G as parseFunctionSignature,
|
|
189
|
-
le as parseSignature,
|
|
190
|
-
u as splitParameters
|
|
74
|
+
u as InvalidAbiTypeParameterError,
|
|
75
|
+
d as InvalidFunctionModifierError,
|
|
76
|
+
l as InvalidModifierError,
|
|
77
|
+
n as InvalidParameterError,
|
|
78
|
+
s as SolidityProtectedKeywordError
|
|
191
79
|
};
|
package/dist/index231.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index220.cjs");class a extends e.BaseError{constructor({signature:r,type:n}){super(`Invalid ${n} signature.`,{details:r}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidSignatureError"})}}class u extends e.BaseError{constructor({signature:r}){super("Unknown signature.",{details:r}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownSignatureError"})}}class i extends e.BaseError{constructor({signature:r}){super("Invalid struct signature.",{details:r,metaMessages:["No properties exist."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidStructSignatureError"})}}exports.InvalidSignatureError=a;exports.InvalidStructSignatureError=i;exports.UnknownSignatureError=u;
|
package/dist/index231.js
CHANGED
|
@@ -1,31 +1,43 @@
|
|
|
1
|
-
import { BaseError as r } from "./
|
|
2
|
-
class
|
|
3
|
-
constructor({
|
|
4
|
-
super(
|
|
5
|
-
|
|
6
|
-
`Type "${e}" is not a valid ABI type. Perhaps you forgot to include a struct signature?`
|
|
7
|
-
]
|
|
1
|
+
import { BaseError as r } from "./index220.js";
|
|
2
|
+
class u extends r {
|
|
3
|
+
constructor({ signature: e, type: n }) {
|
|
4
|
+
super(`Invalid ${n} signature.`, {
|
|
5
|
+
details: e
|
|
8
6
|
}), Object.defineProperty(this, "name", {
|
|
9
7
|
enumerable: !0,
|
|
10
8
|
configurable: !0,
|
|
11
9
|
writable: !0,
|
|
12
|
-
value: "
|
|
10
|
+
value: "InvalidSignatureError"
|
|
13
11
|
});
|
|
14
12
|
}
|
|
15
13
|
}
|
|
16
|
-
class
|
|
17
|
-
constructor({
|
|
18
|
-
super("Unknown
|
|
19
|
-
|
|
14
|
+
class i extends r {
|
|
15
|
+
constructor({ signature: e }) {
|
|
16
|
+
super("Unknown signature.", {
|
|
17
|
+
details: e
|
|
20
18
|
}), Object.defineProperty(this, "name", {
|
|
21
19
|
enumerable: !0,
|
|
22
20
|
configurable: !0,
|
|
23
21
|
writable: !0,
|
|
24
|
-
value: "
|
|
22
|
+
value: "UnknownSignatureError"
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class s extends r {
|
|
27
|
+
constructor({ signature: e }) {
|
|
28
|
+
super("Invalid struct signature.", {
|
|
29
|
+
details: e,
|
|
30
|
+
metaMessages: ["No properties exist."]
|
|
31
|
+
}), Object.defineProperty(this, "name", {
|
|
32
|
+
enumerable: !0,
|
|
33
|
+
configurable: !0,
|
|
34
|
+
writable: !0,
|
|
35
|
+
value: "InvalidStructSignatureError"
|
|
25
36
|
});
|
|
26
37
|
}
|
|
27
38
|
}
|
|
28
39
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
40
|
+
u as InvalidSignatureError,
|
|
41
|
+
s as InvalidStructSignatureError,
|
|
42
|
+
i as UnknownSignatureError
|
|
31
43
|
};
|
package/dist/index232.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index220.cjs");class t extends s.BaseError{constructor({current:r,depth:e}){super("Unbalanced parentheses.",{metaMessages:[`"${r.trim()}" has too many ${e>0?"opening":"closing"} parentheses.`],details:`Depth "${e}"`}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidParenthesisError"})}}exports.InvalidParenthesisError=t;
|
package/dist/index232.js
CHANGED
|
@@ -1,79 +1,19 @@
|
|
|
1
|
-
import { BaseError as
|
|
2
|
-
class n extends
|
|
3
|
-
constructor({
|
|
4
|
-
super("
|
|
5
|
-
details: e
|
|
6
|
-
}), Object.defineProperty(this, "name", {
|
|
7
|
-
enumerable: !0,
|
|
8
|
-
configurable: !0,
|
|
9
|
-
writable: !0,
|
|
10
|
-
value: "InvalidParameterError"
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
class s extends t {
|
|
15
|
-
constructor({ param: e, name: r }) {
|
|
16
|
-
super("Invalid ABI parameter.", {
|
|
17
|
-
details: e,
|
|
18
|
-
metaMessages: [
|
|
19
|
-
`"${r}" is a protected Solidity keyword. More info: https://docs.soliditylang.org/en/latest/cheatsheet.html`
|
|
20
|
-
]
|
|
21
|
-
}), Object.defineProperty(this, "name", {
|
|
22
|
-
enumerable: !0,
|
|
23
|
-
configurable: !0,
|
|
24
|
-
writable: !0,
|
|
25
|
-
value: "SolidityProtectedKeywordError"
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
class l extends t {
|
|
30
|
-
constructor({ param: e, type: r, modifier: i }) {
|
|
31
|
-
super("Invalid ABI parameter.", {
|
|
32
|
-
details: e,
|
|
1
|
+
import { BaseError as s } from "./index220.js";
|
|
2
|
+
class n extends s {
|
|
3
|
+
constructor({ current: r, depth: e }) {
|
|
4
|
+
super("Unbalanced parentheses.", {
|
|
33
5
|
metaMessages: [
|
|
34
|
-
`
|
|
35
|
-
]
|
|
36
|
-
|
|
37
|
-
enumerable: !0,
|
|
38
|
-
configurable: !0,
|
|
39
|
-
writable: !0,
|
|
40
|
-
value: "InvalidModifierError"
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
class d extends t {
|
|
45
|
-
constructor({ param: e, type: r, modifier: i }) {
|
|
46
|
-
super("Invalid ABI parameter.", {
|
|
47
|
-
details: e,
|
|
48
|
-
metaMessages: [
|
|
49
|
-
`Modifier "${i}" not allowed${r ? ` in "${r}" type` : ""}.`,
|
|
50
|
-
`Data location can only be specified for array, struct, or mapping types, but "${i}" was given.`
|
|
51
|
-
]
|
|
52
|
-
}), Object.defineProperty(this, "name", {
|
|
53
|
-
enumerable: !0,
|
|
54
|
-
configurable: !0,
|
|
55
|
-
writable: !0,
|
|
56
|
-
value: "InvalidFunctionModifierError"
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
class u extends t {
|
|
61
|
-
constructor({ abiParameter: e }) {
|
|
62
|
-
super("Invalid ABI parameter.", {
|
|
63
|
-
details: JSON.stringify(e, null, 2),
|
|
64
|
-
metaMessages: ["ABI parameter type is invalid."]
|
|
6
|
+
`"${r.trim()}" has too many ${e > 0 ? "opening" : "closing"} parentheses.`
|
|
7
|
+
],
|
|
8
|
+
details: `Depth "${e}"`
|
|
65
9
|
}), Object.defineProperty(this, "name", {
|
|
66
10
|
enumerable: !0,
|
|
67
11
|
configurable: !0,
|
|
68
12
|
writable: !0,
|
|
69
|
-
value: "
|
|
13
|
+
value: "InvalidParenthesisError"
|
|
70
14
|
});
|
|
71
15
|
}
|
|
72
16
|
}
|
|
73
17
|
export {
|
|
74
|
-
|
|
75
|
-
d as InvalidFunctionModifierError,
|
|
76
|
-
l as InvalidModifierError,
|
|
77
|
-
n as InvalidParameterError,
|
|
78
|
-
s as SolidityProtectedKeywordError
|
|
18
|
+
n as InvalidParenthesisError
|
|
79
19
|
};
|
package/dist/index233.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index220.cjs");class t extends r.BaseError{constructor({type:e}){super("Circular reference detected.",{metaMessages:[`Struct "${e}" is a circular reference.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"CircularReferenceError"})}}exports.CircularReferenceError=t;
|
package/dist/index233.js
CHANGED
|
@@ -1,43 +1,16 @@
|
|
|
1
|
-
import { BaseError as r } from "./
|
|
2
|
-
class
|
|
3
|
-
constructor({
|
|
4
|
-
super(
|
|
5
|
-
|
|
1
|
+
import { BaseError as r } from "./index220.js";
|
|
2
|
+
class a extends r {
|
|
3
|
+
constructor({ type: e }) {
|
|
4
|
+
super("Circular reference detected.", {
|
|
5
|
+
metaMessages: [`Struct "${e}" is a circular reference.`]
|
|
6
6
|
}), Object.defineProperty(this, "name", {
|
|
7
7
|
enumerable: !0,
|
|
8
8
|
configurable: !0,
|
|
9
9
|
writable: !0,
|
|
10
|
-
value: "
|
|
11
|
-
});
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
class i extends r {
|
|
15
|
-
constructor({ signature: e }) {
|
|
16
|
-
super("Unknown signature.", {
|
|
17
|
-
details: e
|
|
18
|
-
}), Object.defineProperty(this, "name", {
|
|
19
|
-
enumerable: !0,
|
|
20
|
-
configurable: !0,
|
|
21
|
-
writable: !0,
|
|
22
|
-
value: "UnknownSignatureError"
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
class s extends r {
|
|
27
|
-
constructor({ signature: e }) {
|
|
28
|
-
super("Invalid struct signature.", {
|
|
29
|
-
details: e,
|
|
30
|
-
metaMessages: ["No properties exist."]
|
|
31
|
-
}), Object.defineProperty(this, "name", {
|
|
32
|
-
enumerable: !0,
|
|
33
|
-
configurable: !0,
|
|
34
|
-
writable: !0,
|
|
35
|
-
value: "InvalidStructSignatureError"
|
|
10
|
+
value: "CircularReferenceError"
|
|
36
11
|
});
|
|
37
12
|
}
|
|
38
13
|
}
|
|
39
14
|
export {
|
|
40
|
-
|
|
41
|
-
s as InvalidStructSignatureError,
|
|
42
|
-
i as UnknownSignatureError
|
|
15
|
+
a as CircularReferenceError
|
|
43
16
|
};
|
package/dist/index234.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index116.cjs"),t=new o.LruMap(8192);function i(r,{enabled:n=!0,id:e}){if(!n||!e)return r();if(t.get(e))return t.get(e);const u=r().finally(()=>t.delete(e));return t.set(e,u),u}exports.promiseCache=t;exports.withDedupe=i;
|
package/dist/index234.js
CHANGED
|
@@ -1,19 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
enumerable: !0,
|
|
11
|
-
configurable: !0,
|
|
12
|
-
writable: !0,
|
|
13
|
-
value: "InvalidParenthesisError"
|
|
14
|
-
});
|
|
15
|
-
}
|
|
1
|
+
import { LruMap as u } from "./index116.js";
|
|
2
|
+
const t = /* @__PURE__ */ new u(8192);
|
|
3
|
+
function s(r, { enabled: o = !0, id: e }) {
|
|
4
|
+
if (!o || !e)
|
|
5
|
+
return r();
|
|
6
|
+
if (t.get(e))
|
|
7
|
+
return t.get(e);
|
|
8
|
+
const n = r().finally(() => t.delete(e));
|
|
9
|
+
return t.set(e, n), n;
|
|
16
10
|
}
|
|
17
11
|
export {
|
|
18
|
-
|
|
12
|
+
t as promiseCache,
|
|
13
|
+
s as withDedupe
|
|
19
14
|
};
|
package/dist/index235.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function e(){return{current:0,take(){return this.current++},reset(){this.current=0}}}const t=e();exports.idCache=t;
|
package/dist/index235.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
});
|
|
12
|
-
}
|
|
1
|
+
function r() {
|
|
2
|
+
return {
|
|
3
|
+
current: 0,
|
|
4
|
+
take() {
|
|
5
|
+
return this.current++;
|
|
6
|
+
},
|
|
7
|
+
reset() {
|
|
8
|
+
this.current = 0;
|
|
9
|
+
}
|
|
10
|
+
};
|
|
13
11
|
}
|
|
12
|
+
const t = /* @__PURE__ */ r();
|
|
14
13
|
export {
|
|
15
|
-
|
|
14
|
+
t as idCache
|
|
16
15
|
};
|
package/dist/index236.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=BigInt(2**32-1),c=BigInt(32);function u(t,o=!1){return o?{h:Number(t&l),l:Number(t>>c&l)}:{h:Number(t>>c&l)|0,l:Number(t&l)|0}}function B(t,o=!1){const r=t.length;let n=new Uint32Array(r),i=new Uint32Array(r);for(let e=0;e<r;e++){const{h:f,l:s}=u(t[e],o);[n[e],i[e]]=[f,s]}return[n,i]}const g=(t,o,r)=>t<<r|o>>>32-r,m=(t,o,r)=>o<<r|t>>>32-r,S=(t,o,r)=>o<<r-32|t>>>64-r,a=(t,o,r)=>t<<r-32|o>>>64-r;exports.fromBig=u;exports.rotlBH=S;exports.rotlBL=a;exports.rotlSH=g;exports.rotlSL=m;exports.split=B;
|
package/dist/index236.js
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
if (!o || !e)
|
|
5
|
-
return r();
|
|
6
|
-
if (t.get(e))
|
|
7
|
-
return t.get(e);
|
|
8
|
-
const n = r().finally(() => t.delete(e));
|
|
9
|
-
return t.set(e, n), n;
|
|
1
|
+
const o = /* @__PURE__ */ BigInt(4294967295), i = /* @__PURE__ */ BigInt(32);
|
|
2
|
+
function s(t, r = !1) {
|
|
3
|
+
return r ? { h: Number(t & o), l: Number(t >> i & o) } : { h: Number(t >> i & o) | 0, l: Number(t & o) | 0 };
|
|
10
4
|
}
|
|
5
|
+
function h(t, r = !1) {
|
|
6
|
+
const n = t.length;
|
|
7
|
+
let l = new Uint32Array(n), c = new Uint32Array(n);
|
|
8
|
+
for (let e = 0; e < n; e++) {
|
|
9
|
+
const { h: u, l: f } = s(t[e], r);
|
|
10
|
+
[l[e], c[e]] = [u, f];
|
|
11
|
+
}
|
|
12
|
+
return [l, c];
|
|
13
|
+
}
|
|
14
|
+
const m = (t, r, n) => t << n | r >>> 32 - n, A = (t, r, n) => r << n | t >>> 32 - n, B = (t, r, n) => r << n - 32 | t >>> 64 - n, a = (t, r, n) => t << n - 32 | r >>> 64 - n;
|
|
11
15
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
16
|
+
s as fromBig,
|
|
17
|
+
B as rotlBH,
|
|
18
|
+
a as rotlBL,
|
|
19
|
+
m as rotlSH,
|
|
20
|
+
A as rotlSL,
|
|
21
|
+
h as split
|
|
14
22
|
};
|
package/dist/index237.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function e(){return{
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index249.cjs");/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */function s(t){return t instanceof Uint8Array||ArrayBuffer.isView(t)&&t.constructor.name==="Uint8Array"}function u(t){if(!Number.isSafeInteger(t)||t<0)throw new Error("positive integer expected, got "+t)}function f(t,...e){if(!s(t))throw new Error("Uint8Array expected");if(e.length>0&&!e.includes(t.length))throw new Error("Uint8Array expected of length "+e+", got length="+t.length)}function h(t){if(typeof t!="function"||typeof t.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");u(t.outputLen),u(t.blockLen)}function g(t,e=!0){if(t.destroyed)throw new Error("Hash instance has been destroyed");if(e&&t.finished)throw new Error("Hash#digest() has already been called")}function b(t,e){f(t);const r=e.outputLen;if(t.length<r)throw new Error("digestInto() expects output buffer of length at least "+r)}function d(t){return new Uint32Array(t.buffer,t.byteOffset,Math.floor(t.byteLength/4))}function m(...t){for(let e=0;e<t.length;e++)t[e].fill(0)}function B(t){return new DataView(t.buffer,t.byteOffset,t.byteLength)}function x(t,e){return t<<32-e|t>>>e}const a=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function y(t){return t<<24&4278190080|t<<8&16711680|t>>>8&65280|t>>>24&255}function p(t){for(let e=0;e<t.length;e++)t[e]=y(t[e]);return t}const E=a?t=>t:p;function l(t){if(typeof t!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(t))}function w(t){return typeof t=="string"&&(t=l(t)),f(t),t}function A(...t){let e=0;for(let n=0;n<t.length;n++){const i=t[n];f(i),e+=i.length}const r=new Uint8Array(e);for(let n=0,i=0;n<t.length;n++){const c=t[n];r.set(c,i),i+=c.length}return r}class U{}function L(t){const e=n=>t().update(w(n)).digest(),r=t();return e.outputLen=r.outputLen,e.blockLen=r.blockLen,e.create=()=>t(),e}function H(t=32){if(o.crypto&&typeof o.crypto.getRandomValues=="function")return o.crypto.getRandomValues(new Uint8Array(t));if(o.crypto&&typeof o.crypto.randomBytes=="function")return Uint8Array.from(o.crypto.randomBytes(t));throw new Error("crypto.getRandomValues must be defined")}exports.Hash=U;exports.abytes=f;exports.aexists=g;exports.ahash=h;exports.anumber=u;exports.aoutput=b;exports.byteSwap=y;exports.byteSwap32=p;exports.clean=m;exports.concatBytes=A;exports.createHasher=L;exports.createView=B;exports.isBytes=s;exports.isLE=a;exports.randomBytes=H;exports.rotr=x;exports.swap32IfBE=E;exports.toBytes=w;exports.u32=d;exports.utf8ToBytes=l;
|