@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.
Files changed (93) hide show
  1. package/dist/index142.cjs +1 -1
  2. package/dist/index142.js +1 -1
  3. package/dist/index145.cjs +1 -1
  4. package/dist/index145.js +1 -1
  5. package/dist/index191.cjs +1 -1
  6. package/dist/index191.js +2 -2
  7. package/dist/index192.cjs +1 -1
  8. package/dist/index192.js +1 -1
  9. package/dist/index193.cjs +1 -1
  10. package/dist/index193.js +2 -2
  11. package/dist/index202.cjs +1 -1
  12. package/dist/index202.js +3 -3
  13. package/dist/index217.cjs +1 -1
  14. package/dist/index217.js +24 -11
  15. package/dist/index218.cjs +1 -1
  16. package/dist/index218.js +45 -18
  17. package/dist/index219.cjs +1 -1
  18. package/dist/index219.js +9 -24
  19. package/dist/index220.cjs +2 -1
  20. package/dist/index220.js +34 -39
  21. package/dist/index221.cjs +1 -1
  22. package/dist/index221.js +2 -10
  23. package/dist/index222.cjs +1 -2
  24. package/dist/index222.js +5 -41
  25. package/dist/index223.cjs +1 -1
  26. package/dist/index223.js +11 -2
  27. package/dist/index224.cjs +1 -1
  28. package/dist/index224.js +19 -5
  29. package/dist/index225.cjs +1 -1
  30. package/dist/index225.js +8 -10
  31. package/dist/index226.cjs +1 -1
  32. package/dist/index226.js +66 -19
  33. package/dist/index227.cjs +1 -1
  34. package/dist/index227.js +65 -8
  35. package/dist/index228.cjs +1 -1
  36. package/dist/index228.js +178 -56
  37. package/dist/index229.cjs +1 -1
  38. package/dist/index229.js +25 -62
  39. package/dist/index230.cjs +1 -1
  40. package/dist/index230.js +69 -181
  41. package/dist/index231.cjs +1 -1
  42. package/dist/index231.js +27 -15
  43. package/dist/index232.cjs +1 -1
  44. package/dist/index232.js +9 -69
  45. package/dist/index233.cjs +1 -1
  46. package/dist/index233.js +7 -34
  47. package/dist/index234.cjs +1 -1
  48. package/dist/index234.js +11 -16
  49. package/dist/index235.cjs +1 -1
  50. package/dist/index235.js +12 -13
  51. package/dist/index236.cjs +1 -1
  52. package/dist/index236.js +19 -11
  53. package/dist/index237.cjs +1 -1
  54. package/dist/index237.js +109 -13
  55. package/dist/index238.cjs +1 -1
  56. package/dist/index238.js +6 -19
  57. package/dist/index239.cjs +1 -1
  58. package/dist/index239.js +7 -109
  59. package/dist/index240.cjs +1 -1
  60. package/dist/index240.js +103 -6
  61. package/dist/index241.cjs +1 -1
  62. package/dist/index241.js +27 -7
  63. package/dist/index242.cjs +1 -1
  64. package/dist/index242.js +16 -26
  65. package/dist/index243.cjs +1 -1
  66. package/dist/index243.js +212 -101
  67. package/dist/index244.cjs +1 -1
  68. package/dist/index244.js +11 -16
  69. package/dist/index245.cjs +1 -1
  70. package/dist/index245.js +19 -214
  71. package/dist/index247.cjs +1 -1
  72. package/dist/index247.js +1 -1
  73. package/dist/index248.cjs +1 -1
  74. package/dist/index248.js +1 -1
  75. package/dist/index25.cjs +1 -1
  76. package/dist/index25.js +2 -2
  77. package/dist/index251.cjs +1 -1
  78. package/dist/index251.js +1 -1
  79. package/dist/index253.cjs +1 -1
  80. package/dist/index253.js +1 -1
  81. package/dist/index254.cjs +1 -1
  82. package/dist/index254.js +1 -1
  83. package/dist/index31.cjs +1 -1
  84. package/dist/index31.js +2 -2
  85. package/dist/index43.cjs +1 -1
  86. package/dist/index43.js +1 -1
  87. package/dist/index49.cjs +1 -1
  88. package/dist/index49.js +3 -3
  89. package/dist/index63.cjs +1 -1
  90. package/dist/index63.js +1 -1
  91. package/dist/index67.cjs +1 -1
  92. package/dist/index67.js +1 -1
  93. package/package.json +1 -1
