@gardenfi/utils 2.0.3 → 2.0.4
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 +22 -17
- package/dist/index10.cjs +1 -1
- package/dist/index10.js +32 -17
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +14 -183
- package/dist/index12.cjs +1 -1
- package/dist/index12.js +186 -92
- package/dist/index13.cjs +1 -16
- package/dist/index13.js +93 -113
- package/dist/index14.cjs +16 -1
- package/dist/index14.js +112 -30
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +18 -17
- package/dist/index16.cjs +1 -1
- package/dist/index16.js +31 -18
- package/dist/index17.cjs +1 -1
- package/dist/index17.js +17 -7
- package/dist/index18.cjs +1 -1
- package/dist/index18.js +6 -19
- package/dist/index19.cjs +1 -1
- package/dist/index19.js +20 -21
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +21 -8
- package/dist/index21.cjs +1 -1
- package/dist/index21.js +8 -31
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +31 -26
- package/dist/index23.cjs +1 -1
- package/dist/index23.js +25 -22
- package/dist/index24.cjs +1 -1
- package/dist/index24.js +22 -50
- package/dist/index25.cjs +1 -1
- package/dist/index25.js +51 -12
- package/dist/index26.cjs +1 -1
- package/dist/index26.js +12 -24
- package/dist/index27.cjs +1 -1
- package/dist/index27.js +24 -75
- package/dist/index28.cjs +1 -1
- package/dist/index28.js +74 -22
- package/dist/index29.cjs +1 -1
- package/dist/index29.js +23 -7
- package/dist/index30.cjs +1 -1
- package/dist/index30.js +7 -32
- package/dist/index31.cjs +1 -1
- package/dist/index31.js +31 -14
- package/dist/index32.cjs +1 -1
- package/dist/index32.js +16 -2
- package/dist/index33.cjs +1 -1
- package/dist/index33.js +2 -9
- package/dist/index34.cjs +1 -1
- package/dist/index34.js +8 -20
- package/dist/index35.cjs +1 -1
- package/dist/index35.js +20 -12
- package/dist/index36.cjs +1 -1
- package/dist/index36.js +10 -32
- package/dist/index37.cjs +1 -2
- package/dist/index37.js +33 -58
- package/dist/index38.cjs +2 -1
- package/dist/index38.js +60 -2
- package/dist/index39.cjs +1 -1
- package/dist/index39.js +2 -5
- package/dist/index4.cjs +1 -1
- package/dist/index4.js +2 -2
- package/dist/index40.cjs +1 -1
- package/dist/index40.js +4 -11
- package/dist/index41.cjs +1 -1
- package/dist/index41.js +11 -3
- package/dist/index42.cjs +1 -1
- package/dist/index42.js +3 -21
- package/dist/index43.cjs +1 -1
- package/dist/index43.js +21 -12
- package/dist/index44.cjs +1 -1
- package/dist/index44.js +11 -54
- package/dist/index45.cjs +1 -1
- package/dist/index45.js +55 -6
- package/dist/index46.cjs +1 -1
- package/dist/index46.js +6 -21
- package/dist/index47.cjs +1 -1
- package/dist/index47.js +21 -11
- package/dist/index48.cjs +1 -1
- package/dist/index48.js +11 -3
- package/dist/index49.cjs +1 -1
- package/dist/index49.js +3 -11
- package/dist/index5.cjs +1 -1
- package/dist/index5.js +43 -19
- package/dist/index50.cjs +1 -1
- package/dist/index50.js +11 -19
- package/dist/index51.cjs +1 -1
- package/dist/index51.js +19 -6
- package/dist/index52.cjs +1 -1
- package/dist/index52.js +6 -8
- package/dist/index53.cjs +1 -1
- package/dist/index53.js +8 -104
- package/dist/index54.cjs +1 -1
- package/dist/index54.js +102 -26
- package/dist/index55.cjs +1 -1
- package/dist/index55.js +27 -17
- package/dist/index56.cjs +1 -1
- package/dist/index56.js +16 -36
- package/dist/index57.cjs +1 -0
- package/dist/index57.js +41 -0
- package/dist/index6.cjs +1 -1
- package/dist/index6.js +19 -104
- package/dist/index7.cjs +1 -1
- package/dist/index7.js +104 -10
- package/dist/index8.cjs +1 -1
- package/dist/index8.js +15 -2
- package/dist/index9.cjs +1 -1
- package/dist/index9.js +2 -34
- package/dist/src/index.d.ts +1 -0
- package/dist/src/lib/result.d.ts +16 -0
- package/package.json +1 -1
package/dist/index28.js
CHANGED
|
@@ -1,26 +1,78 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { hexToBigInt as h } from "./index29.js";
|
|
2
|
+
import { getAction as v } from "./index30.js";
|
|
3
|
+
import { observe as i } from "./index31.js";
|
|
4
|
+
import { poll as d } from "./index32.js";
|
|
5
|
+
import { stringify as y } from "./index33.js";
|
|
6
|
+
import { getBlockNumber as g } from "./index21.js";
|
|
7
|
+
function j(t, { emitOnBegin: b = !1, emitMissed: f = !1, onBlockNumber: p, onError: n, poll: k, pollingInterval: m = t.pollingInterval }) {
|
|
8
|
+
const B = typeof k < "u" ? k : !(t.transport.type === "webSocket" || t.transport.type === "fallback" && t.transport.transports[0].config.type === "webSocket");
|
|
9
|
+
let r;
|
|
10
|
+
return B ? (() => {
|
|
11
|
+
const l = y([
|
|
12
|
+
"watchBlockNumber",
|
|
13
|
+
t.uid,
|
|
14
|
+
b,
|
|
15
|
+
f,
|
|
16
|
+
m
|
|
17
|
+
]);
|
|
18
|
+
return i(l, { onBlockNumber: p, onError: n }, (e) => d(async () => {
|
|
19
|
+
var a;
|
|
20
|
+
try {
|
|
21
|
+
const o = await v(t, g, "getBlockNumber")({ cacheTime: 0 });
|
|
22
|
+
if (r) {
|
|
23
|
+
if (o === r)
|
|
24
|
+
return;
|
|
25
|
+
if (o - r > 1 && f)
|
|
26
|
+
for (let s = r + 1n; s < o; s++)
|
|
27
|
+
e.onBlockNumber(s, r), r = s;
|
|
28
|
+
}
|
|
29
|
+
(!r || o > r) && (e.onBlockNumber(o, r), r = o);
|
|
30
|
+
} catch (o) {
|
|
31
|
+
(a = e.onError) == null || a.call(e, o);
|
|
32
|
+
}
|
|
33
|
+
}, {
|
|
34
|
+
emitOnBegin: b,
|
|
35
|
+
interval: m
|
|
36
|
+
}));
|
|
37
|
+
})() : (() => {
|
|
38
|
+
const l = y([
|
|
39
|
+
"watchBlockNumber",
|
|
40
|
+
t.uid,
|
|
41
|
+
b,
|
|
42
|
+
f
|
|
43
|
+
]);
|
|
44
|
+
return i(l, { onBlockNumber: p, onError: n }, (e) => {
|
|
45
|
+
let a = !0, o = () => a = !1;
|
|
46
|
+
return (async () => {
|
|
47
|
+
try {
|
|
48
|
+
const s = (() => {
|
|
49
|
+
if (t.transport.type === "fallback") {
|
|
50
|
+
const c = t.transport.transports.find((u) => u.config.type === "webSocket");
|
|
51
|
+
return c ? c.value : t.transport;
|
|
52
|
+
}
|
|
53
|
+
return t.transport;
|
|
54
|
+
})(), { unsubscribe: w } = await s.subscribe({
|
|
55
|
+
params: ["newHeads"],
|
|
56
|
+
onData(c) {
|
|
57
|
+
var N;
|
|
58
|
+
if (!a)
|
|
59
|
+
return;
|
|
60
|
+
const u = h((N = c.result) == null ? void 0 : N.number);
|
|
61
|
+
e.onBlockNumber(u, r), r = u;
|
|
62
|
+
},
|
|
63
|
+
onError(c) {
|
|
64
|
+
var u;
|
|
65
|
+
(u = e.onError) == null || u.call(e, c);
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
o = w, a || o();
|
|
69
|
+
} catch (s) {
|
|
70
|
+
n == null || n(s);
|
|
71
|
+
}
|
|
72
|
+
})(), () => o();
|
|
8
73
|
});
|
|
9
|
-
}
|
|
10
|
-
function z(n, i = {}) {
|
|
11
|
-
const { signed: o } = i;
|
|
12
|
-
i.size && s(n, { size: i.size });
|
|
13
|
-
const e = BigInt(n);
|
|
14
|
-
if (!o)
|
|
15
|
-
return e;
|
|
16
|
-
const r = (n.length - 2) / 2, f = (1n << BigInt(r) * 8n - 1n) - 1n;
|
|
17
|
-
return e <= f ? e : e - BigInt(`0x${"f".padStart(r * 2, "f")}`) - 1n;
|
|
18
|
-
}
|
|
19
|
-
function g(n, i = {}) {
|
|
20
|
-
return Number(z(n, i));
|
|
74
|
+
})();
|
|
21
75
|
}
|
|
22
76
|
export {
|
|
23
|
-
|
|
24
|
-
z as hexToBigInt,
|
|
25
|
-
g as hexToNumber
|
|
77
|
+
j as watchBlockNumber
|
|
26
78
|
};
|
package/dist/index29.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function r(
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("./index36.cjs"),r=require("./index40.cjs");function o(e,{size:n}){if(r.size(e)>n)throw new z.SizeOverflowError({givenSize:r.size(e),maxSize:n})}function s(e,n={}){const{signed:u}=n;n.size&&o(e,{size:n.size});const i=BigInt(e);if(!u)return i;const t=(e.length-2)/2,c=(1n<<BigInt(t)*8n-1n)-1n;return i<=c?i:i-BigInt(`0x${"f".padStart(t*2,"f")}`)-1n}function f(e,n={}){return Number(s(e,n))}exports.assertSize=o;exports.hexToBigInt=s;exports.hexToNumber=f;
|
package/dist/index29.js
CHANGED
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { SizeOverflowError as u } from "./index36.js";
|
|
2
|
+
import { size as t } from "./index40.js";
|
|
3
|
+
function s(n, { size: i }) {
|
|
4
|
+
if (t(n) > i)
|
|
5
|
+
throw new u({
|
|
6
|
+
givenSize: t(n),
|
|
7
|
+
maxSize: i
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
function z(n, i = {}) {
|
|
11
|
+
const { signed: o } = i;
|
|
12
|
+
i.size && s(n, { size: i.size });
|
|
13
|
+
const e = BigInt(n);
|
|
14
|
+
if (!o)
|
|
15
|
+
return e;
|
|
16
|
+
const r = (n.length - 2) / 2, f = (1n << BigInt(r) * 8n - 1n) - 1n;
|
|
17
|
+
return e <= f ? e : e - BigInt(`0x${"f".padStart(r * 2, "f")}`) - 1n;
|
|
18
|
+
}
|
|
19
|
+
function g(n, i = {}) {
|
|
20
|
+
return Number(z(n, i));
|
|
7
21
|
}
|
|
8
22
|
export {
|
|
9
|
-
|
|
23
|
+
s as assertSize,
|
|
24
|
+
z as hexToBigInt,
|
|
25
|
+
g as hexToNumber
|
|
10
26
|
};
|
package/dist/index30.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 r(t,e,o){const i=t[e.name];if(typeof i=="function")return i;const n=t[o];return typeof n=="function"?n:c=>e(t,c)}exports.getAction=r;
|
package/dist/index30.js
CHANGED
|
@@ -1,35 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}, r = () => {
|
|
8
|
-
const n = s();
|
|
9
|
-
if (!n.some((c) => c.id === i))
|
|
10
|
-
return;
|
|
11
|
-
const t = h.get(e);
|
|
12
|
-
n.length === 1 && t && t(), C();
|
|
13
|
-
}, o = s();
|
|
14
|
-
if (l.set(e, [
|
|
15
|
-
...o,
|
|
16
|
-
{ id: i, fns: f }
|
|
17
|
-
]), o && o.length > 0)
|
|
18
|
-
return r;
|
|
19
|
-
const u = {};
|
|
20
|
-
for (const n in f)
|
|
21
|
-
u[n] = (...t) => {
|
|
22
|
-
var p, g;
|
|
23
|
-
const c = s();
|
|
24
|
-
if (c.length !== 0)
|
|
25
|
-
for (const k of c)
|
|
26
|
-
(g = (p = k.fns)[n]) == null || g.call(p, ...t);
|
|
27
|
-
};
|
|
28
|
-
const a = w(u);
|
|
29
|
-
return typeof a == "function" && h.set(e, a), r;
|
|
1
|
+
function f(t, n, c) {
|
|
2
|
+
const i = t[n.name];
|
|
3
|
+
if (typeof i == "function")
|
|
4
|
+
return i;
|
|
5
|
+
const o = t[c];
|
|
6
|
+
return typeof o == "function" ? o : (e) => n(t, e);
|
|
30
7
|
}
|
|
31
8
|
export {
|
|
32
|
-
|
|
33
|
-
l as listenersCache,
|
|
34
|
-
y as observe
|
|
9
|
+
f as getAction
|
|
35
10
|
};
|
package/dist/index31.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=new Map,r=new Map;let m=0;function w(n,u,C){const o=++m,s=()=>i.get(n)||[],y=()=>{const t=s();i.set(n,t.filter(e=>e.id!==o))},a=()=>{const t=s();if(!t.some(c=>c.id===o))return;const e=r.get(n);t.length===1&&e&&e(),y()},l=s();if(i.set(n,[...l,{id:o,fns:u}]),l&&l.length>0)return a;const f={};for(const t in u)f[t]=(...e)=>{var h,p;const c=s();if(c.length!==0)for(const b of c)(p=(h=b.fns)[t])==null||p.call(h,...e)};const g=C(f);return typeof g=="function"&&r.set(n,g),a}exports.cleanupCache=r;exports.listenersCache=i;exports.observe=w;
|
package/dist/index31.js
CHANGED
|
@@ -1,18 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
const l = /* @__PURE__ */ new Map(), h = /* @__PURE__ */ new Map();
|
|
2
|
+
let m = 0;
|
|
3
|
+
function y(e, f, w) {
|
|
4
|
+
const i = ++m, s = () => l.get(e) || [], C = () => {
|
|
5
|
+
const n = s();
|
|
6
|
+
l.set(e, n.filter((t) => t.id !== i));
|
|
7
|
+
}, r = () => {
|
|
8
|
+
const n = s();
|
|
9
|
+
if (!n.some((c) => c.id === i))
|
|
10
|
+
return;
|
|
11
|
+
const t = h.get(e);
|
|
12
|
+
n.length === 1 && t && t(), C();
|
|
13
|
+
}, o = s();
|
|
14
|
+
if (l.set(e, [
|
|
15
|
+
...o,
|
|
16
|
+
{ id: i, fns: f }
|
|
17
|
+
]), o && o.length > 0)
|
|
18
|
+
return r;
|
|
19
|
+
const u = {};
|
|
20
|
+
for (const n in f)
|
|
21
|
+
u[n] = (...t) => {
|
|
22
|
+
var p, g;
|
|
23
|
+
const c = s();
|
|
24
|
+
if (c.length !== 0)
|
|
25
|
+
for (const k of c)
|
|
26
|
+
(g = (p = k.fns)[n]) == null || g.call(p, ...t);
|
|
12
27
|
};
|
|
13
|
-
|
|
14
|
-
|
|
28
|
+
const a = w(u);
|
|
29
|
+
return typeof a == "function" && h.set(e, a), r;
|
|
15
30
|
}
|
|
16
31
|
export {
|
|
17
|
-
|
|
32
|
+
h as cleanupCache,
|
|
33
|
+
l as listenersCache,
|
|
34
|
+
y as observe
|
|
18
35
|
};
|
package/dist/index32.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 u=require("./index42.cjs");function s(o,{emitOnBegin:w,initialWaitTime:t,interval:c}){let e=!0;const a=()=>e=!1;return(async()=>{let n;w&&(n=await o({unpoll:a}));const r=await(t==null?void 0:t(n))??c;await u.wait(r);const l=async()=>{e&&(await o({unpoll:a}),await u.wait(c),l())};l()})(),a}exports.poll=s;
|
package/dist/index32.js
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
import { wait as l } from "./index42.js";
|
|
2
|
+
function f(o, { emitOnBegin: r, initialWaitTime: t, interval: c }) {
|
|
3
|
+
let n = !0;
|
|
4
|
+
const a = () => n = !1;
|
|
5
|
+
return (async () => {
|
|
6
|
+
let w;
|
|
7
|
+
r && (w = await o({ unpoll: a }));
|
|
8
|
+
const s = await (t == null ? void 0 : t(w)) ?? c;
|
|
9
|
+
await l(s);
|
|
10
|
+
const u = async () => {
|
|
11
|
+
n && (await o({ unpoll: a }), await l(c), u());
|
|
12
|
+
};
|
|
13
|
+
u();
|
|
14
|
+
})(), a;
|
|
15
|
+
}
|
|
2
16
|
export {
|
|
3
|
-
|
|
17
|
+
f as poll
|
|
4
18
|
};
|
package/dist/index33.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=(e,n,i)=>JSON.stringify(e,(o,t)=>typeof t=="bigint"?t.toString():t,i);exports.stringify=r;
|
package/dist/index33.js
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
let e = () => {
|
|
3
|
-
}, n = () => {
|
|
4
|
-
};
|
|
5
|
-
return { promise: new Promise((r, o) => {
|
|
6
|
-
e = r, n = o;
|
|
7
|
-
}), resolve: e, reject: n };
|
|
8
|
-
}
|
|
1
|
+
const g = (r, n, i) => JSON.stringify(r, (e, t) => typeof t == "bigint" ? t.toString() : t, i);
|
|
9
2
|
export {
|
|
10
|
-
|
|
3
|
+
g as stringify
|
|
11
4
|
};
|
package/dist/index34.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 i(){let e=()=>{},t=()=>{};return{promise:new Promise((r,o)=>{e=r,t=o}),resolve:e,reject:t}}exports.withResolvers=i;
|
package/dist/index34.js
CHANGED
|
@@ -1,23 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
9
|
-
try {
|
|
10
|
-
const t = await n();
|
|
11
|
-
s(t);
|
|
12
|
-
} catch (t) {
|
|
13
|
-
if (r < o && await c({ count: r, error: t }))
|
|
14
|
-
return f({ error: t });
|
|
15
|
-
y(t);
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
a();
|
|
19
|
-
});
|
|
1
|
+
function i() {
|
|
2
|
+
let e = () => {
|
|
3
|
+
}, n = () => {
|
|
4
|
+
};
|
|
5
|
+
return { promise: new Promise((r, o) => {
|
|
6
|
+
e = r, n = o;
|
|
7
|
+
}), resolve: e, reject: n };
|
|
20
8
|
}
|
|
21
9
|
export {
|
|
22
|
-
|
|
10
|
+
i as withResolvers
|
|
23
11
|
};
|
package/dist/index35.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 u=require("./index42.cjs");function f(n,{delay:e=100,retryCount:o=2,shouldRetry:c=()=>!0}={}){return new Promise((s,y)=>{const a=async({count:r=0}={})=>{const w=async({error:t})=>{const i=typeof e=="function"?e({count:r,error:t}):e;i&&await u.wait(i),a({count:r+1})};try{const t=await n();s(t)}catch(t){if(r<o&&await c({count:r,error:t}))return w({error:t});y(t)}};a()})}exports.withRetry=f;
|
package/dist/index35.js
CHANGED
|
@@ -1,15 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { wait as w } from "./index42.js";
|
|
2
|
+
function p(n, { delay: e = 100, retryCount: o = 2, shouldRetry: c = () => !0 } = {}) {
|
|
3
|
+
return new Promise((s, y) => {
|
|
4
|
+
const a = async ({ count: r = 0 } = {}) => {
|
|
5
|
+
const f = async ({ error: t }) => {
|
|
6
|
+
const i = typeof e == "function" ? e({ count: r, error: t }) : e;
|
|
7
|
+
i && await w(i), a({ count: r + 1 });
|
|
8
|
+
};
|
|
9
|
+
try {
|
|
10
|
+
const t = await n();
|
|
11
|
+
s(t);
|
|
12
|
+
} catch (t) {
|
|
13
|
+
if (r < o && await c({ count: r, error: t }))
|
|
14
|
+
return f({ error: t });
|
|
15
|
+
y(t);
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
a();
|
|
19
|
+
});
|
|
11
20
|
}
|
|
12
21
|
export {
|
|
13
|
-
|
|
14
|
-
c as SizeOverflowError
|
|
22
|
+
p as withRetry
|
|
15
23
|
};
|
package/dist/index36.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 n=require("./index38.cjs");class i extends n.BaseError{constructor({max:e,min:r,signed:s,size:t,value:a}){super(`Number "${a}" is not in safe ${t?`${t*8}-bit ${s?"signed":"unsigned"} `:""}integer range ${e?`(${r} to ${e})`:`(above ${r})`}`,{name:"IntegerOutOfRangeError"})}}class u extends n.BaseError{constructor({givenSize:e,maxSize:r}){super(`Size cannot exceed ${r} bytes. Given size: ${e} bytes.`,{name:"SizeOverflowError"})}}exports.IntegerOutOfRangeError=i;exports.SizeOverflowError=u;
|
package/dist/index36.js
CHANGED
|
@@ -1,37 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
if (t === null)
|
|
7
|
-
return n;
|
|
8
|
-
const e = n.replace("0x", "");
|
|
9
|
-
if (e.length > t * 2)
|
|
10
|
-
throw new d({
|
|
11
|
-
size: Math.ceil(e.length / 2),
|
|
12
|
-
targetSize: t,
|
|
13
|
-
type: "hex"
|
|
14
|
-
});
|
|
15
|
-
return `0x${e[r === "right" ? "padEnd" : "padStart"](t * 2, "0")}`;
|
|
1
|
+
import { BaseError as t } from "./index38.js";
|
|
2
|
+
class $ extends t {
|
|
3
|
+
constructor({ max: e, min: r, signed: s, size: n, value: a }) {
|
|
4
|
+
super(`Number "${a}" is not in safe ${n ? `${n * 8}-bit ${s ? "signed" : "unsigned"} ` : ""}integer range ${e ? `(${r} to ${e})` : `(above ${r})`}`, { name: "IntegerOutOfRangeError" });
|
|
5
|
+
}
|
|
16
6
|
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
if (n.length > t)
|
|
21
|
-
throw new d({
|
|
22
|
-
size: n.length,
|
|
23
|
-
targetSize: t,
|
|
24
|
-
type: "bytes"
|
|
25
|
-
});
|
|
26
|
-
const e = new Uint8Array(t);
|
|
27
|
-
for (let a = 0; a < t; a++) {
|
|
28
|
-
const o = r === "right";
|
|
29
|
-
e[o ? a : t - a - 1] = n[o ? a : n.length - a - 1];
|
|
7
|
+
class c extends t {
|
|
8
|
+
constructor({ givenSize: e, maxSize: r }) {
|
|
9
|
+
super(`Size cannot exceed ${r} bytes. Given size: ${e} bytes.`, { name: "SizeOverflowError" });
|
|
30
10
|
}
|
|
31
|
-
return e;
|
|
32
11
|
}
|
|
33
12
|
export {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
p as padHex
|
|
13
|
+
$ as IntegerOutOfRangeError,
|
|
14
|
+
c as SizeOverflowError
|
|
37
15
|
};
|
package/dist/index37.cjs
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
`);super(b,e.cause?{cause:e.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),this.details=r,this.docsPath=n,this.metaMessages=e.metaMessages,this.name=e.name??this.name,this.shortMessage=t,this.version=l.version}walk(t){return d(this,t)}}function d(s,t){return t!=null&&t(s)?s:s&&typeof s=="object"&&"cause"in s&&s.cause!==void 0?d(s.cause,t):t?null:s}exports.BaseError=u;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index52.cjs");function p(e,{dir:n,size:t=32}={}){return typeof e=="string"?o(e,{dir:n,size:t}):l(e,{dir:n,size:t})}function o(e,{dir:n,size:t=32}={}){if(t===null)return e;const r=e.replace("0x","");if(r.length>t*2)throw new i.SizeExceedsPaddingSizeError({size:Math.ceil(r.length/2),targetSize:t,type:"hex"});return`0x${r[n==="right"?"padEnd":"padStart"](t*2,"0")}`}function l(e,{dir:n,size:t=32}={}){if(t===null)return e;if(e.length>t)throw new i.SizeExceedsPaddingSizeError({size:e.length,targetSize:t,type:"bytes"});const r=new Uint8Array(t);for(let a=0;a<t;a++){const d=n==="right";r[d?a:t-a-1]=e[d?a:e.length-a-1]}return r}exports.pad=p;exports.padBytes=l;exports.padHex=o;
|
package/dist/index37.js
CHANGED
|
@@ -1,62 +1,37 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
version: `viem@${l}`
|
|
5
|
-
};
|
|
6
|
-
class r extends Error {
|
|
7
|
-
constructor(t, e = {}) {
|
|
8
|
-
var o;
|
|
9
|
-
const u = (() => {
|
|
10
|
-
var c;
|
|
11
|
-
return e.cause instanceof r ? e.cause.details : (c = e.cause) != null && c.message ? e.cause.message : e.details;
|
|
12
|
-
})(), a = e.cause instanceof r && e.cause.docsPath || e.docsPath, n = (o = i.getDocsUrl) == null ? void 0 : o.call(i, { ...e, docsPath: a }), b = [
|
|
13
|
-
t || "An error occurred.",
|
|
14
|
-
"",
|
|
15
|
-
...e.metaMessages ? [...e.metaMessages, ""] : [],
|
|
16
|
-
...n ? [`Docs: ${n}`] : [],
|
|
17
|
-
...u ? [`Details: ${u}`] : [],
|
|
18
|
-
...i.version ? [`Version: ${i.version}`] : []
|
|
19
|
-
].join(`
|
|
20
|
-
`);
|
|
21
|
-
super(b, e.cause ? { cause: e.cause } : void 0), Object.defineProperty(this, "details", {
|
|
22
|
-
enumerable: !0,
|
|
23
|
-
configurable: !0,
|
|
24
|
-
writable: !0,
|
|
25
|
-
value: void 0
|
|
26
|
-
}), Object.defineProperty(this, "docsPath", {
|
|
27
|
-
enumerable: !0,
|
|
28
|
-
configurable: !0,
|
|
29
|
-
writable: !0,
|
|
30
|
-
value: void 0
|
|
31
|
-
}), Object.defineProperty(this, "metaMessages", {
|
|
32
|
-
enumerable: !0,
|
|
33
|
-
configurable: !0,
|
|
34
|
-
writable: !0,
|
|
35
|
-
value: void 0
|
|
36
|
-
}), Object.defineProperty(this, "shortMessage", {
|
|
37
|
-
enumerable: !0,
|
|
38
|
-
configurable: !0,
|
|
39
|
-
writable: !0,
|
|
40
|
-
value: void 0
|
|
41
|
-
}), Object.defineProperty(this, "version", {
|
|
42
|
-
enumerable: !0,
|
|
43
|
-
configurable: !0,
|
|
44
|
-
writable: !0,
|
|
45
|
-
value: void 0
|
|
46
|
-
}), Object.defineProperty(this, "name", {
|
|
47
|
-
enumerable: !0,
|
|
48
|
-
configurable: !0,
|
|
49
|
-
writable: !0,
|
|
50
|
-
value: "BaseError"
|
|
51
|
-
}), this.details = u, this.docsPath = a, this.metaMessages = e.metaMessages, this.name = e.name ?? this.name, this.shortMessage = t, this.version = l;
|
|
52
|
-
}
|
|
53
|
-
walk(t) {
|
|
54
|
-
return d(this, t);
|
|
55
|
-
}
|
|
1
|
+
import { SizeExceedsPaddingSizeError as d } from "./index52.js";
|
|
2
|
+
function f(n, { dir: r, size: t = 32 } = {}) {
|
|
3
|
+
return typeof n == "string" ? p(n, { dir: r, size: t }) : i(n, { dir: r, size: t });
|
|
56
4
|
}
|
|
57
|
-
function
|
|
58
|
-
|
|
5
|
+
function p(n, { dir: r, size: t = 32 } = {}) {
|
|
6
|
+
if (t === null)
|
|
7
|
+
return n;
|
|
8
|
+
const e = n.replace("0x", "");
|
|
9
|
+
if (e.length > t * 2)
|
|
10
|
+
throw new d({
|
|
11
|
+
size: Math.ceil(e.length / 2),
|
|
12
|
+
targetSize: t,
|
|
13
|
+
type: "hex"
|
|
14
|
+
});
|
|
15
|
+
return `0x${e[r === "right" ? "padEnd" : "padStart"](t * 2, "0")}`;
|
|
16
|
+
}
|
|
17
|
+
function i(n, { dir: r, size: t = 32 } = {}) {
|
|
18
|
+
if (t === null)
|
|
19
|
+
return n;
|
|
20
|
+
if (n.length > t)
|
|
21
|
+
throw new d({
|
|
22
|
+
size: n.length,
|
|
23
|
+
targetSize: t,
|
|
24
|
+
type: "bytes"
|
|
25
|
+
});
|
|
26
|
+
const e = new Uint8Array(t);
|
|
27
|
+
for (let a = 0; a < t; a++) {
|
|
28
|
+
const o = r === "right";
|
|
29
|
+
e[o ? a : t - a - 1] = n[o ? a : n.length - a - 1];
|
|
30
|
+
}
|
|
31
|
+
return e;
|
|
59
32
|
}
|
|
60
33
|
export {
|
|
61
|
-
|
|
34
|
+
f as pad,
|
|
35
|
+
i as padBytes,
|
|
36
|
+
p as padHex
|
|
62
37
|
};
|
package/dist/index38.cjs
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index39.cjs");let i={getDocsUrl:({docsBaseUrl:s,docsPath:t="",docsSlug:e})=>t?`${s??"https://viem.sh"}${t}${e?`#${e}`:""}`:void 0,version:`viem@${l.version}`};class u extends Error{constructor(t,e={}){var o;const r=(()=>{var c;return e.cause instanceof u?e.cause.details:(c=e.cause)!=null&&c.message?e.cause.message:e.details})(),n=e.cause instanceof u&&e.cause.docsPath||e.docsPath,a=(o=i.getDocsUrl)==null?void 0:o.call(i,{...e,docsPath:n}),b=[t||"An error occurred.","",...e.metaMessages?[...e.metaMessages,""]:[],...a?[`Docs: ${a}`]:[],...r?[`Details: ${r}`]:[],...i.version?[`Version: ${i.version}`]:[]].join(`
|
|
2
|
+
`);super(b,e.cause?{cause:e.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),this.details=r,this.docsPath=n,this.metaMessages=e.metaMessages,this.name=e.name??this.name,this.shortMessage=t,this.version=l.version}walk(t){return d(this,t)}}function d(s,t){return t!=null&&t(s)?s:s&&typeof s=="object"&&"cause"in s&&s.cause!==void 0?d(s.cause,t):t?null:s}exports.BaseError=u;
|
package/dist/index38.js
CHANGED
|
@@ -1,4 +1,62 @@
|
|
|
1
|
-
|
|
1
|
+
import { version as l } from "./index39.js";
|
|
2
|
+
let i = {
|
|
3
|
+
getDocsUrl: ({ docsBaseUrl: s, docsPath: t = "", docsSlug: e }) => t ? `${s ?? "https://viem.sh"}${t}${e ? `#${e}` : ""}` : void 0,
|
|
4
|
+
version: `viem@${l}`
|
|
5
|
+
};
|
|
6
|
+
class r extends Error {
|
|
7
|
+
constructor(t, e = {}) {
|
|
8
|
+
var o;
|
|
9
|
+
const u = (() => {
|
|
10
|
+
var c;
|
|
11
|
+
return e.cause instanceof r ? e.cause.details : (c = e.cause) != null && c.message ? e.cause.message : e.details;
|
|
12
|
+
})(), a = e.cause instanceof r && e.cause.docsPath || e.docsPath, n = (o = i.getDocsUrl) == null ? void 0 : o.call(i, { ...e, docsPath: a }), b = [
|
|
13
|
+
t || "An error occurred.",
|
|
14
|
+
"",
|
|
15
|
+
...e.metaMessages ? [...e.metaMessages, ""] : [],
|
|
16
|
+
...n ? [`Docs: ${n}`] : [],
|
|
17
|
+
...u ? [`Details: ${u}`] : [],
|
|
18
|
+
...i.version ? [`Version: ${i.version}`] : []
|
|
19
|
+
].join(`
|
|
20
|
+
`);
|
|
21
|
+
super(b, e.cause ? { cause: e.cause } : void 0), Object.defineProperty(this, "details", {
|
|
22
|
+
enumerable: !0,
|
|
23
|
+
configurable: !0,
|
|
24
|
+
writable: !0,
|
|
25
|
+
value: void 0
|
|
26
|
+
}), Object.defineProperty(this, "docsPath", {
|
|
27
|
+
enumerable: !0,
|
|
28
|
+
configurable: !0,
|
|
29
|
+
writable: !0,
|
|
30
|
+
value: void 0
|
|
31
|
+
}), Object.defineProperty(this, "metaMessages", {
|
|
32
|
+
enumerable: !0,
|
|
33
|
+
configurable: !0,
|
|
34
|
+
writable: !0,
|
|
35
|
+
value: void 0
|
|
36
|
+
}), Object.defineProperty(this, "shortMessage", {
|
|
37
|
+
enumerable: !0,
|
|
38
|
+
configurable: !0,
|
|
39
|
+
writable: !0,
|
|
40
|
+
value: void 0
|
|
41
|
+
}), Object.defineProperty(this, "version", {
|
|
42
|
+
enumerable: !0,
|
|
43
|
+
configurable: !0,
|
|
44
|
+
writable: !0,
|
|
45
|
+
value: void 0
|
|
46
|
+
}), Object.defineProperty(this, "name", {
|
|
47
|
+
enumerable: !0,
|
|
48
|
+
configurable: !0,
|
|
49
|
+
writable: !0,
|
|
50
|
+
value: "BaseError"
|
|
51
|
+
}), this.details = u, this.docsPath = a, this.metaMessages = e.metaMessages, this.name = e.name ?? this.name, this.shortMessage = t, this.version = l;
|
|
52
|
+
}
|
|
53
|
+
walk(t) {
|
|
54
|
+
return d(this, t);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
function d(s, t) {
|
|
58
|
+
return t != null && t(s) ? s : s && typeof s == "object" && "cause" in s && s.cause !== void 0 ? d(s.cause, t) : t ? null : s;
|
|
59
|
+
}
|
|
2
60
|
export {
|
|
3
|
-
|
|
61
|
+
r as BaseError
|
|
4
62
|
};
|
package/dist/index39.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="2.22.23";exports.version=e;
|
package/dist/index39.js
CHANGED
package/dist/index4.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index12.cjs"),a=require("viem"),e=require("./index3.cjs"),p=require("./index13.cjs"),d=async(s,u,o,r)=>{if(!r.account)return c.Err("No account found");const n=a.getContract({address:e.with0x(u),abi:a.erc20Abi,client:r});try{const t=await n.read.allowance([e.with0x(r.account.address),e.with0x(o)]);if(BigInt(t)<BigInt(s)){const i=await n.write.approve([e.with0x(o),a.maxUint256],{account:r.account,chain:r.chain});return(await p.waitForTransactionReceipt(r,{hash:i})).status!=="success"?c.Err("Failed to approve"):c.Ok(i)}return c.Ok("Already approved")}catch(t){return c.Err("Failed to approve: "+t)}};exports.checkAllowanceAndApprove=d;
|