@gardenfi/utils 2.4.1 → 2.4.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/index10.cjs +1 -1
- package/dist/index10.js +4 -4
- package/dist/index119.cjs +1 -1
- package/dist/index119.js +1 -1
- package/dist/index16.cjs +1 -1
- package/dist/index16.js +4 -4
- package/dist/index18.cjs +1 -1
- package/dist/index18.js +2 -2
- package/dist/index195.cjs +1 -1
- package/dist/index195.js +3 -3
- package/dist/index225.cjs +1 -1
- package/dist/index225.js +2 -2
- package/dist/index229.cjs +1 -1
- package/dist/index229.js +1 -1
- package/dist/index24.cjs +1 -1
- package/dist/index24.js +31 -13
- package/dist/index241.cjs +1 -1
- package/dist/index241.js +3 -3
- package/dist/index25.cjs +1 -1
- package/dist/index25.js +32 -58
- package/dist/index26.cjs +1 -16
- package/dist/index26.js +11 -113
- package/dist/index261.cjs +1 -2
- package/dist/index261.js +102 -40
- package/dist/index262.cjs +1 -1
- package/dist/index262.js +7 -2
- package/dist/index263.cjs +1 -1
- package/dist/index263.js +224 -5
- package/dist/index264.cjs +1 -1
- package/dist/index264.js +6 -10
- package/dist/index265.cjs +1 -1
- package/dist/index265.js +7 -20
- package/dist/index266.cjs +1 -1
- package/dist/index266.js +26 -8
- package/dist/index267.cjs +1 -1
- package/dist/index267.js +5 -66
- package/dist/index268.cjs +2 -1
- package/dist/index268.js +40 -64
- package/dist/index269.cjs +1 -1
- package/dist/index269.js +2 -187
- package/dist/index27.cjs +1 -1
- package/dist/index27.js +58 -32
- package/dist/index270.cjs +1 -1
- package/dist/index270.js +8 -20
- package/dist/index271.cjs +1 -1
- package/dist/index271.js +17 -40
- package/dist/index272.cjs +1 -1
- package/dist/index272.js +8 -76
- package/dist/index273.cjs +1 -1
- package/dist/index273.js +66 -40
- package/dist/index274.cjs +1 -1
- package/dist/index274.js +64 -15
- package/dist/index275.cjs +1 -1
- package/dist/index275.js +185 -12
- package/dist/index276.cjs +1 -1
- package/dist/index276.js +21 -11
- package/dist/index277.cjs +1 -2
- package/dist/index277.js +42 -18
- package/dist/index278.cjs +1 -1
- package/dist/index278.js +75 -13
- package/dist/index279.cjs +1 -1
- package/dist/index279.js +40 -11
- package/dist/index28.cjs +1 -1
- package/dist/index28.js +12 -26
- package/dist/index280.cjs +1 -1
- package/dist/index280.js +15 -102
- package/dist/index281.cjs +1 -1
- package/dist/index281.js +13 -6
- package/dist/index282.cjs +1 -1
- package/dist/index282.js +10 -222
- package/dist/index283.cjs +2 -1
- package/dist/index283.js +18 -6
- package/dist/index284.cjs +1 -1
- package/dist/index284.js +15 -7
- package/dist/index285.cjs +1 -1
- package/dist/index285.js +11 -26
- package/dist/index287.cjs +1 -1
- package/dist/index287.js +1 -1
- package/dist/index29.cjs +16 -1
- package/dist/index29.js +113 -7
- package/dist/index292.cjs +1 -1
- package/dist/index292.js +2 -2
- package/dist/index294.cjs +1 -1
- package/dist/index294.js +10 -138
- package/dist/index295.cjs +1 -1
- package/dist/index295.js +19 -42
- package/dist/index296.cjs +1 -1
- package/dist/index296.js +134 -73
- package/dist/index297.cjs +1 -1
- package/dist/index297.js +43 -2
- package/dist/index298.cjs +1 -1
- package/dist/index298.js +77 -10
- package/dist/index299.cjs +1 -1
- package/dist/index299.js +2 -20
- package/dist/index30.cjs +1 -1
- package/dist/index30.js +27 -31
- package/dist/index300.cjs +1 -1
- package/dist/index300.js +698 -68
- package/dist/index301.cjs +1 -1
- package/dist/index301.js +178 -675
- package/dist/index302.cjs +1 -1
- package/dist/index302.js +67 -200
- package/dist/index31.cjs +1 -1
- package/dist/index31.js +8 -12
- package/dist/index53.cjs +1 -1
- package/dist/index53.js +1 -1
- package/dist/index98.cjs +1 -1
- package/dist/index98.js +2 -2
- package/package.json +1 -1
package/dist/index268.js
CHANGED
|
@@ -1,68 +1,44 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
import { version as o } from "./index269.js";
|
|
2
|
+
class a extends Error {
|
|
3
|
+
constructor(i, e = {}) {
|
|
4
|
+
var r;
|
|
5
|
+
const t = e.cause instanceof a ? e.cause.details : (r = e.cause) != null && r.message ? e.cause.message : e.details, s = e.cause instanceof a && e.cause.docsPath || e.docsPath, u = [
|
|
6
|
+
i || "An error occurred.",
|
|
7
|
+
"",
|
|
8
|
+
...e.metaMessages ? [...e.metaMessages, ""] : [],
|
|
9
|
+
...s ? [`Docs: https://abitype.dev${s}`] : [],
|
|
10
|
+
...t ? [`Details: ${t}`] : [],
|
|
11
|
+
`Version: abitype@${o}`
|
|
12
|
+
].join(`
|
|
13
|
+
`);
|
|
14
|
+
super(u), Object.defineProperty(this, "details", {
|
|
15
|
+
enumerable: !0,
|
|
16
|
+
configurable: !0,
|
|
17
|
+
writable: !0,
|
|
18
|
+
value: void 0
|
|
19
|
+
}), Object.defineProperty(this, "docsPath", {
|
|
20
|
+
enumerable: !0,
|
|
21
|
+
configurable: !0,
|
|
22
|
+
writable: !0,
|
|
23
|
+
value: void 0
|
|
24
|
+
}), Object.defineProperty(this, "metaMessages", {
|
|
25
|
+
enumerable: !0,
|
|
26
|
+
configurable: !0,
|
|
27
|
+
writable: !0,
|
|
28
|
+
value: void 0
|
|
29
|
+
}), Object.defineProperty(this, "shortMessage", {
|
|
30
|
+
enumerable: !0,
|
|
31
|
+
configurable: !0,
|
|
32
|
+
writable: !0,
|
|
33
|
+
value: void 0
|
|
34
|
+
}), Object.defineProperty(this, "name", {
|
|
35
|
+
enumerable: !0,
|
|
36
|
+
configurable: !0,
|
|
37
|
+
writable: !0,
|
|
38
|
+
value: "AbiTypeError"
|
|
39
|
+
}), e.cause && (this.cause = e.cause), this.details = t, this.docsPath = s, this.metaMessages = e.metaMessages, this.shortMessage = i;
|
|
30
40
|
}
|
|
31
|
-
const o = {}, a = Object.entries(n), p = a.length;
|
|
32
|
-
for (let t = 0; t < p; t++) {
|
|
33
|
-
const [i, r] = a[t];
|
|
34
|
-
o[i] = f(r, n);
|
|
35
|
-
}
|
|
36
|
-
return o;
|
|
37
|
-
}
|
|
38
|
-
const I = /^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*)(?<array>(?:\[\d*?\])+?)?$/;
|
|
39
|
-
function f(s, n, c = /* @__PURE__ */ new Set()) {
|
|
40
|
-
const o = [], a = s.length;
|
|
41
|
-
for (let p = 0; p < a; p++) {
|
|
42
|
-
const t = s[p];
|
|
43
|
-
if (g.test(t.type))
|
|
44
|
-
o.push(t);
|
|
45
|
-
else {
|
|
46
|
-
const r = w(I, t.type);
|
|
47
|
-
if (!(r != null && r.type))
|
|
48
|
-
throw new d({ abiParameter: t });
|
|
49
|
-
const { array: u, type: e } = r;
|
|
50
|
-
if (e in n) {
|
|
51
|
-
if (c.has(e))
|
|
52
|
-
throw new x({ type: e });
|
|
53
|
-
o.push({
|
|
54
|
-
...t,
|
|
55
|
-
type: `tuple${u ?? ""}`,
|
|
56
|
-
components: f(n[e] ?? [], n, /* @__PURE__ */ new Set([...c, e]))
|
|
57
|
-
});
|
|
58
|
-
} else if ($(e))
|
|
59
|
-
o.push(t);
|
|
60
|
-
else
|
|
61
|
-
throw new S({ type: e });
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
return o;
|
|
65
41
|
}
|
|
66
42
|
export {
|
|
67
|
-
|
|
43
|
+
a as BaseError
|
|
68
44
|
};
|
package/dist/index269.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="1.0.8";exports.version=e;
|
package/dist/index269.js
CHANGED
|
@@ -1,189 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { UnknownSolidityTypeError as M } from "./index271.js";
|
|
3
|
-
import { InvalidParameterError as R, SolidityProtectedKeywordError as k, InvalidModifierError as z, InvalidFunctionModifierError as A } from "./index272.js";
|
|
4
|
-
import { UnknownSignatureError as F, InvalidSignatureError as m } from "./index273.js";
|
|
5
|
-
import { InvalidParenthesisError as T } from "./index274.js";
|
|
6
|
-
import { getParameterCacheKey as _, parameterCache as p } from "./index300.js";
|
|
7
|
-
import { isFunctionSignature as C, isEventSignature as I, isErrorSignature as Z, isConstructorSignature as K, isFallbackSignature as L, isReceiveSignature as U, functionModifiers as h, execFunctionSignature as W, execEventSignature as D, eventModifiers as V, execErrorSignature as j, execConstructorSignature as q, execFallbackSignature as B } from "./index267.js";
|
|
8
|
-
function le(e, t = {}) {
|
|
9
|
-
if (C(e))
|
|
10
|
-
return G(e, t);
|
|
11
|
-
if (I(e))
|
|
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 = s(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 = s(n.returns), u = o.length;
|
|
40
|
-
for (let f = 0; f < u; f++)
|
|
41
|
-
i.push(l(o[f], {
|
|
42
|
-
modifiers: h,
|
|
43
|
-
structs: t,
|
|
44
|
-
type: "function"
|
|
45
|
-
}));
|
|
46
|
-
}
|
|
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 = s(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 = s(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 = s(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
|
-
}
|
|
90
|
-
function O(e) {
|
|
91
|
-
const t = B(e);
|
|
92
|
-
if (!t)
|
|
93
|
-
throw new m({ signature: e, type: "fallback" });
|
|
94
|
-
return {
|
|
95
|
-
type: "fallback",
|
|
96
|
-
stateMutability: t.stateMutability ?? "nonpayable"
|
|
97
|
-
};
|
|
98
|
-
}
|
|
99
|
-
const Q = /^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/, X = /^\((?<type>.+?)\)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/, Y = /^u?int$/;
|
|
100
|
-
function l(e, t) {
|
|
101
|
-
var y, b;
|
|
102
|
-
const n = _(e, t == null ? void 0 : t.type, t == null ? void 0 : t.structs);
|
|
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 u, f = {};
|
|
112
|
-
if (a) {
|
|
113
|
-
u = "tuple";
|
|
114
|
-
const w = s(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
|
-
u = "tuple", f = { components: o[r.type] };
|
|
120
|
-
else if (Y.test(r.type))
|
|
121
|
-
u = `${r.type}256`;
|
|
122
|
-
else if (u = r.type, (t == null ? void 0 : t.type) !== "struct" && !ee(u))
|
|
123
|
-
throw new M({ type: u });
|
|
124
|
-
if (r.modifier) {
|
|
125
|
-
if (!((b = (y = t == null ? void 0 : t.modifiers) == null ? void 0 : y.has) != null && b.call(y, r.modifier)))
|
|
126
|
-
throw new z({
|
|
127
|
-
param: e,
|
|
128
|
-
type: t == null ? void 0 : t.type,
|
|
129
|
-
modifier: r.modifier
|
|
130
|
-
});
|
|
131
|
-
if (h.has(r.modifier) && !ne(u, !!r.array))
|
|
132
|
-
throw new A({
|
|
133
|
-
param: e,
|
|
134
|
-
type: t == null ? void 0 : t.type,
|
|
135
|
-
modifier: r.modifier
|
|
136
|
-
});
|
|
137
|
-
}
|
|
138
|
-
const g = {
|
|
139
|
-
type: `${u}${r.array ?? ""}`,
|
|
140
|
-
...c,
|
|
141
|
-
...i,
|
|
142
|
-
...f
|
|
143
|
-
};
|
|
144
|
-
return p.set(n, g), g;
|
|
145
|
-
}
|
|
146
|
-
function s(e, t = [], n = "", a = 0) {
|
|
147
|
-
const r = e.trim().length;
|
|
148
|
-
for (let c = 0; c < r; c++) {
|
|
149
|
-
const i = e[c], o = e.slice(c + 1);
|
|
150
|
-
switch (i) {
|
|
151
|
-
case ",":
|
|
152
|
-
return a === 0 ? s(o, [...t, n.trim()]) : s(o, t, `${n}${i}`, a);
|
|
153
|
-
case "(":
|
|
154
|
-
return s(o, t, `${n}${i}`, a + 1);
|
|
155
|
-
case ")":
|
|
156
|
-
return s(o, t, `${n}${i}`, a - 1);
|
|
157
|
-
default:
|
|
158
|
-
return s(o, t, `${n}${i}`, a);
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
if (n === "")
|
|
162
|
-
return t;
|
|
163
|
-
if (a !== 0)
|
|
164
|
-
throw new T({ current: n, depth: a });
|
|
165
|
-
return t.push(n.trim()), t;
|
|
166
|
-
}
|
|
167
|
-
function ee(e) {
|
|
168
|
-
return e === "address" || e === "bool" || e === "function" || e === "string" || x.test(e) || $.test(e);
|
|
169
|
-
}
|
|
170
|
-
const te = /^(?:after|alias|anonymous|apply|auto|byte|calldata|case|catch|constant|copyof|default|defined|error|event|external|false|final|function|immutable|implements|in|indexed|inline|internal|let|mapping|match|memory|mutable|null|of|override|partial|private|promise|public|pure|reference|relocatable|return|returns|sizeof|static|storage|struct|super|supports|switch|this|true|try|typedef|typeof|var|view|virtual)$/;
|
|
171
|
-
function re(e) {
|
|
172
|
-
return e === "address" || e === "bool" || e === "function" || e === "string" || e === "tuple" || x.test(e) || $.test(e) || te.test(e);
|
|
173
|
-
}
|
|
174
|
-
function ne(e, t) {
|
|
175
|
-
return t || e === "bytes" || e === "string" || e === "tuple";
|
|
176
|
-
}
|
|
1
|
+
const o = "1.0.8";
|
|
177
2
|
export {
|
|
178
|
-
|
|
179
|
-
ee as isSolidityType,
|
|
180
|
-
ne as isValidDataLocation,
|
|
181
|
-
l as parseAbiParameter,
|
|
182
|
-
N as parseConstructorSignature,
|
|
183
|
-
J as parseErrorSignature,
|
|
184
|
-
H as parseEventSignature,
|
|
185
|
-
O as parseFallbackSignature,
|
|
186
|
-
G as parseFunctionSignature,
|
|
187
|
-
le as parseSignature,
|
|
188
|
-
s as splitParameters
|
|
3
|
+
o as version
|
|
189
4
|
};
|
package/dist/index27.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 j=require("./index50.cjs"),E=require("./index51.cjs"),F=require("./index52.cjs"),H=require("./index53.cjs"),U=require("./index54.cjs");function _(k,r={}){const{batch:o,fetchOptions:u,key:l="http",methods:h,name:q="HTTP JSON-RPC",onFetchRequest:d,onFetchResponse:y,retryDelay:R,raw:f}=r;return({chain:n,retryCount:w,timeout:S})=>{const{batchSize:m=1e3,wait:C=0}=typeof o=="object"?o:{},b=r.retryCount??w,c=S??r.timeout??1e4,e=n==null?void 0:n.rpcUrls.default.http[0];if(!e)throw new E.UrlRequiredError;const a=H.getHttpRpcClient(e,{fetchOptions:u,onRequest:d,onResponse:y,timeout:c});return U.createTransport({key:l,methods:h,name:q,async request({method:T,params:B}){const i={method:T,params:B},{schedule:O}=F.createBatchScheduler({id:e,wait:C,shouldSplitBatch(t){return t.length>m},fn:t=>a.request({body:t}),sort:(t,g)=>t.id-g.id}),P=async t=>o?O(t):[await a.request({body:t})],[{error:s,result:p}]=await P(i);if(f)return{error:s,result:p};if(s)throw new j.RpcRequestError({body:i,error:s,url:e});return p},retryCount:b,retryDelay:R,timeout:c,type:"http"},{fetchOptions:u,url:e})}}exports.http=_;
|
package/dist/index27.js
CHANGED
|
@@ -1,34 +1,60 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
})
|
|
1
|
+
import { RpcRequestError as O } from "./index50.js";
|
|
2
|
+
import { UrlRequiredError as P } from "./index51.js";
|
|
3
|
+
import { createBatchScheduler as U } from "./index52.js";
|
|
4
|
+
import { getHttpRpcClient as _ } from "./index53.js";
|
|
5
|
+
import { createTransport as j } from "./index54.js";
|
|
6
|
+
function g(k, e = {}) {
|
|
7
|
+
const { batch: o, fetchOptions: u, key: m = "http", methods: a, name: h = "HTTP JSON-RPC", onFetchRequest: f, onFetchResponse: y, retryDelay: d, raw: R } = e;
|
|
8
|
+
return ({ chain: n, retryCount: w, timeout: q }) => {
|
|
9
|
+
const { batchSize: C = 1e3, wait: S = 0 } = typeof o == "object" ? o : {}, b = e.retryCount ?? w, c = q ?? e.timeout ?? 1e4, r = n == null ? void 0 : n.rpcUrls.default.http[0];
|
|
10
|
+
if (!r)
|
|
11
|
+
throw new P();
|
|
12
|
+
const p = _(r, {
|
|
13
|
+
fetchOptions: u,
|
|
14
|
+
onRequest: f,
|
|
15
|
+
onResponse: y,
|
|
16
|
+
timeout: c
|
|
17
|
+
});
|
|
18
|
+
return j({
|
|
19
|
+
key: m,
|
|
20
|
+
methods: a,
|
|
21
|
+
name: h,
|
|
22
|
+
async request({ method: T, params: B }) {
|
|
23
|
+
const i = { method: T, params: B }, { schedule: E } = U({
|
|
24
|
+
id: r,
|
|
25
|
+
wait: S,
|
|
26
|
+
shouldSplitBatch(t) {
|
|
27
|
+
return t.length > C;
|
|
28
|
+
},
|
|
29
|
+
fn: (t) => p.request({
|
|
30
|
+
body: t
|
|
31
|
+
}),
|
|
32
|
+
sort: (t, H) => t.id - H.id
|
|
33
|
+
}), F = async (t) => o ? E(t) : [
|
|
34
|
+
await p.request({
|
|
35
|
+
body: t
|
|
36
|
+
})
|
|
37
|
+
], [{ error: s, result: l }] = await F(i);
|
|
38
|
+
if (R)
|
|
39
|
+
return { error: s, result: l };
|
|
40
|
+
if (s)
|
|
41
|
+
throw new O({
|
|
42
|
+
body: i,
|
|
43
|
+
error: s,
|
|
44
|
+
url: r
|
|
45
|
+
});
|
|
46
|
+
return l;
|
|
47
|
+
},
|
|
48
|
+
retryCount: b,
|
|
49
|
+
retryDelay: d,
|
|
50
|
+
timeout: c,
|
|
51
|
+
type: "http"
|
|
52
|
+
}, {
|
|
53
|
+
fetchOptions: u,
|
|
54
|
+
url: r
|
|
55
|
+
});
|
|
56
|
+
};
|
|
57
|
+
}
|
|
32
58
|
export {
|
|
33
|
-
|
|
59
|
+
g as http
|
|
34
60
|
};
|
package/dist/index270.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 i=require("./index271.cjs");function m(r){let e="";const a=r.length;for(let t=0;t<a;t++){const o=r[t];e+=i.formatAbiParameter(o),t!==a-1&&(e+=", ")}return e}exports.formatAbiParameters=m;
|
package/dist/index270.js
CHANGED
|
@@ -1,25 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
r = i(t);
|
|
9
|
-
else {
|
|
10
|
-
const m = c(t), n = t.length;
|
|
11
|
-
for (let o = 0; o < n; o++) {
|
|
12
|
-
const e = t[o];
|
|
13
|
-
if (!p(e)) {
|
|
14
|
-
r = i(e, m);
|
|
15
|
-
break;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
1
|
+
import { formatAbiParameter as m } from "./index271.js";
|
|
2
|
+
function f(e) {
|
|
3
|
+
let r = "";
|
|
4
|
+
const o = e.length;
|
|
5
|
+
for (let t = 0; t < o; t++) {
|
|
6
|
+
const a = e[t];
|
|
7
|
+
r += m(a), t !== o - 1 && (r += ", ");
|
|
18
8
|
}
|
|
19
|
-
if (!r)
|
|
20
|
-
throw new f({ signature: t });
|
|
21
9
|
return r;
|
|
22
10
|
}
|
|
23
11
|
export {
|
|
24
|
-
|
|
12
|
+
f as formatAbiParameters
|
|
25
13
|
};
|
package/dist/index271.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 f=require("./index272.cjs"),d=/^tuple(?<array>(\[(\d*)\])*)$/;function c(n){let e=n.type;if(d.test(n.type)&&"components"in n){e="(";const p=n.components.length;for(let t=0;t<p;t++){const s=n.components[t];e+=c(s),t<p-1&&(e+=", ")}const o=f.execTyped(d,n.type);return e+=`)${(o==null?void 0:o.array)??""}`,c({...n,type:e})}return"indexed"in n&&n.indexed&&(e=`${e} indexed`),n.name?`${e} ${n.name}`:e}exports.formatAbiParameter=c;
|
package/dist/index271.js
CHANGED
|
@@ -1,45 +1,22 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
constructor({ type: e }) {
|
|
17
|
-
super("Unknown type.", {
|
|
18
|
-
metaMessages: [
|
|
19
|
-
`Type "${e}" is not a valid ABI type. Perhaps you forgot to include a struct signature?`
|
|
20
|
-
]
|
|
21
|
-
}), Object.defineProperty(this, "name", {
|
|
22
|
-
enumerable: !0,
|
|
23
|
-
configurable: !0,
|
|
24
|
-
writable: !0,
|
|
25
|
-
value: "UnknownTypeError"
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
class i extends r {
|
|
30
|
-
constructor({ type: e }) {
|
|
31
|
-
super("Unknown type.", {
|
|
32
|
-
metaMessages: [`Type "${e}" is not a valid ABI type.`]
|
|
33
|
-
}), Object.defineProperty(this, "name", {
|
|
34
|
-
enumerable: !0,
|
|
35
|
-
configurable: !0,
|
|
36
|
-
writable: !0,
|
|
37
|
-
value: "UnknownSolidityTypeError"
|
|
1
|
+
import { execTyped as s } from "./index272.js";
|
|
2
|
+
const c = /^tuple(?<array>(\[(\d*)\])*)$/;
|
|
3
|
+
function d(n) {
|
|
4
|
+
let o = n.type;
|
|
5
|
+
if (c.test(n.type) && "components" in n) {
|
|
6
|
+
o = "(";
|
|
7
|
+
const p = n.components.length;
|
|
8
|
+
for (let t = 0; t < p; t++) {
|
|
9
|
+
const f = n.components[t];
|
|
10
|
+
o += d(f), t < p - 1 && (o += ", ");
|
|
11
|
+
}
|
|
12
|
+
const e = s(c, n.type);
|
|
13
|
+
return o += `)${(e == null ? void 0 : e.array) ?? ""}`, d({
|
|
14
|
+
...n,
|
|
15
|
+
type: o
|
|
38
16
|
});
|
|
39
17
|
}
|
|
18
|
+
return "indexed" in n && n.indexed && (o = `${o} indexed`), n.name ? `${o} ${n.name}` : o;
|
|
40
19
|
}
|
|
41
20
|
export {
|
|
42
|
-
|
|
43
|
-
i as UnknownSolidityTypeError,
|
|
44
|
-
o as UnknownTypeError
|
|
21
|
+
d as formatAbiParameter
|
|
45
22
|
};
|
package/dist/index272.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 s(t,n){const e=t.exec(n);return e==null?void 0:e.groups}const g=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,o=/^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/,c=/^\(.+?\).*?$/;exports.bytesRegex=g;exports.execTyped=s;exports.integerRegex=o;exports.isTupleRegex=c;
|
package/dist/index272.js
CHANGED
|
@@ -1,79 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
});
|
|
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,
|
|
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
|
-
});
|
|
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."]
|
|
65
|
-
}), Object.defineProperty(this, "name", {
|
|
66
|
-
enumerable: !0,
|
|
67
|
-
configurable: !0,
|
|
68
|
-
writable: !0,
|
|
69
|
-
value: "InvalidAbiTypeParameterError"
|
|
70
|
-
});
|
|
71
|
-
}
|
|
1
|
+
function s(t, n) {
|
|
2
|
+
const e = t.exec(n);
|
|
3
|
+
return e == null ? void 0 : e.groups;
|
|
72
4
|
}
|
|
5
|
+
const o = /^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/, c = /^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/, x = /^\(.+?\).*?$/;
|
|
73
6
|
export {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
s as SolidityProtectedKeywordError
|
|
7
|
+
o as bytesRegex,
|
|
8
|
+
s as execTyped,
|
|
9
|
+
c as integerRegex,
|
|
10
|
+
x as isTupleRegex
|
|
79
11
|
};
|
package/dist/index273.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 t=require("./index272.cjs"),n=/^error (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function o(e){return n.test(e)}function s(e){return t.execTyped(n,e)}const r=/^event (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function g(e){return r.test(e)}function S(e){return t.execTyped(r,e)}const i=/^function (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)(?: (?<scope>external|public{1}))?(?: (?<stateMutability>pure|view|nonpayable|payable{1}))?(?: returns\s?\((?<returns>.*?)\))?$/;function x(e){return i.test(e)}function l(e){return t.execTyped(i,e)}const a=/^struct (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*) \{(?<properties>.*?)\}$/;function f(e){return a.test(e)}function p(e){return t.execTyped(a,e)}const u=/^constructor\((?<parameters>.*?)\)(?:\s(?<stateMutability>payable{1}))?$/;function b(e){return u.test(e)}function y(e){return t.execTyped(u,e)}const c=/^fallback\(\) external(?:\s(?<stateMutability>payable{1}))?$/;function d(e){return c.test(e)}function $(e){return t.execTyped(c,e)}const v=/^receive\(\) external payable$/;function m(e){return v.test(e)}const R=new Set(["indexed"]),z=new Set(["calldata","memory","storage"]);exports.eventModifiers=R;exports.execConstructorSignature=y;exports.execErrorSignature=s;exports.execEventSignature=S;exports.execFallbackSignature=$;exports.execFunctionSignature=l;exports.execStructSignature=p;exports.functionModifiers=z;exports.isConstructorSignature=b;exports.isErrorSignature=o;exports.isEventSignature=g;exports.isFallbackSignature=d;exports.isFunctionSignature=x;exports.isReceiveSignature=m;exports.isStructSignature=f;
|