@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/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index2.cjs"),e=require("./index3.cjs"),t=require("./index4.cjs"),r=require("./index5.cjs"),s=require("./index6.cjs"),n=require("./index7.cjs"),c=require("./index8.cjs"),a=require("./index9.cjs"),u=require("./index10.cjs"),p=require("./index11.cjs"),y=require("./index12.cjs"),k=require("./index13.cjs"),l=require("./index14.cjs"),o=require("./index15.cjs"),A=require("./index16.cjs");exports.ApiStatus=i.ApiStatus;exports.Authorization=e.Authorization;exports.Environment=e.Environment;exports.Network=e.Network;exports.add0x=e.add0x;exports.hexToU32Array=e.hexToU32Array;exports.parseJwt=e.parseJwt;exports.sleep=e.sleep;exports.with0x=e.with0x;exports.checkAllowanceAndApprove=t.checkAllowanceAndApprove;exports.waitForTransactionReceipt=t.waitForTransactionReceipt;exports.Err=r.Err;exports.Ok=r.Ok;exports.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./index2.cjs"),e=require("./index3.cjs"),t=require("./index4.cjs"),r=require("./index5.cjs"),s=require("./index6.cjs"),n=require("./index7.cjs"),c=require("./index8.cjs"),a=require("./index9.cjs"),u=require("./index10.cjs"),p=require("./index11.cjs"),y=require("./index12.cjs"),k=require("./index13.cjs"),l=require("./index14.cjs"),o=require("./index15.cjs"),A=require("./index16.cjs");exports.ApiStatus=i.ApiStatus;exports.Authorization=e.Authorization;exports.Environment=e.Environment;exports.Network=e.Network;exports.add0x=e.add0x;exports.hexToU32Array=e.hexToU32Array;exports.parseJwt=e.parseJwt;exports.sleep=e.sleep;exports.with0x=e.with0x;exports.checkAllowanceAndApprove=t.checkAllowanceAndApprove;exports.waitForTransactionReceipt=t.waitForTransactionReceipt;exports.Err=r.Err;exports.Ok=r.Ok;exports.Void=r.Void;exports.DigestKey=s.DigestKey;exports.Url=n.Url;exports.AuthHeaderEnum=c.AuthHeaderEnum;exports.Siwe=a.Siwe;exports.ApiKey=u.ApiKey;exports.Passkey=p.Passkey;exports.PasskeyLogin=y.PasskeyLogin;exports.MemoryStorage=k.MemoryStorage;exports.StoreKeys=l.StoreKeys;exports.fetchBitcoinBlockNumber=o.fetchBitcoinBlockNumber;exports.fetchEVMBlockNumber=o.fetchEVMBlockNumber;exports.EventBroker=A.EventBroker;
|
package/dist/index.js
CHANGED
|
@@ -1,37 +1,36 @@
|
|
|
1
1
|
import { ApiStatus as e } from "./index2.js";
|
|
2
|
-
import { Authorization as p, Environment as m, Network as x, add0x as f, hexToU32Array as i, parseJwt as a, sleep as n, with0x as
|
|
2
|
+
import { Authorization as p, Environment as m, Network as x, add0x as f, hexToU32Array as i, parseJwt as a, sleep as n, with0x as c } from "./index3.js";
|
|
3
3
|
import { checkAllowanceAndApprove as k, waitForTransactionReceipt as A } from "./index4.js";
|
|
4
|
-
import { Err as
|
|
5
|
-
import { DigestKey as
|
|
6
|
-
import { Url as
|
|
7
|
-
import { AuthHeaderEnum as
|
|
8
|
-
import { Siwe as
|
|
9
|
-
import { ApiKey as
|
|
10
|
-
import { Passkey as
|
|
4
|
+
import { Err as y, Ok as l, Void as u } from "./index5.js";
|
|
5
|
+
import { DigestKey as d } from "./index6.js";
|
|
6
|
+
import { Url as B } from "./index7.js";
|
|
7
|
+
import { AuthHeaderEnum as g } from "./index8.js";
|
|
8
|
+
import { Siwe as K } from "./index9.js";
|
|
9
|
+
import { ApiKey as b } from "./index10.js";
|
|
10
|
+
import { Passkey as P } from "./index11.js";
|
|
11
11
|
import { PasskeyLogin as U } from "./index12.js";
|
|
12
12
|
import { MemoryStorage as z } from "./index13.js";
|
|
13
13
|
import { StoreKeys as F } from "./index14.js";
|
|
14
14
|
import { fetchBitcoinBlockNumber as J, fetchEVMBlockNumber as L } from "./index15.js";
|
|
15
|
-
import { EventBroker as
|
|
15
|
+
import { EventBroker as R } from "./index16.js";
|
|
16
16
|
export {
|
|
17
|
-
|
|
17
|
+
b as ApiKey,
|
|
18
18
|
e as ApiStatus,
|
|
19
|
-
|
|
19
|
+
g as AuthHeaderEnum,
|
|
20
20
|
p as Authorization,
|
|
21
|
-
|
|
21
|
+
d as DigestKey,
|
|
22
22
|
m as Environment,
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
y as Err,
|
|
24
|
+
R as EventBroker,
|
|
25
25
|
z as MemoryStorage,
|
|
26
26
|
x as Network,
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
l as Ok,
|
|
28
|
+
P as Passkey,
|
|
29
29
|
U as PasskeyLogin,
|
|
30
|
-
|
|
31
|
-
N as Siwe,
|
|
30
|
+
K as Siwe,
|
|
32
31
|
F as StoreKeys,
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
B as Url,
|
|
33
|
+
u as Void,
|
|
35
34
|
f as add0x,
|
|
36
35
|
k as checkAllowanceAndApprove,
|
|
37
36
|
J as fetchBitcoinBlockNumber,
|
|
@@ -40,5 +39,5 @@ export {
|
|
|
40
39
|
a as parseJwt,
|
|
41
40
|
n as sleep,
|
|
42
41
|
A as waitForTransactionReceipt,
|
|
43
|
-
|
|
42
|
+
c as with0x
|
|
44
43
|
};
|
package/dist/index114.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index262.cjs"),a=require("./index263.cjs");function i(t){return{...typeof t.baseFeePerGas=="bigint"&&{baseFeePerGas:e.fromNumber(t.baseFeePerGas)},...typeof t.blobBaseFee=="bigint"&&{blobBaseFee:e.fromNumber(t.blobBaseFee)},...typeof t.feeRecipient=="string"&&{feeRecipient:t.feeRecipient},...typeof t.gasLimit=="bigint"&&{gasLimit:e.fromNumber(t.gasLimit)},...typeof t.number=="bigint"&&{number:e.fromNumber(t.number)},...typeof t.prevRandao=="bigint"&&{prevRandao:e.fromNumber(t.prevRandao)},...typeof t.time=="bigint"&&{time:e.fromNumber(t.time)},...t.withdrawals&&{withdrawals:t.withdrawals.map(a.toRpc)}}}exports.toRpc=i;
|
package/dist/index114.js
CHANGED
package/dist/index118.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("./index260.cjs"),i=require("./index261.cjs"),u=require("./index262.cjs");function s(e,o){var n;const{bytecode:r,args:t}=o;return u.concat(r,(n=e.inputs)!=null&&n.length&&(t!=null&&t.length)?i.encode(e.inputs,t):"0x")}function d(e){return c.from(e)}exports.encode=s;exports.from=d;
|
package/dist/index118.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { from as m } from "./
|
|
2
|
-
import { encode as c } from "./
|
|
3
|
-
import { concat as f } from "./
|
|
1
|
+
import { from as m } from "./index260.js";
|
|
2
|
+
import { encode as c } from "./index261.js";
|
|
3
|
+
import { concat as f } from "./index262.js";
|
|
4
4
|
function d(o, t) {
|
|
5
5
|
var e;
|
|
6
6
|
const { bytecode: r, args: n } = t;
|
package/dist/index119.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index260.cjs"),s=require("./index261.cjs"),m=require("./index262.cjs");function d(e,...t){const{overloads:r}=e,o=r?u([e,...r],e.name,{args:t[0]}):e,c=f(o),i=t.length>0?s.encode(o.inputs,t[0]):void 0;return i?m.concat(c,i):c}function l(e,t={}){return n.from(e,t)}function u(e,t,r){const o=n.fromAbi(e,t,r);if(o.type!=="function")throw new n.NotFoundError({name:t,type:"function"});return o}function f(e){return n.getSelector(e)}exports.encodeData=d;exports.from=l;exports.fromAbi=u;exports.getSelector=f;
|
package/dist/index119.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { from as c, fromAbi as m, NotFoundError as i, getSelector as s } from "./
|
|
2
|
-
import { encode as u } from "./
|
|
3
|
-
import { concat as d } from "./
|
|
1
|
+
import { from as c, fromAbi as m, NotFoundError as i, getSelector as s } from "./index260.js";
|
|
2
|
+
import { encode as u } from "./index261.js";
|
|
3
|
+
import { concat as d } from "./index262.js";
|
|
4
4
|
function S(o, ...t) {
|
|
5
5
|
const { overloads: r } = o, e = r ? p([o, ...r], o.name, {
|
|
6
6
|
args: t[0]
|
package/dist/index185.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index172.cjs"),f=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index172.cjs"),f=require("./index280.cjs"),h=require("./index281.cjs"),M=require("./index165.cjs");async function S(a,r){const{address:i,domain:t,message:s,nonce:n,scheme:d,signature:c,time:o=new Date,...g}=r,e=f.parseSiweMessage(s);if(!e.address||!h.validateSiweMessage({address:i,domain:t,message:e,nonce:n,scheme:d,time:o}))return!1;const u=l.hashMessage(s);return M.verifyHash(a,{address:e.address,hash:u,signature:c,...g})}exports.verifySiweMessage=S;
|
package/dist/index185.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { hashMessage as g } from "./index172.js";
|
|
2
|
-
import { parseSiweMessage as l } from "./
|
|
3
|
-
import { validateSiweMessage as p } from "./
|
|
2
|
+
import { parseSiweMessage as l } from "./index280.js";
|
|
3
|
+
import { validateSiweMessage as p } from "./index281.js";
|
|
4
4
|
import { verifyHash as h } from "./index165.js";
|
|
5
5
|
async function S(a, r) {
|
|
6
6
|
const { address: i, domain: t, message: s, nonce: o, scheme: n, signature: d, time: m = /* @__PURE__ */ new Date(), ...f } = r, e = l(s);
|
package/dist/index187.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const U=require("./index55.cjs"),p=require("./index180.cjs"),e=require("./index127.cjs"),I=require("./index30.cjs"),q=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const U=require("./index55.cjs"),p=require("./index180.cjs"),e=require("./index127.cjs"),I=require("./index30.cjs"),q=require("./index282.cjs"),m=require("./index145.cjs"),v=require("./index124.cjs");function N(t,E={}){return async(c,h={})=>{var i;const{dedupe:s=!1,methods:o,retryDelay:R=150,retryCount:l=3,uid:f}={...E,...h},{method:d}=c;if((i=o==null?void 0:o.exclude)!=null&&i.includes(d))throw new e.MethodNotSupportedRpcError(new Error("method not supported"),{method:d});if(o!=null&&o.include&&!o.include.includes(d))throw new e.MethodNotSupportedRpcError(new Error("method not supported"),{method:d});const y=s?I.stringToHex(`${f}.${v.stringify(c)}`):void 0;return q.withDedupe(()=>m.withRetry(async()=>{try{return await t(c)}catch(n){const r=n;switch(r.code){case e.ParseRpcError.code:throw new e.ParseRpcError(r);case e.InvalidRequestRpcError.code:throw new e.InvalidRequestRpcError(r);case e.MethodNotFoundRpcError.code:throw new e.MethodNotFoundRpcError(r,{method:c.method});case e.InvalidParamsRpcError.code:throw new e.InvalidParamsRpcError(r);case e.InternalRpcError.code:throw new e.InternalRpcError(r);case e.InvalidInputRpcError.code:throw new e.InvalidInputRpcError(r);case e.ResourceNotFoundRpcError.code:throw new e.ResourceNotFoundRpcError(r);case e.ResourceUnavailableRpcError.code:throw new e.ResourceUnavailableRpcError(r);case e.TransactionRejectedRpcError.code:throw new e.TransactionRejectedRpcError(r);case e.MethodNotSupportedRpcError.code:throw new e.MethodNotSupportedRpcError(r,{method:c.method});case e.LimitExceededRpcError.code:throw new e.LimitExceededRpcError(r);case e.JsonRpcVersionUnsupportedError.code:throw new e.JsonRpcVersionUnsupportedError(r);case e.UserRejectedRequestError.code:throw new e.UserRejectedRequestError(r);case e.UnauthorizedProviderError.code:throw new e.UnauthorizedProviderError(r);case e.UnsupportedProviderMethodError.code:throw new e.UnsupportedProviderMethodError(r);case e.ProviderDisconnectedError.code:throw new e.ProviderDisconnectedError(r);case e.ChainDisconnectedError.code:throw new e.ChainDisconnectedError(r);case e.SwitchChainError.code:throw new e.SwitchChainError(r);case e.UnsupportedNonOptionalCapabilityError.code:throw new e.UnsupportedNonOptionalCapabilityError(r);case e.UnsupportedChainIdError.code:throw new e.UnsupportedChainIdError(r);case e.DuplicateIdError.code:throw new e.DuplicateIdError(r);case e.UnknownBundleIdError.code:throw new e.UnknownBundleIdError(r);case e.BundleTooLargeError.code:throw new e.BundleTooLargeError(r);case e.AtomicReadyWalletRejectedUpgradeError.code:throw new e.AtomicReadyWalletRejectedUpgradeError(r);case e.AtomicityNotSupportedError.code:throw new e.AtomicityNotSupportedError(r);case 5e3:throw new e.UserRejectedRequestError(r);default:throw n instanceof U.BaseError?n:new e.UnknownRpcError(r)}}},{delay:({count:n,error:r})=>{var a;if(r&&r instanceof p.HttpRequestError){const u=(a=r==null?void 0:r.headers)==null?void 0:a.get("Retry-After");if(u!=null&&u.match(/\d/))return Number.parseInt(u)*1e3}return~~(1<<n)*R},retryCount:l,shouldRetry:({error:n})=>w(n)}),{enabled:s,id:y})}}function w(t){return"code"in t&&typeof t.code=="number"?t.code===-1||t.code===e.LimitExceededRpcError.code||t.code===e.InternalRpcError.code:t instanceof p.HttpRequestError&&t.status?t.status===403||t.status===408||t.status===413||t.status===429||t.status===500||t.status===502||t.status===503||t.status===504:!0}exports.buildRequest=N;exports.shouldRetry=w;
|
package/dist/index187.js
CHANGED
|
@@ -2,7 +2,7 @@ import { BaseError as z } from "./index55.js";
|
|
|
2
2
|
import { HttpRequestError as k } from "./index180.js";
|
|
3
3
|
import { MethodNotSupportedRpcError as s, UnknownRpcError as J, UserRejectedRequestError as u, AtomicityNotSupportedError as f, AtomicReadyWalletRejectedUpgradeError as E, BundleTooLargeError as l, UnknownBundleIdError as R, DuplicateIdError as m, UnsupportedChainIdError as y, UnsupportedNonOptionalCapabilityError as I, SwitchChainError as U, ChainDisconnectedError as v, ProviderDisconnectedError as b, UnsupportedProviderMethodError as N, UnauthorizedProviderError as q, JsonRpcVersionUnsupportedError as C, LimitExceededRpcError as a, TransactionRejectedRpcError as D, ResourceUnavailableRpcError as P, ResourceNotFoundRpcError as x, InvalidInputRpcError as j, InternalRpcError as i, InvalidParamsRpcError as B, MethodNotFoundRpcError as M, InvalidRequestRpcError as S, ParseRpcError as T } from "./index127.js";
|
|
4
4
|
import { stringToHex as O } from "./index30.js";
|
|
5
|
-
import { withDedupe as V } from "./
|
|
5
|
+
import { withDedupe as V } from "./index282.js";
|
|
6
6
|
import { withRetry as W } from "./index145.js";
|
|
7
7
|
import { stringify as _ } from "./index124.js";
|
|
8
8
|
function te(r, A = {}) {
|
package/dist/index25.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index292.cjs"),M=require("./index132.cjs"),h=require("./index293.cjs");function R(r){const{chainId:o,domain:s,expirationTime:l,issuedAt:m=new Date,nonce:a,notBefore:f,requestId:w,resources:g,scheme:i,uri:c,version:d}=r;{if(o!==Math.floor(o))throw new e.SiweInvalidMessageFieldError({field:"chainId",metaMessages:["- Chain ID must be a EIP-155 chain ID.","- See https://eips.ethereum.org/EIPS/eip-155","",`Provided value: ${o}`]});if(!(E.test(s)||F.test(s)||b.test(s)))throw new e.SiweInvalidMessageFieldError({field:"domain",metaMessages:["- Domain must be an RFC 3986 authority.","- See https://www.rfc-editor.org/rfc/rfc3986","",`Provided value: ${s}`]});if(!A.test(a))throw new e.SiweInvalidMessageFieldError({field:"nonce",metaMessages:["- Nonce must be at least 8 characters.","- Nonce must be alphanumeric.","",`Provided value: ${a}`]});if(!h.isUri(c))throw new e.SiweInvalidMessageFieldError({field:"uri",metaMessages:["- URI must be a RFC 3986 URI referring to the resource that is the subject of the signing.","- See https://www.rfc-editor.org/rfc/rfc3986","",`Provided value: ${c}`]});if(d!=="1")throw new e.SiweInvalidMessageFieldError({field:"version",metaMessages:["- Version must be '1'.","",`Provided value: ${d}`]});if(i&&!P.test(i))throw new e.SiweInvalidMessageFieldError({field:"scheme",metaMessages:["- Scheme must be an RFC 3986 URI scheme.","- See https://www.rfc-editor.org/rfc/rfc3986#section-3.1","",`Provided value: ${i}`]});const t=r.statement;if(t!=null&&t.includes(`
|
|
2
2
|
`))throw new e.SiweInvalidMessageFieldError({field:"statement",metaMessages:["- Statement must not include '\\n'.","",`Provided value: ${t}`]})}const $=M.getAddress(r.address),v=i?`${i}://${s}`:s,I=r.statement?`${r.statement}
|
|
3
3
|
`:"",S=`${v} wants you to sign in with your Ethereum account:
|
|
4
4
|
${$}
|
package/dist/index25.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SiweInvalidMessageFieldError as e } from "./
|
|
1
|
+
import { SiweInvalidMessageFieldError as e } from "./index292.js";
|
|
2
2
|
import { getAddress as S } from "./index132.js";
|
|
3
|
-
import { isUri as $ } from "./
|
|
3
|
+
import { isUri as $ } from "./index293.js";
|
|
4
4
|
function C(n) {
|
|
5
5
|
const { chainId: i, domain: s, expirationTime: u, issuedAt: g = /* @__PURE__ */ new Date(), nonce: a, notBefore: m, requestId: h, resources: w, scheme: o, uri: c, version: f } = n;
|
|
6
6
|
{
|
package/dist/index260.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 b=require("./index296.cjs"),$=require("./index297.cjs"),g=require("./index262.cjs"),c=require("./index298.cjs"),y=require("./index273.cjs"),h=require("./index266.cjs");function I(t,r={}){const{prepare:i=!0}=r,n=Array.isArray(t)||typeof t=="string"?y.parseAbiItem(t):t;return{...n,...i?{hash:o(n)}:{}}}function q(t,r,i){const{args:n=[],prepare:a=!0}=i??{},v=g.validate(r,{strict:!1}),s=t.filter(e=>v?e.type==="function"||e.type==="error"?A(e)===g.slice(r,0,4):e.type==="event"?o(e)===r:!1:"name"in e&&e.name===r);if(s.length===0)throw new l({name:r});if(s.length===1)return{...s[0],...a?{hash:o(s[0])}:{}};let u;for(const e of s){if(!("inputs"in e))continue;if(!n||n.length===0){if(!e.inputs||e.inputs.length===0)return{...e,...a?{hash:o(e)}:{}};continue}if(!e.inputs||e.inputs.length===0||e.inputs.length!==n.length)continue;if(n.every((f,E)=>{const d="inputs"in e&&e.inputs[E];return d?c.isArgOfType(f,d):!1})){if(u&&"inputs"in u&&u.inputs){const f=c.getAmbiguousTypes(e.inputs,u.inputs,n);if(f)throw new w({abiItem:e,type:f[0]},{abiItem:u,type:f[1]})}u=e}}const p=(()=>{if(u)return u;const[e,...m]=s;return{...e,overloads:m}})();if(!p)throw new l({name:r});return{...p,...a?{hash:o(p)}:{}}}function A(t){return g.slice(o(t),0,4)}function S(t){const r=typeof t=="string"?t:h.formatAbiItem(t);return c.normalizeSignature(r)}function o(t){return typeof t!="string"&&"hash"in t&&t.hash?t.hash:$.keccak256(g.fromString(S(t)))}class w extends b.BaseError{constructor(r,i){super("Found ambiguous types in overloaded ABI Items.",{metaMessages:[`\`${r.type}\` in \`${c.normalizeSignature(h.formatAbiItem(r.abiItem))}\`, and`,`\`${i.type}\` in \`${c.normalizeSignature(h.formatAbiItem(i.abiItem))}\``,"","These types encode differently and cannot be distinguished at runtime.","Remove one of the ambiguous items in the ABI."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiItem.AmbiguityError"})}}class l extends b.BaseError{constructor({name:r,data:i,type:n="item"}){const a=r?` with name "${r}"`:i?` with data "${i}"`:"";super(`ABI ${n}${a} not found.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiItem.NotFoundError"})}}exports.AmbiguityError=w;exports.NotFoundError=l;exports.from=I;exports.fromAbi=q;exports.getSelector=A;exports.getSignature=S;exports.getSignatureHash=o;
|
package/dist/index260.js
CHANGED
|
@@ -1,158 +1,116 @@
|
|
|
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
|
-
}
|
|
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
|
-
});
|
|
1
|
+
import { BaseError as y } from "./index296.js";
|
|
2
|
+
import { keccak256 as v } from "./index297.js";
|
|
3
|
+
import { validate as $, slice as A, fromString as S } from "./index262.js";
|
|
4
|
+
import { isArgOfType as E, normalizeSignature as p, getAmbiguousTypes as B } from "./index298.js";
|
|
5
|
+
import { parseAbiItem as l } from "./index273.js";
|
|
6
|
+
import { formatAbiItem as h } from "./index266.js";
|
|
7
|
+
function H(e, r = {}) {
|
|
8
|
+
const { prepare: i = !0 } = r, n = Array.isArray(e) ? l(e) : typeof e == "string" ? l(e) : e;
|
|
9
|
+
return {
|
|
10
|
+
...n,
|
|
11
|
+
...i ? { hash: s(n) } : {}
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
function M(e, r, i) {
|
|
15
|
+
const { args: n = [], prepare: f = !0 } = i ?? {}, b = $(r, { strict: !1 }), u = e.filter((t) => b ? t.type === "function" || t.type === "error" ? T(t) === A(r, 0, 4) : t.type === "event" ? s(t) === r : !1 : "name" in t && t.name === r);
|
|
16
|
+
if (u.length === 0)
|
|
17
|
+
throw new d({ name: r });
|
|
18
|
+
if (u.length === 1)
|
|
19
|
+
return {
|
|
20
|
+
...u[0],
|
|
21
|
+
...f ? { hash: s(u[0]) } : {}
|
|
22
|
+
};
|
|
23
|
+
let o;
|
|
24
|
+
for (const t of u) {
|
|
25
|
+
if (!("inputs" in t))
|
|
26
|
+
continue;
|
|
27
|
+
if (!n || n.length === 0) {
|
|
28
|
+
if (!t.inputs || t.inputs.length === 0)
|
|
29
|
+
return {
|
|
30
|
+
...t,
|
|
31
|
+
...f ? { hash: s(t) } : {}
|
|
32
|
+
};
|
|
33
|
+
continue;
|
|
34
|
+
}
|
|
35
|
+
if (!t.inputs || t.inputs.length === 0 || t.inputs.length !== n.length)
|
|
36
|
+
continue;
|
|
37
|
+
if (n.every((a, w) => {
|
|
38
|
+
const g = "inputs" in t && t.inputs[w];
|
|
39
|
+
return g ? E(a, g) : !1;
|
|
40
|
+
})) {
|
|
41
|
+
if (o && "inputs" in o && o.inputs) {
|
|
42
|
+
const a = B(t.inputs, o.inputs, n);
|
|
43
|
+
if (a)
|
|
44
|
+
throw new O({
|
|
45
|
+
abiItem: t,
|
|
46
|
+
type: a[0]
|
|
47
|
+
}, {
|
|
48
|
+
abiItem: o,
|
|
49
|
+
type: a[1]
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
o = t;
|
|
53
|
+
}
|
|
94
54
|
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
55
|
+
const c = (() => {
|
|
56
|
+
if (o)
|
|
57
|
+
return o;
|
|
58
|
+
const [t, ...m] = u;
|
|
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.", {
|
|
99
81
|
metaMessages: [
|
|
100
|
-
|
|
82
|
+
// TODO: abitype to add support for signature-formatted ABI items.
|
|
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."
|
|
101
88
|
]
|
|
102
89
|
}), Object.defineProperty(this, "name", {
|
|
103
90
|
enumerable: !0,
|
|
104
91
|
configurable: !0,
|
|
105
92
|
writable: !0,
|
|
106
|
-
value: "
|
|
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"
|
|
93
|
+
value: "AbiItem.AmbiguityError"
|
|
127
94
|
});
|
|
128
95
|
}
|
|
129
96
|
}
|
|
130
|
-
class
|
|
131
|
-
constructor({
|
|
132
|
-
|
|
97
|
+
class d extends y {
|
|
98
|
+
constructor({ name: r, data: i, type: n = "item" }) {
|
|
99
|
+
const f = r ? ` with name "${r}"` : i ? ` with data "${i}"` : "";
|
|
100
|
+
super(`ABI ${n}${f} not found.`), Object.defineProperty(this, "name", {
|
|
133
101
|
enumerable: !0,
|
|
134
102
|
configurable: !0,
|
|
135
103
|
writable: !0,
|
|
136
|
-
value: "
|
|
104
|
+
value: "AbiItem.NotFoundError"
|
|
137
105
|
});
|
|
138
106
|
}
|
|
139
107
|
}
|
|
140
108
|
export {
|
|
141
|
-
O as
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
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
|
|
109
|
+
O as AmbiguityError,
|
|
110
|
+
d as NotFoundError,
|
|
111
|
+
H as from,
|
|
112
|
+
M as fromAbi,
|
|
113
|
+
T as getSelector,
|
|
114
|
+
F as getSignature,
|
|
115
|
+
s as getSignatureHash
|
|
158
116
|
};
|
package/dist/index261.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 x=require("./index299.cjs"),d=require("./index296.cjs"),a=require("./index262.cjs"),g=require("./index300.cjs"),p=require("./index301.cjs");function P(n,e,t){const{checksumAddress:r=!1}={};if(n.length!==e.length)throw new m({expectedLength:n.length,givenLength:e.length});const s=p.prepareParameters({checksumAddress:r,parameters:n,values:e}),o=p.encode(s);return o.length===0?"0x":o}function l(n,e){if(n.length!==e.length)throw new m({expectedLength:n.length,givenLength:e.length});const t=[];for(let r=0;r<n.length;r++){const s=n[r],o=e[r];t.push(l.encode(s,o))}return a.concat(...t)}(function(n){function e(t,r,s=!1){if(t==="address"){const c=r;return x.assert(c),a.padLeft(c.toLowerCase(),s?32:0)}if(t==="string")return a.fromString(r);if(t==="bytes")return r;if(t==="bool")return a.padLeft(a.fromBoolean(r),s?32:1);const o=t.match(g.integerRegex);if(o){const[c,i,u="256"]=o,h=Number.parseInt(u)/8;return a.fromNumber(r,{size:s?32:h,signed:i==="int"})}const b=t.match(g.bytesRegex);if(b){const[c,i]=b;if(Number.parseInt(i)!==(r.length-2)/2)throw new y({expectedSize:Number.parseInt(i),value:r});return a.padRight(r,s?32:0)}const f=t.match(g.arrayRegex);if(f&&Array.isArray(r)){const[c,i]=f,u=[];for(let h=0;h<r.length;h++)u.push(e(i,r[h],!0));return u.length===0?"0x":a.concat(...u)}throw new E(t)}n.encode=e})(l||(l={}));class A extends d.BaseError{constructor({expectedLength:e,givenLength:t,type:r}){super(`Array length mismatch for type \`${r}\`. Expected: \`${e}\`. Given: \`${t}\`.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.ArrayLengthMismatchError"})}}class y extends d.BaseError{constructor({expectedSize:e,value:t}){super(`Size of bytes "${t}" (bytes${a.size(t)}) does not match expected size (bytes${e}).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.BytesSizeMismatchError"})}}class m extends d.BaseError{constructor({expectedLength:e,givenLength:t}){super(["ABI encoding parameters/values length mismatch.",`Expected length (parameters): ${e}`,`Given length (values): ${t}`].join(`
|
|
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;
|