@gardenfi/utils 2.1.2-beta.10 → 2.1.2-beta.12
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/index.cjs +1 -1
- package/dist/index.js +20 -21
- package/dist/index114.cjs +1 -1
- package/dist/index114.js +2 -2
- package/dist/index118.cjs +1 -1
- package/dist/index118.js +3 -3
- package/dist/index119.cjs +1 -1
- package/dist/index119.js +3 -3
- package/dist/index185.cjs +1 -1
- package/dist/index185.js +2 -2
- package/dist/index187.cjs +1 -1
- package/dist/index187.js +1 -1
- package/dist/index25.cjs +1 -1
- package/dist/index25.js +2 -2
- package/dist/index260.cjs +1 -1
- package/dist/index260.js +98 -140
- package/dist/index261.cjs +2 -1
- package/dist/index261.js +134 -9
- package/dist/index262.cjs +1 -1
- package/dist/index262.js +140 -98
- package/dist/index263.cjs +1 -2
- package/dist/index263.js +9 -134
- package/dist/index280.cjs +2 -1
- package/dist/index280.js +18 -11
- package/dist/index281.cjs +1 -2
- package/dist/index281.js +13 -18
- package/dist/index282.cjs +1 -1
- package/dist/index282.js +11 -13
- package/dist/index292.cjs +1 -1
- package/dist/index292.js +11 -28
- package/dist/index293.cjs +1 -1
- package/dist/index293.js +18 -37
- package/dist/index294.cjs +1 -1
- package/dist/index294.js +28 -11
- package/dist/index295.cjs +1 -1
- package/dist/index295.js +37 -18
- package/dist/index296.cjs +1 -1
- package/dist/index296.js +1 -1
- package/dist/index297.cjs +1 -1
- package/dist/index297.js +7 -4
- package/dist/index298.cjs +1 -1
- package/dist/index298.js +60 -38
- package/dist/index299.cjs +1 -1
- package/dist/index299.js +77 -7
- package/dist/index300.cjs +1 -1
- package/dist/index300.js +4 -63
- package/dist/index301.cjs +1 -1
- package/dist/index301.js +181 -64
- package/dist/index302.cjs +1 -1
- package/dist/index302.js +5 -4
- package/dist/index303.cjs +1 -1
- package/dist/index303.js +40 -194
- package/dist/index311.cjs +1 -1
- package/dist/index311.js +4 -63
- package/dist/index312.cjs +1 -1
- package/dist/index312.js +102 -42
- package/dist/index313.cjs +1 -1
- package/dist/index313.js +63 -4
- package/dist/index314.cjs +1 -1
- package/dist/index314.js +5 -105
- package/dist/index315.cjs +1 -1
- package/dist/index315.js +45 -5
- package/dist/index5.cjs +1 -1
- package/dist/index5.js +19 -47
- package/dist/src/lib/digestKey/digestKey.d.ts +4 -2
- package/dist/src/lib/result.d.ts +13 -9
- package/package.json +1 -1
package/dist/index261.js
CHANGED
|
@@ -1,12 +1,137 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { assert as p } from "./index299.js";
|
|
2
|
+
import { BaseError as u } from "./index296.js";
|
|
3
|
+
import { size as y, padLeft as f, fromString as x, fromBoolean as w, fromNumber as E, padRight as P, concat as g } from "./index262.js";
|
|
4
|
+
import { integerRegex as A, bytesRegex as $, arrayRegex as L } from "./index300.js";
|
|
5
|
+
import { prepareParameters as z, encode as I } from "./index301.js";
|
|
6
|
+
function N(n, e, t) {
|
|
7
|
+
const { checksumAddress: r = !1 } = {};
|
|
8
|
+
if (n.length !== e.length)
|
|
9
|
+
throw new b({
|
|
10
|
+
expectedLength: n.length,
|
|
11
|
+
givenLength: e.length
|
|
12
|
+
});
|
|
13
|
+
const a = z({
|
|
14
|
+
checksumAddress: r,
|
|
15
|
+
parameters: n,
|
|
16
|
+
values: e
|
|
17
|
+
}), s = I(a);
|
|
18
|
+
return s.length === 0 ? "0x" : s;
|
|
19
|
+
}
|
|
20
|
+
function m(n, e) {
|
|
21
|
+
if (n.length !== e.length)
|
|
22
|
+
throw new b({
|
|
23
|
+
expectedLength: n.length,
|
|
24
|
+
givenLength: e.length
|
|
25
|
+
});
|
|
26
|
+
const t = [];
|
|
27
|
+
for (let r = 0; r < n.length; r++) {
|
|
28
|
+
const a = n[r], s = e[r];
|
|
29
|
+
t.push(m.encode(a, s));
|
|
30
|
+
}
|
|
31
|
+
return g(...t);
|
|
32
|
+
}
|
|
33
|
+
(function(n) {
|
|
34
|
+
function e(t, r, a = !1) {
|
|
35
|
+
if (t === "address") {
|
|
36
|
+
const i = r;
|
|
37
|
+
return p(i), f(i.toLowerCase(), a ? 32 : 0);
|
|
38
|
+
}
|
|
39
|
+
if (t === "string")
|
|
40
|
+
return x(r);
|
|
41
|
+
if (t === "bytes")
|
|
42
|
+
return r;
|
|
43
|
+
if (t === "bool")
|
|
44
|
+
return f(w(r), a ? 32 : 1);
|
|
45
|
+
const s = t.match(A);
|
|
46
|
+
if (s) {
|
|
47
|
+
const [i, o, c = "256"] = s, h = Number.parseInt(c) / 8;
|
|
48
|
+
return E(r, {
|
|
49
|
+
size: a ? 32 : h,
|
|
50
|
+
signed: o === "int"
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
const d = t.match($);
|
|
54
|
+
if (d) {
|
|
55
|
+
const [i, o] = d;
|
|
56
|
+
if (Number.parseInt(o) !== (r.length - 2) / 2)
|
|
57
|
+
throw new M({
|
|
58
|
+
expectedSize: Number.parseInt(o),
|
|
59
|
+
value: r
|
|
60
|
+
});
|
|
61
|
+
return P(r, a ? 32 : 0);
|
|
62
|
+
}
|
|
63
|
+
const l = t.match(L);
|
|
64
|
+
if (l && Array.isArray(r)) {
|
|
65
|
+
const [i, o] = l, c = [];
|
|
66
|
+
for (let h = 0; h < r.length; h++)
|
|
67
|
+
c.push(e(o, r[h], !0));
|
|
68
|
+
return c.length === 0 ? "0x" : g(...c);
|
|
69
|
+
}
|
|
70
|
+
throw new j(t);
|
|
71
|
+
}
|
|
72
|
+
n.encode = e;
|
|
73
|
+
})(m || (m = {}));
|
|
74
|
+
class R extends u {
|
|
75
|
+
constructor({ expectedLength: e, givenLength: t, type: r }) {
|
|
76
|
+
super(`Array length mismatch for type \`${r}\`. Expected: \`${e}\`. Given: \`${t}\`.`), Object.defineProperty(this, "name", {
|
|
77
|
+
enumerable: !0,
|
|
78
|
+
configurable: !0,
|
|
79
|
+
writable: !0,
|
|
80
|
+
value: "AbiParameters.ArrayLengthMismatchError"
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
class M extends u {
|
|
85
|
+
constructor({ expectedSize: e, value: t }) {
|
|
86
|
+
super(`Size of bytes "${t}" (bytes${y(t)}) does not match expected size (bytes${e}).`), Object.defineProperty(this, "name", {
|
|
87
|
+
enumerable: !0,
|
|
88
|
+
configurable: !0,
|
|
89
|
+
writable: !0,
|
|
90
|
+
value: "AbiParameters.BytesSizeMismatchError"
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
class b extends u {
|
|
95
|
+
constructor({ expectedLength: e, givenLength: t }) {
|
|
96
|
+
super([
|
|
97
|
+
"ABI encoding parameters/values length mismatch.",
|
|
98
|
+
`Expected length (parameters): ${e}`,
|
|
99
|
+
`Given length (values): ${t}`
|
|
100
|
+
].join(`
|
|
101
|
+
`)), Object.defineProperty(this, "name", {
|
|
102
|
+
enumerable: !0,
|
|
103
|
+
configurable: !0,
|
|
104
|
+
writable: !0,
|
|
105
|
+
value: "AbiParameters.LengthMismatchError"
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
class _ extends u {
|
|
110
|
+
constructor(e) {
|
|
111
|
+
super(`Value \`${e}\` is not a valid array.`), Object.defineProperty(this, "name", {
|
|
112
|
+
enumerable: !0,
|
|
113
|
+
configurable: !0,
|
|
114
|
+
writable: !0,
|
|
115
|
+
value: "AbiParameters.InvalidArrayError"
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
class j extends u {
|
|
120
|
+
constructor(e) {
|
|
121
|
+
super(`Type \`${e}\` is not a valid ABI Type.`), Object.defineProperty(this, "name", {
|
|
122
|
+
enumerable: !0,
|
|
123
|
+
configurable: !0,
|
|
124
|
+
writable: !0,
|
|
125
|
+
value: "AbiParameters.InvalidTypeError"
|
|
126
|
+
});
|
|
127
|
+
}
|
|
9
128
|
}
|
|
10
129
|
export {
|
|
11
|
-
|
|
130
|
+
R as ArrayLengthMismatchError,
|
|
131
|
+
M as BytesSizeMismatchError,
|
|
132
|
+
_ as InvalidArrayError,
|
|
133
|
+
j as InvalidTypeError,
|
|
134
|
+
b as LengthMismatchError,
|
|
135
|
+
N as encode,
|
|
136
|
+
m as encodePacked
|
|
12
137
|
};
|
package/dist/index262.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 a=require("./index296.cjs"),$=require("./index302.cjs"),o=require("./index303.cjs"),E=new TextEncoder,h=Array.from({length:256},(r,e)=>e.toString(16).padStart(2,"0"));function x(r,e={}){const{strict:t=!1}=e;if(!r)throw new c(r);if(typeof r!="string")throw new c(r);if(t&&!/^0x[0-9a-fA-F]*$/.test(r))throw new f(r);if(!r.startsWith("0x"))throw new f(r)}function y(...r){return`0x${r.reduce((e,t)=>e+t.replace("0x",""),"")}`}function O(r,e={}){const t=`0x${Number(r)}`;return typeof e.size=="number"?(o.assertSize(t,e.size),l(t,e.size)):t}function b(r,e={}){let t="";for(let i=0;i<r.length;i++)t+=h[r[i]];const n=`0x${t}`;return typeof e.size=="number"?(o.assertSize(n,e.size),m(n,e.size)):n}function S(r,e={}){const{signed:t,size:n}=e,i=BigInt(r);let s;n?t?s=(1n<<BigInt(n)*8n-1n)-1n:s=2n**(BigInt(n)*8n)-1n:typeof r=="number"&&(s=BigInt(Number.MAX_SAFE_INTEGER));const d=typeof s=="bigint"&&t?-s-1n:0;if(s&&i>s||i<d){const u=typeof r=="bigint"?"n":"";throw new p({max:s?`${s}${u}`:void 0,min:`${d}${u}`,signed:t,size:n,value:`${r}${u}`})}const g=`0x${(t&&i<0?(1n<<BigInt(n*8))+BigInt(i):i).toString(16)}`;return n?l(g,n):g}function z(r,e={}){return b(E.encode(r),e)}function l(r,e){return o.pad(r,{dir:"left",size:e})}function m(r,e){return o.pad(r,{dir:"right",size:e})}function w(r,e,t,n={}){const{strict:i}=n;o.assertStartOffset(r,e);const s=`0x${r.replace("0x","").slice((e??0)*2,(t??r.length)*2)}`;return i&&o.assertEndOffset(s,e,t),s}function B(r){return Math.ceil((r.length-2)/2)}function I(r,e={}){const{strict:t=!1}=e;try{return x(r,{strict:t}),!0}catch{return!1}}class p extends a.BaseError{constructor({max:e,min:t,signed:n,size:i,value:s}){super(`Number \`${s}\` is not in safe${i?` ${i*8}-bit`:""}${n?" signed":" unsigned"} integer range ${e?`(\`${t}\` to \`${e}\`)`:`(above \`${t}\`)`}`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.IntegerOutOfRangeError"})}}class c extends a.BaseError{constructor(e){super(`Value \`${typeof e=="object"?$.stringify(e):e}\` of type \`${typeof e}\` is an invalid hex type.`,{metaMessages:['Hex types must be represented as `"0x${string}"`.']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexTypeError"})}}class f extends a.BaseError{constructor(e){super(`Value \`${e}\` is an invalid hex value.`,{metaMessages:['Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexValueError"})}}class H extends a.BaseError{constructor({givenSize:e,maxSize:t}){super(`Size cannot exceed \`${t}\` bytes. Given size: \`${e}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeOverflowError"})}}class v extends a.BaseError{constructor({offset:e,position:t,size:n}){super(`Slice ${t==="start"?"starting":"ending"} at offset \`${e}\` is out-of-bounds (size: \`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SliceOffsetOutOfBoundsError"})}}class P extends a.BaseError{constructor({size:e,targetSize:t,type:n}){super(`${n.charAt(0).toUpperCase()}${n.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${t}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeExceedsPaddingSizeError"})}}exports.IntegerOutOfRangeError=p;exports.InvalidHexTypeError=c;exports.InvalidHexValueError=f;exports.SizeExceedsPaddingSizeError=P;exports.SizeOverflowError=H;exports.SliceOffsetOutOfBoundsError=v;exports.assert=x;exports.concat=y;exports.fromBoolean=O;exports.fromBytes=b;exports.fromNumber=S;exports.fromString=z;exports.padLeft=l;exports.padRight=m;exports.size=B;exports.slice=w;exports.validate=I;
|
package/dist/index262.js
CHANGED
|
@@ -1,116 +1,158 @@
|
|
|
1
|
-
import { BaseError as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
1
|
+
import { BaseError as o } from "./index296.js";
|
|
2
|
+
import { stringify as b } from "./index302.js";
|
|
3
|
+
import { pad as d, assertEndOffset as m, assertSize as g, assertStartOffset as p } from "./index303.js";
|
|
4
|
+
const $ = /* @__PURE__ */ new TextEncoder(), h = /* @__PURE__ */ Array.from({ length: 256 }, (t, e) => e.toString(16).padStart(2, "0"));
|
|
5
|
+
function y(t, e = {}) {
|
|
6
|
+
const { strict: r = !1 } = e;
|
|
7
|
+
if (!t)
|
|
8
|
+
throw new f(t);
|
|
9
|
+
if (typeof t != "string")
|
|
10
|
+
throw new f(t);
|
|
11
|
+
if (r && !/^0x[0-9a-fA-F]*$/.test(t))
|
|
12
|
+
throw new l(t);
|
|
13
|
+
if (!t.startsWith("0x"))
|
|
14
|
+
throw new l(t);
|
|
15
|
+
}
|
|
16
|
+
function B(...t) {
|
|
17
|
+
return `0x${t.reduce((e, r) => e + r.replace("0x", ""), "")}`;
|
|
18
|
+
}
|
|
19
|
+
function P(t, e = {}) {
|
|
20
|
+
const r = `0x${Number(t)}`;
|
|
21
|
+
return typeof e.size == "number" ? (g(r, e.size), x(r, e.size)) : r;
|
|
22
|
+
}
|
|
23
|
+
function w(t, e = {}) {
|
|
24
|
+
let r = "";
|
|
25
|
+
for (let i = 0; i < t.length; i++)
|
|
26
|
+
r += h[t[i]];
|
|
27
|
+
const n = `0x${r}`;
|
|
28
|
+
return typeof e.size == "number" ? (g(n, e.size), E(n, e.size)) : n;
|
|
29
|
+
}
|
|
30
|
+
function V(t, e = {}) {
|
|
31
|
+
const { signed: r, size: n } = e, i = BigInt(t);
|
|
32
|
+
let s;
|
|
33
|
+
n ? r ? s = (1n << BigInt(n) * 8n - 1n) - 1n : s = 2n ** (BigInt(n) * 8n) - 1n : typeof t == "number" && (s = BigInt(Number.MAX_SAFE_INTEGER));
|
|
34
|
+
const u = typeof s == "bigint" && r ? -s - 1n : 0;
|
|
35
|
+
if (s && i > s || i < u) {
|
|
36
|
+
const a = typeof t == "bigint" ? "n" : "";
|
|
37
|
+
throw new O({
|
|
38
|
+
max: s ? `${s}${a}` : void 0,
|
|
39
|
+
min: `${u}${a}`,
|
|
40
|
+
signed: r,
|
|
41
|
+
size: n,
|
|
42
|
+
value: `${t}${a}`
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
const c = `0x${(r && i < 0 ? (1n << BigInt(n * 8)) + BigInt(i) : i).toString(16)}`;
|
|
46
|
+
return n ? x(c, n) : c;
|
|
47
|
+
}
|
|
48
|
+
function j(t, e = {}) {
|
|
49
|
+
return w($.encode(t), e);
|
|
50
|
+
}
|
|
51
|
+
function x(t, e) {
|
|
52
|
+
return d(t, { dir: "left", size: e });
|
|
53
|
+
}
|
|
54
|
+
function E(t, e) {
|
|
55
|
+
return d(t, { dir: "right", size: e });
|
|
56
|
+
}
|
|
57
|
+
function v(t, e, r, n = {}) {
|
|
58
|
+
const { strict: i } = n;
|
|
59
|
+
p(t, e);
|
|
60
|
+
const s = `0x${t.replace("0x", "").slice((e ?? 0) * 2, (r ?? t.length) * 2)}`;
|
|
61
|
+
return i && m(s, e, r), s;
|
|
62
|
+
}
|
|
63
|
+
function A(t) {
|
|
64
|
+
return Math.ceil((t.length - 2) / 2);
|
|
65
|
+
}
|
|
66
|
+
function N(t, e = {}) {
|
|
67
|
+
const { strict: r = !1 } = e;
|
|
68
|
+
try {
|
|
69
|
+
return y(t, { strict: r }), !0;
|
|
70
|
+
} catch {
|
|
71
|
+
return !1;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
class O extends o {
|
|
75
|
+
constructor({ max: e, min: r, signed: n, size: i, value: s }) {
|
|
76
|
+
super(`Number \`${s}\` is not in safe${i ? ` ${i * 8}-bit` : ""}${n ? " signed" : " unsigned"} integer range ${e ? `(\`${r}\` to \`${e}\`)` : `(above \`${r}\`)`}`), Object.defineProperty(this, "name", {
|
|
77
|
+
enumerable: !0,
|
|
78
|
+
configurable: !0,
|
|
79
|
+
writable: !0,
|
|
80
|
+
value: "Hex.IntegerOutOfRangeError"
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
class f extends o {
|
|
85
|
+
constructor(e) {
|
|
86
|
+
super(`Value \`${typeof e == "object" ? b(e) : e}\` of type \`${typeof e}\` is an invalid hex type.`, {
|
|
87
|
+
metaMessages: ['Hex types must be represented as `"0x${string}"`.']
|
|
88
|
+
}), Object.defineProperty(this, "name", {
|
|
89
|
+
enumerable: !0,
|
|
90
|
+
configurable: !0,
|
|
91
|
+
writable: !0,
|
|
92
|
+
value: "Hex.InvalidHexTypeError"
|
|
93
|
+
});
|
|
54
94
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
return { ...t, overloads: m };
|
|
60
|
-
})();
|
|
61
|
-
if (!c)
|
|
62
|
-
throw new d({ name: r });
|
|
63
|
-
return {
|
|
64
|
-
...c,
|
|
65
|
-
...f ? { hash: s(c) } : {}
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
function T(e) {
|
|
69
|
-
return A(s(e), 0, 4);
|
|
70
|
-
}
|
|
71
|
-
function F(e) {
|
|
72
|
-
const r = typeof e == "string" ? e : h(e);
|
|
73
|
-
return p(r);
|
|
74
|
-
}
|
|
75
|
-
function s(e) {
|
|
76
|
-
return typeof e != "string" && "hash" in e && e.hash ? e.hash : v(S(F(e)));
|
|
77
|
-
}
|
|
78
|
-
class O extends y {
|
|
79
|
-
constructor(r, i) {
|
|
80
|
-
super("Found ambiguous types in overloaded ABI Items.", {
|
|
95
|
+
}
|
|
96
|
+
class l extends o {
|
|
97
|
+
constructor(e) {
|
|
98
|
+
super(`Value \`${e}\` is an invalid hex value.`, {
|
|
81
99
|
metaMessages: [
|
|
82
|
-
|
|
83
|
-
`\`${r.type}\` in \`${p(h(r.abiItem))}\`, and`,
|
|
84
|
-
`\`${i.type}\` in \`${p(h(i.abiItem))}\``,
|
|
85
|
-
"",
|
|
86
|
-
"These types encode differently and cannot be distinguished at runtime.",
|
|
87
|
-
"Remove one of the ambiguous items in the ABI."
|
|
100
|
+
'Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).'
|
|
88
101
|
]
|
|
89
102
|
}), Object.defineProperty(this, "name", {
|
|
90
103
|
enumerable: !0,
|
|
91
104
|
configurable: !0,
|
|
92
105
|
writable: !0,
|
|
93
|
-
value: "
|
|
106
|
+
value: "Hex.InvalidHexValueError"
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
class _ extends o {
|
|
111
|
+
constructor({ givenSize: e, maxSize: r }) {
|
|
112
|
+
super(`Size cannot exceed \`${r}\` bytes. Given size: \`${e}\` bytes.`), Object.defineProperty(this, "name", {
|
|
113
|
+
enumerable: !0,
|
|
114
|
+
configurable: !0,
|
|
115
|
+
writable: !0,
|
|
116
|
+
value: "Hex.SizeOverflowError"
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
class M extends o {
|
|
121
|
+
constructor({ offset: e, position: r, size: n }) {
|
|
122
|
+
super(`Slice ${r === "start" ? "starting" : "ending"} at offset \`${e}\` is out-of-bounds (size: \`${n}\`).`), Object.defineProperty(this, "name", {
|
|
123
|
+
enumerable: !0,
|
|
124
|
+
configurable: !0,
|
|
125
|
+
writable: !0,
|
|
126
|
+
value: "Hex.SliceOffsetOutOfBoundsError"
|
|
94
127
|
});
|
|
95
128
|
}
|
|
96
129
|
}
|
|
97
|
-
class
|
|
98
|
-
constructor({
|
|
99
|
-
|
|
100
|
-
super(`ABI ${n}${f} not found.`), Object.defineProperty(this, "name", {
|
|
130
|
+
class R extends o {
|
|
131
|
+
constructor({ size: e, targetSize: r, type: n }) {
|
|
132
|
+
super(`${n.charAt(0).toUpperCase()}${n.slice(1).toLowerCase()} size (\`${e}\`) exceeds padding size (\`${r}\`).`), Object.defineProperty(this, "name", {
|
|
101
133
|
enumerable: !0,
|
|
102
134
|
configurable: !0,
|
|
103
135
|
writable: !0,
|
|
104
|
-
value: "
|
|
136
|
+
value: "Hex.SizeExceedsPaddingSizeError"
|
|
105
137
|
});
|
|
106
138
|
}
|
|
107
139
|
}
|
|
108
140
|
export {
|
|
109
|
-
O as
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
141
|
+
O as IntegerOutOfRangeError,
|
|
142
|
+
f as InvalidHexTypeError,
|
|
143
|
+
l as InvalidHexValueError,
|
|
144
|
+
R as SizeExceedsPaddingSizeError,
|
|
145
|
+
_ as SizeOverflowError,
|
|
146
|
+
M as SliceOffsetOutOfBoundsError,
|
|
147
|
+
y as assert,
|
|
148
|
+
B as concat,
|
|
149
|
+
P as fromBoolean,
|
|
150
|
+
w as fromBytes,
|
|
151
|
+
V as fromNumber,
|
|
152
|
+
j as fromString,
|
|
153
|
+
x as padLeft,
|
|
154
|
+
E as padRight,
|
|
155
|
+
A as size,
|
|
156
|
+
v as slice,
|
|
157
|
+
N as validate
|
|
116
158
|
};
|
package/dist/index263.cjs
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
`)),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.LengthMismatchError"})}}class w extends d.BaseError{constructor(e){super(`Value \`${e}\` is not a valid array.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.InvalidArrayError"})}}class E extends d.BaseError{constructor(e){super(`Type \`${e}\` is not a valid ABI Type.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.InvalidTypeError"})}}exports.ArrayLengthMismatchError=A;exports.BytesSizeMismatchError=y;exports.InvalidArrayError=w;exports.InvalidTypeError=E;exports.LengthMismatchError=m;exports.encode=P;exports.encodePacked=l;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./index262.cjs");function r(e){return{address:e.address,amount:o.fromNumber(e.amount),index:o.fromNumber(e.index),validatorIndex:o.fromNumber(e.validatorIndex)}}exports.toRpc=r;
|
package/dist/index263.js
CHANGED
|
@@ -1,137 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
throw new b({
|
|
10
|
-
expectedLength: n.length,
|
|
11
|
-
givenLength: e.length
|
|
12
|
-
});
|
|
13
|
-
const a = z({
|
|
14
|
-
checksumAddress: r,
|
|
15
|
-
parameters: n,
|
|
16
|
-
values: e
|
|
17
|
-
}), s = I(a);
|
|
18
|
-
return s.length === 0 ? "0x" : s;
|
|
19
|
-
}
|
|
20
|
-
function m(n, e) {
|
|
21
|
-
if (n.length !== e.length)
|
|
22
|
-
throw new b({
|
|
23
|
-
expectedLength: n.length,
|
|
24
|
-
givenLength: e.length
|
|
25
|
-
});
|
|
26
|
-
const t = [];
|
|
27
|
-
for (let r = 0; r < n.length; r++) {
|
|
28
|
-
const a = n[r], s = e[r];
|
|
29
|
-
t.push(m.encode(a, s));
|
|
30
|
-
}
|
|
31
|
-
return g(...t);
|
|
32
|
-
}
|
|
33
|
-
(function(n) {
|
|
34
|
-
function e(t, r, a = !1) {
|
|
35
|
-
if (t === "address") {
|
|
36
|
-
const i = r;
|
|
37
|
-
return p(i), f(i.toLowerCase(), a ? 32 : 0);
|
|
38
|
-
}
|
|
39
|
-
if (t === "string")
|
|
40
|
-
return x(r);
|
|
41
|
-
if (t === "bytes")
|
|
42
|
-
return r;
|
|
43
|
-
if (t === "bool")
|
|
44
|
-
return f(w(r), a ? 32 : 1);
|
|
45
|
-
const s = t.match(A);
|
|
46
|
-
if (s) {
|
|
47
|
-
const [i, o, c = "256"] = s, h = Number.parseInt(c) / 8;
|
|
48
|
-
return E(r, {
|
|
49
|
-
size: a ? 32 : h,
|
|
50
|
-
signed: o === "int"
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
const d = t.match($);
|
|
54
|
-
if (d) {
|
|
55
|
-
const [i, o] = d;
|
|
56
|
-
if (Number.parseInt(o) !== (r.length - 2) / 2)
|
|
57
|
-
throw new M({
|
|
58
|
-
expectedSize: Number.parseInt(o),
|
|
59
|
-
value: r
|
|
60
|
-
});
|
|
61
|
-
return P(r, a ? 32 : 0);
|
|
62
|
-
}
|
|
63
|
-
const l = t.match(L);
|
|
64
|
-
if (l && Array.isArray(r)) {
|
|
65
|
-
const [i, o] = l, c = [];
|
|
66
|
-
for (let h = 0; h < r.length; h++)
|
|
67
|
-
c.push(e(o, r[h], !0));
|
|
68
|
-
return c.length === 0 ? "0x" : g(...c);
|
|
69
|
-
}
|
|
70
|
-
throw new j(t);
|
|
71
|
-
}
|
|
72
|
-
n.encode = e;
|
|
73
|
-
})(m || (m = {}));
|
|
74
|
-
class R extends u {
|
|
75
|
-
constructor({ expectedLength: e, givenLength: t, type: r }) {
|
|
76
|
-
super(`Array length mismatch for type \`${r}\`. Expected: \`${e}\`. Given: \`${t}\`.`), Object.defineProperty(this, "name", {
|
|
77
|
-
enumerable: !0,
|
|
78
|
-
configurable: !0,
|
|
79
|
-
writable: !0,
|
|
80
|
-
value: "AbiParameters.ArrayLengthMismatchError"
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
class M extends u {
|
|
85
|
-
constructor({ expectedSize: e, value: t }) {
|
|
86
|
-
super(`Size of bytes "${t}" (bytes${y(t)}) does not match expected size (bytes${e}).`), Object.defineProperty(this, "name", {
|
|
87
|
-
enumerable: !0,
|
|
88
|
-
configurable: !0,
|
|
89
|
-
writable: !0,
|
|
90
|
-
value: "AbiParameters.BytesSizeMismatchError"
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
class b extends u {
|
|
95
|
-
constructor({ expectedLength: e, givenLength: t }) {
|
|
96
|
-
super([
|
|
97
|
-
"ABI encoding parameters/values length mismatch.",
|
|
98
|
-
`Expected length (parameters): ${e}`,
|
|
99
|
-
`Given length (values): ${t}`
|
|
100
|
-
].join(`
|
|
101
|
-
`)), Object.defineProperty(this, "name", {
|
|
102
|
-
enumerable: !0,
|
|
103
|
-
configurable: !0,
|
|
104
|
-
writable: !0,
|
|
105
|
-
value: "AbiParameters.LengthMismatchError"
|
|
106
|
-
});
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
class _ extends u {
|
|
110
|
-
constructor(e) {
|
|
111
|
-
super(`Value \`${e}\` is not a valid array.`), Object.defineProperty(this, "name", {
|
|
112
|
-
enumerable: !0,
|
|
113
|
-
configurable: !0,
|
|
114
|
-
writable: !0,
|
|
115
|
-
value: "AbiParameters.InvalidArrayError"
|
|
116
|
-
});
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
class j extends u {
|
|
120
|
-
constructor(e) {
|
|
121
|
-
super(`Type \`${e}\` is not a valid ABI Type.`), Object.defineProperty(this, "name", {
|
|
122
|
-
enumerable: !0,
|
|
123
|
-
configurable: !0,
|
|
124
|
-
writable: !0,
|
|
125
|
-
value: "AbiParameters.InvalidTypeError"
|
|
126
|
-
});
|
|
127
|
-
}
|
|
1
|
+
import { fromNumber as e } from "./index262.js";
|
|
2
|
+
function r(o) {
|
|
3
|
+
return {
|
|
4
|
+
address: o.address,
|
|
5
|
+
amount: e(o.amount),
|
|
6
|
+
index: e(o.index),
|
|
7
|
+
validatorIndex: e(o.validatorIndex)
|
|
8
|
+
};
|
|
128
9
|
}
|
|
129
10
|
export {
|
|
130
|
-
|
|
131
|
-
M as BytesSizeMismatchError,
|
|
132
|
-
_ as InvalidArrayError,
|
|
133
|
-
j as InvalidTypeError,
|
|
134
|
-
b as LengthMismatchError,
|
|
135
|
-
N as encode,
|
|
136
|
-
m as encodePacked
|
|
11
|
+
r as toRpc
|
|
137
12
|
};
|
package/dist/index280.cjs
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function x(e){var c,d,f;const{scheme:n,statement:t,...p}=((c=e.match(h))==null?void 0:c.groups)??{},{chainId:s,expirationTime:i,issuedAt:o,notBefore:r,requestId:a,...m}=((d=e.match(A))==null?void 0:d.groups)??{},u=(f=e.split("Resources:")[1])==null?void 0:f.split(`
|
|
2
|
+
- `).slice(1);return{...p,...m,...s?{chainId:Number(s)}:{},...i?{expirationTime:new Date(i)}:{},...o?{issuedAt:new Date(o)}:{},...r?{notBefore:new Date(r)}:{},...a?{requestId:a}:{},...u?{resources:u}:{},...n?{scheme:n}:{},...t?{statement:t}:{}}}const h=/^(?:(?<scheme>[a-zA-Z][a-zA-Z0-9+-.]*):\/\/)?(?<domain>[a-zA-Z0-9+-.]*(?::[0-9]{1,5})?) (?:wants you to sign in with your Ethereum account:\n)(?<address>0x[a-fA-F0-9]{40})\n\n(?:(?<statement>.*)\n\n)?/,A=/(?:URI: (?<uri>.+))\n(?:Version: (?<version>.+))\n(?:Chain ID: (?<chainId>\d+))\n(?:Nonce: (?<nonce>[a-zA-Z0-9]+))\n(?:Issued At: (?<issuedAt>.+))(?:\nExpiration Time: (?<expirationTime>.+))?(?:\nNot Before: (?<notBefore>.+))?(?:\nRequest ID: (?<requestId>.+))?/;exports.parseSiweMessage=x;
|
package/dist/index280.js
CHANGED
|
@@ -1,14 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
function A(e) {
|
|
2
|
+
var c, d, f;
|
|
3
|
+
const { scheme: n, statement: t, ...p } = ((c = e.match(m)) == null ? void 0 : c.groups) ?? {}, { chainId: s, expirationTime: i, issuedAt: o, notBefore: r, requestId: a, ...x } = ((d = e.match(h)) == null ? void 0 : d.groups) ?? {}, u = (f = e.split("Resources:")[1]) == null ? void 0 : f.split(`
|
|
4
|
+
- `).slice(1);
|
|
5
|
+
return {
|
|
6
|
+
...p,
|
|
7
|
+
...x,
|
|
8
|
+
...s ? { chainId: Number(s) } : {},
|
|
9
|
+
...i ? { expirationTime: new Date(i) } : {},
|
|
10
|
+
...o ? { issuedAt: new Date(o) } : {},
|
|
11
|
+
...r ? { notBefore: new Date(r) } : {},
|
|
12
|
+
...a ? { requestId: a } : {},
|
|
13
|
+
...u ? { resources: u } : {},
|
|
14
|
+
...n ? { scheme: n } : {},
|
|
15
|
+
...t ? { statement: t } : {}
|
|
16
|
+
};
|
|
10
17
|
}
|
|
18
|
+
const m = /^(?:(?<scheme>[a-zA-Z][a-zA-Z0-9+-.]*):\/\/)?(?<domain>[a-zA-Z0-9+-.]*(?::[0-9]{1,5})?) (?:wants you to sign in with your Ethereum account:\n)(?<address>0x[a-fA-F0-9]{40})\n\n(?:(?<statement>.*)\n\n)?/, h = /(?:URI: (?<uri>.+))\n(?:Version: (?<version>.+))\n(?:Chain ID: (?<chainId>\d+))\n(?:Nonce: (?<nonce>[a-zA-Z0-9]+))\n(?:Issued At: (?<issuedAt>.+))(?:\nExpiration Time: (?<expirationTime>.+))?(?:\nNot Before: (?<notBefore>.+))?(?:\nRequest ID: (?<requestId>.+))?/;
|
|
11
19
|
export {
|
|
12
|
-
|
|
13
|
-
s as withDedupe
|
|
20
|
+
A as parseSiweMessage
|
|
14
21
|
};
|
package/dist/index281.cjs
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
2
|
-
- `).slice(1);return{...p,...m,...s?{chainId:Number(s)}:{},...i?{expirationTime:new Date(i)}:{},...o?{issuedAt:new Date(o)}:{},...r?{notBefore:new Date(r)}:{},...a?{requestId:a}:{},...u?{resources:u}:{},...n?{scheme:n}:{},...t?{statement:t}:{}}}const h=/^(?:(?<scheme>[a-zA-Z][a-zA-Z0-9+-.]*):\/\/)?(?<domain>[a-zA-Z0-9+-.]*(?::[0-9]{1,5})?) (?:wants you to sign in with your Ethereum account:\n)(?<address>0x[a-fA-F0-9]{40})\n\n(?:(?<statement>.*)\n\n)?/,A=/(?:URI: (?<uri>.+))\n(?:Version: (?<version>.+))\n(?:Chain ID: (?<chainId>\d+))\n(?:Nonce: (?<nonce>[a-zA-Z0-9]+))\n(?:Issued At: (?<issuedAt>.+))(?:\nExpiration Time: (?<expirationTime>.+))?(?:\nNot Before: (?<notBefore>.+))?(?:\nRequest ID: (?<requestId>.+))?/;exports.parseSiweMessage=x;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index149.cjs");function o(n){const{address:r,domain:s,message:e,nonce:t,scheme:a,time:i=new Date}=n;if(s&&e.domain!==s||t&&e.nonce!==t||a&&e.scheme!==a||e.expirationTime&&i>=e.expirationTime||e.notBefore&&i<e.notBefore)return!1;try{if(!e.address||r&&!f.isAddressEqual(e.address,r))return!1}catch{return!1}return!0}exports.validateSiweMessage=o;
|