package/dist/index230.js CHANGED
@@ -1,191 +1,79 @@
1
- import { execTyped as E, isTupleRegex as P, bytesRegex as x, integerRegex as $ } from "./index227.js";
2
- import { UnknownSolidityTypeError as M } from "./index231.js";
3
- import { InvalidParameterError as R, SolidityProtectedKeywordError as k, InvalidModifierError as z, InvalidFunctionModifierError as A } from "./index232.js";
4
- import { UnknownSignatureError as F, InvalidSignatureError as m } from "./index233.js";
5
- import { InvalidParenthesisError as T } from "./index234.js";
6
- import { getParameterCacheKey as _, parameterCache as p } from "./index252.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 "./index228.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 = 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
- 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$_]*(?:\spayable)?)(?<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 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
- function u(e, t = [], n = "", a = 0) {
149
- const r = e.trim().length;
150
- for (let c = 0; c < r; c++) {
151
- const i = e[c], o = e.slice(c + 1);
152
- switch (i) {
153
- case ",":
154
- return a === 0 ? u(o, [...t, n.trim()]) : u(o, t, `${n}${i}`, a);
155
- case "(":
156
- return u(o, t, `${n}${i}`, a + 1);
157
- case ")":
158
- return u(o, t, `${n}${i}`, a - 1);
159
- default:
160
- return u(o, t, `${n}${i}`, a);
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
- 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)$/;
173
- function re(e) {
174
- return e === "address" || e === "bool" || e === "function" || e === "string" || e === "tuple" || x.test(e) || $.test(e) || te.test(e);
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
- function ne(e, t) {
177
- return t || e === "bytes" || e === "string" || e === "tuple";
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
- re as isSolidityKeyword,
181
- ee as isSolidityType,
182
- ne as isValidDataLocation,
183
- l as parseAbiParameter,
184
- N as parseConstructorSignature,
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 r=require("./index222.cjs");class t extends r.BaseError{constructor({type:e}){super("Unknown type.",{metaMessages:[`Type "${e}" is not a valid ABI type. Perhaps you forgot to include a struct signature?`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownTypeError"})}}class o extends r.BaseError{constructor({type:e}){super("Unknown type.",{metaMessages:[`Type "${e}" is not a valid ABI type.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownSolidityTypeError"})}}exports.UnknownSolidityTypeError=o;exports.UnknownTypeError=t;
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 "./index222.js";
2
- class o extends r {
3
- constructor({ type: e }) {
4
- super("Unknown type.", {
5
- metaMessages: [
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: "UnknownTypeError"
10
+ value: "InvalidSignatureError"
13
11
  });
14
12
  }
15
13
  }
16
- class a extends r {
17
- constructor({ type: e }) {
18
- super("Unknown type.", {
19
- metaMessages: [`Type "${e}" is not a valid ABI type.`]
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: "UnknownSolidityTypeError"
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
- a as UnknownSolidityTypeError,
30
- o as UnknownTypeError
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 t=require("./index222.cjs");class o extends t.BaseError{constructor({param:e}){super("Invalid ABI parameter.",{details:e}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidParameterError"})}}class n extends t.BaseError{constructor({param:e,name:r}){super("Invalid ABI parameter.",{details:e,metaMessages:[`"${r}" is a protected Solidity keyword. More info: https://docs.soliditylang.org/en/latest/cheatsheet.html`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"SolidityProtectedKeywordError"})}}class s extends t.BaseError{constructor({param:e,type:r,modifier:i}){super("Invalid ABI parameter.",{details:e,metaMessages:[`Modifier "${i}" not allowed${r?` in "${r}" type`:""}.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidModifierError"})}}class l extends t.BaseError{constructor({param:e,type:r,modifier:i}){super("Invalid ABI parameter.",{details:e,metaMessages:[`Modifier "${i}" not allowed${r?` in "${r}" type`:""}.`,`Data location can only be specified for array, struct, or mapping types, but "${i}" was given.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidFunctionModifierError"})}}class d extends t.BaseError{constructor({abiParameter:e}){super("Invalid ABI parameter.",{details:JSON.stringify(e,null,2),metaMessages:["ABI parameter type is invalid."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidAbiTypeParameterError"})}}exports.InvalidAbiTypeParameterError=d;exports.InvalidFunctionModifierError=l;exports.InvalidModifierError=s;exports.InvalidParameterError=o;exports.SolidityProtectedKeywordError=n;
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 t } from "./index222.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
- });
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
- `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."]
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: "InvalidAbiTypeParameterError"
13
+ value: "InvalidParenthesisError"
70
14
  });
71
15
  }
72
16
  }
73
17
  export {
74
- u as InvalidAbiTypeParameterError,
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 e=require("./index222.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;
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 "./index222.js";
2
- class u extends r {
3
- constructor({ signature: e, type: n }) {
4
- super(`Invalid ${n} signature.`, {
5
- details: e
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: "InvalidSignatureError"
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
- u as InvalidSignatureError,
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 s=require("./index222.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;
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 { BaseError as s } from "./index222.js";
2
- class n extends s {
3
- constructor({ current: r, depth: e }) {
4
- super("Unbalanced parentheses.", {
5
- metaMessages: [
6
- `"${r.trim()}" has too many ${e > 0 ? "opening" : "closing"} parentheses.`
7
- ],
8
- details: `Depth "${e}"`
9
- }), Object.defineProperty(this, "name", {
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
- n as InvalidParenthesisError
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"});const r=require("./index222.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;
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
- import { BaseError as r } from "./index222.js";
2
- class a extends r {
3
- constructor({ type: e }) {
4
- super("Circular reference detected.", {
5
- metaMessages: [`Struct "${e}" is a circular reference.`]
6
- }), Object.defineProperty(this, "name", {
7
- enumerable: !0,
8
- configurable: !0,
9
- writable: !0,
10
- value: "CircularReferenceError"
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
- a as CircularReferenceError
14
+ t as idCache
16
15
  };
package/dist/index236.cjs CHANGED
@@ -1 +1 @@
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;
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
- 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;
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
- t as promiseCache,
13
- s as withDedupe
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{current:0,take(){return this.current++},reset(){this.current=0}}}const t=e();exports.idCache=t;
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;