@libp2p/daemon-client 9.0.1 → 9.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/index.min.js +4 -4
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +36 -35
- package/dist/src/index.js.map +1 -1
- package/package.json +102 -17
- package/src/index.ts +42 -40
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# @libp2p/daemon-client
|
|
2
|
+
|
|
1
3
|
[](http://libp2p.io/)
|
|
2
4
|
[](https://discuss.libp2p.io)
|
|
3
5
|
[](https://codecov.io/gh/libp2p/js-libp2p-daemon)
|
|
@@ -53,8 +55,8 @@ await client.close()
|
|
|
53
55
|
|
|
54
56
|
Licensed under either of
|
|
55
57
|
|
|
56
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
57
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
58
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p-daemon/blob/main/packages/libp2p-daemon-client/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
59
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p-daemon/blob/main/packages/libp2p-daemon-client/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
58
60
|
|
|
59
61
|
# Contribution
|
|
60
62
|
|
package/dist/index.min.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.Libp2PDaemonClient = factory()}(typeof self !== 'undefined' ? self : this, function () {
|
|
2
|
-
"use strict";var Libp2PDaemonClient=(()=>{var mc=Object.create;var sr=Object.defineProperty;var gc=Object.getOwnPropertyDescriptor;var yc=Object.getOwnPropertyNames;var bc=Object.getPrototypeOf,wc=Object.prototype.hasOwnProperty;var X=(r=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(r,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):r)(function(r){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+r+'" is not supported')});var ut=(r,t)=>{for(var e in t)sr(r,e,{get:t[e],enumerable:!0})},di=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of yc(t))!wc.call(r,o)&&o!==e&&sr(r,o,{get:()=>t[o],enumerable:!(n=gc(t,o))||n.enumerable});return r};var dt=(r,t,e)=>(e=r!=null?mc(bc(r)):{},di(t||!r||!r.__esModule?sr(e,"default",{value:r,enumerable:!0}):e,r)),xc=r=>di(sr({},"__esModule",{value:!0}),r);var Al={};ut(Al,{OperationFailedError:()=>R,createClient:()=>Il});var Sn=X("node:buffer");function ue(r){return new Uint8Array(r.buffer,r.byteOffset,r.byteLength)}function Dt(r=0){return ue(Sn.Buffer.alloc(r))}function wt(r=0){return ue(Sn.Buffer.allocUnsafe(r))}var Ec=Math.pow(2,7),vc=Math.pow(2,14),Sc=Math.pow(2,21),In=Math.pow(2,28),An=Math.pow(2,35),Tn=Math.pow(2,42),Bn=Math.pow(2,49),D=128,nt=127;function ot(r){if(r<Ec)return 1;if(r<vc)return 2;if(r<Sc)return 3;if(r<In)return 4;if(r<An)return 5;if(r<Tn)return 6;if(r<Bn)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Ln(r,t,e=0){switch(ot(r)){case 8:t[e++]=r&255|D,r/=128;case 7:t[e++]=r&255|D,r/=128;case 6:t[e++]=r&255|D,r/=128;case 5:t[e++]=r&255|D,r/=128;case 4:t[e++]=r&255|D,r>>>=7;case 3:t[e++]=r&255|D,r>>>=7;case 2:t[e++]=r&255|D,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Ic(r,t,e=0){switch(ot(r)){case 8:t.set(e++,r&255|D),r/=128;case 7:t.set(e++,r&255|D),r/=128;case 6:t.set(e++,r&255|D),r/=128;case 5:t.set(e++,r&255|D),r/=128;case 4:t.set(e++,r&255|D),r>>>=7;case 3:t.set(e++,r&255|D),r>>>=7;case 2:t.set(e++,r&255|D),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function Cn(r,t){let e=r[t],n=0;if(n+=e&nt,e<D||(e=r[t+1],n+=(e&nt)<<7,e<D)||(e=r[t+2],n+=(e&nt)<<14,e<D)||(e=r[t+3],n+=(e&nt)<<21,e<D)||(e=r[t+4],n+=(e&nt)*In,e<D)||(e=r[t+5],n+=(e&nt)*An,e<D)||(e=r[t+6],n+=(e&nt)*Tn,e<D)||(e=r[t+7],n+=(e&nt)*Bn,e<D))return n;throw new RangeError("Could not decode varint")}function Ac(r,t){let e=r.get(t),n=0;if(n+=e&nt,e<D||(e=r.get(t+1),n+=(e&nt)<<7,e<D)||(e=r.get(t+2),n+=(e&nt)<<14,e<D)||(e=r.get(t+3),n+=(e&nt)<<21,e<D)||(e=r.get(t+4),n+=(e&nt)*In,e<D)||(e=r.get(t+5),n+=(e&nt)*An,e<D)||(e=r.get(t+6),n+=(e&nt)*Tn,e<D)||(e=r.get(t+7),n+=(e&nt)*Bn,e<D))return n;throw new RangeError("Could not decode varint")}function Yt(r,t,e=0){return t==null&&(t=wt(ot(r))),t instanceof Uint8Array?Ln(r,t,e):Ic(r,t,e)}function Ut(r,t=0){return r instanceof Uint8Array?Cn(r,t):Ac(r,t)}var Pn=new Float32Array([-0]),Xt=new Uint8Array(Pn.buffer);function hi(r,t,e){Pn[0]=r,t[e]=Xt[0],t[e+1]=Xt[1],t[e+2]=Xt[2],t[e+3]=Xt[3]}function pi(r,t){return Xt[0]=r[t],Xt[1]=r[t+1],Xt[2]=r[t+2],Xt[3]=r[t+3],Pn[0]}var Nn=new Float64Array([-0]),it=new Uint8Array(Nn.buffer);function mi(r,t,e){Nn[0]=r,t[e]=it[0],t[e+1]=it[1],t[e+2]=it[2],t[e+3]=it[3],t[e+4]=it[4],t[e+5]=it[5],t[e+6]=it[6],t[e+7]=it[7]}function gi(r,t){return it[0]=r[t],it[1]=r[t+1],it[2]=r[t+2],it[3]=r[t+3],it[4]=r[t+4],it[5]=r[t+5],it[6]=r[t+6],it[7]=r[t+7],Nn[0]}var Tc=BigInt(Number.MAX_SAFE_INTEGER),Bc=BigInt(Number.MIN_SAFE_INTEGER),ht=class r{lo;hi;constructor(t,e){this.lo=t|0,this.hi=e|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(BigInt(e)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){let t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){let t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){let t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return le;if(t<Tc&&t>Bc)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let n=t>>32n,o=t-(n<<32n);return e&&(n=~n|0n,o=~o|0n,++o>yi&&(o=0n,++n>yi&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return le;let e=t<0;e&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return e&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new r(n,o)}static from(t){return typeof t=="number"?r.fromNumber(t):typeof t=="bigint"?r.fromBigInt(t):typeof t=="string"?r.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new r(t.low>>>0,t.high>>>0):le}},le=new ht(0,0);le.toBigInt=function(){return 0n};le.zzEncode=le.zzDecode=function(){return this};le.length=function(){return 1};var yi=4294967296n;function bi(r){let t=0,e=0;for(let n=0;n<r.length;++n)e=r.charCodeAt(n),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function wi(r,t,e){if(e-t<1)return"";let o,i=[],s=0,c;for(;t<e;)c=r[t++],c<128?i[s++]=c:c>191&&c<224?i[s++]=(c&31)<<6|r[t++]&63:c>239&&c<365?(c=((c&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,i[s++]=55296+(c>>10),i[s++]=56320+(c&1023)):i[s++]=(c&15)<<12|(r[t++]&63)<<6|r[t++]&63,s>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,i)),s=0);return o!=null?(s>0&&o.push(String.fromCharCode.apply(String,i.slice(0,s))),o.join("")):String.fromCharCode.apply(String,i.slice(0,s))}function On(r,t,e){let n=e,o,i;for(let s=0;s<r.length;++s)o=r.charCodeAt(s),o<128?t[e++]=o:o<2048?(t[e++]=o>>6|192,t[e++]=o&63|128):(o&64512)===55296&&((i=r.charCodeAt(s+1))&64512)===56320?(o=65536+((o&1023)<<10)+(i&1023),++s,t[e++]=o>>18|240,t[e++]=o>>12&63|128,t[e++]=o>>6&63|128,t[e++]=o&63|128):(t[e++]=o>>12|224,t[e++]=o>>6&63|128,t[e++]=o&63|128);return e-n}function Tt(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function cr(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var Dn=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(t){this.buf=t,this.pos=0,this.len=t.length}uint32(){let t=4294967295;if(t=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(t=(t|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return t;if((this.pos+=5)>this.len)throw this.pos=this.len,Tt(this,10);return t}int32(){return this.uint32()|0}sint32(){let t=this.uint32();return t>>>1^-(t&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw Tt(this,4);return cr(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Tt(this,4);return cr(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Tt(this,4);let t=pi(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw Tt(this,4);let t=gi(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw Tt(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return wi(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Tt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Tt(this);while(this.buf[this.pos++]&128);return this}skipType(t){switch(t){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(t=this.uint32()&7)!==4;)this.skipType(t);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${t} at offset ${this.pos}`)}return this}readLongVarint(){let t=new ht(0,0),e=0;if(this.len-this.pos>4){for(;e<4;++e)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;e=0}else{for(;e<3;++e){if(this.pos>=this.len)throw Tt(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<e*7)>>>0,t}if(this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw Tt(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Tt(this,8);let t=cr(this.buf,this.pos+=4),e=cr(this.buf,this.pos+=4);return new ht(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=Cn(this.buf,this.pos);return this.pos+=ot(t),t}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function Un(r){return new Dn(r instanceof Uint8Array?r:r.subarray())}function $(r,t,e){let n=Un(r);return t.decode(n,void 0,e)}var $i=X("node:buffer");var $n={};ut($n,{base10:()=>Oc});var Kl=new Uint8Array(0);function Ei(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function xt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function vi(r){return new TextEncoder().encode(r)}function Si(r){return new TextDecoder().decode(r)}function Lc(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var o=0;o<r.length;o++){var i=r.charAt(o),s=i.charCodeAt(0);if(e[s]!==255)throw new TypeError(i+" is ambiguous");e[s]=o}var c=r.length,a=r.charAt(0),f=Math.log(c)/Math.log(256),u=Math.log(256)/Math.log(c);function l(y){if(y instanceof Uint8Array||(ArrayBuffer.isView(y)?y=new Uint8Array(y.buffer,y.byteOffset,y.byteLength):Array.isArray(y)&&(y=Uint8Array.from(y))),!(y instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(y.length===0)return"";for(var m=0,d=0,p=0,b=y.length;p!==b&&y[p]===0;)p++,m++;for(var I=(b-p)*u+1>>>0,v=new Uint8Array(I);p!==b;){for(var k=y[p],L=0,E=I-1;(k!==0||L<d)&&E!==-1;E--,L++)k+=256*v[E]>>>0,v[E]=k%c>>>0,k=k/c>>>0;if(k!==0)throw new Error("Non-zero carry");d=L,p++}for(var T=I-d;T!==I&&v[T]===0;)T++;for(var C=a.repeat(m);T<I;++T)C+=r.charAt(v[T]);return C}function h(y){if(typeof y!="string")throw new TypeError("Expected String");if(y.length===0)return new Uint8Array;var m=0;if(y[m]!==" "){for(var d=0,p=0;y[m]===a;)d++,m++;for(var b=(y.length-m)*f+1>>>0,I=new Uint8Array(b);y[m];){var v=e[y.charCodeAt(m)];if(v===255)return;for(var k=0,L=b-1;(v!==0||k<p)&&L!==-1;L--,k++)v+=c*I[L]>>>0,I[L]=v%256>>>0,v=v/256>>>0;if(v!==0)throw new Error("Non-zero carry");p=k,m++}if(y[m]!==" "){for(var E=b-p;E!==b&&I[E]===0;)E++;for(var T=new Uint8Array(d+(b-E)),C=d;E!==b;)T[C++]=I[E++];return T}}}function g(y){var m=h(y);if(m)return m;throw new Error(`Non-${t} character`)}return{encode:l,decodeUnsafe:h,decode:g}}var Cc=Lc,kc=Cc,Ai=kc;var Rn=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},_n=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){if(this.name=t,this.prefix=e,e.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=e.codePointAt(0),this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return Ti(this,t)}},Mn=class{decoders;constructor(t){this.decoders=t}or(t){return Ti(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function Ti(r,t){return new Mn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var Kn=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,o){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=o,this.encoder=new Rn(t,e,n),this.decoder=new _n(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Ae({name:r,prefix:t,encode:e,decode:n}){return new Kn(r,t,e,n)}function Jt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=Ai(e,r);return Ae({prefix:t,name:r,encode:n,decode:i=>xt(o(i))})}function Pc(r,t,e,n){let o={};for(let u=0;u<t.length;++u)o[t[u]]=u;let i=r.length;for(;r[i-1]==="=";)--i;let s=new Uint8Array(i*e/8|0),c=0,a=0,f=0;for(let u=0;u<i;++u){let l=o[r[u]];if(l===void 0)throw new SyntaxError(`Non-${n} character`);a=a<<e|l,c+=e,c>=8&&(c-=8,s[f++]=255&a>>c)}if(c>=e||255&a<<8-c)throw new SyntaxError("Unexpected end of data");return s}function Nc(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,i="",s=0,c=0;for(let a=0;a<r.length;++a)for(c=c<<8|r[a],s+=8;s>e;)s-=e,i+=t[o&c>>s];if(s!==0&&(i+=t[o&c<<e-s]),n)for(;i.length*e&7;)i+="=";return i}function z({name:r,prefix:t,bitsPerChar:e,alphabet:n}){return Ae({prefix:t,name:r,encode(o){return Nc(o,n,e)},decode(o){return Pc(o,n,e,r)}})}var Oc=Jt({prefix:"9",name:"base10",alphabet:"0123456789"});var Fn={};ut(Fn,{base16:()=>Dc,base16upper:()=>Uc});var Dc=z({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Uc=z({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var Vn={};ut(Vn,{base2:()=>Rc});var Rc=z({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var Gn={};ut(Gn,{base256emoji:()=>Fc});var Bi=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),_c=Bi.reduce((r,t,e)=>(r[e]=t,r),[]),Mc=Bi.reduce((r,t,e)=>(r[t.codePointAt(0)]=e,r),[]);function Kc(r){return r.reduce((t,e)=>(t+=_c[e],t),"")}function $c(r){let t=[];for(let e of r){let n=Mc[e.codePointAt(0)];if(n===void 0)throw new Error(`Non-base256emoji character: ${e}`);t.push(n)}return new Uint8Array(t)}var Fc=Ae({prefix:"\u{1F680}",name:"base256emoji",encode:Kc,decode:$c});var Hn={};ut(Hn,{base32:()=>Bt,base32hex:()=>zc,base32hexpad:()=>Wc,base32hexpadupper:()=>Zc,base32hexupper:()=>qc,base32pad:()=>Gc,base32padupper:()=>Hc,base32upper:()=>Vc,base32z:()=>Yc});var Bt=z({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Vc=z({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Gc=z({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Hc=z({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),zc=z({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),qc=z({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Wc=z({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Zc=z({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Yc=z({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var zn={};ut(zn,{base36:()=>Xc,base36upper:()=>Jc});var Xc=Jt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Jc=Jt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var qn={};ut(qn,{base58btc:()=>F,base58flickr:()=>Qc});var F=Jt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Qc=Jt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Zn={};ut(Zn,{base64:()=>Wn,base64pad:()=>jc,base64url:()=>ta,base64urlpad:()=>ea});var Wn=z({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),jc=z({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),ta=z({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),ea=z({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Yn={};ut(Yn,{base8:()=>ra});var ra=z({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Xn={};ut(Xn,{identity:()=>na});var na=Ae({prefix:"\0",name:"identity",encode:r=>Si(r),decode:r=>vi(r)});var ef=new TextEncoder,rf=new TextDecoder;var Qn={};ut(Qn,{identity:()=>Rt});var sa=ki,Li=128,ca=127,aa=~ca,ua=Math.pow(2,31);function ki(r,t,e){t=t||[],e=e||0;for(var n=e;r>=ua;)t[e++]=r&255|Li,r/=128;for(;r&aa;)t[e++]=r&255|Li,r>>>=7;return t[e]=r|0,ki.bytes=e-n+1,t}var la=Jn,fa=128,Ci=127;function Jn(r,n){var e=0,n=n||0,o=0,i=n,s,c=r.length;do{if(i>=c)throw Jn.bytes=0,new RangeError("Could not decode varint");s=r[i++],e+=o<28?(s&Ci)<<o:(s&Ci)*Math.pow(2,o),o+=7}while(s>=fa);return Jn.bytes=i-n,e}var da=Math.pow(2,7),ha=Math.pow(2,14),pa=Math.pow(2,21),ma=Math.pow(2,28),ga=Math.pow(2,35),ya=Math.pow(2,42),ba=Math.pow(2,49),wa=Math.pow(2,56),xa=Math.pow(2,63),Ea=function(r){return r<da?1:r<ha?2:r<pa?3:r<ma?4:r<ga?5:r<ya?6:r<ba?7:r<wa?8:r<xa?9:10},va={encode:sa,decode:la,encodingLength:Ea},Sa=va,He=Sa;function ze(r,t=0){return[He.decode(r,t),He.decode.bytes]}function Te(r,t,e=0){return He.encode(r,t,e),t}function Be(r){return He.encodingLength(r)}function fe(r,t){let e=t.byteLength,n=Be(r),o=n+Be(e),i=new Uint8Array(o+e);return Te(r,i,0),Te(e,i,n),i.set(t,o),new Le(r,e,t,i)}function lt(r){let t=xt(r),[e,n]=ze(t),[o,i]=ze(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new Le(e,o,s,t)}function Pi(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&Ei(r.bytes,e.bytes)}}var Le=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};var Ni=0,Ia="identity",Oi=xt;function Aa(r){return fe(Ni,Oi(r))}var Rt={code:Ni,name:Ia,encode:Oi,digest:Aa};var no={};ut(no,{sha256:()=>ro,sha512:()=>Ta});var eo=dt(X("crypto"),1);function to({name:r,code:t,encode:e}){return new jn(r,t,e)}var jn=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?fe(this.code,e):e.then(n=>fe(this.code,n))}else throw Error("Unknown type, must be binary type")}};var ro=to({name:"sha2-256",code:18,encode:r=>xt(eo.default.createHash("sha256").update(r).digest())}),Ta=to({name:"sha2-512",code:19,encode:r=>xt(eo.default.createHash("sha512").update(r).digest())});function Ui(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return La(e,oo(r),t??F.encoder);default:return Ca(e,oo(r),t??Bt.encoder)}}var Ri=new WeakMap;function oo(r){let t=Ri.get(r);if(t==null){let e=new Map;return Ri.set(r,e),e}return t}var j=class r{code;version;multihash;bytes;"/";constructor(t,e,n,o){this.code=e,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==qe)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==ka)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=fe(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&Pi(t.multihash,n.multihash)}toString(t){return Ui(this,t)}toJSON(){return{"/":Ui(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:o,multihash:i,bytes:s}=e;return new r(n,o,i,s??_i(n,o,i.bytes))}else if(e[Pa]===!0){let{version:n,multihash:o,code:i}=e,s=lt(o);return r.create(n,i,s)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==qe)throw new Error(`Version 0 CID must use dag-pb (code: ${qe}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=_i(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,qe,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,o=xt(t.subarray(n,n+e.multihashSize));if(o.byteLength!==e.multihashSize)throw new Error("Incorrect length");let i=o.subarray(e.multihashSize-e.digestSize),s=new Le(e.multihashCode,e.digestSize,i,o);return[e.version===0?r.createV0(s):r.createV1(e.codec,s),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[l,h]=ze(t.subarray(e));return e+=h,l},o=n(),i=qe;if(o===18?(o=0,e=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=e,c=n(),a=n(),f=e+a,u=f-s;return{version:o,codec:i,multihashCode:c,digestSize:a,multihashSize:u,size:f}}static parse(t,e){let[n,o]=Ba(t,e),i=r.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return oo(i).set(n,t),i}};function Ba(r,t){switch(r[0]){case"Q":{let e=t??F;return[F.prefix,e.decode(`${F.prefix}${r}`)]}case F.prefix:{let e=t??F;return[F.prefix,e.decode(r)]}case Bt.prefix:{let e=t??Bt;return[Bt.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function La(r,t,e){let{prefix:n}=e;if(n!==F.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let o=t.get(n);if(o==null){let i=e.encode(r).slice(1);return t.set(n,i),i}else return o}function Ca(r,t,e){let{prefix:n}=e,o=t.get(n);if(o==null){let i=e.encode(r);return t.set(n,i),i}else return o}var qe=112,ka=18;function _i(r,t,e){let n=Be(r),o=n+Be(t),i=new Uint8Array(o+e.byteLength);return Te(r,i,0),Te(t,i,n),i.set(e,o),i}var Pa=Symbol.for("@ipld/js-cid/CID");var We={...Xn,...Vn,...Yn,...$n,...Fn,...Hn,...zn,...qn,...Zn,...Gn},Af={...no,...Qn};function Ki(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var Mi=Ki("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),io=Ki("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=wt(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Na={utf8:Mi,"utf-8":Mi,hex:We.base16,latin1:io,ascii:io,binary:io,...We},ur=Na;function Qt(r,t="utf8"){let e=ur[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?ue($i.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}function so(r){let t=r??8192,e=t>>>1,n,o=t;return function(s){if(s<1||s>e)return wt(s);o+s>t&&(n=wt(t),o=0);let c=n.subarray(o,o+=s);return o&7&&(o=(o|7)+1),c}}var de=class{fn;len;next;val;constructor(t,e,n){this.fn=t,this.len=e,this.next=void 0,this.val=n}};function co(){}var uo=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Oa=so();function Da(r){return globalThis.Buffer!=null?wt(r):Oa(r)}var Ye=class{len;head;tail;states;constructor(){this.len=0,this.head=new de(co,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new de(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new lo((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this}int32(t){return t<0?this._push(lr,10,ht.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=ht.fromBigInt(t);return this._push(lr,e.length(),e)}uint64Number(t){return this._push(Ln,ot(t),t)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){let e=ht.fromBigInt(t).zzEncode();return this._push(lr,e.length(),e)}sint64Number(t){let e=ht.fromNumber(t).zzEncode();return this._push(lr,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(ao,1,t?1:0)}fixed32(t){return this._push(Ze,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=ht.fromBigInt(t);return this._push(Ze,4,e.lo)._push(Ze,4,e.hi)}fixed64Number(t){let e=ht.fromNumber(t);return this._push(Ze,4,e.lo)._push(Ze,4,e.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(hi,4,t)}double(t){return this._push(mi,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(ao,1,0):this.uint32(e)._push(Ra,e,t)}string(t){let e=bi(t);return e!==0?this.uint32(e)._push(On,e,t):this._push(ao,1,0)}fork(){return this.states=new uo(this),this.head=this.tail=new de(co,0,0),this.len=0,this}reset(){return this.states!=null?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new de(co,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=e,this.len+=n),this}finish(){let t=this.head.next,e=Da(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function ao(r,t,e){t[e]=r&255}function Ua(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var lo=class extends de{next;constructor(t,e){super(Ua,t,e),this.next=void 0}};function lr(r,t,e){for(;r.hi!==0;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}function Ze(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function Ra(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(Ye.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(_a,t,r),this},Ye.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(Ma,t,r),this});function _a(r,t,e){t.set(r,e)}function Ma(r,t,e){r.length<40?On(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(Qt(r),e)}function fo(){return new Ye}function V(r,t){let e=fo();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var Ce;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(Ce||(Ce={}));function fr(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function Lt(r){function t(o){if(r[o.toString()]==null)throw new Error("Invalid enum value");return r[o]}let e=function(i,s){let c=t(i);s.int32(c)},n=function(i){let s=i.int32();return t(s)};return fr("enum",Ce.VARINT,e,n)}function G(r,t){return fr("message",Ce.LENGTH_DELIMITED,r,t)}var q;(function(r){let t;(function(o){o.IDENTIFY="IDENTIFY",o.CONNECT="CONNECT",o.STREAM_OPEN="STREAM_OPEN",o.STREAM_HANDLER="STREAM_HANDLER",o.DHT="DHT",o.LIST_PEERS="LIST_PEERS",o.CONNMANAGER="CONNMANAGER",o.DISCONNECT="DISCONNECT",o.PUBSUB="PUBSUB",o.PEERSTORE="PEERSTORE"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.IDENTIFY=0]="IDENTIFY",o[o.CONNECT=1]="CONNECT",o[o.STREAM_OPEN=2]="STREAM_OPEN",o[o.STREAM_HANDLER=3]="STREAM_HANDLER",o[o.DHT=4]="DHT",o[o.LIST_PEERS=5]="LIST_PEERS",o[o.CONNMANAGER=6]="CONNMANAGER",o[o.DISCONNECT=7]="DISCONNECT",o[o.PUBSUB=8]="PUBSUB",o[o.PEERSTORE=9]="PEERSTORE"})(e||(e={})),function(o){o.codec=()=>Lt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=G((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.connect!=null&&(i.uint32(18),hr.codec().encode(o.connect,i)),o.streamOpen!=null&&(i.uint32(26),pr.codec().encode(o.streamOpen,i)),o.streamHandler!=null&&(i.uint32(34),mr.codec().encode(o.streamHandler,i)),o.dht!=null&&(i.uint32(42),Et.codec().encode(o.dht,i)),o.connManager!=null&&(i.uint32(50),yr.codec().encode(o.connManager,i)),o.disconnect!=null&&(i.uint32(58),br.codec().encode(o.disconnect,i)),o.pubsub!=null&&(i.uint32(66),_t.codec().encode(o.pubsub,i)),o.peerStore!=null&&(i.uint32(74),Er.codec().encode(o.peerStore,i)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.connect=hr.codec().decode(o,o.uint32());break;case 3:s.streamOpen=pr.codec().decode(o,o.uint32());break;case 4:s.streamHandler=mr.codec().decode(o,o.uint32());break;case 5:s.dht=Et.codec().decode(o,o.uint32());break;case 6:s.connManager=yr.codec().decode(o,o.uint32());break;case 7:s.disconnect=br.codec().decode(o,o.uint32());break;case 8:s.pubsub=_t.codec().decode(o,o.uint32());break;case 9:s.peerStore=Er.codec().decode(o,o.uint32());break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(q||(q={}));var N;(function(r){let t;(function(o){o.OK="OK",o.ERROR="ERROR"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.OK=0]="OK",o[o.ERROR=1]="ERROR"})(e||(e={})),function(o){o.codec=()=>Lt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=G((o,i,s={})=>{if(s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.error!=null&&(i.uint32(18),gr.codec().encode(o.error,i)),o.streamInfo!=null&&(i.uint32(26),ke.codec().encode(o.streamInfo,i)),o.identify!=null&&(i.uint32(34),dr.codec().encode(o.identify,i)),o.dht!=null&&(i.uint32(42),Ct.codec().encode(o.dht,i)),o.peers!=null)for(let c of o.peers)i.uint32(50),jt.codec().encode(c,i);o.pubsub!=null&&(i.uint32(58),xr.codec().encode(o.pubsub,i)),o.peerStore!=null&&(i.uint32(66),vr.codec().encode(o.peerStore,i)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={peers:[]},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.error=gr.codec().decode(o,o.uint32());break;case 3:s.streamInfo=ke.codec().decode(o,o.uint32());break;case 4:s.identify=dr.codec().decode(o,o.uint32());break;case 5:s.dht=Ct.codec().decode(o,o.uint32());break;case 6:s.peers.push(jt.codec().decode(o,o.uint32()));break;case 7:s.pubsub=xr.codec().decode(o,o.uint32());break;case 8:s.peerStore=vr.codec().decode(o,o.uint32());break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(N||(N={}));var dr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.id!=null&&e.id.byteLength>0&&(n.uint32(10),n.bytes(e.id)),e.addrs!=null)for(let i of e.addrs)n.uint32(18),n.bytes(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={id:new Uint8Array(0),addrs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.id=e.bytes();break;case 2:o.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(dr||(dr={}));var hr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),e.addrs!=null)for(let i of e.addrs)n.uint32(18),n.bytes(i);e.timeout!=null&&(n.uint32(24),n.int64(e.timeout)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0),addrs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;case 2:o.addrs.push(e.bytes());break;case 3:o.timeout=e.int64();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(hr||(hr={}));var pr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),e.proto!=null)for(let i of e.proto)n.uint32(18),n.string(i);e.timeout!=null&&(n.uint32(24),n.int64(e.timeout)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0),proto:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;case 2:o.proto.push(e.string());break;case 3:o.timeout=e.int64();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(pr||(pr={}));var mr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.addr!=null&&e.addr.byteLength>0&&(n.uint32(10),n.bytes(e.addr)),e.proto!=null)for(let i of e.proto)n.uint32(18),n.string(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={addr:new Uint8Array(0),proto:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.addr=e.bytes();break;case 2:o.proto.push(e.string());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(mr||(mr={}));var gr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.msg!=null&&e.msg!==""&&(n.uint32(10),n.string(e.msg)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={msg:""},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.msg=e.string();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(gr||(gr={}));var ke;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),e.addr!=null&&e.addr.byteLength>0&&(n.uint32(18),n.bytes(e.addr)),e.proto!=null&&e.proto!==""&&(n.uint32(26),n.string(e.proto)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0),addr:new Uint8Array(0),proto:""},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;case 2:o.addr=e.bytes();break;case 3:o.proto=e.string();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(ke||(ke={}));var Et;(function(r){let t;(function(o){o.FIND_PEER="FIND_PEER",o.FIND_PEERS_CONNECTED_TO_PEER="FIND_PEERS_CONNECTED_TO_PEER",o.FIND_PROVIDERS="FIND_PROVIDERS",o.GET_CLOSEST_PEERS="GET_CLOSEST_PEERS",o.GET_PUBLIC_KEY="GET_PUBLIC_KEY",o.GET_VALUE="GET_VALUE",o.SEARCH_VALUE="SEARCH_VALUE",o.PUT_VALUE="PUT_VALUE",o.PROVIDE="PROVIDE"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.FIND_PEER=0]="FIND_PEER",o[o.FIND_PEERS_CONNECTED_TO_PEER=1]="FIND_PEERS_CONNECTED_TO_PEER",o[o.FIND_PROVIDERS=2]="FIND_PROVIDERS",o[o.GET_CLOSEST_PEERS=3]="GET_CLOSEST_PEERS",o[o.GET_PUBLIC_KEY=4]="GET_PUBLIC_KEY",o[o.GET_VALUE=5]="GET_VALUE",o[o.SEARCH_VALUE=6]="SEARCH_VALUE",o[o.PUT_VALUE=7]="PUT_VALUE",o[o.PROVIDE=8]="PROVIDE"})(e||(e={})),function(o){o.codec=()=>Lt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=G((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.peer!=null&&(i.uint32(18),i.bytes(o.peer)),o.cid!=null&&(i.uint32(26),i.bytes(o.cid)),o.key!=null&&(i.uint32(34),i.bytes(o.key)),o.value!=null&&(i.uint32(42),i.bytes(o.value)),o.count!=null&&(i.uint32(48),i.int32(o.count)),o.timeout!=null&&(i.uint32(56),i.int64(o.timeout)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.peer=o.bytes();break;case 3:s.cid=o.bytes();break;case 4:s.key=o.bytes();break;case 5:s.value=o.bytes();break;case 6:s.count=o.int32();break;case 7:s.timeout=o.int64();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(Et||(Et={}));var Ct;(function(r){let t;(function(o){o.BEGIN="BEGIN",o.VALUE="VALUE",o.END="END"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.BEGIN=0]="BEGIN",o[o.VALUE=1]="VALUE",o[o.END=2]="END"})(e||(e={})),function(o){o.codec=()=>Lt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=G((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.peer!=null&&(i.uint32(18),jt.codec().encode(o.peer,i)),o.value!=null&&(i.uint32(26),i.bytes(o.value)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.peer=jt.codec().decode(o,o.uint32());break;case 3:s.value=o.bytes();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(Ct||(Ct={}));var jt;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.id!=null&&e.id.byteLength>0&&(n.uint32(10),n.bytes(e.id)),e.addrs!=null)for(let i of e.addrs)n.uint32(18),n.bytes(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={id:new Uint8Array(0),addrs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.id=e.bytes();break;case 2:o.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(jt||(jt={}));var yr;(function(r){let t;(function(o){o.TAG_PEER="TAG_PEER",o.UNTAG_PEER="UNTAG_PEER",o.TRIM="TRIM"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.TAG_PEER=0]="TAG_PEER",o[o.UNTAG_PEER=1]="UNTAG_PEER",o[o.TRIM=2]="TRIM"})(e||(e={})),function(o){o.codec=()=>Lt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=G((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.peer!=null&&(i.uint32(18),i.bytes(o.peer)),o.tag!=null&&(i.uint32(26),i.string(o.tag)),o.weight!=null&&(i.uint32(32),i.int64(o.weight)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.peer=o.bytes();break;case 3:s.tag=o.string();break;case 4:s.weight=o.int64();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(yr||(yr={}));var br;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0)},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(br||(br={}));var _t;(function(r){let t;(function(o){o.GET_TOPICS="GET_TOPICS",o.LIST_PEERS="LIST_PEERS",o.PUBLISH="PUBLISH",o.SUBSCRIBE="SUBSCRIBE"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.GET_TOPICS=0]="GET_TOPICS",o[o.LIST_PEERS=1]="LIST_PEERS",o[o.PUBLISH=2]="PUBLISH",o[o.SUBSCRIBE=3]="SUBSCRIBE"})(e||(e={})),function(o){o.codec=()=>Lt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=G((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.topic!=null&&(i.uint32(18),i.string(o.topic)),o.data!=null&&(i.uint32(26),i.bytes(o.data)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.topic=o.string();break;case 3:s.data=o.bytes();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(_t||(_t={}));var wr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.from!=null&&(n.uint32(10),n.bytes(e.from)),e.data!=null&&(n.uint32(18),n.bytes(e.data)),e.seqno!=null&&(n.uint32(26),n.bytes(e.seqno)),e.topicIDs!=null)for(let i of e.topicIDs)n.uint32(34),n.string(i);e.signature!=null&&(n.uint32(42),n.bytes(e.signature)),e.key!=null&&(n.uint32(50),n.bytes(e.key)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={topicIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.from=e.bytes();break;case 2:o.data=e.bytes();break;case 3:o.seqno=e.bytes();break;case 4:o.topicIDs.push(e.string());break;case 5:o.signature=e.bytes();break;case 6:o.key=e.bytes();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(wr||(wr={}));var xr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.topics!=null)for(let i of e.topics)n.uint32(10),n.string(i);if(e.peerIDs!=null)for(let i of e.peerIDs)n.uint32(18),n.bytes(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={topics:[],peerIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.topics.push(e.string());break;case 2:o.peerIDs.push(e.bytes());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(xr||(xr={}));var Er;(function(r){let t;(function(o){o.UNSPECIFIED="UNSPECIFIED",o.GET_PROTOCOLS="GET_PROTOCOLS",o.GET_PEER_INFO="GET_PEER_INFO"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.UNSPECIFIED=0]="UNSPECIFIED",o[o.GET_PROTOCOLS=1]="GET_PROTOCOLS",o[o.GET_PEER_INFO=2]="GET_PEER_INFO"})(e||(e={})),function(o){o.codec=()=>Lt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=G((o,i,s={})=>{if(s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.id!=null&&(i.uint32(18),i.bytes(o.id)),o.protos!=null)for(let c of o.protos)i.uint32(26),i.string(c);s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={protos:[]},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.id=o.bytes();break;case 3:s.protos.push(o.string());break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(Er||(Er={}));var vr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&(n.uint32(10),jt.codec().encode(e.peer,n)),e.protos!=null)for(let i of e.protos)n.uint32(18),n.string(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={protos:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=jt.codec().decode(e,e.uint32());break;case 2:o.protos.push(e.string());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(vr||(vr={}));var Gi=dt(X("node:tty"),1),Lr=dt(X("node:util"),1);function Ka(r,t){try{if(typeof r=="string"&&r.length>0)return $a(r);if(typeof r=="number"&&isFinite(r))return t?.long?Va(r):Fa(r);throw new Error("Value is not a string or number.")}catch(e){let n=Ga(e)?`${e.message}. value=${JSON.stringify(r)}`:"An unknown error has occured.";throw new Error(n)}}function $a(r){if(r=String(r),r.length>100)throw new Error("Value exceeds the maximum length of 100 characters.");let t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(r);if(!t)return NaN;let e=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return e*315576e5;case"weeks":case"week":case"w":return e*6048e5;case"days":case"day":case"d":return e*864e5;case"hours":case"hour":case"hrs":case"hr":case"h":return e*36e5;case"minutes":case"minute":case"mins":case"min":case"m":return e*6e4;case"seconds":case"second":case"secs":case"sec":case"s":return e*1e3;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:throw new Error(`The unit ${n} was matched, but no matching case exists.`)}}var Ir=Ka;function Fa(r){let t=Math.abs(r);return t>=864e5?`${Math.round(r/864e5)}d`:t>=36e5?`${Math.round(r/36e5)}h`:t>=6e4?`${Math.round(r/6e4)}m`:t>=1e3?`${Math.round(r/1e3)}s`:`${r}ms`}function Va(r){let t=Math.abs(r);return t>=864e5?Sr(r,t,864e5,"day"):t>=36e5?Sr(r,t,36e5,"hour"):t>=6e4?Sr(r,t,6e4,"minute"):t>=1e3?Sr(r,t,1e3,"second"):`${r} ms`}function Sr(r,t,e,n){let o=t>=e*1.5;return`${Math.round(r/e)} ${n}${o?"s":""}`}function Ga(r){return typeof r=="object"&&r!==null&&"message"in r}var Tr=dt(X("node:process"),1),Vi=dt(X("node:os"),1),ho=dt(X("node:tty"),1);function vt(r,t=globalThis.Deno?globalThis.Deno.args:Tr.default.argv){let e=r.startsWith("-")?"":r.length===1?"-":"--",n=t.indexOf(e+r),o=t.indexOf("--");return n!==-1&&(o===-1||n<o)}var{env:H}=Tr.default,Ar;vt("no-color")||vt("no-colors")||vt("color=false")||vt("color=never")?Ar=0:(vt("color")||vt("colors")||vt("color=true")||vt("color=always"))&&(Ar=1);function Ha(){if("FORCE_COLOR"in H)return H.FORCE_COLOR==="true"?1:H.FORCE_COLOR==="false"?0:H.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(H.FORCE_COLOR,10),3)}function za(r){return r===0?!1:{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}function qa(r,{streamIsTTY:t,sniffFlags:e=!0}={}){let n=Ha();n!==void 0&&(Ar=n);let o=e?Ar:n;if(o===0)return 0;if(e){if(vt("color=16m")||vt("color=full")||vt("color=truecolor"))return 3;if(vt("color=256"))return 2}if("TF_BUILD"in H&&"AGENT_NAME"in H)return 1;if(r&&!t&&o===void 0)return 0;let i=o||0;if(H.TERM==="dumb")return i;if(Tr.default.platform==="win32"){let s=Vi.default.release().split(".");return Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in H)return"GITHUB_ACTIONS"in H||"GITEA_ACTIONS"in H?3:["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(s=>s in H)||H.CI_NAME==="codeship"?1:i;if("TEAMCITY_VERSION"in H)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(H.TEAMCITY_VERSION)?1:0;if(H.COLORTERM==="truecolor"||H.TERM==="xterm-kitty")return 3;if("TERM_PROGRAM"in H){let s=Number.parseInt((H.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(H.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(H.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(H.TERM)||"COLORTERM"in H?1:i}function Fi(r,t={}){let e=qa(r,{streamIsTTY:r&&r.isTTY,...t});return za(e)}var Wa={stdout:Fi({isTTY:ho.default.isatty(1)}),stderr:Fi({isTTY:ho.default.isatty(2)})},Br=Wa;function po(r){e.debug=e,e.default=e,e.coerce=a,e.disable=i,e.enable=o,e.enabled=s,e.humanize=Ir,e.destroy=f,Object.keys(r).forEach(u=>{e[u]=r[u]}),e.names=[],e.skips=[],e.formatters={};function t(u){let l=0;for(let h=0;h<u.length;h++)l=(l<<5)-l+u.charCodeAt(h),l|=0;return e.colors[Math.abs(l)%e.colors.length]}e.selectColor=t;function e(u){let l,h=null,g,y;function m(...d){if(!m.enabled)return;let p=m,b=Number(new Date),I=b-(l||b);p.diff=I,p.prev=l,p.curr=b,l=b,d[0]=e.coerce(d[0]),typeof d[0]!="string"&&d.unshift("%O");let v=0;d[0]=d[0].replace(/%([a-zA-Z%])/g,(L,E)=>{if(L==="%%")return"%";v++;let T=e.formatters[E];if(typeof T=="function"){let C=d[v];L=T.call(p,C),d.splice(v,1),v--}return L}),e.formatArgs.call(p,d),(p.log||e.log).apply(p,d)}return m.namespace=u,m.useColors=e.useColors(),m.color=e.selectColor(u),m.extend=n,m.destroy=e.destroy,Object.defineProperty(m,"enabled",{enumerable:!0,configurable:!1,get:()=>h!==null?h:(g!==e.namespaces&&(g=e.namespaces,y=e.enabled(u)),y),set:d=>{h=d}}),typeof e.init=="function"&&e.init(m),m}function n(u,l){let h=e(this.namespace+(typeof l>"u"?":":l)+u);return h.log=this.log,h}function o(u){e.save(u),e.namespaces=u,e.names=[],e.skips=[];let l,h=(typeof u=="string"?u:"").split(/[\s,]+/),g=h.length;for(l=0;l<g;l++)h[l]&&(u=h[l].replace(/\*/g,".*?"),u[0]==="-"?e.skips.push(new RegExp("^"+u.substr(1)+"$")):e.names.push(new RegExp("^"+u+"$")))}function i(){let u=[...e.names.map(c),...e.skips.map(c).map(l=>"-"+l)].join(",");return e.enable(""),u}function s(u){if(u[u.length-1]==="*")return!0;let l,h;for(l=0,h=e.skips.length;l<h;l++)if(e.skips[l].test(u))return!1;for(l=0,h=e.names.length;l<h;l++)if(e.names[l].test(u))return!0;return!1}function c(u){return u.toString().substring(2,u.toString().length-2).replace(/\.\*\?$/,"*")}function a(u){return u instanceof Error?u.stack??u.message:u}function f(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return e.setupFormatters(e.formatters),e.enable(e.load()),e}var Hi=[6,2,3,4,5,1];Br.stderr!==!1&&(Br.stderr??Br).level>=2&&(Hi=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]);var Pe=Object.keys(process.env).filter(r=>/^debug_/i.test(r)).reduce((r,t)=>{let e=t.substring(6).toLowerCase().replace(/_([a-z])/g,(o,i)=>i.toUpperCase()),n=process.env[t];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),r[e]=n,r},{});function Za(){return"colors"in Pe?!!Pe.colors:Gi.default.isatty(process.stderr.fd)}function Ya(r){let{namespace:t,useColors:e}=this;if(e!=null){let n=this.color,o="\x1B[3"+(n<8?n:"8;5;"+n),i=` ${o};1m${t} \x1B[0m`;r[0]=i+r[0].split(`
|
|
2
|
+
"use strict";var Libp2PDaemonClient=(()=>{var Sc=Object.create;var cr=Object.defineProperty;var Ac=Object.getOwnPropertyDescriptor;var Tc=Object.getOwnPropertyNames;var Lc=Object.getPrototypeOf,Bc=Object.prototype.hasOwnProperty;var X=(r=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(r,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):r)(function(r){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+r+'" is not supported')});var ut=(r,t)=>{for(var e in t)cr(r,e,{get:t[e],enumerable:!0})},xi=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Tc(t))!Bc.call(r,o)&&o!==e&&cr(r,o,{get:()=>t[o],enumerable:!(n=Ac(t,o))||n.enumerable});return r};var ht=(r,t,e)=>(e=r!=null?Sc(Lc(r)):{},xi(t||!r||!r.__esModule?cr(e,"default",{value:r,enumerable:!0}):e,r)),Cc=r=>xi(cr({},"__esModule",{value:!0}),r);var Rl={};ut(Rl,{OperationFailedError:()=>R,createClient:()=>Ul});var Tn=X("node:buffer");function ue(r){return new Uint8Array(r.buffer,r.byteOffset,r.byteLength)}function Dt(r=0){return ue(Tn.Buffer.alloc(r))}function wt(r=0){return ue(Tn.Buffer.allocUnsafe(r))}var Pc=Math.pow(2,7),kc=Math.pow(2,14),Nc=Math.pow(2,21),Ln=Math.pow(2,28),Bn=Math.pow(2,35),Cn=Math.pow(2,42),Pn=Math.pow(2,49),D=128,nt=127;function ot(r){if(r<Pc)return 1;if(r<kc)return 2;if(r<Nc)return 3;if(r<Ln)return 4;if(r<Bn)return 5;if(r<Cn)return 6;if(r<Pn)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function kn(r,t,e=0){switch(ot(r)){case 8:t[e++]=r&255|D,r/=128;case 7:t[e++]=r&255|D,r/=128;case 6:t[e++]=r&255|D,r/=128;case 5:t[e++]=r&255|D,r/=128;case 4:t[e++]=r&255|D,r>>>=7;case 3:t[e++]=r&255|D,r>>>=7;case 2:t[e++]=r&255|D,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function Oc(r,t,e=0){switch(ot(r)){case 8:t.set(e++,r&255|D),r/=128;case 7:t.set(e++,r&255|D),r/=128;case 6:t.set(e++,r&255|D),r/=128;case 5:t.set(e++,r&255|D),r/=128;case 4:t.set(e++,r&255|D),r>>>=7;case 3:t.set(e++,r&255|D),r>>>=7;case 2:t.set(e++,r&255|D),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function Nn(r,t){let e=r[t],n=0;if(n+=e&nt,e<D||(e=r[t+1],n+=(e&nt)<<7,e<D)||(e=r[t+2],n+=(e&nt)<<14,e<D)||(e=r[t+3],n+=(e&nt)<<21,e<D)||(e=r[t+4],n+=(e&nt)*Ln,e<D)||(e=r[t+5],n+=(e&nt)*Bn,e<D)||(e=r[t+6],n+=(e&nt)*Cn,e<D)||(e=r[t+7],n+=(e&nt)*Pn,e<D))return n;throw new RangeError("Could not decode varint")}function Dc(r,t){let e=r.get(t),n=0;if(n+=e&nt,e<D||(e=r.get(t+1),n+=(e&nt)<<7,e<D)||(e=r.get(t+2),n+=(e&nt)<<14,e<D)||(e=r.get(t+3),n+=(e&nt)<<21,e<D)||(e=r.get(t+4),n+=(e&nt)*Ln,e<D)||(e=r.get(t+5),n+=(e&nt)*Bn,e<D)||(e=r.get(t+6),n+=(e&nt)*Cn,e<D)||(e=r.get(t+7),n+=(e&nt)*Pn,e<D))return n;throw new RangeError("Could not decode varint")}function Yt(r,t,e=0){return t==null&&(t=wt(ot(r))),t instanceof Uint8Array?kn(r,t,e):Oc(r,t,e)}function Ut(r,t=0){return r instanceof Uint8Array?Nn(r,t):Dc(r,t)}var Dn=new Float32Array([-0]),Zt=new Uint8Array(Dn.buffer);function Ei(r,t,e){Dn[0]=r,t[e]=Zt[0],t[e+1]=Zt[1],t[e+2]=Zt[2],t[e+3]=Zt[3]}function vi(r,t){return Zt[0]=r[t],Zt[1]=r[t+1],Zt[2]=r[t+2],Zt[3]=r[t+3],Dn[0]}var Un=new Float64Array([-0]),it=new Uint8Array(Un.buffer);function Ii(r,t,e){Un[0]=r,t[e]=it[0],t[e+1]=it[1],t[e+2]=it[2],t[e+3]=it[3],t[e+4]=it[4],t[e+5]=it[5],t[e+6]=it[6],t[e+7]=it[7]}function Si(r,t){return it[0]=r[t],it[1]=r[t+1],it[2]=r[t+2],it[3]=r[t+3],it[4]=r[t+4],it[5]=r[t+5],it[6]=r[t+6],it[7]=r[t+7],Un[0]}var Uc=BigInt(Number.MAX_SAFE_INTEGER),Rc=BigInt(Number.MIN_SAFE_INTEGER),pt=class r{lo;hi;constructor(t,e){this.lo=t|0,this.hi=e|0}toNumber(t=!1){if(!t&&this.hi>>>31>0){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(e+n*4294967296)}return this.lo+this.hi*4294967296}toBigInt(t=!1){if(t)return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n);if(this.hi>>>31){let e=~this.lo+1>>>0,n=~this.hi>>>0;return e===0&&(n=n+1>>>0),-(BigInt(e)+(BigInt(n)<<32n))}return BigInt(this.lo>>>0)+(BigInt(this.hi>>>0)<<32n)}toString(t=!1){return this.toBigInt(t).toString()}zzEncode(){let t=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^t)>>>0,this.lo=(this.lo<<1^t)>>>0,this}zzDecode(){let t=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^t)>>>0,this.hi=(this.hi>>>1^t)>>>0,this}length(){let t=this.lo,e=(this.lo>>>28|this.hi<<4)>>>0,n=this.hi>>>24;return n===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:n<128?9:10}static fromBigInt(t){if(t===0n)return le;if(t<Uc&&t>Rc)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let n=t>>32n,o=t-(n<<32n);return e&&(n=~n|0n,o=~o|0n,++o>Ai&&(o=0n,++n>Ai&&(n=0n))),new r(Number(o),Number(n))}static fromNumber(t){if(t===0)return le;let e=t<0;e&&(t=-t);let n=t>>>0,o=(t-n)/4294967296>>>0;return e&&(o=~o>>>0,n=~n>>>0,++n>4294967295&&(n=0,++o>4294967295&&(o=0))),new r(n,o)}static from(t){return typeof t=="number"?r.fromNumber(t):typeof t=="bigint"?r.fromBigInt(t):typeof t=="string"?r.fromBigInt(BigInt(t)):t.low!=null||t.high!=null?new r(t.low>>>0,t.high>>>0):le}},le=new pt(0,0);le.toBigInt=function(){return 0n};le.zzEncode=le.zzDecode=function(){return this};le.length=function(){return 1};var Ai=4294967296n;function Ti(r){let t=0,e=0;for(let n=0;n<r.length;++n)e=r.charCodeAt(n),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(n+1)&64512)===56320?(++n,t+=4):t+=3;return t}function Li(r,t,e){if(e-t<1)return"";let o,i=[],s=0,c;for(;t<e;)c=r[t++],c<128?i[s++]=c:c>191&&c<224?i[s++]=(c&31)<<6|r[t++]&63:c>239&&c<365?(c=((c&7)<<18|(r[t++]&63)<<12|(r[t++]&63)<<6|r[t++]&63)-65536,i[s++]=55296+(c>>10),i[s++]=56320+(c&1023)):i[s++]=(c&15)<<12|(r[t++]&63)<<6|r[t++]&63,s>8191&&((o??(o=[])).push(String.fromCharCode.apply(String,i)),s=0);return o!=null?(s>0&&o.push(String.fromCharCode.apply(String,i.slice(0,s))),o.join("")):String.fromCharCode.apply(String,i.slice(0,s))}function Rn(r,t,e){let n=e,o,i;for(let s=0;s<r.length;++s)o=r.charCodeAt(s),o<128?t[e++]=o:o<2048?(t[e++]=o>>6|192,t[e++]=o&63|128):(o&64512)===55296&&((i=r.charCodeAt(s+1))&64512)===56320?(o=65536+((o&1023)<<10)+(i&1023),++s,t[e++]=o>>18|240,t[e++]=o>>12&63|128,t[e++]=o>>6&63|128,t[e++]=o&63|128):(t[e++]=o>>12|224,t[e++]=o>>6&63|128,t[e++]=o&63|128);return e-n}function Tt(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function ar(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var _n=class{buf;pos;len;_slice=Uint8Array.prototype.subarray;constructor(t){this.buf=t,this.pos=0,this.len=t.length}uint32(){let t=4294967295;if(t=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(t=(t|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(t=(t|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return t;if((this.pos+=5)>this.len)throw this.pos=this.len,Tt(this,10);return t}int32(){return this.uint32()|0}sint32(){let t=this.uint32();return t>>>1^-(t&1)|0}bool(){return this.uint32()!==0}fixed32(){if(this.pos+4>this.len)throw Tt(this,4);return ar(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw Tt(this,4);return ar(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw Tt(this,4);let t=vi(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw Tt(this,4);let t=Si(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,n=this.pos+t;if(n>this.len)throw Tt(this,t);return this.pos+=t,e===n?new Uint8Array(0):this.buf.subarray(e,n)}string(){let t=this.bytes();return Li(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw Tt(this,t);this.pos+=t}else do if(this.pos>=this.len)throw Tt(this);while(this.buf[this.pos++]&128);return this}skipType(t){switch(t){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(t=this.uint32()&7)!==4;)this.skipType(t);break;case 5:this.skip(4);break;default:throw Error(`invalid wire type ${t} at offset ${this.pos}`)}return this}readLongVarint(){let t=new pt(0,0),e=0;if(this.len-this.pos>4){for(;e<4;++e)if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t;if(t.lo=(t.lo|(this.buf[this.pos]&127)<<28)>>>0,t.hi=(t.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return t;e=0}else{for(;e<3;++e){if(this.pos>=this.len)throw Tt(this);if(t.lo=(t.lo|(this.buf[this.pos]&127)<<e*7)>>>0,this.buf[this.pos++]<128)return t}return t.lo=(t.lo|(this.buf[this.pos++]&127)<<e*7)>>>0,t}if(this.len-this.pos>4){for(;e<5;++e)if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}else for(;e<5;++e){if(this.pos>=this.len)throw Tt(this);if(t.hi=(t.hi|(this.buf[this.pos]&127)<<e*7+3)>>>0,this.buf[this.pos++]<128)return t}throw Error("invalid varint encoding")}readFixed64(){if(this.pos+8>this.len)throw Tt(this,8);let t=ar(this.buf,this.pos+=4),e=ar(this.buf,this.pos+=4);return new pt(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){let t=Nn(this.buf,this.pos);return this.pos+=ot(t),t}uint64String(){return this.readLongVarint().toString(!0)}sint64(){return this.readLongVarint().zzDecode().toBigInt()}sint64Number(){return this.readLongVarint().zzDecode().toNumber()}sint64String(){return this.readLongVarint().zzDecode().toString()}fixed64(){return this.readFixed64().toBigInt()}fixed64Number(){return this.readFixed64().toNumber()}fixed64String(){return this.readFixed64().toString()}sfixed64(){return this.readFixed64().toBigInt()}sfixed64Number(){return this.readFixed64().toNumber()}sfixed64String(){return this.readFixed64().toString()}};function Mn(r){return new _n(r instanceof Uint8Array?r:r.subarray())}function $(r,t,e){let n=Mn(r);return t.decode(n,void 0,e)}var Yi=X("node:buffer");var Hn={};ut(Hn,{base10:()=>Vc});var Xl=new Uint8Array(0);function Ci(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}function xt(r){if(r instanceof Uint8Array&&r.constructor.name==="Uint8Array")return r;if(r instanceof ArrayBuffer)return new Uint8Array(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength);throw new Error("Unknown type, must be binary type")}function Pi(r){return new TextEncoder().encode(r)}function ki(r){return new TextDecoder().decode(r)}function _c(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),n=0;n<e.length;n++)e[n]=255;for(var o=0;o<r.length;o++){var i=r.charAt(o),s=i.charCodeAt(0);if(e[s]!==255)throw new TypeError(i+" is ambiguous");e[s]=o}var c=r.length,a=r.charAt(0),f=Math.log(c)/Math.log(256),l=Math.log(256)/Math.log(c);function u(w){if(w instanceof Uint8Array||(ArrayBuffer.isView(w)?w=new Uint8Array(w.buffer,w.byteOffset,w.byteLength):Array.isArray(w)&&(w=Uint8Array.from(w))),!(w instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(w.length===0)return"";for(var y=0,h=0,p=0,g=w.length;p!==g&&w[p]===0;)p++,y++;for(var E=(g-p)*l+1>>>0,I=new Uint8Array(E);p!==g;){for(var P=w[p],B=0,v=E-1;(P!==0||B<h)&&v!==-1;v--,B++)P+=256*I[v]>>>0,I[v]=P%c>>>0,P=P/c>>>0;if(P!==0)throw new Error("Non-zero carry");h=B,p++}for(var T=E-h;T!==E&&I[T]===0;)T++;for(var C=a.repeat(y);T<E;++T)C+=r.charAt(I[T]);return C}function d(w){if(typeof w!="string")throw new TypeError("Expected String");if(w.length===0)return new Uint8Array;var y=0;if(w[y]!==" "){for(var h=0,p=0;w[y]===a;)h++,y++;for(var g=(w.length-y)*f+1>>>0,E=new Uint8Array(g);w[y];){var I=e[w.charCodeAt(y)];if(I===255)return;for(var P=0,B=g-1;(I!==0||P<p)&&B!==-1;B--,P++)I+=c*E[B]>>>0,E[B]=I%256>>>0,I=I/256>>>0;if(I!==0)throw new Error("Non-zero carry");p=P,y++}if(w[y]!==" "){for(var v=g-p;v!==g&&E[v]===0;)v++;for(var T=new Uint8Array(h+(g-v)),C=h;v!==g;)T[C++]=E[v++];return T}}}function m(w){var y=d(w);if(y)return y;throw new Error(`Non-${t} character`)}return{encode:u,decodeUnsafe:d,decode:m}}var Mc=_c,Kc=Mc,Oi=Kc;var Kn=class{name;prefix;baseEncode;constructor(t,e,n){this.name=t,this.prefix=e,this.baseEncode=n}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},$n=class{name;prefix;baseDecode;prefixCodePoint;constructor(t,e,n){this.name=t,this.prefix=e;let o=e.codePointAt(0);if(o===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o,this.baseDecode=n}decode(t){if(typeof t=="string"){if(t.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(t)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(t.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(t){return Di(this,t)}},Fn=class{decoders;constructor(t){this.decoders=t}or(t){return Di(this,t)}decode(t){let e=t[0],n=this.decoders[e];if(n!=null)return n.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}};function Di(r,t){return new Fn({...r.decoders??{[r.prefix]:r},...t.decoders??{[t.prefix]:t}})}var Vn=class{name;prefix;baseEncode;baseDecode;encoder;decoder;constructor(t,e,n,o){this.name=t,this.prefix=e,this.baseEncode=n,this.baseDecode=o,this.encoder=new Kn(t,e,n),this.decoder=new $n(t,e,o)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}};function Ae({name:r,prefix:t,encode:e,decode:n}){return new Vn(r,t,e,n)}function Xt({name:r,prefix:t,alphabet:e}){let{encode:n,decode:o}=Oi(e,r);return Ae({prefix:t,name:r,encode:n,decode:i=>xt(o(i))})}function $c(r,t,e,n){let o={};for(let l=0;l<t.length;++l)o[t[l]]=l;let i=r.length;for(;r[i-1]==="=";)--i;let s=new Uint8Array(i*e/8|0),c=0,a=0,f=0;for(let l=0;l<i;++l){let u=o[r[l]];if(u===void 0)throw new SyntaxError(`Non-${n} character`);a=a<<e|u,c+=e,c>=8&&(c-=8,s[f++]=255&a>>c)}if(c>=e||255&a<<8-c)throw new SyntaxError("Unexpected end of data");return s}function Fc(r,t,e){let n=t[t.length-1]==="=",o=(1<<e)-1,i="",s=0,c=0;for(let a=0;a<r.length;++a)for(c=c<<8|r[a],s+=8;s>e;)s-=e,i+=t[o&c>>s];if(s!==0&&(i+=t[o&c<<e-s]),n)for(;i.length*e&7;)i+="=";return i}function z({name:r,prefix:t,bitsPerChar:e,alphabet:n}){return Ae({prefix:t,name:r,encode(o){return Fc(o,n,e)},decode(o){return $c(o,n,e,r)}})}var Vc=Xt({prefix:"9",name:"base10",alphabet:"0123456789"});var Gn={};ut(Gn,{base16:()=>Hc,base16upper:()=>Gc});var Hc=z({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Gc=z({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var zn={};ut(zn,{base2:()=>zc});var zc=z({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var qn={};ut(qn,{base256emoji:()=>Xc});var Ui=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),qc=Ui.reduce((r,t,e)=>(r[e]=t,r),[]),Wc=Ui.reduce((r,t,e)=>{let n=t.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${t}`);return r[n]=e,r},[]);function Yc(r){return r.reduce((t,e)=>(t+=qc[e],t),"")}function Zc(r){let t=[];for(let e of r){let n=e.codePointAt(0);if(n==null)throw new Error(`Invalid character: ${e}`);let o=Wc[n];if(o==null)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var Xc=Ae({prefix:"\u{1F680}",name:"base256emoji",encode:Yc,decode:Zc});var Wn={};ut(Wn,{base32:()=>Lt,base32hex:()=>ta,base32hexpad:()=>ra,base32hexpadupper:()=>na,base32hexupper:()=>ea,base32pad:()=>Jc,base32padupper:()=>jc,base32upper:()=>Qc,base32z:()=>oa});var Lt=z({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Qc=z({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Jc=z({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),jc=z({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),ta=z({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ea=z({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ra=z({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),na=z({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),oa=z({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var Yn={};ut(Yn,{base36:()=>He,base36upper:()=>ia});var He=Xt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),ia=Xt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Zn={};ut(Zn,{base58btc:()=>F,base58flickr:()=>sa});var F=Xt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),sa=Xt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Qn={};ut(Qn,{base64:()=>Xn,base64pad:()=>ca,base64url:()=>aa,base64urlpad:()=>ua});var Xn=z({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),ca=z({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),aa=z({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),ua=z({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Jn={};ut(Jn,{base8:()=>la});var la=z({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var jn={};ut(jn,{identity:()=>fa});var fa=Ae({prefix:"\0",name:"identity",encode:r=>ki(r),decode:r=>Pi(r)});var hf=new TextEncoder,pf=new TextDecoder;var eo={};ut(eo,{identity:()=>Rt});var pa=Mi,Ri=128,ma=127,ga=~ma,ya=Math.pow(2,31);function Mi(r,t,e){t=t||[],e=e||0;for(var n=e;r>=ya;)t[e++]=r&255|Ri,r/=128;for(;r&ga;)t[e++]=r&255|Ri,r>>>=7;return t[e]=r|0,Mi.bytes=e-n+1,t}var ba=to,wa=128,_i=127;function to(r,n){var e=0,n=n||0,o=0,i=n,s,c=r.length;do{if(i>=c)throw to.bytes=0,new RangeError("Could not decode varint");s=r[i++],e+=o<28?(s&_i)<<o:(s&_i)*Math.pow(2,o),o+=7}while(s>=wa);return to.bytes=i-n,e}var xa=Math.pow(2,7),Ea=Math.pow(2,14),va=Math.pow(2,21),Ia=Math.pow(2,28),Sa=Math.pow(2,35),Aa=Math.pow(2,42),Ta=Math.pow(2,49),La=Math.pow(2,56),Ba=Math.pow(2,63),Ca=function(r){return r<xa?1:r<Ea?2:r<va?3:r<Ia?4:r<Sa?5:r<Aa?6:r<Ta?7:r<La?8:r<Ba?9:10},Pa={encode:pa,decode:ba,encodingLength:Ca},ka=Pa,Ge=ka;function ze(r,t=0){return[Ge.decode(r,t),Ge.decode.bytes]}function Te(r,t,e=0){return Ge.encode(r,t,e),t}function Le(r){return Ge.encodingLength(r)}function fe(r,t){let e=t.byteLength,n=Le(r),o=n+Le(e),i=new Uint8Array(o+e);return Te(r,i,0),Te(e,i,n),i.set(t,o),new Be(r,e,t,i)}function lt(r){let t=xt(r),[e,n]=ze(t),[o,i]=ze(t.subarray(n)),s=t.subarray(n+i);if(s.byteLength!==o)throw new Error("Incorrect length");return new Be(e,o,s,t)}function Ki(r,t){if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&Ci(r.bytes,e.bytes)}}var Be=class{code;size;digest;bytes;constructor(t,e,n,o){this.code=t,this.size=e,this.digest=n,this.bytes=o}};var $i=0,Na="identity",Fi=xt;function Oa(r){return fe($i,Fi(r))}var Rt={code:$i,name:Na,encode:Fi,digest:Oa};var so={};ut(so,{sha256:()=>io,sha512:()=>Da});var oo=ht(X("crypto"),1);function no({name:r,code:t,encode:e}){return new ro(r,t,e)}var ro=class{name;code;encode;constructor(t,e,n){this.name=t,this.code=e,this.encode=n}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?fe(this.code,e):e.then(n=>fe(this.code,n))}else throw Error("Unknown type, must be binary type")}};var io=no({name:"sha2-256",code:18,encode:r=>xt(oo.default.createHash("sha256").update(r).digest())}),Da=no({name:"sha2-512",code:19,encode:r=>xt(oo.default.createHash("sha512").update(r).digest())});function Hi(r,t){let{bytes:e,version:n}=r;switch(n){case 0:return Ra(e,co(r),t??F.encoder);default:return _a(e,co(r),t??Lt.encoder)}}var Gi=new WeakMap;function co(r){let t=Gi.get(r);if(t==null){let e=new Map;return Gi.set(r,e),e}return t}var j=class r{code;version;multihash;bytes;"/";constructor(t,e,n,o){this.code=e,this.version=t,this.multihash=n,this.bytes=o,this["/"]=o}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:t,multihash:e}=this;if(t!==qe)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Ma)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return r.createV0(e)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:t,digest:e}=this.multihash,n=fe(t,e);return r.createV1(this.code,n)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(t){return r.equals(this,t)}static equals(t,e){let n=e;return n!=null&&t.code===n.code&&t.version===n.version&&Ki(t.multihash,n.multihash)}toString(t){return Hi(this,t)}toJSON(){return{"/":Hi(this)}}link(){return this}[Symbol.toStringTag]="CID";[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(t){if(t==null)return null;let e=t;if(e instanceof r)return e;if(e["/"]!=null&&e["/"]===e.bytes||e.asCID===e){let{version:n,code:o,multihash:i,bytes:s}=e;return new r(n,o,i,s??zi(n,o,i.bytes))}else if(e[Ka]===!0){let{version:n,multihash:o,code:i}=e,s=lt(o);return r.create(n,i,s)}else return null}static create(t,e,n){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(n.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==qe)throw new Error(`Version 0 CID must use dag-pb (code: ${qe}) block encoding`);return new r(t,e,n,n.bytes)}case 1:{let o=zi(t,e,n.bytes);return new r(t,e,n,o)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,qe,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,n]=r.decodeFirst(t);if(n.length!==0)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),n=e.size-e.multihashSize,o=xt(t.subarray(n,n+e.multihashSize));if(o.byteLength!==e.multihashSize)throw new Error("Incorrect length");let i=o.subarray(e.multihashSize-e.digestSize),s=new Be(e.multihashCode,e.digestSize,i,o);return[e.version===0?r.createV0(s):r.createV1(e.codec,s),t.subarray(e.size)]}static inspectBytes(t){let e=0,n=()=>{let[u,d]=ze(t.subarray(e));return e+=d,u},o=n(),i=qe;if(o===18?(o=0,e=0):i=n(),o!==0&&o!==1)throw new RangeError(`Invalid CID version ${o}`);let s=e,c=n(),a=n(),f=e+a,l=f-s;return{version:o,codec:i,multihashCode:c,digestSize:a,multihashSize:l,size:f}}static parse(t,e){let[n,o]=Ua(t,e),i=r.decode(o);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return co(i).set(n,t),i}};function Ua(r,t){switch(r[0]){case"Q":{let e=t??F;return[F.prefix,e.decode(`${F.prefix}${r}`)]}case F.prefix:{let e=t??F;return[F.prefix,e.decode(r)]}case Lt.prefix:{let e=t??Lt;return[Lt.prefix,e.decode(r)]}case He.prefix:{let e=t??He;return[He.prefix,e.decode(r)]}default:{if(t==null)throw Error("To parse non base32, base36 or base58btc encoded CID multibase decoder must be provided");return[r[0],t.decode(r)]}}}function Ra(r,t,e){let{prefix:n}=e;if(n!==F.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let o=t.get(n);if(o==null){let i=e.encode(r).slice(1);return t.set(n,i),i}else return o}function _a(r,t,e){let{prefix:n}=e,o=t.get(n);if(o==null){let i=e.encode(r);return t.set(n,i),i}else return o}var qe=112,Ma=18;function zi(r,t,e){let n=Le(r),o=n+Le(t),i=new Uint8Array(o+e.byteLength);return Te(r,i,0),Te(t,i,n),i.set(e,o),i}var Ka=Symbol.for("@ipld/js-cid/CID");var We={...jn,...zn,...Jn,...Hn,...Gn,...Wn,...Yn,...Zn,...Qn,...qn},_f={...so,...eo};function Wi(r,t,e,n){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:n}}}var qi=Wi("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),ao=Wi("ascii","a",r=>{let t="a";for(let e=0;e<r.length;e++)t+=String.fromCharCode(r[e]);return t},r=>{r=r.substring(1);let t=wt(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),$a={utf8:qi,"utf-8":qi,hex:We.base16,latin1:ao,ascii:ao,binary:ao,...We},lr=$a;function Qt(r,t="utf8"){let e=lr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?ue(Yi.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}function uo(r){let t=r??8192,e=t>>>1,n,o=t;return function(s){if(s<1||s>e)return wt(s);o+s>t&&(n=wt(t),o=0);let c=n.subarray(o,o+=s);return o&7&&(o=(o|7)+1),c}}var de=class{fn;len;next;val;constructor(t,e,n){this.fn=t,this.len=e,this.next=void 0,this.val=n}};function lo(){}var ho=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},Fa=uo();function Va(r){return globalThis.Buffer!=null?wt(r):Fa(r)}var Ze=class{len;head;tail;states;constructor(){this.len=0,this.head=new de(lo,0,0),this.tail=this.head,this.states=null}_push(t,e,n){return this.tail=this.tail.next=new de(t,e,n),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new po((t=t>>>0)<128?1:t<16384?2:t<2097152?3:t<268435456?4:5,t)).len,this}int32(t){return t<0?this._push(fr,10,pt.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=pt.fromBigInt(t);return this._push(fr,e.length(),e)}uint64Number(t){return this._push(kn,ot(t),t)}uint64String(t){return this.uint64(BigInt(t))}int64(t){return this.uint64(t)}int64Number(t){return this.uint64Number(t)}int64String(t){return this.uint64String(t)}sint64(t){let e=pt.fromBigInt(t).zzEncode();return this._push(fr,e.length(),e)}sint64Number(t){let e=pt.fromNumber(t).zzEncode();return this._push(fr,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(fo,1,t?1:0)}fixed32(t){return this._push(Ye,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=pt.fromBigInt(t);return this._push(Ye,4,e.lo)._push(Ye,4,e.hi)}fixed64Number(t){let e=pt.fromNumber(t);return this._push(Ye,4,e.lo)._push(Ye,4,e.hi)}fixed64String(t){return this.fixed64(BigInt(t))}sfixed64(t){return this.fixed64(t)}sfixed64Number(t){return this.fixed64Number(t)}sfixed64String(t){return this.fixed64String(t)}float(t){return this._push(Ei,4,t)}double(t){return this._push(Ii,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(fo,1,0):this.uint32(e)._push(Ga,e,t)}string(t){let e=Ti(t);return e!==0?this.uint32(e)._push(Rn,e,t):this._push(fo,1,0)}fork(){return this.states=new ho(this),this.head=this.tail=new de(lo,0,0),this.len=0,this}reset(){return this.states!=null?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new de(lo,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,n=this.len;return this.reset().uint32(n),n!==0&&(this.tail.next=t.next,this.tail=e,this.len+=n),this}finish(){let t=this.head.next,e=Va(this.len),n=0;for(;t!=null;)t.fn(t.val,e,n),n+=t.len,t=t.next;return e}};function fo(r,t,e){t[e]=r&255}function Ha(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var po=class extends de{next;constructor(t,e){super(Ha,t,e),this.next=void 0}};function fr(r,t,e){for(;r.hi!==0;)t[e++]=r.lo&127|128,r.lo=(r.lo>>>7|r.hi<<25)>>>0,r.hi>>>=7;for(;r.lo>127;)t[e++]=r.lo&127|128,r.lo=r.lo>>>7;t[e++]=r.lo}function Ye(r,t,e){t[e]=r&255,t[e+1]=r>>>8&255,t[e+2]=r>>>16&255,t[e+3]=r>>>24}function Ga(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(Ze.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(za,t,r),this},Ze.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(qa,t,r),this});function za(r,t,e){t.set(r,e)}function qa(r,t,e){r.length<40?Rn(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(Qt(r),e)}function mo(){return new Ze}function V(r,t){let e=mo();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var Ce;(function(r){r[r.VARINT=0]="VARINT",r[r.BIT64=1]="BIT64",r[r.LENGTH_DELIMITED=2]="LENGTH_DELIMITED",r[r.START_GROUP=3]="START_GROUP",r[r.END_GROUP=4]="END_GROUP",r[r.BIT32=5]="BIT32"})(Ce||(Ce={}));function dr(r,t,e,n){return{name:r,type:t,encode:e,decode:n}}function Bt(r){function t(o){if(r[o.toString()]==null)throw new Error("Invalid enum value");return r[o]}let e=function(i,s){let c=t(i);s.int32(c)},n=function(i){let s=i.int32();return t(s)};return dr("enum",Ce.VARINT,e,n)}function H(r,t){return dr("message",Ce.LENGTH_DELIMITED,r,t)}var q;(function(r){let t;(function(o){o.IDENTIFY="IDENTIFY",o.CONNECT="CONNECT",o.STREAM_OPEN="STREAM_OPEN",o.STREAM_HANDLER="STREAM_HANDLER",o.DHT="DHT",o.LIST_PEERS="LIST_PEERS",o.CONNMANAGER="CONNMANAGER",o.DISCONNECT="DISCONNECT",o.PUBSUB="PUBSUB",o.PEERSTORE="PEERSTORE"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.IDENTIFY=0]="IDENTIFY",o[o.CONNECT=1]="CONNECT",o[o.STREAM_OPEN=2]="STREAM_OPEN",o[o.STREAM_HANDLER=3]="STREAM_HANDLER",o[o.DHT=4]="DHT",o[o.LIST_PEERS=5]="LIST_PEERS",o[o.CONNMANAGER=6]="CONNMANAGER",o[o.DISCONNECT=7]="DISCONNECT",o[o.PUBSUB=8]="PUBSUB",o[o.PEERSTORE=9]="PEERSTORE"})(e||(e={})),function(o){o.codec=()=>Bt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=H((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.connect!=null&&(i.uint32(18),pr.codec().encode(o.connect,i)),o.streamOpen!=null&&(i.uint32(26),mr.codec().encode(o.streamOpen,i)),o.streamHandler!=null&&(i.uint32(34),gr.codec().encode(o.streamHandler,i)),o.dht!=null&&(i.uint32(42),Et.codec().encode(o.dht,i)),o.connManager!=null&&(i.uint32(50),br.codec().encode(o.connManager,i)),o.disconnect!=null&&(i.uint32(58),wr.codec().encode(o.disconnect,i)),o.pubsub!=null&&(i.uint32(66),_t.codec().encode(o.pubsub,i)),o.peerStore!=null&&(i.uint32(74),vr.codec().encode(o.peerStore,i)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.connect=pr.codec().decode(o,o.uint32());break;case 3:s.streamOpen=mr.codec().decode(o,o.uint32());break;case 4:s.streamHandler=gr.codec().decode(o,o.uint32());break;case 5:s.dht=Et.codec().decode(o,o.uint32());break;case 6:s.connManager=br.codec().decode(o,o.uint32());break;case 7:s.disconnect=wr.codec().decode(o,o.uint32());break;case 8:s.pubsub=_t.codec().decode(o,o.uint32());break;case 9:s.peerStore=vr.codec().decode(o,o.uint32());break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(q||(q={}));var N;(function(r){let t;(function(o){o.OK="OK",o.ERROR="ERROR"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.OK=0]="OK",o[o.ERROR=1]="ERROR"})(e||(e={})),function(o){o.codec=()=>Bt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=H((o,i,s={})=>{if(s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.error!=null&&(i.uint32(18),yr.codec().encode(o.error,i)),o.streamInfo!=null&&(i.uint32(26),Pe.codec().encode(o.streamInfo,i)),o.identify!=null&&(i.uint32(34),hr.codec().encode(o.identify,i)),o.dht!=null&&(i.uint32(42),Ct.codec().encode(o.dht,i)),o.peers!=null)for(let c of o.peers)i.uint32(50),Jt.codec().encode(c,i);o.pubsub!=null&&(i.uint32(58),Er.codec().encode(o.pubsub,i)),o.peerStore!=null&&(i.uint32(66),Ir.codec().encode(o.peerStore,i)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={peers:[]},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.error=yr.codec().decode(o,o.uint32());break;case 3:s.streamInfo=Pe.codec().decode(o,o.uint32());break;case 4:s.identify=hr.codec().decode(o,o.uint32());break;case 5:s.dht=Ct.codec().decode(o,o.uint32());break;case 6:s.peers.push(Jt.codec().decode(o,o.uint32()));break;case 7:s.pubsub=Er.codec().decode(o,o.uint32());break;case 8:s.peerStore=Ir.codec().decode(o,o.uint32());break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(N||(N={}));var hr;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.id!=null&&e.id.byteLength>0&&(n.uint32(10),n.bytes(e.id)),e.addrs!=null)for(let i of e.addrs)n.uint32(18),n.bytes(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={id:new Uint8Array(0),addrs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.id=e.bytes();break;case 2:o.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(hr||(hr={}));var pr;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),e.addrs!=null)for(let i of e.addrs)n.uint32(18),n.bytes(i);e.timeout!=null&&(n.uint32(24),n.int64(e.timeout)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0),addrs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;case 2:o.addrs.push(e.bytes());break;case 3:o.timeout=e.int64();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(pr||(pr={}));var mr;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),e.proto!=null)for(let i of e.proto)n.uint32(18),n.string(i);e.timeout!=null&&(n.uint32(24),n.int64(e.timeout)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0),proto:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;case 2:o.proto.push(e.string());break;case 3:o.timeout=e.int64();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(mr||(mr={}));var gr;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.addr!=null&&e.addr.byteLength>0&&(n.uint32(10),n.bytes(e.addr)),e.proto!=null)for(let i of e.proto)n.uint32(18),n.string(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={addr:new Uint8Array(0),proto:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.addr=e.bytes();break;case 2:o.proto.push(e.string());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(gr||(gr={}));var yr;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.msg!=null&&e.msg!==""&&(n.uint32(10),n.string(e.msg)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={msg:""},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.msg=e.string();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(yr||(yr={}));var Pe;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),e.addr!=null&&e.addr.byteLength>0&&(n.uint32(18),n.bytes(e.addr)),e.proto!=null&&e.proto!==""&&(n.uint32(26),n.string(e.proto)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0),addr:new Uint8Array(0),proto:""},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;case 2:o.addr=e.bytes();break;case 3:o.proto=e.string();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(Pe||(Pe={}));var Et;(function(r){let t;(function(o){o.FIND_PEER="FIND_PEER",o.FIND_PEERS_CONNECTED_TO_PEER="FIND_PEERS_CONNECTED_TO_PEER",o.FIND_PROVIDERS="FIND_PROVIDERS",o.GET_CLOSEST_PEERS="GET_CLOSEST_PEERS",o.GET_PUBLIC_KEY="GET_PUBLIC_KEY",o.GET_VALUE="GET_VALUE",o.SEARCH_VALUE="SEARCH_VALUE",o.PUT_VALUE="PUT_VALUE",o.PROVIDE="PROVIDE"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.FIND_PEER=0]="FIND_PEER",o[o.FIND_PEERS_CONNECTED_TO_PEER=1]="FIND_PEERS_CONNECTED_TO_PEER",o[o.FIND_PROVIDERS=2]="FIND_PROVIDERS",o[o.GET_CLOSEST_PEERS=3]="GET_CLOSEST_PEERS",o[o.GET_PUBLIC_KEY=4]="GET_PUBLIC_KEY",o[o.GET_VALUE=5]="GET_VALUE",o[o.SEARCH_VALUE=6]="SEARCH_VALUE",o[o.PUT_VALUE=7]="PUT_VALUE",o[o.PROVIDE=8]="PROVIDE"})(e||(e={})),function(o){o.codec=()=>Bt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=H((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.peer!=null&&(i.uint32(18),i.bytes(o.peer)),o.cid!=null&&(i.uint32(26),i.bytes(o.cid)),o.key!=null&&(i.uint32(34),i.bytes(o.key)),o.value!=null&&(i.uint32(42),i.bytes(o.value)),o.count!=null&&(i.uint32(48),i.int32(o.count)),o.timeout!=null&&(i.uint32(56),i.int64(o.timeout)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.peer=o.bytes();break;case 3:s.cid=o.bytes();break;case 4:s.key=o.bytes();break;case 5:s.value=o.bytes();break;case 6:s.count=o.int32();break;case 7:s.timeout=o.int64();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(Et||(Et={}));var Ct;(function(r){let t;(function(o){o.BEGIN="BEGIN",o.VALUE="VALUE",o.END="END"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.BEGIN=0]="BEGIN",o[o.VALUE=1]="VALUE",o[o.END=2]="END"})(e||(e={})),function(o){o.codec=()=>Bt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=H((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.peer!=null&&(i.uint32(18),Jt.codec().encode(o.peer,i)),o.value!=null&&(i.uint32(26),i.bytes(o.value)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.peer=Jt.codec().decode(o,o.uint32());break;case 3:s.value=o.bytes();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(Ct||(Ct={}));var Jt;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.id!=null&&e.id.byteLength>0&&(n.uint32(10),n.bytes(e.id)),e.addrs!=null)for(let i of e.addrs)n.uint32(18),n.bytes(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={id:new Uint8Array(0),addrs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.id=e.bytes();break;case 2:o.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(Jt||(Jt={}));var br;(function(r){let t;(function(o){o.TAG_PEER="TAG_PEER",o.UNTAG_PEER="UNTAG_PEER",o.TRIM="TRIM"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.TAG_PEER=0]="TAG_PEER",o[o.UNTAG_PEER=1]="UNTAG_PEER",o[o.TRIM=2]="TRIM"})(e||(e={})),function(o){o.codec=()=>Bt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=H((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.peer!=null&&(i.uint32(18),i.bytes(o.peer)),o.tag!=null&&(i.uint32(26),i.string(o.tag)),o.weight!=null&&(i.uint32(32),i.int64(o.weight)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.peer=o.bytes();break;case 3:s.tag=o.string();break;case 4:s.weight=o.int64();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(br||(br={}));var wr;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&e.peer.byteLength>0&&(n.uint32(10),n.bytes(e.peer)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={peer:new Uint8Array(0)},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=e.bytes();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(wr||(wr={}));var _t;(function(r){let t;(function(o){o.GET_TOPICS="GET_TOPICS",o.LIST_PEERS="LIST_PEERS",o.PUBLISH="PUBLISH",o.SUBSCRIBE="SUBSCRIBE"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.GET_TOPICS=0]="GET_TOPICS",o[o.LIST_PEERS=1]="LIST_PEERS",o[o.PUBLISH=2]="PUBLISH",o[o.SUBSCRIBE=3]="SUBSCRIBE"})(e||(e={})),function(o){o.codec=()=>Bt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=H((o,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.topic!=null&&(i.uint32(18),i.string(o.topic)),o.data!=null&&(i.uint32(26),i.bytes(o.data)),s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.topic=o.string();break;case 3:s.data=o.bytes();break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(_t||(_t={}));var xr;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.from!=null&&(n.uint32(10),n.bytes(e.from)),e.data!=null&&(n.uint32(18),n.bytes(e.data)),e.seqno!=null&&(n.uint32(26),n.bytes(e.seqno)),e.topicIDs!=null)for(let i of e.topicIDs)n.uint32(34),n.string(i);e.signature!=null&&(n.uint32(42),n.bytes(e.signature)),e.key!=null&&(n.uint32(50),n.bytes(e.key)),o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={topicIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.from=e.bytes();break;case 2:o.data=e.bytes();break;case 3:o.seqno=e.bytes();break;case 4:o.topicIDs.push(e.string());break;case 5:o.signature=e.bytes();break;case 6:o.key=e.bytes();break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(xr||(xr={}));var Er;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.topics!=null)for(let i of e.topics)n.uint32(10),n.string(i);if(e.peerIDs!=null)for(let i of e.peerIDs)n.uint32(18),n.bytes(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={topics:[],peerIDs:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.topics.push(e.string());break;case 2:o.peerIDs.push(e.bytes());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(Er||(Er={}));var vr;(function(r){let t;(function(o){o.UNSPECIFIED="UNSPECIFIED",o.GET_PROTOCOLS="GET_PROTOCOLS",o.GET_PEER_INFO="GET_PEER_INFO"})(t=r.Type||(r.Type={}));let e;(function(o){o[o.UNSPECIFIED=0]="UNSPECIFIED",o[o.GET_PROTOCOLS=1]="GET_PROTOCOLS",o[o.GET_PEER_INFO=2]="GET_PEER_INFO"})(e||(e={})),function(o){o.codec=()=>Bt(e)}(t=r.Type||(r.Type={}));let n;r.codec=()=>(n==null&&(n=H((o,i,s={})=>{if(s.lengthDelimited!==!1&&i.fork(),o.type!=null&&(i.uint32(8),r.Type.codec().encode(o.type,i)),o.id!=null&&(i.uint32(18),i.bytes(o.id)),o.protos!=null)for(let c of o.protos)i.uint32(26),i.string(c);s.lengthDelimited!==!1&&i.ldelim()},(o,i)=>{let s={protos:[]},c=i==null?o.len:o.pos+i;for(;o.pos<c;){let a=o.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(o);break;case 2:s.id=o.bytes();break;case 3:s.protos.push(o.string());break;default:o.skipType(a&7);break}}return s})),n),r.encode=o=>V(o,r.codec()),r.decode=o=>$(o,r.codec())})(vr||(vr={}));var Ir;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{if(o.lengthDelimited!==!1&&n.fork(),e.peer!=null&&(n.uint32(10),Jt.codec().encode(e.peer,n)),e.protos!=null)for(let i of e.protos)n.uint32(18),n.string(i);o.lengthDelimited!==!1&&n.ldelim()},(e,n)=>{let o={protos:[]},i=n==null?e.len:e.pos+n;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:o.peer=Jt.codec().decode(e,e.uint32());break;case 2:o.protos.push(e.string());break;default:e.skipType(s&7);break}}return o})),t),r.encode=e=>V(e,r.codec()),r.decode=e=>$(e,r.codec())})(Ir||(Ir={}));var Qi=ht(X("node:tty"),1),Cr=ht(X("node:util"),1);function Wa(r,t){try{if(typeof r=="string"&&r.length>0)return Ya(r);if(typeof r=="number"&&isFinite(r))return t?.long?Xa(r):Za(r);throw new Error("Value is not a string or number.")}catch(e){let n=Qa(e)?`${e.message}. value=${JSON.stringify(r)}`:"An unknown error has occured.";throw new Error(n)}}function Ya(r){if(r=String(r),r.length>100)throw new Error("Value exceeds the maximum length of 100 characters.");let t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(r);if(!t)return NaN;let e=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return e*315576e5;case"weeks":case"week":case"w":return e*6048e5;case"days":case"day":case"d":return e*864e5;case"hours":case"hour":case"hrs":case"hr":case"h":return e*36e5;case"minutes":case"minute":case"mins":case"min":case"m":return e*6e4;case"seconds":case"second":case"secs":case"sec":case"s":return e*1e3;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:throw new Error(`The unit ${n} was matched, but no matching case exists.`)}}var Ar=Wa;function Za(r){let t=Math.abs(r);return t>=864e5?`${Math.round(r/864e5)}d`:t>=36e5?`${Math.round(r/36e5)}h`:t>=6e4?`${Math.round(r/6e4)}m`:t>=1e3?`${Math.round(r/1e3)}s`:`${r}ms`}function Xa(r){let t=Math.abs(r);return t>=864e5?Sr(r,t,864e5,"day"):t>=36e5?Sr(r,t,36e5,"hour"):t>=6e4?Sr(r,t,6e4,"minute"):t>=1e3?Sr(r,t,1e3,"second"):`${r} ms`}function Sr(r,t,e,n){let o=t>=e*1.5;return`${Math.round(r/e)} ${n}${o?"s":""}`}function Qa(r){return typeof r=="object"&&r!==null&&"message"in r}var Lr=ht(X("node:process"),1),Xi=ht(X("node:os"),1),go=ht(X("node:tty"),1);function vt(r,t=globalThis.Deno?globalThis.Deno.args:Lr.default.argv){let e=r.startsWith("-")?"":r.length===1?"-":"--",n=t.indexOf(e+r),o=t.indexOf("--");return n!==-1&&(o===-1||n<o)}var{env:G}=Lr.default,Tr;vt("no-color")||vt("no-colors")||vt("color=false")||vt("color=never")?Tr=0:(vt("color")||vt("colors")||vt("color=true")||vt("color=always"))&&(Tr=1);function Ja(){if("FORCE_COLOR"in G)return G.FORCE_COLOR==="true"?1:G.FORCE_COLOR==="false"?0:G.FORCE_COLOR.length===0?1:Math.min(Number.parseInt(G.FORCE_COLOR,10),3)}function ja(r){return r===0?!1:{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}function tu(r,{streamIsTTY:t,sniffFlags:e=!0}={}){let n=Ja();n!==void 0&&(Tr=n);let o=e?Tr:n;if(o===0)return 0;if(e){if(vt("color=16m")||vt("color=full")||vt("color=truecolor"))return 3;if(vt("color=256"))return 2}if("TF_BUILD"in G&&"AGENT_NAME"in G)return 1;if(r&&!t&&o===void 0)return 0;let i=o||0;if(G.TERM==="dumb")return i;if(Lr.default.platform==="win32"){let s=Xi.default.release().split(".");return Number(s[0])>=10&&Number(s[2])>=10586?Number(s[2])>=14931?3:2:1}if("CI"in G)return"GITHUB_ACTIONS"in G||"GITEA_ACTIONS"in G?3:["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","BUILDKITE","DRONE"].some(s=>s in G)||G.CI_NAME==="codeship"?1:i;if("TEAMCITY_VERSION"in G)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(G.TEAMCITY_VERSION)?1:0;if(G.COLORTERM==="truecolor"||G.TERM==="xterm-kitty")return 3;if("TERM_PROGRAM"in G){let s=Number.parseInt((G.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(G.TERM_PROGRAM){case"iTerm.app":return s>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(G.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(G.TERM)||"COLORTERM"in G?1:i}function Zi(r,t={}){let e=tu(r,{streamIsTTY:r&&r.isTTY,...t});return ja(e)}var eu={stdout:Zi({isTTY:go.default.isatty(1)}),stderr:Zi({isTTY:go.default.isatty(2)})},Br=eu;function yo(r){e.debug=e,e.default=e,e.coerce=a,e.disable=i,e.enable=o,e.enabled=s,e.humanize=Ar,e.destroy=f,Object.keys(r).forEach(l=>{e[l]=r[l]}),e.names=[],e.skips=[],e.formatters={};function t(l){let u=0;for(let d=0;d<l.length;d++)u=(u<<5)-u+l.charCodeAt(d),u|=0;return e.colors[Math.abs(u)%e.colors.length]}e.selectColor=t;function e(l){let u,d=null,m,w;function y(...h){if(!y.enabled)return;let p=y,g=Number(new Date),E=g-(u||g);p.diff=E,p.prev=u,p.curr=g,u=g,h[0]=e.coerce(h[0]),typeof h[0]!="string"&&h.unshift("%O");let I=0;h[0]=h[0].replace(/%([a-zA-Z%])/g,(B,v)=>{if(B==="%%")return"%";I++;let T=e.formatters[v];if(typeof T=="function"){let C=h[I];B=T.call(p,C),h.splice(I,1),I--}return B}),e.formatArgs.call(p,h),(p.log||e.log).apply(p,h)}return y.namespace=l,y.useColors=e.useColors(),y.color=e.selectColor(l),y.extend=n,y.destroy=e.destroy,Object.defineProperty(y,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(m!==e.namespaces&&(m=e.namespaces,w=e.enabled(l)),w),set:h=>{d=h}}),typeof e.init=="function"&&e.init(y),y}function n(l,u){let d=e(this.namespace+(typeof u>"u"?":":u)+l);return d.log=this.log,d}function o(l){e.save(l),e.namespaces=l,e.names=[],e.skips=[];let u,d=(typeof l=="string"?l:"").split(/[\s,]+/),m=d.length;for(u=0;u<m;u++)d[u]&&(l=d[u].replace(/\*/g,".*?"),l[0]==="-"?e.skips.push(new RegExp("^"+l.substr(1)+"$")):e.names.push(new RegExp("^"+l+"$")))}function i(){let l=[...e.names.map(c),...e.skips.map(c).map(u=>"-"+u)].join(",");return e.enable(""),l}function s(l){if(l[l.length-1]==="*")return!0;let u,d;for(u=0,d=e.skips.length;u<d;u++)if(e.skips[u].test(l))return!1;for(u=0,d=e.names.length;u<d;u++)if(e.names[u].test(l))return!0;return!1}function c(l){return l.toString().substring(2,l.toString().length-2).replace(/\.\*\?$/,"*")}function a(l){return l instanceof Error?l.stack??l.message:l}function f(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return e.setupFormatters(e.formatters),e.enable(e.load()),e}var Ji=[6,2,3,4,5,1];Br.stderr!==!1&&(Br.stderr??Br).level>=2&&(Ji=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]);var ke=Object.keys(process.env).filter(r=>/^debug_/i.test(r)).reduce((r,t)=>{let e=t.substring(6).toLowerCase().replace(/_([a-z])/g,(o,i)=>i.toUpperCase()),n=process.env[t];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),r[e]=n,r},{});function ru(){return"colors"in ke?!!ke.colors:Qi.default.isatty(process.stderr.fd)}function nu(r){let{namespace:t,useColors:e}=this;if(e===!0){let n=this.color,o="\x1B[3"+(n<8?n:"8;5;"+n),i=` ${o};1m${t} \x1B[0m`;r[0]=i+r[0].split(`
|
|
3
3
|
`).join(`
|
|
4
|
-
`+i),r.push(o+"m+"+
|
|
5
|
-
`)}function
|
|
6
|
-
`).map(e=>e.trim()).join(" ")},r.O=function(t){return this.inspectOpts.colors=this.useColors,Lr.default.inspect(t,this.inspectOpts)}}var zi=po({init:tu,log:Ja,formatArgs:Ya,save:Qa,load:ja,useColors:Za,setupFormatters:eu,colors:Hi,inspectOpts:Pe});var pt=zi;pt.formatters.b=r=>r==null?"undefined":F.baseEncode(r);pt.formatters.t=r=>r==null?"undefined":Bt.baseEncode(r);pt.formatters.m=r=>r==null?"undefined":Wn.baseEncode(r);pt.formatters.p=r=>r==null?"undefined":r.toString();pt.formatters.c=r=>r==null?"undefined":r.toString();pt.formatters.k=r=>r==null?"undefined":r.toString();pt.formatters.a=r=>r==null?"undefined":r.toString();function ru(r){let t=()=>{};return t.enabled=!1,t.color="",t.diff=0,t.log=()=>{},t.namespace=r,t.destroy=()=>!0,t.extend=()=>t,t}function qi(){return{forComponent(r){return he(r)}}}function he(r){let t=ru(`${r}:trace`);return pt.enabled(`${r}:trace`)&&pt.names.map(e=>e.toString()).find(e=>e.includes(":trace"))!=null&&(t=pt(`${r}:trace`)),Object.assign(pt(r),{error:pt(`${r}:error`),trace:t})}function Ne(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var Cr=class extends Error{type;code;constructor(t,e,n){super(t??"The operation was aborted"),this.type="aborted",this.name=n??"AbortError",this.code=e??"ABORT_ERR"}};async function Wi(r,t,e){if(t==null)return r;if(t.aborted)return Promise.reject(new Cr(e?.errorMessage,e?.errorCode,e?.errorName));let n,o=new Cr(e?.errorMessage,e?.errorCode,e?.errorName);try{return await Promise.race([r,new Promise((i,s)=>{n=()=>{s(o)},t.addEventListener("abort",n)})])}finally{n!=null&&t.removeEventListener("abort",n)}}var mo=class{readNext;haveNext;ended;nextResult;constructor(){this.ended=!1,this.readNext=Ne(),this.haveNext=Ne()}[Symbol.asyncIterator](){return this}async next(){if(this.nextResult==null&&await this.haveNext.promise,this.nextResult==null)throw new Error("HaveNext promise resolved but nextResult was undefined");let t=this.nextResult;return this.nextResult=void 0,this.readNext.resolve(),this.readNext=Ne(),t}async throw(t){return this.ended=!0,t!=null&&(this.haveNext.promise.catch(()=>{}),this.haveNext.reject(t)),{done:!0,value:void 0}}async return(){let t={done:!0,value:void 0};return await this._push(void 0),t}async push(t,e){await this._push(t,e)}async end(t,e){t!=null?await this.throw(t):await this._push(void 0,e)}async _push(t,e){if(t!=null&&this.ended)throw new Error("Cannot push value onto an ended pushable");for(;this.nextResult!=null;)await this.readNext.promise;t!=null?this.nextResult={done:!1,value:t}:(this.ended=!0,this.nextResult={done:!0,value:void 0}),this.haveNext.resolve(),this.haveNext=Ne(),await Wi(this.readNext.promise,e?.signal,e)}};function Zi(){return new mo}var Yi=X("node:buffer");function mt(r,t){return ue(Yi.Buffer.concat(r,t))}function kt(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}var Ji=Symbol.for("@achingbrain/uint8arraylist");function Xi(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let o=e+n.byteLength;if(t<o)return{buf:n,index:t-e};e=o}throw new RangeError("index is out of bounds")}function kr(r){return!!r?.[Ji]}var Mt=class r{bufs;length;[Ji]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(kr(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(kr(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=Xi(this.bufs,t);return e.buf[e.index]}set(t,e){let n=Xi(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(kr(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:o}=this._subList(t,e);return mt(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:mt(n,o)}sublist(t,e){let{bufs:n,length:o}=this._subList(t,e),i=new r;return i.length=o,i.bufs=[...n],i}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let i=0;i<this.bufs.length;i++){let s=this.bufs[i],c=o,a=c+s.byteLength;if(o=a,t>=a)continue;let f=t>=c&&t<a,u=e>c&&e<=a;if(f&&u){if(t===c&&e===a){n.push(s);break}let l=t-c;n.push(s.subarray(l,l+(e-t)));break}if(f){if(t===0){n.push(s);continue}n.push(s.subarray(t-c));continue}if(u){if(e===a){n.push(s);break}n.push(s.subarray(0,e-c));break}n.push(s)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!kr(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let i=256,s=new Int32Array(i);for(let l=0;l<i;l++)s[l]=-1;for(let l=0;l<o;l++)s[n[l]]=l;let c=s,a=this.byteLength-n.byteLength,f=n.byteLength-1,u;for(let l=e;l<=a;l+=u){u=0;for(let h=f;h>=0;h--){let g=this.get(l+h);if(n[h]!==g){u=Math.max(1,h-c[g]);break}}if(u===0)return l}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=wt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let o=Dt(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,e,n),this.write(o,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let o=Dt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,e,n),this.write(o,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let o=Dt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,e,n),this.write(o,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=wt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let o=Dt(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,e,n),this.write(o,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let o=Dt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,e,n),this.write(o,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let o=Dt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,e,n),this.write(o,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let o=Dt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,e,n),this.write(o,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let o=Dt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!kt(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,i)=>o+i.byteLength,0)),n.length=e,n}};var Pr=class extends Error{name="UnexpectedEOFError";code="ERR_UNEXPECTED_EOF"};var go=class extends Error{code;constructor(t,e){super(t),this.code=e}},yo=class extends go{type;constructor(t){super(t,"ABORT_ERR"),this.type="aborted",this.name="AbortError"}};function Qi(r,t){let e=Zi();r.sink(e).catch(async s=>{await e.end(s)}),r.sink=async s=>{for await(let c of s)await e.push(c);await e.end()};let n=r.source;r.source[Symbol.iterator]!=null?n=r.source[Symbol.iterator]():r.source[Symbol.asyncIterator]!=null&&(n=r.source[Symbol.asyncIterator]());let o=new Mt;return{read:async(s,c)=>{c?.signal?.throwIfAborted();let a,f=new Promise((u,l)=>{a=()=>{l(new yo("Read aborted"))},c?.signal?.addEventListener("abort",a)});try{if(s==null){let{done:l,value:h}=await Promise.race([n.next(),f]);return l===!0?new Mt:h}for(;o.byteLength<s;){let{value:l,done:h}=await Promise.race([n.next(),f]);if(h===!0)throw new Pr("unexpected end of input");o.append(l)}let u=o.sublist(0,s);return o.consume(s),u}finally{a!=null&&c?.signal?.removeEventListener("abort",a)}},write:async(s,c)=>{c?.signal?.throwIfAborted(),s instanceof Uint8Array?await e.push(s,c):await e.push(s.subarray(),c)},unwrap:()=>{if(o.byteLength>0){let s=r.source;r.source=async function*(){t?.yieldBytes===!1?yield o:yield*o,yield*s}()}return r}}}var Nr=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},Or=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},Dr=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"};function Ur(r,t={}){let e=Qi(r,t);t.maxDataLength!=null&&t.maxLengthLength==null&&(t.maxLengthLength=ot(t.maxDataLength));let n=t?.lengthDecoder??Ut,o=t?.lengthEncoder??Yt;return{read:async s=>{let c=-1,a=new Mt;for(;;){a.append(await e.read(1,s));try{c=n(a)}catch(f){if(f instanceof RangeError)continue;throw f}if(c<0)throw new Nr("Invalid message length");if(t?.maxLengthLength!=null&&a.byteLength>t.maxLengthLength)throw new Dr("message length length too long");if(c>-1)break}if(t?.maxDataLength!=null&&c>t.maxDataLength)throw new Or("message length too long");return e.read(c,s)},write:async(s,c)=>{await e.write(new Mt(o(s.byteLength),s),c)},writeV:async(s,c)=>{let a=new Mt(...s.flatMap(f=>[o(f.byteLength),f]));await e.write(a,c)},unwrap:()=>e.unwrap()}}var bo=he("libp2p:daemon-protocol:stream-handler"),Rr=class{stream;lp;constructor(t){let{stream:e,maxLength:n}=t;this.stream=e,this.lp=Ur(this.stream,{maxDataLength:n??4096})}async read(){try{return await this.lp.read()}catch(t){bo.error("read received no value",t)}}async write(t){bo("write message"),await this.lp.write(t)}rest(){return this.lp.unwrap()}async close(){bo("closing the stream"),await this.rest().close()}};var wo={upgradeInbound:async r=>r,upgradeOutbound:async r=>r};var _r=Symbol.for("@libp2p/peer-id");function Oe(r){return!!r?.[_r]}var ts=Symbol.for("@libp2p/transport");var ji;(function(r){r[r.FATAL_ALL=0]="FATAL_ALL",r[r.NO_FATAL=1]="NO_FATAL"})(ji||(ji={}));var Kt=class extends Error{static name="AbortError";constructor(t="The operation was aborted"){super(t),this.name="AbortError"}};var O=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},Mr=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var Kr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var Xe=class extends Error{static name="InvalidMessageError";constructor(t="Invalid message"){super(t),this.name="InvalidMessageError"}},Je=class extends Error{static name="ProtocolError";constructor(t="Protocol error"){super(t),this.name="ProtocolError"}},De=class extends Error{static name="TimeoutError";constructor(t="Timed out"){super(t),this.name="TimeoutError"}},$r=class extends Error{static name="NotStartedError";constructor(t="Not started"){super(t),this.name="NotStartedError"}},Fr=class extends Error{static name="AlreadyStartedError";constructor(t="Already started"){super(t),this.name="AlreadyStartedError"}};var Qe=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var es=X("events"),rs=(r,...t)=>{try{(0,es.setMaxListeners)(r,...t)}catch{}};var Vr=class extends EventTarget{#t=new Map;constructor(){super(),rs(1/0,this)}listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,n){super.addEventListener(t,e,n);let o=this.#t.get(t);o==null&&(o=[],this.#t.set(t,o)),o.push({callback:e,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(t,e,n){super.removeEventListener(t.toString(),e??null,n);let o=this.#t.get(t);o!=null&&(o=o.filter(({callback:i})=>i!==e),this.#t.set(t,o))}dispatchEvent(t){let e=super.dispatchEvent(t),n=this.#t.get(t.type);return n==null||(n=n.filter(({once:o})=>!o),this.#t.set(t.type,n)),e}safeDispatchEvent(t,e={}){return this.dispatchEvent(new CustomEvent(t,e))}};var ns=Symbol.for("@libp2p/service-capabilities"),Jd=Symbol.for("@libp2p/service-dependencies");var Gr=dt(X("crypto"),1);var os=X("node:buffer");function Y(r,t="utf8"){let e=ur[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?os.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):e.encoder.encode(r).substring(1)}var Th=Gr.default.generateKeyPairSync,je=32;var nu=64;function is(r,t,e){if(r.byteLength!==je)throw new TypeError('"key" must be 32 bytes in length.');if(!(r instanceof Uint8Array))throw new TypeError('"key" must be a node.js Buffer, or Uint8Array.');if(t.byteLength!==nu)throw new TypeError('"sig" must be 64 bytes in length.');if(!(t instanceof Uint8Array))throw new TypeError('"sig" must be a node.js Buffer, or Uint8Array.');let n=Gr.default.createPublicKey({format:"jwk",key:{crv:"Ed25519",x:Y(r,"base64url"),kty:"OKP"}});return Gr.default.verify(null,e instanceof Uint8Array?e:e.subarray(),n,t)}var Hr=class{type="Ed25519";raw;constructor(t){this.raw=xo(t,je)}toMultihash(){return Rt.digest(zr(this))}toCID(){return j.createV1(114,this.toMultihash())}toString(){return F.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:kt(this.raw,t.raw)}verify(t,e){return is(this.raw,e,t)}};function cs(r){return r=xo(r,je),new Hr(r)}function xo(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new O(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var St;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1"})(St||(St={}));var Eo;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1"})(Eo||(Eo={}));(function(r){r.codec=()=>Lt(Eo)})(St||(St={}));var tr;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),St.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let i={},s=n==null?e.len:e.pos+n;for(;e.pos<s;){let c=e.uint32();switch(c>>>3){case 1:{i.Type=St.codec().decode(e);break}case 2:{i.Data=e.bytes();break}default:{e.skipType(c&7);break}}}return i})),t),r.encode=e=>V(e,r.codec()),r.decode=(e,n)=>$(e,r.codec(),n)})(tr||(tr={}));var vo;(function(r){let t;r.codec=()=>(t==null&&(t=G((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),St.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let i={},s=n==null?e.len:e.pos+n;for(;e.pos<s;){let c=e.uint32();switch(c>>>3){case 1:{i.Type=St.codec().decode(e);break}case 2:{i.Data=e.bytes();break}default:{e.skipType(c&7);break}}}return i})),t),r.encode=e=>V(e,r.codec()),r.decode=(e,n)=>$(e,r.codec(),n)})(vo||(vo={}));function as(r){if(!Number.isSafeInteger(r)||r<0)throw new Error(`positive integer expected, not ${r}`)}function su(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function Ue(r,...t){if(!su(r))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(r.length))throw new Error(`Uint8Array expected of length ${t}, not of length=${r.length}`)}function us(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");as(r.outputLen),as(r.blockLen)}function Re(r,t=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(t&&r.finished)throw new Error("Hash#digest() has already been called")}function ls(r,t){Ue(r);let e=t.outputLen;if(r.length<e)throw new Error(`digestInto() expects output buffer of length at least ${e}`)}var $t=dt(X("node:crypto"),1),pe=$t&&typeof $t=="object"&&"webcrypto"in $t?$t.webcrypto:$t&&typeof $t=="object"&&"randomBytes"in $t?$t:void 0;var qr=r=>new DataView(r.buffer,r.byteOffset,r.byteLength),Pt=(r,t)=>r<<32-t|r>>>t;var Wh=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function cu(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function er(r){return typeof r=="string"&&(r=cu(r)),Ue(r),r}function fs(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];Ue(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let i=r[n];e.set(i,o),o+=i.length}return e}var _e=class{clone(){return this._cloneInto()}},Zh={}.toString;function ds(r){let t=n=>r().update(er(n)).digest(),e=r();return t.outputLen=e.outputLen,t.blockLen=e.blockLen,t.create=()=>r(),t}function hs(r=32){if(pe&&typeof pe.getRandomValues=="function")return pe.getRandomValues(new Uint8Array(r));if(pe&&typeof pe.randomBytes=="function")return pe.randomBytes(r);throw new Error("crypto.getRandomValues must be defined")}function au(r,t,e,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(t,e,n);let o=BigInt(32),i=BigInt(4294967295),s=Number(e>>o&i),c=Number(e&i),a=n?4:0,f=n?0:4;r.setUint32(t+a,s,n),r.setUint32(t+f,c,n)}var ps=(r,t,e)=>r&t^~r&e,ms=(r,t,e)=>r&t^r&e^t&e,Wr=class extends _e{constructor(t,e,n,o){super(),this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(t),this.view=qr(this.buffer)}update(t){Re(this);let{view:e,buffer:n,blockLen:o}=this;t=er(t);let i=t.length;for(let s=0;s<i;){let c=Math.min(o-this.pos,i-s);if(c===o){let a=qr(t);for(;o<=i-s;s+=o)this.process(a,s);continue}n.set(t.subarray(s,s+c),this.pos),this.pos+=c,s+=c,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Re(this),ls(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:i}=this,{pos:s}=this;e[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>o-s&&(this.process(n,0),s=0);for(let l=s;l<o;l++)e[l]=0;au(n,o-8,BigInt(this.length*8),i),this.process(n,0);let c=qr(t),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let f=a/4,u=this.get();if(f>u.length)throw new Error("_sha2: outputLen bigger than state");for(let l=0;l<f;l++)c.setUint32(4*l,u[l],i)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:i,destroyed:s,pos:c}=this;return t.length=o,t.pos=c,t.finished=i,t.destroyed=s,o%e&&t.buffer.set(n),t}};var uu=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),te=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),ee=new Uint32Array(64),So=class extends Wr{constructor(){super(64,32,8,!1),this.A=te[0]|0,this.B=te[1]|0,this.C=te[2]|0,this.D=te[3]|0,this.E=te[4]|0,this.F=te[5]|0,this.G=te[6]|0,this.H=te[7]|0}get(){let{A:t,B:e,C:n,D:o,E:i,F:s,G:c,H:a}=this;return[t,e,n,o,i,s,c,a]}set(t,e,n,o,i,s,c,a){this.A=t|0,this.B=e|0,this.C=n|0,this.D=o|0,this.E=i|0,this.F=s|0,this.G=c|0,this.H=a|0}process(t,e){for(let l=0;l<16;l++,e+=4)ee[l]=t.getUint32(e,!1);for(let l=16;l<64;l++){let h=ee[l-15],g=ee[l-2],y=Pt(h,7)^Pt(h,18)^h>>>3,m=Pt(g,17)^Pt(g,19)^g>>>10;ee[l]=m+ee[l-7]+y+ee[l-16]|0}let{A:n,B:o,C:i,D:s,E:c,F:a,G:f,H:u}=this;for(let l=0;l<64;l++){let h=Pt(c,6)^Pt(c,11)^Pt(c,25),g=u+h+ps(c,a,f)+uu[l]+ee[l]|0,m=(Pt(n,2)^Pt(n,13)^Pt(n,22))+ms(n,o,i)|0;u=f,f=a,a=c,c=s+g|0,s=i,i=o,o=n,n=g+m|0}n=n+this.A|0,o=o+this.B|0,i=i+this.C|0,s=s+this.D|0,c=c+this.E|0,a=a+this.F|0,f=f+this.G|0,u=u+this.H|0,this.set(n,o,i,s,c,a,f,u)}roundClean(){ee.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var gs=ds(()=>new So);var Zr=class extends _e{constructor(t,e){super(),this.finished=!1,this.destroyed=!1,us(t);let n=er(e);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,i=new Uint8Array(o);i.set(n.length>o?t.create().update(n).digest():n);for(let s=0;s<i.length;s++)i[s]^=54;this.iHash.update(i),this.oHash=t.create();for(let s=0;s<i.length;s++)i[s]^=106;this.oHash.update(i),i.fill(0)}update(t){return Re(this),this.iHash.update(t),this}digestInto(t){Re(this),Ue(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:e,iHash:n,finished:o,destroyed:i,blockLen:s,outputLen:c}=this;return t=t,t.finished=o,t.destroyed=i,t.blockLen=s,t.outputLen=c,t.oHash=e._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},Io=(r,t,e)=>new Zr(r,t).update(e).digest();Io.create=(r,t)=>new Zr(r,t);var Po={};ut(Po,{aInRange:()=>oe,abool:()=>me,abytes:()=>Me,bitGet:()=>mu,bitLen:()=>Co,bitMask:()=>nr,bitSet:()=>gu,bytesToHex:()=>ge,bytesToNumberBE:()=>Vt,bytesToNumberLE:()=>Xr,concatBytes:()=>Ke,createHmacDrbg:()=>ko,ensureBytes:()=>gt,equalBytes:()=>hu,hexToBytes:()=>be,hexToNumber:()=>Lo,inRange:()=>rr,isBytes:()=>re,memoized:()=>Qr,notImplemented:()=>bu,numberToBytesBE:()=>ne,numberToBytesLE:()=>Jr,numberToHexUnpadded:()=>ye,numberToVarBytesBE:()=>du,utf8ToBytes:()=>pu,validateObject:()=>ie});var Bo=BigInt(0),Yr=BigInt(1),lu=BigInt(2);function re(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function Me(r){if(!re(r))throw new Error("Uint8Array expected")}function me(r,t){if(typeof t!="boolean")throw new Error(`${r} must be valid boolean, got "${t}".`)}var fu=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function ge(r){Me(r);let t="";for(let e=0;e<r.length;e++)t+=fu[r[e]];return t}function ye(r){let t=r.toString(16);return t.length&1?`0${t}`:t}function Lo(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return BigInt(r===""?"0":`0x${r}`)}var Ft={_0:48,_9:57,_A:65,_F:70,_a:97,_f:102};function ys(r){if(r>=Ft._0&&r<=Ft._9)return r-Ft._0;if(r>=Ft._A&&r<=Ft._F)return r-(Ft._A-10);if(r>=Ft._a&&r<=Ft._f)return r-(Ft._a-10)}function be(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);let t=r.length,e=t/2;if(t%2)throw new Error("padded hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,i=0;o<e;o++,i+=2){let s=ys(r.charCodeAt(i)),c=ys(r.charCodeAt(i+1));if(s===void 0||c===void 0){let a=r[i]+r[i+1];throw new Error('hex string expected, got non-hex character "'+a+'" at index '+i)}n[o]=s*16+c}return n}function Vt(r){return Lo(ge(r))}function Xr(r){return Me(r),Lo(ge(Uint8Array.from(r).reverse()))}function ne(r,t){return be(r.toString(16).padStart(t*2,"0"))}function Jr(r,t){return ne(r,t).reverse()}function du(r){return be(ye(r))}function gt(r,t,e){let n;if(typeof t=="string")try{n=be(t)}catch(i){throw new Error(`${r} must be valid hex string, got "${t}". Cause: ${i}`)}else if(re(t))n=Uint8Array.from(t);else throw new Error(`${r} must be hex string or Uint8Array`);let o=n.length;if(typeof e=="number"&&o!==e)throw new Error(`${r} expected ${e} bytes, got ${o}`);return n}function Ke(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];Me(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let i=r[n];e.set(i,o),o+=i.length}return e}function hu(r,t){if(r.length!==t.length)return!1;let e=0;for(let n=0;n<r.length;n++)e|=r[n]^t[n];return e===0}function pu(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}var Ao=r=>typeof r=="bigint"&&Bo<=r;function rr(r,t,e){return Ao(r)&&Ao(t)&&Ao(e)&&t<=r&&r<e}function oe(r,t,e,n){if(!rr(t,e,n))throw new Error(`expected valid ${r}: ${e} <= n < ${n}, got ${typeof t} ${t}`)}function Co(r){let t;for(t=0;r>Bo;r>>=Yr,t+=1);return t}function mu(r,t){return r>>BigInt(t)&Yr}function gu(r,t,e){return r|(e?Yr:Bo)<<BigInt(t)}var nr=r=>(lu<<BigInt(r-1))-Yr,To=r=>new Uint8Array(r),bs=r=>Uint8Array.from(r);function ko(r,t,e){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof e!="function")throw new Error("hmacFn must be a function");let n=To(r),o=To(r),i=0,s=()=>{n.fill(1),o.fill(0),i=0},c=(...l)=>e(o,n,...l),a=(l=To())=>{o=c(bs([0]),l),n=c(),l.length!==0&&(o=c(bs([1]),l),n=c())},f=()=>{if(i++>=1e3)throw new Error("drbg: tried 1000 values");let l=0,h=[];for(;l<t;){n=c();let g=n.slice();h.push(g),l+=n.length}return Ke(...h)};return(l,h)=>{s(),a(l);let g;for(;!(g=h(f()));)a();return s(),g}}var yu={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||re(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,t)=>t.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function ie(r,t,e={}){let n=(o,i,s)=>{let c=yu[i];if(typeof c!="function")throw new Error(`Invalid validator "${i}", expected function`);let a=r[o];if(!(s&&a===void 0)&&!c(a,r))throw new Error(`Invalid param ${String(o)}=${a} (${typeof a}), expected ${i}`)};for(let[o,i]of Object.entries(t))n(o,i,!1);for(let[o,i]of Object.entries(e))n(o,i,!0);return r}var bu=()=>{throw new Error("not implemented")};function Qr(r){let t=new WeakMap;return(e,...n)=>{let o=t.get(e);if(o!==void 0)return o;let i=r(e,...n);return t.set(e,i),i}}var J=BigInt(0),W=BigInt(1),we=BigInt(2),wu=BigInt(3),No=BigInt(4),ws=BigInt(5),xs=BigInt(8),xu=BigInt(9),Eu=BigInt(16);function st(r,t){let e=r%t;return e>=J?e:t+e}function vu(r,t,e){if(e<=J||t<J)throw new Error("Expected power/modulo > 0");if(e===W)return J;let n=W;for(;t>J;)t&W&&(n=n*r%e),r=r*r%e,t>>=W;return n}function yt(r,t,e){let n=r;for(;t-- >J;)n*=n,n%=e;return n}function jr(r,t){if(r===J||t<=J)throw new Error(`invert: expected positive integers, got n=${r} mod=${t}`);let e=st(r,t),n=t,o=J,i=W,s=W,c=J;for(;e!==J;){let f=n/e,u=n%e,l=o-s*f,h=i-c*f;n=e,e=u,o=s,i=c,s=l,c=h}if(n!==W)throw new Error("invert: does not exist");return st(o,t)}function Su(r){let t=(r-W)/we,e,n,o;for(e=r-W,n=0;e%we===J;e/=we,n++);for(o=we;o<r&&vu(o,t,r)!==r-W;o++);if(n===1){let s=(r+W)/No;return function(a,f){let u=a.pow(f,s);if(!a.eql(a.sqr(u),f))throw new Error("Cannot find square root");return u}}let i=(e+W)/we;return function(c,a){if(c.pow(a,t)===c.neg(c.ONE))throw new Error("Cannot find square root");let f=n,u=c.pow(c.mul(c.ONE,o),e),l=c.pow(a,i),h=c.pow(a,e);for(;!c.eql(h,c.ONE);){if(c.eql(h,c.ZERO))return c.ZERO;let g=1;for(let m=c.sqr(h);g<f&&!c.eql(m,c.ONE);g++)m=c.sqr(m);let y=c.pow(u,W<<BigInt(f-g-1));u=c.sqr(y),l=c.mul(l,y),h=c.mul(h,u),f=g}return l}}function Iu(r){if(r%No===wu){let t=(r+W)/No;return function(n,o){let i=n.pow(o,t);if(!n.eql(n.sqr(i),o))throw new Error("Cannot find square root");return i}}if(r%xs===ws){let t=(r-ws)/xs;return function(n,o){let i=n.mul(o,we),s=n.pow(i,t),c=n.mul(o,s),a=n.mul(n.mul(c,we),s),f=n.mul(c,n.sub(a,n.ONE));if(!n.eql(n.sqr(f),o))throw new Error("Cannot find square root");return f}}return r%Eu,Su(r)}var Au=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Oo(r){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},e=Au.reduce((n,o)=>(n[o]="function",n),t);return ie(r,e)}function Tu(r,t,e){if(e<J)throw new Error("Expected power > 0");if(e===J)return r.ONE;if(e===W)return t;let n=r.ONE,o=t;for(;e>J;)e&W&&(n=r.mul(n,o)),o=r.sqr(o),e>>=W;return n}function Bu(r,t){let e=new Array(t.length),n=t.reduce((i,s,c)=>r.is0(s)?i:(e[c]=i,r.mul(i,s)),r.ONE),o=r.inv(n);return t.reduceRight((i,s,c)=>r.is0(s)?i:(e[c]=r.mul(i,e[c]),r.mul(i,s)),o),e}function Do(r,t){let e=t!==void 0?t:r.toString(2).length,n=Math.ceil(e/8);return{nBitLength:e,nByteLength:n}}function tn(r,t,e=!1,n={}){if(r<=J)throw new Error(`Expected Field ORDER > 0, got ${r}`);let{nBitLength:o,nByteLength:i}=Do(r,t);if(i>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=Iu(r),c=Object.freeze({ORDER:r,BITS:o,BYTES:i,MASK:nr(o),ZERO:J,ONE:W,create:a=>st(a,r),isValid:a=>{if(typeof a!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof a}`);return J<=a&&a<r},is0:a=>a===J,isOdd:a=>(a&W)===W,neg:a=>st(-a,r),eql:(a,f)=>a===f,sqr:a=>st(a*a,r),add:(a,f)=>st(a+f,r),sub:(a,f)=>st(a-f,r),mul:(a,f)=>st(a*f,r),pow:(a,f)=>Tu(c,a,f),div:(a,f)=>st(a*jr(f,r),r),sqrN:a=>a*a,addN:(a,f)=>a+f,subN:(a,f)=>a-f,mulN:(a,f)=>a*f,inv:a=>jr(a,r),sqrt:n.sqrt||(a=>s(c,a)),invertBatch:a=>Bu(c,a),cmov:(a,f,u)=>u?f:a,toBytes:a=>e?Jr(a,i):ne(a,i),fromBytes:a=>{if(a.length!==i)throw new Error(`Fp.fromBytes: expected ${i}, got ${a.length}`);return e?Xr(a):Vt(a)}});return Object.freeze(c)}function Es(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let t=r.toString(2).length;return Math.ceil(t/8)}function Uo(r){let t=Es(r);return t+Math.ceil(t/2)}function vs(r,t,e=!1){let n=r.length,o=Es(t),i=Uo(t);if(n<16||n<i||n>1024)throw new Error(`expected ${i}-1024 bytes of input, got ${n}`);let s=e?Vt(r):Xr(r),c=st(s,t-W)+W;return e?Jr(c,o):ne(c,o)}var Cu=BigInt(0),Ro=BigInt(1),_o=new WeakMap,Ss=new WeakMap;function Is(r,t){let e=(i,s)=>{let c=s.negate();return i?c:s},n=i=>{if(!Number.isSafeInteger(i)||i<=0||i>t)throw new Error(`Wrong window size=${i}, should be [1..${t}]`)},o=i=>{n(i);let s=Math.ceil(t/i)+1,c=2**(i-1);return{windows:s,windowSize:c}};return{constTimeNegate:e,unsafeLadder(i,s){let c=r.ZERO,a=i;for(;s>Cu;)s&Ro&&(c=c.add(a)),a=a.double(),s>>=Ro;return c},precomputeWindow(i,s){let{windows:c,windowSize:a}=o(s),f=[],u=i,l=u;for(let h=0;h<c;h++){l=u,f.push(l);for(let g=1;g<a;g++)l=l.add(u),f.push(l);u=l.double()}return f},wNAF(i,s,c){let{windows:a,windowSize:f}=o(i),u=r.ZERO,l=r.BASE,h=BigInt(2**i-1),g=2**i,y=BigInt(i);for(let m=0;m<a;m++){let d=m*f,p=Number(c&h);c>>=y,p>f&&(p-=g,c+=Ro);let b=d,I=d+Math.abs(p)-1,v=m%2!==0,k=p<0;p===0?l=l.add(e(v,s[b])):u=u.add(e(k,s[I]))}return{p:u,f:l}},wNAFCached(i,s,c){let a=Ss.get(i)||1,f=_o.get(i);return f||(f=this.precomputeWindow(i,a),a!==1&&_o.set(i,c(f))),this.wNAF(a,f,s)},setWindowSize(i,s){n(s),Ss.set(i,s),_o.delete(i)}}}function As(r,t,e,n){if(!Array.isArray(e)||!Array.isArray(n)||n.length!==e.length)throw new Error("arrays of points and scalars must have equal length");n.forEach((u,l)=>{if(!t.isValid(u))throw new Error(`wrong scalar at index ${l}`)}),e.forEach((u,l)=>{if(!(u instanceof r))throw new Error(`wrong point at index ${l}`)});let o=Co(BigInt(e.length)),i=o>12?o-3:o>4?o-2:o?2:1,s=(1<<i)-1,c=new Array(s+1).fill(r.ZERO),a=Math.floor((t.BITS-1)/i)*i,f=r.ZERO;for(let u=a;u>=0;u-=i){c.fill(r.ZERO);for(let h=0;h<n.length;h++){let g=n[h],y=Number(g>>BigInt(u)&BigInt(s));c[y]=c[y].add(e[h])}let l=r.ZERO;for(let h=c.length-1,g=r.ZERO;h>0;h--)g=g.add(c[h]),l=l.add(g);if(f=f.add(l),u!==0)for(let h=0;h<i;h++)f=f.double()}return f}function Mo(r){return Oo(r.Fp),ie(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Do(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}function Ts(r){r.lowS!==void 0&&me("lowS",r.lowS),r.prehash!==void 0&&me("prehash",r.prehash)}function ku(r){let t=Mo(r);ie(t,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:e,Fp:n,a:o}=t;if(e){if(!n.eql(o,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof e!="object"||typeof e.beta!="bigint"||typeof e.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...t})}var{bytesToNumberBE:Pu,hexToBytes:Nu}=Po,Gt={Err:class extends Error{constructor(t=""){super(t)}},_tlv:{encode:(r,t)=>{let{Err:e}=Gt;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=ye(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let i=n>127?ye(o.length/2|128):"";return`${ye(r)}${i}${o}${t}`},decode(r,t){let{Err:e}=Gt,n=0;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],i=!!(o&128),s=0;if(!i)s=o;else{let a=o&127;if(!a)throw new e("tlv.decode(long): indefinite length not supported");if(a>4)throw new e("tlv.decode(long): byte length is too big");let f=t.subarray(n,n+a);if(f.length!==a)throw new e("tlv.decode: length bytes not complete");if(f[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let u of f)s=s<<8|u;if(n+=a,s<128)throw new e("tlv.decode(long): not minimal encoding")}let c=t.subarray(n,n+s);if(c.length!==s)throw new e("tlv.decode: wrong value length");return{v:c,l:t.subarray(n+s)}}},_int:{encode(r){let{Err:t}=Gt;if(r<Ht)throw new t("integer: negative integers are not allowed");let e=ye(r);if(Number.parseInt(e[0],16)&8&&(e="00"+e),e.length&1)throw new t("unexpected assertion");return e},decode(r){let{Err:t}=Gt;if(r[0]&128)throw new t("Invalid signature integer: negative");if(r[0]===0&&!(r[1]&128))throw new t("Invalid signature integer: unnecessary leading zero");return Pu(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=Gt,o=typeof r=="string"?Nu(r):r;Me(o);let{v:i,l:s}=n.decode(48,o);if(s.length)throw new t("Invalid signature: left bytes after parsing");let{v:c,l:a}=n.decode(2,i),{v:f,l:u}=n.decode(2,a);if(u.length)throw new t("Invalid signature: left bytes after parsing");return{r:e.decode(c),s:e.decode(f)}},hexFromSig(r){let{_tlv:t,_int:e}=Gt,n=`${t.encode(2,e.encode(r.r))}${t.encode(2,e.encode(r.s))}`;return t.encode(48,n)}},Ht=BigInt(0),tt=BigInt(1),dp=BigInt(2),Bs=BigInt(3),hp=BigInt(4);function Ou(r){let t=ku(r),{Fp:e}=t,n=tn(t.n,t.nBitLength),o=t.toBytes||((m,d,p)=>{let b=d.toAffine();return Ke(Uint8Array.from([4]),e.toBytes(b.x),e.toBytes(b.y))}),i=t.fromBytes||(m=>{let d=m.subarray(1),p=e.fromBytes(d.subarray(0,e.BYTES)),b=e.fromBytes(d.subarray(e.BYTES,2*e.BYTES));return{x:p,y:b}});function s(m){let{a:d,b:p}=t,b=e.sqr(m),I=e.mul(b,m);return e.add(e.add(I,e.mul(m,d)),p)}if(!e.eql(e.sqr(t.Gy),s(t.Gx)))throw new Error("bad generator point: equation left != right");function c(m){return rr(m,tt,t.n)}function a(m){let{allowedPrivateKeyLengths:d,nByteLength:p,wrapPrivateKey:b,n:I}=t;if(d&&typeof m!="bigint"){if(re(m)&&(m=ge(m)),typeof m!="string"||!d.includes(m.length))throw new Error("Invalid key");m=m.padStart(p*2,"0")}let v;try{v=typeof m=="bigint"?m:Vt(gt("private key",m,p))}catch{throw new Error(`private key must be ${p} bytes, hex or bigint, not ${typeof m}`)}return b&&(v=st(v,I)),oe("private key",v,tt,I),v}function f(m){if(!(m instanceof h))throw new Error("ProjectivePoint expected")}let u=Qr((m,d)=>{let{px:p,py:b,pz:I}=m;if(e.eql(I,e.ONE))return{x:p,y:b};let v=m.is0();d==null&&(d=v?e.ONE:e.inv(I));let k=e.mul(p,d),L=e.mul(b,d),E=e.mul(I,d);if(v)return{x:e.ZERO,y:e.ZERO};if(!e.eql(E,e.ONE))throw new Error("invZ was invalid");return{x:k,y:L}}),l=Qr(m=>{if(m.is0()){if(t.allowInfinityPoint&&!e.is0(m.py))return;throw new Error("bad point: ZERO")}let{x:d,y:p}=m.toAffine();if(!e.isValid(d)||!e.isValid(p))throw new Error("bad point: x or y not FE");let b=e.sqr(p),I=s(d);if(!e.eql(b,I))throw new Error("bad point: equation left != right");if(!m.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class h{constructor(d,p,b){if(this.px=d,this.py=p,this.pz=b,d==null||!e.isValid(d))throw new Error("x required");if(p==null||!e.isValid(p))throw new Error("y required");if(b==null||!e.isValid(b))throw new Error("z required");Object.freeze(this)}static fromAffine(d){let{x:p,y:b}=d||{};if(!d||!e.isValid(p)||!e.isValid(b))throw new Error("invalid affine point");if(d instanceof h)throw new Error("projective point not allowed");let I=v=>e.eql(v,e.ZERO);return I(p)&&I(b)?h.ZERO:new h(p,b,e.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(d){let p=e.invertBatch(d.map(b=>b.pz));return d.map((b,I)=>b.toAffine(p[I])).map(h.fromAffine)}static fromHex(d){let p=h.fromAffine(i(gt("pointHex",d)));return p.assertValidity(),p}static fromPrivateKey(d){return h.BASE.multiply(a(d))}static msm(d,p){return As(h,n,d,p)}_setWindowSize(d){y.setWindowSize(this,d)}assertValidity(){l(this)}hasEvenY(){let{y:d}=this.toAffine();if(e.isOdd)return!e.isOdd(d);throw new Error("Field doesn't support isOdd")}equals(d){f(d);let{px:p,py:b,pz:I}=this,{px:v,py:k,pz:L}=d,E=e.eql(e.mul(p,L),e.mul(v,I)),T=e.eql(e.mul(b,L),e.mul(k,I));return E&&T}negate(){return new h(this.px,e.neg(this.py),this.pz)}double(){let{a:d,b:p}=t,b=e.mul(p,Bs),{px:I,py:v,pz:k}=this,L=e.ZERO,E=e.ZERO,T=e.ZERO,C=e.mul(I,I),bt=e.mul(v,v),K=e.mul(k,k),U=e.mul(I,v);return U=e.add(U,U),T=e.mul(I,k),T=e.add(T,T),L=e.mul(d,T),E=e.mul(b,K),E=e.add(L,E),L=e.sub(bt,E),E=e.add(bt,E),E=e.mul(L,E),L=e.mul(U,L),T=e.mul(b,T),K=e.mul(d,K),U=e.sub(C,K),U=e.mul(d,U),U=e.add(U,T),T=e.add(C,C),C=e.add(T,C),C=e.add(C,K),C=e.mul(C,U),E=e.add(E,C),K=e.mul(v,k),K=e.add(K,K),C=e.mul(K,U),L=e.sub(L,C),T=e.mul(K,bt),T=e.add(T,T),T=e.add(T,T),new h(L,E,T)}add(d){f(d);let{px:p,py:b,pz:I}=this,{px:v,py:k,pz:L}=d,E=e.ZERO,T=e.ZERO,C=e.ZERO,bt=t.a,K=e.mul(t.b,Bs),U=e.mul(p,v),ft=e.mul(b,k),x=e.mul(I,L),S=e.add(p,b),A=e.add(v,k);S=e.mul(S,A),A=e.add(U,ft),S=e.sub(S,A),A=e.add(p,I);let P=e.add(v,L);return A=e.mul(A,P),P=e.add(U,x),A=e.sub(A,P),P=e.add(b,I),E=e.add(k,L),P=e.mul(P,E),E=e.add(ft,x),P=e.sub(P,E),C=e.mul(bt,A),E=e.mul(K,x),C=e.add(E,C),E=e.sub(ft,C),C=e.add(ft,C),T=e.mul(E,C),ft=e.add(U,U),ft=e.add(ft,U),x=e.mul(bt,x),A=e.mul(K,A),ft=e.add(ft,x),x=e.sub(U,x),x=e.mul(bt,x),A=e.add(A,x),U=e.mul(ft,A),T=e.add(T,U),U=e.mul(P,A),E=e.mul(S,E),E=e.sub(E,U),U=e.mul(S,ft),C=e.mul(P,C),C=e.add(C,U),new h(E,T,C)}subtract(d){return this.add(d.negate())}is0(){return this.equals(h.ZERO)}wNAF(d){return y.wNAFCached(this,d,h.normalizeZ)}multiplyUnsafe(d){oe("scalar",d,Ht,t.n);let p=h.ZERO;if(d===Ht)return p;if(d===tt)return this;let{endo:b}=t;if(!b)return y.unsafeLadder(this,d);let{k1neg:I,k1:v,k2neg:k,k2:L}=b.splitScalar(d),E=p,T=p,C=this;for(;v>Ht||L>Ht;)v&tt&&(E=E.add(C)),L&tt&&(T=T.add(C)),C=C.double(),v>>=tt,L>>=tt;return I&&(E=E.negate()),k&&(T=T.negate()),T=new h(e.mul(T.px,b.beta),T.py,T.pz),E.add(T)}multiply(d){let{endo:p,n:b}=t;oe("scalar",d,tt,b);let I,v;if(p){let{k1neg:k,k1:L,k2neg:E,k2:T}=p.splitScalar(d),{p:C,f:bt}=this.wNAF(L),{p:K,f:U}=this.wNAF(T);C=y.constTimeNegate(k,C),K=y.constTimeNegate(E,K),K=new h(e.mul(K.px,p.beta),K.py,K.pz),I=C.add(K),v=bt.add(U)}else{let{p:k,f:L}=this.wNAF(d);I=k,v=L}return h.normalizeZ([I,v])[0]}multiplyAndAddUnsafe(d,p,b){let I=h.BASE,v=(L,E)=>E===Ht||E===tt||!L.equals(I)?L.multiplyUnsafe(E):L.multiply(E),k=v(this,p).add(v(d,b));return k.is0()?void 0:k}toAffine(d){return u(this,d)}isTorsionFree(){let{h:d,isTorsionFree:p}=t;if(d===tt)return!0;if(p)return p(h,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h:d,clearCofactor:p}=t;return d===tt?this:p?p(h,this):this.multiplyUnsafe(t.h)}toRawBytes(d=!0){return me("isCompressed",d),this.assertValidity(),o(h,this,d)}toHex(d=!0){return me("isCompressed",d),ge(this.toRawBytes(d))}}h.BASE=new h(t.Gx,t.Gy,e.ONE),h.ZERO=new h(e.ZERO,e.ONE,e.ZERO);let g=t.nBitLength,y=Is(h,t.endo?Math.ceil(g/2):g);return{CURVE:t,ProjectivePoint:h,normPrivateKeyToScalar:a,weierstrassEquation:s,isWithinCurveOrder:c}}function Du(r){let t=Mo(r);return ie(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function Ls(r){let t=Du(r),{Fp:e,n}=t,o=e.BYTES+1,i=2*e.BYTES+1;function s(x){return st(x,n)}function c(x){return jr(x,n)}let{ProjectivePoint:a,normPrivateKeyToScalar:f,weierstrassEquation:u,isWithinCurveOrder:l}=Ou({...t,toBytes(x,S,A){let P=S.toAffine(),_=e.toBytes(P.x),Q=Ke;return me("isCompressed",A),A?Q(Uint8Array.from([S.hasEvenY()?2:3]),_):Q(Uint8Array.from([4]),_,e.toBytes(P.y))},fromBytes(x){let S=x.length,A=x[0],P=x.subarray(1);if(S===o&&(A===2||A===3)){let _=Vt(P);if(!rr(_,tt,e.ORDER))throw new Error("Point is not on curve");let Q=u(_),ct;try{ct=e.sqrt(Q)}catch(At){let Wt=At instanceof Error?": "+At.message:"";throw new Error("Point is not on curve"+Wt)}let at=(ct&tt)===tt;return(A&1)===1!==at&&(ct=e.neg(ct)),{x:_,y:ct}}else if(S===i&&A===4){let _=e.fromBytes(P.subarray(0,e.BYTES)),Q=e.fromBytes(P.subarray(e.BYTES,2*e.BYTES));return{x:_,y:Q}}else throw new Error(`Point of length ${S} was invalid. Expected ${o} compressed bytes or ${i} uncompressed bytes`)}}),h=x=>ge(ne(x,t.nByteLength));function g(x){let S=n>>tt;return x>S}function y(x){return g(x)?s(-x):x}let m=(x,S,A)=>Vt(x.slice(S,A));class d{constructor(S,A,P){this.r=S,this.s=A,this.recovery=P,this.assertValidity()}static fromCompact(S){let A=t.nByteLength;return S=gt("compactSignature",S,A*2),new d(m(S,0,A),m(S,A,2*A))}static fromDER(S){let{r:A,s:P}=Gt.toSig(gt("DER",S));return new d(A,P)}assertValidity(){oe("r",this.r,tt,n),oe("s",this.s,tt,n)}addRecoveryBit(S){return new d(this.r,this.s,S)}recoverPublicKey(S){let{r:A,s:P,recovery:_}=this,Q=L(gt("msgHash",S));if(_==null||![0,1,2,3].includes(_))throw new Error("recovery id invalid");let ct=_===2||_===3?A+t.n:A;if(ct>=e.ORDER)throw new Error("recovery id 2 or 3 invalid");let at=_&1?"03":"02",qt=a.fromHex(at+h(ct)),At=c(ct),Wt=s(-Q*At),Ge=s(P*At),Zt=a.BASE.multiplyAndAddUnsafe(qt,Wt,Ge);if(!Zt)throw new Error("point at infinify");return Zt.assertValidity(),Zt}hasHighS(){return g(this.s)}normalizeS(){return this.hasHighS()?new d(this.r,s(-this.s),this.recovery):this}toDERRawBytes(){return be(this.toDERHex())}toDERHex(){return Gt.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return be(this.toCompactHex())}toCompactHex(){return h(this.r)+h(this.s)}}let p={isValidPrivateKey(x){try{return f(x),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let x=Uo(t.n);return vs(t.randomBytes(x),t.n)},precompute(x=8,S=a.BASE){return S._setWindowSize(x),S.multiply(BigInt(3)),S}};function b(x,S=!0){return a.fromPrivateKey(x).toRawBytes(S)}function I(x){let S=re(x),A=typeof x=="string",P=(S||A)&&x.length;return S?P===o||P===i:A?P===2*o||P===2*i:x instanceof a}function v(x,S,A=!0){if(I(x))throw new Error("first arg must be private key");if(!I(S))throw new Error("second arg must be public key");return a.fromHex(S).multiply(f(x)).toRawBytes(A)}let k=t.bits2int||function(x){let S=Vt(x),A=x.length*8-t.nBitLength;return A>0?S>>BigInt(A):S},L=t.bits2int_modN||function(x){return s(k(x))},E=nr(t.nBitLength);function T(x){return oe(`num < 2^${t.nBitLength}`,x,Ht,E),ne(x,t.nByteLength)}function C(x,S,A=bt){if(["recovered","canonical"].some(ae=>ae in A))throw new Error("sign() legacy options not supported");let{hash:P,randomBytes:_}=t,{lowS:Q,prehash:ct,extraEntropy:at}=A;Q==null&&(Q=!0),x=gt("msgHash",x),Ts(A),ct&&(x=gt("prehashed msgHash",P(x)));let qt=L(x),At=f(S),Wt=[T(At),T(qt)];if(at!=null&&at!==!1){let ae=at===!0?_(e.BYTES):at;Wt.push(gt("extraEntropy",ae))}let Ge=Ke(...Wt),Zt=qt;function vn(ae){let Se=k(ae);if(!l(Se))return;let ui=c(Se),Nt=a.BASE.multiply(Se).toAffine(),Ie=s(Nt.x);if(Ie===Ht)return;let ir=s(ui*s(Zt+Ie*At));if(ir===Ht)return;let li=(Nt.x===Ie?0:2)|Number(Nt.y&tt),fi=ir;return Q&&g(ir)&&(fi=y(ir),li^=1),new d(Ie,fi,li)}return{seed:Ge,k2sig:vn}}let bt={lowS:t.lowS,prehash:!1},K={lowS:t.lowS,prehash:!1};function U(x,S,A=bt){let{seed:P,k2sig:_}=C(x,S,A),Q=t;return ko(Q.hash.outputLen,Q.nByteLength,Q.hmac)(P,_)}a.BASE._setWindowSize(8);function ft(x,S,A,P=K){let _=x;if(S=gt("msgHash",S),A=gt("publicKey",A),"strict"in P)throw new Error("options.strict was renamed to lowS");Ts(P);let{lowS:Q,prehash:ct}=P,at,qt;try{if(typeof _=="string"||re(_))try{at=d.fromDER(_)}catch(Nt){if(!(Nt instanceof Gt.Err))throw Nt;at=d.fromCompact(_)}else if(typeof _=="object"&&typeof _.r=="bigint"&&typeof _.s=="bigint"){let{r:Nt,s:Ie}=_;at=new d(Nt,Ie)}else throw new Error("PARSE");qt=a.fromHex(A)}catch(Nt){if(Nt.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(Q&&at.hasHighS())return!1;ct&&(S=t.hash(S));let{r:At,s:Wt}=at,Ge=L(S),Zt=c(Wt),vn=s(Ge*Zt),ae=s(At*Zt),Se=a.BASE.multiplyAndAddUnsafe(qt,vn,ae)?.toAffine();return Se?s(Se.x)===At:!1}return{CURVE:t,getPublicKey:b,getSharedSecret:v,sign:U,verify:ft,ProjectivePoint:a,Signature:d,utils:p}}function Uu(r){return{hash:r,hmac:(t,...e)=>Io(r,t,fs(...e)),randomBytes:hs}}function Cs(r,t){let e=n=>Ls({...r,...Uu(n)});return Object.freeze({...e(t),create:e})}var Ns=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),ks=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),Ru=BigInt(1),Ko=BigInt(2),Ps=(r,t)=>(r+t/Ko)/t;function _u(r){let t=Ns,e=BigInt(3),n=BigInt(6),o=BigInt(11),i=BigInt(22),s=BigInt(23),c=BigInt(44),a=BigInt(88),f=r*r*r%t,u=f*f*r%t,l=yt(u,e,t)*u%t,h=yt(l,e,t)*u%t,g=yt(h,Ko,t)*f%t,y=yt(g,o,t)*g%t,m=yt(y,i,t)*y%t,d=yt(m,c,t)*m%t,p=yt(d,a,t)*d%t,b=yt(p,c,t)*m%t,I=yt(b,e,t)*u%t,v=yt(I,s,t)*y%t,k=yt(v,n,t)*f%t,L=yt(k,Ko,t);if(!$o.eql($o.sqr(L),r))throw new Error("Cannot find square root");return L}var $o=tn(Ns,void 0,void 0,{sqrt:_u}),$e=Cs({a:BigInt(0),b:BigInt(7),Fp:$o,n:ks,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let t=ks,e=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-Ru*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),i=e,s=BigInt("0x100000000000000000000000000000000"),c=Ps(i*r,t),a=Ps(-n*r,t),f=st(r-c*e-a*o,t),u=st(-c*n-a*i,t),l=f>s,h=u>s;if(l&&(f=t-f),h&&(u=t-u),f>s||u>s)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:l,k1:f,k2neg:h,k2:u}}}},gs),vp=BigInt(0);var Sp=$e.ProjectivePoint;var Os=dt(X("node:crypto"),1);var en=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}};function Ds(r,t,e){let n=Os.default.createHash("sha256");if(e instanceof Uint8Array)n.update(e);else for(let i of e)n.update(i);let o=n.digest();try{return $e.verify(t,o,r)}catch(i){throw new en(String(i))}}var rn=class{type="secp256k1";raw;_key;constructor(t){this._key=Rs(t),this.raw=Us(this._key)}toMultihash(){return Rt.digest(zr(this))}toCID(){return j.createV1(114,this.toMultihash())}toString(){return F.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:kt(this.raw,t.raw)}verify(t,e){return Ds(this._key,e,t)}};function _s(r){return new rn(r)}function Us(r){return $e.ProjectivePoint.fromHex(r).toRawBytes(!0)}function Rs(r){try{return $e.ProjectivePoint.fromHex(r),r}catch(t){throw new Mr(String(t))}}function Ms(r){let{Type:t,Data:e}=tr.decode(r.digest),n=e??new Uint8Array;switch(t){case St.Ed25519:return cs(n);case St.secp256k1:return _s(n);default:throw new Qe}}function zr(r){return tr.encode({Type:St[r.type],Data:r.raw})}var Ks=Symbol.for("nodejs.util.inspect.custom"),Mu=114,or=class{type;multihash;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[_r]=!0;toString(){return this.string==null&&(this.string=F.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return j.createV1(Mu,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return kt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return kt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[Ks](){return`PeerId(${this.toString()})`}},nn=class extends or{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},on=class extends or{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},sn=class extends or{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},Ku=2336,cn=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Rt.digest(Qt(this.url))}[Ks](){return`PeerId(${this.url})`}[_r]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return j.createV1(Ku,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=Y(t)),t.toString()===this.toString())}};function zt(r){if(Fu(r))return new nn({multihash:r});if($u(r))try{let t=Ms(r);if(t.type==="Ed25519")return new on({multihash:r,publicKey:t});if(t.type==="secp256k1")return new sn({multihash:r,publicKey:t})}catch{let e=Y(r.digest);return new cn(new URL(e))}throw new Kr("Supplied PeerID Multihash is invalid")}function $u(r){return r.code===Rt.code}function Fu(r){return r.code===ro.code}var dc=dt(X("net"),1);var an=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,n=t();return n===void 0&&(this.index=e),n}parseWith(t){let e=t();if(this.index===this.input.length)return e}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(t){return this.readAtomically(()=>{let e=this.readChar();if(e===t)return e})}readSeparator(t,e,n){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,e,n,o){return this.readAtomically(()=>{let i=0,s=0,c=this.peekChar();if(c===void 0)return;let a=c==="0",f=2**(8*o)-1;for(;;){let u=this.readAtomically(()=>{let l=this.readChar();if(l===void 0)return;let h=Number.parseInt(l,t);if(!Number.isNaN(h))return h});if(u===void 0)break;if(i*=t,i+=u,i>f||(s+=1,e!==void 0&&s>e))return}if(s!==0)return!n&&a&&s>1?void 0:i})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let n=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[e]=n}return t})}readIPv6Addr(){let t=e=>{for(let n=0;n<e.length/2;n++){let o=n*2;if(n<e.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return e[o]=s[0],e[o+1]=s[1],e[o+2]=s[2],e[o+3]=s[3],[o+4,!0]}let i=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(i===void 0)return[o,!1];e[o]=i>>8,e[o+1]=i&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[n,o]=t(e);if(n===16)return e;if(o||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let i=new Uint8Array(14),s=16-(n+2),[c]=t(i.subarray(0,s));return e.set(i.subarray(0,c),16-c),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var vm=new an;var km=parseInt("0xFFFF",16),Pm=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var It=X("node:net");function un(r){return!!(0,It.isIP)(r)}var Vs=It.isIPv4,Wu=It.isIPv6,Fo=function(r){let t=0;if(r=r.toString().trim(),Vs(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(n=>{e[t++]=parseInt(n,10)&255}),e}if(Wu(r)){let e=r.split(":",8),n;for(n=0;n<e.length;n++){let i=Vs(e[n]),s;i&&(s=Fo(e[n]),e[n]=Y(s.slice(0,2),"base16")),s!=null&&++n<8&&e.splice(n,0,Y(s.slice(2,4),"base16"))}if(e[0]==="")for(;e.length<8;)e.unshift("0");else if(e[e.length-1]==="")for(;e.length<8;)e.push("0");else if(e.length<8){for(n=0;n<e.length&&e[n]!=="";n++);let i=[n,1];for(n=9-e.length;n>0;n--)i.push("0");e.splice.apply(e,i)}let o=new Uint8Array(t+16);for(n=0;n<e.length;n++){let i=parseInt(e[n],16);o[t++]=i>>8&255,o[t++]=i&255}return o}throw new Error("invalid ip address")},Gs=function(r,t=0,e){t=~~t,e=e??r.length-t;let n=new DataView(r.buffer);if(e===4){let o=[];for(let i=0;i<e;i++)o.push(r[t+i]);return o.join(".")}if(e===16){let o=[];for(let i=0;i<e;i+=2)o.push(n.getUint16(t+i).toString(16));return o.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Fe={},Vo={},Yu=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[481,-1,"http-path"],[777,-1,"memory"]];Yu.forEach(r=>{let t=Xu(...r);Vo[t.code]=t,Fe[t.name]=t});function Xu(r,t,e,n,o){return{code:r,size:t,name:e,resolvable:!!n,path:!!o}}function M(r){if(typeof r=="number"){if(Vo[r]!=null)return Vo[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(Fe[r]!=null)return Fe[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var mg=M("ip4"),gg=M("ip6"),yg=M("ipcidr");function qo(r,t){switch(M(r).code){case 4:case 41:return Qu(t);case 42:return zo(t);case 6:case 273:case 33:case 132:return qs(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return zo(t);case 421:return rl(t);case 444:return zs(t);case 445:return zs(t);case 466:return el(t);case 481:return globalThis.encodeURIComponent(zo(t));default:return Y(t,"base16")}}function Wo(r,t){switch(M(r).code){case 4:return Hs(t);case 41:return Hs(t);case 42:return Ho(t);case 6:case 273:case 33:case 132:return Zo(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Ho(t);case 421:return ju(t);case 444:return nl(t);case 445:return ol(t);case 466:return tl(t);case 481:return Ho(globalThis.decodeURIComponent(t));default:return Qt(t,"base16")}}var Go=Object.values(We).map(r=>r.decoder),Ju=function(){let r=Go[0].or(Go[1]);return Go.slice(2).forEach(t=>r=r.or(t)),r}();function Hs(r){if(!un(r))throw new Error("invalid ip address");return Fo(r)}function Qu(r){let t=Gs(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!un(t))throw new Error("invalid ip address");return t}function Zo(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function qs(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function Ho(r){let t=Qt(r),e=Uint8Array.from(Yt(t.length));return mt([e,t],e.length+t.length)}function zo(r){let t=Ut(r);if(r=r.slice(ot(t)),r.length!==t)throw new Error("inconsistent lengths");return Y(r)}function ju(r){let t;r[0]==="Q"||r[0]==="1"?t=lt(F.decode(`z${r}`)).bytes:t=j.parse(r).multihash.bytes;let e=Uint8Array.from(Yt(t.length));return mt([e,t],e.length+t.length)}function tl(r){let t=Ju.decode(r),e=Uint8Array.from(Yt(t.length));return mt([e,t],e.length+t.length)}function el(r){let t=Ut(r),e=r.slice(ot(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+Y(e,"base64url")}function rl(r){let t=Ut(r),e=r.slice(ot(t));if(e.length!==t)throw new Error("inconsistent lengths");return Y(e,"base58btc")}function nl(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let e=Bt.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=Zo(n);return mt([e,o],e.length+o.length)}function ol(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let e=Bt.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=Zo(n);return mt([e,o],e.length+o.length)}function zs(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),n=Y(t,"base32"),o=qs(e);return`${n}:${o}`}function Ws(r){r=Yo(r);let t=[],e=[],n=null,o=r.split("/").slice(1);if(o.length===1&&o[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let i=0;i<o.length;i++){let s=o[i],c=M(s);if(c.size===0){t.push([c.code]),e.push([c.code]);continue}if(i++,i>=o.length)throw Ys("invalid address: "+r);if(c.path===!0){n=Yo(o.slice(i).join("/")),t.push([c.code,Wo(c.code,n)]),e.push([c.code,n]);break}let a=Wo(c.code,o[i]);t.push([c.code,a]),e.push([c.code,qo(c.code,a)])}return{string:Zs(e),bytes:Jo(t),tuples:t,stringTuples:e,path:n}}function Xo(r){let t=[],e=[],n=null,o=0;for(;o<r.length;){let i=Ut(r,o),s=ot(i),c=M(i),a=il(c,r.slice(o+s));if(a===0){t.push([i]),e.push([i]),o+=s;continue}let f=r.slice(o+s,o+s+a);if(o+=a+s,o>r.length)throw Ys("Invalid address Uint8Array: "+Y(r,"base16"));t.push([i,f]);let u=qo(i,f);if(e.push([i,u]),c.path===!0){n=u;break}}return{bytes:Uint8Array.from(r),string:Zs(e),tuples:t,stringTuples:e,path:n}}function Zs(r){let t=[];return r.map(e=>{let n=M(e[0]);return t.push(n.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),Yo(t.join("/"))}function Jo(r){return mt(r.map(t=>{let e=M(t[0]),n=Uint8Array.from(Yt(e.code));return t.length>1&&t[1]!=null&&(n=mt([n,t[1]])),n}))}function il(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=Ut(t instanceof Uint8Array?t:Uint8Array.from(t));return e+ot(e)}}function Yo(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}function Ys(r){return new Error("Error parsing address: "+r)}var sl=Symbol.for("nodejs.util.inspect.custom"),jo=Symbol.for("@multiformats/js-multiaddr/multiaddr"),cl=[M("dns").code,M("dns4").code,M("dns6").code,M("dnsaddr").code],Qo=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}},ln=class r{bytes;#t;#e;#r;#n;[jo]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=Xo(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=Ws(t)}else if(fn(t))e=Xo(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=e.bytes,this.#t=e.string,this.#e=e.tuples,this.#r=e.stringTuples,this.#n=e.path}toString(){return this.#t}toJSON(){return this.toString()}toOptions(){let t,e,n,o,i="",s=M("tcp"),c=M("udp"),a=M("ip4"),f=M("ip6"),u=M("dns6"),l=M("ip6zone");for(let[g,y]of this.stringTuples())g===l.code&&(i=`%${y??""}`),cl.includes(g)&&(e=s.name,o=443,n=`${y??""}${i}`,t=g===u.code?6:4),(g===s.code||g===c.code)&&(e=M(g).name,o=parseInt(y??"")),(g===a.code||g===f.code)&&(e=M(g).name,n=`${y??""}${i}`,t=g===f.code?6:4);if(t==null||e==null||n==null||o==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:e,port:o}}protos(){return this.#e.map(([t])=>Object.assign({},M(t)))}protoCodes(){return this.#e.map(([t])=>t)}protoNames(){return this.#e.map(([t])=>M(t).name)}tuples(){return this.#e}stringTuples(){return this.#r}encapsulate(t){return t=new r(t),new r(this.toString()+t.toString())}decapsulate(t){let e=t.toString(),n=this.toString(),o=n.lastIndexOf(e);if(o<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(n.slice(0,o))}decapsulateCode(t){let e=this.tuples();for(let n=e.length-1;n>=0;n--)if(e[n][0]===t)return new r(Jo(e.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,o])=>{n===Fe.p2p.code&&t.push([n,o]),n===Fe["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let n=e[1];return n[0]==="Q"||n[0]==="1"?Y(F.decode(`z${n}`),"base58btc"):Y(j.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(t){return kt(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(i=>i.resolvable);if(e==null)return[this];let n=Xs.get(e.name);if(n==null)throw new Qo(`no available resolver for ${e.name}`);return(await n(this,t)).map(i=>rt(i))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let e=(t??this).protos();return!(e.length!==2||e[0].code!==4&&e[0].code!==41||e[1].code!==6&&e[1].code!==273)}[sl](){return`Multiaddr(${this.#t})`}};var Xs=new Map;function fn(r){return!!r?.[jo]}function rt(r){return new ln(r)}var al=w("dns4"),ul=w("dns6"),ll=w("dnsaddr"),Ee=Z(w("dns"),ll,al,ul),pn=Z(w("ip4"),w("ip6")),ce=Z(B(pn,w("tcp")),B(Ee,w("tcp"))),mn=B(pn,w("udp")),fl=B(mn,w("utp")),dl=B(mn,w("quic")),hl=B(mn,w("quic-v1")),ti=Z(B(ce,w("ws")),B(Ee,w("ws"))),dn=Z(B(ti,w("p2p")),ti),ei=Z(B(ce,w("wss")),B(Ee,w("wss")),B(ce,w("tls"),w("ws")),B(Ee,w("tls"),w("ws"))),hn=Z(B(ei,w("p2p")),ei),ri=Z(B(ce,w("http")),B(pn,w("http")),B(Ee,w("http"))),ni=Z(B(ce,w("https")),B(pn,w("https")),B(Ee,w("https"))),Js=B(mn,w("webrtc-direct"),w("certhash")),tc=Z(B(Js,w("p2p")),Js),Qs=B(hl,w("webtransport"),w("certhash"),w("certhash")),ec=Z(B(Qs,w("p2p")),Qs),rc=Z(B(dn,w("p2p-webrtc-star"),w("p2p")),B(hn,w("p2p-webrtc-star"),w("p2p")),B(dn,w("p2p-webrtc-star")),B(hn,w("p2p-webrtc-star"))),Vg=Z(B(dn,w("p2p-websocket-star"),w("p2p")),B(hn,w("p2p-websocket-star"),w("p2p")),B(dn,w("p2p-websocket-star")),B(hn,w("p2p-websocket-star"))),nc=Z(B(ri,w("p2p-webrtc-direct"),w("p2p")),B(ni,w("p2p-webrtc-direct"),w("p2p")),B(ri,w("p2p-webrtc-direct")),B(ni,w("p2p-webrtc-direct"))),ve=Z(ti,ei,ri,ni,rc,nc,ce,fl,dl,Ee,tc,ec),Gg=Z(B(ve,w("p2p-stardust"),w("p2p")),B(ve,w("p2p-stardust"))),se=Z(B(ve,w("p2p")),rc,nc,tc,ec,w("p2p")),js=Z(B(se,w("p2p-circuit"),se),B(se,w("p2p-circuit")),B(w("p2p-circuit"),se),B(ve,w("p2p-circuit")),B(w("p2p-circuit"),ve),w("p2p-circuit")),oc=()=>Z(B(js,oc),js),xe=oc(),Hg=Z(B(xe,se,xe),B(se,xe),B(xe,se),xe,se);var zg=Z(B(xe,w("webrtc"),w("p2p")),B(xe,w("webrtc")),B(ve,w("webrtc"),w("p2p")),B(ve,w("webrtc")),w("webrtc"));function ic(r){function t(e){let n;try{n=rt(e)}catch{return!1}let o=r(n.protoNames());return o===null?!1:o===!0||o===!1?o:o.length===0}return t}function B(...r){function t(e){if(e.length<r.length)return null;let n=e;return r.some(o=>(n=typeof o=="function"?o().partialMatch(e):o.partialMatch(e),Array.isArray(n)&&(e=n),n===null)),n}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:ic(t),partialMatch:t}}function Z(...r){function t(n){let o=null;return r.some(i=>{let s=typeof i=="function"?i().partialMatch(n):i.partialMatch(n);return s!=null?(o=s,!0):!1}),o}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:ic(t),partialMatch:t}}function w(r){let t=r;function e(o){let i;try{i=rt(o)}catch{return!1}let s=i.protoNames();return s.length===1&&s[0]===t}function n(o){return o.length===0?null:o[0]===t?o.slice(1):null}return{toString:function(){return t},matches:e,partialMatch:n}}var gn=class extends Event{type;detail;constructor(t,e){super(t),this.type=t,this.detail=e}};var fc=dt(X("net"),1);function sc(r,t){if(typeof r!="string")throw new O(`invalid ip provided: ${r}`);if(typeof t=="string"&&(t=parseInt(t)),isNaN(t))throw new O(`invalid port provided: ${t}`);if((0,It.isIPv4)(r))return rt(`/ip4/${r}/tcp/${t}`);if((0,It.isIPv6)(r))return rt(`/ip6/${r}/tcp/${t}`);throw new O(`invalid ip:port for creating a multiaddr: ${r}:${t}`)}function cc(r){if(gl(r))return async function*(){let t=r.getReader();try{for(;;){let{done:e,value:n}=await t.read();if(e)return;yield n}}finally{t.releaseLock()}}();if(ml(r))return r;throw new Error("unknown stream")}function ml(r){return r[Symbol.asyncIterator]!=null}function gl(r){return typeof r?.getReader=="function"}function ac(r){return async t=>{let e=async()=>{yl(t)&&await t.return(void 0)},n,o,i=p=>{n=p,e().catch(b=>{b=new AggregateError([n,b],"The Writable emitted an error, additionally an error occurred while ending the Source")}).finally(()=>{o?.(p)})},s,c=!1,a=()=>{c=!0,s?.()},f,u=!1,l=()=>{u=!0,f?.()},h,g=()=>{h?.()},y=async()=>new Promise((p,b)=>{s=h=p,o=b,r.once("drain",g)}),m=async()=>(await e(),new Promise((p,b)=>{if(c||u||n!=null){p();return}f=s=p,o=b})),d=()=>{r.removeListener("error",i),r.removeListener("close",a),r.removeListener("finish",l),r.removeListener("drain",g)};r.once("error",i),r.once("close",a),r.once("finish",l);try{for await(let p of t){if(!r.writable||r.destroyed||n!=null)break;r.write(p)||await y()}}catch(p){n==null&&r.destroy(p),n=p}try{if(r.writable&&r.end(),await m(),n!=null)throw n}finally{d()}}}function yl(r){return r.return!=null}function oi(r){return{sink:ac(r),source:cc(r)}}var ii=dt(X("os"),1),uc=dt(X("path"),1);var bl={ip4:"IPv4",ip6:"IPv6"};function Ve(r,t={}){let e=r.getPath();return e!=null?ii.default.platform()==="win32"?{path:uc.default.join("\\\\.\\pipe\\",e)}:{path:e}:{...t,...r.toOptions()}}function si(r,t,e){let n=o=>rt(`/${r}/${o}/tcp/${e}`);return(wl(t)?El(bl[r]):[t]).map(n)}function wl(r){return["0.0.0.0","::"].includes(r)}var xl=ii.default.networkInterfaces();function El(r){let t=[];for(let[,e]of Object.entries(xl))if(e!=null)for(let n of e)n.family===r&&t.push(n.address);return t}var yn=(r,t)=>{let e=null,n=t.logger.forComponent("libp2p:tcp:socket"),o=t.metrics,i=t.metricPrefix??"",s=t.socketInactivityTimeout??3e5,c=t.socketCloseTimeout??500;t.listeningAddr?.getPath()!=null&&(t.remoteAddr=t.listeningAddr),t.remoteAddr?.getPath()!=null&&(t.localAddr=t.remoteAddr);let a;if(t.remoteAddr!=null)a=t.remoteAddr;else{if(r.remoteAddress==null||r.remotePort==null)throw new O("Could not determine remote address or port");a=sc(r.remoteAddress,r.remotePort)}let f=Ve(a),u=f.path??`${f.host??""}:${f.port??""}`,{sink:l,source:h}=oi(r);r.setTimeout(s,()=>{n("%s socket read timeout",u),o?.increment({[`${i}timeout`]:!0});let y;r.readable&&(y=new De("Socket read timeout")),r.destroy(y)}),r.once("close",()=>{n("%s socket close",u),o?.increment({[`${i}close`]:!0}),g.timeline.close==null&&(g.timeline.close=Date.now())}),r.once("end",()=>{n("%s socket end",u),o?.increment({[`${i}end`]:!0})});let g={async sink(y){try{await l(async function*(){for await(let m of y)m instanceof Uint8Array?yield m:yield m.subarray()}())}catch(m){m.type!=="aborted"&&n.error("%s error in sink",u,m)}r.end()},source:h,remoteAddr:a,timeline:{open:Date.now()},async close(y={}){if(r.destroyed){n("The %s socket is destroyed",u);return}if(e!=null)return n("The %s socket is closed or closing",u),e;if(y.signal==null){let d=AbortSignal.timeout(c);y={...y,signal:d}}let m=()=>{r.destroy(new Kt("Destroying socket after timeout"))};y.signal?.addEventListener("abort",m);try{n("%s closing socket",u),e=new Promise((d,p)=>{r.once("close",()=>{n("%s socket closed",u),d()}),r.once("error",b=>{n("%s socket error",u,b),g.timeline.close==null&&(g.timeline.close=Date.now()),r.destroyed||p(b)}),r.setTimeout(c),r.end(),r.writableLength>0?r.once("drain",()=>{n("%s socket drained",u),r.destroy()}):r.destroy()}),await e}catch(d){this.abort(d)}finally{y.signal?.removeEventListener("abort",m)}},abort:y=>{n("%s socket abort due to error",u,y),r.destroyed||r.destroy(y),g.timeline.close==null&&(g.timeline.close=Date.now())},log:n};return g};async function lc(r,t){try{await r.close()}catch(e){t.log.error("an error occurred closing the connection",e),r.abort(e)}}var et;(function(r){r[r.INACTIVE=0]="INACTIVE",r[r.ACTIVE=1]="ACTIVE",r[r.PAUSED=2]="PAUSED"})(et||(et={}));var bn=class extends Vr{context;server;connections=new Set;status={code:et.INACTIVE};metrics;addr;log;constructor(t){if(super(),this.context=t,t.keepAlive=t.keepAlive??!0,t.noDelay=t.noDelay??!0,this.log=t.logger.forComponent("libp2p:tcp:listener"),this.addr="unknown",this.server=fc.default.createServer(t,this.onSocket.bind(this)),t.maxConnections!==void 0&&(this.server.maxConnections=t.maxConnections),t.closeServerOnMaxConnections!=null&&t.closeServerOnMaxConnections.closeAbove<t.closeServerOnMaxConnections.listenBelow)throw new O("closeAbove must be >= listenBelow");this.server.on("listening",()=>{if(t.metrics!=null){let e=this.server.address();e==null?this.addr="unknown":typeof e=="string"?this.addr=e:this.addr=`${e.address}:${e.port}`,t.metrics?.registerMetricGroup("libp2p_tcp_inbound_connections_total",{label:"address",help:"Current active connections in TCP listener",calculate:()=>({[this.addr]:this.connections.size})}),this.metrics={status:t.metrics.registerMetricGroup("libp2p_tcp_listener_status_info",{label:"address",help:"Current status of the TCP listener socket"}),errors:t.metrics.registerMetricGroup("libp2p_tcp_listener_errors_total",{label:"address",help:"Total count of TCP listener errors by type"}),events:t.metrics.registerMetricGroup("libp2p_tcp_listener_events_total",{label:"address",help:"Total count of TCP listener events by type"})},this.metrics?.status.update({[this.addr]:et.ACTIVE})}this.safeDispatchEvent("listening")}).on("error",e=>{this.metrics?.errors.increment({[`${this.addr} listen_error`]:!0}),this.safeDispatchEvent("error",{detail:e})}).on("close",()=>{this.metrics?.status.update({[this.addr]:this.status.code}),this.status.code!==et.PAUSED&&this.safeDispatchEvent("close")})}onSocket(t){if(this.status.code!==et.ACTIVE)throw new $r("Server is not listening yet");t.on("error",n=>{this.log("socket error",n),this.metrics?.events.increment({[`${this.addr} error`]:!0})});let e;try{e=yn(t,{listeningAddr:this.status.listeningAddr,socketInactivityTimeout:this.context.socketInactivityTimeout,socketCloseTimeout:this.context.socketCloseTimeout,metrics:this.metrics?.events,metricPrefix:`${this.addr} `,logger:this.context.logger})}catch(n){this.log.error("inbound connection failed",n),this.metrics?.errors.increment({[`${this.addr} inbound_to_connection`]:!0});return}this.log("new inbound connection %s",e.remoteAddr);try{this.context.upgrader.upgradeInbound(e).then(n=>{this.log("inbound connection upgraded %s",e.remoteAddr),this.connections.add(e),t.once("close",()=>{this.connections.delete(e),this.context.closeServerOnMaxConnections!=null&&this.connections.size<this.context.closeServerOnMaxConnections.listenBelow&&this.resume().catch(o=>{this.log.error("error attempting to listen server once connection count under limit",o),this.context.closeServerOnMaxConnections?.onListenError?.(o)})}),this.context.handler!=null&&this.context.handler(n),this.context.closeServerOnMaxConnections!=null&&this.connections.size>=this.context.closeServerOnMaxConnections.closeAbove&&this.pause(!1).catch(o=>{this.log.error("error attempting to close server once connection count over limit",o)}),this.safeDispatchEvent("connection",{detail:n})}).catch(async n=>{this.log.error("inbound connection failed",n),this.metrics?.errors.increment({[`${this.addr} inbound_upgrade`]:!0}),await lc(e,{log:this.log})}).catch(n=>{this.log.error("closing inbound connection failed",n)})}catch(n){this.log.error("inbound connection failed",n),lc(e,{log:this.log}).catch(o=>{this.log.error("closing inbound connection failed",o),this.metrics?.errors.increment({[`${this.addr} inbound_closing_failed`]:!0})})}}getAddrs(){if(this.status.code===et.INACTIVE)return[];let t=[],e=this.server.address(),{listeningAddr:n,peerId:o}=this.status;if(e==null)return[];if(typeof e=="string")t=[n];else try{n.toString().startsWith("/ip4")?t=t.concat(si("ip4",e.address,e.port)):e.family==="IPv6"&&(t=t.concat(si("ip6",e.address,e.port)))}catch(i){this.log.error("could not turn %s:%s into multiaddr",e.address,e.port,i)}return t.map(i=>o!=null?i.encapsulate(`/p2p/${o}`):i)}async listen(t){if(this.status.code===et.ACTIVE||this.status.code===et.PAUSED)throw new Fr("server is already listening");let e=t.getPeerId(),n=e==null?t.decapsulateCode(421):t,{backlog:o}=this.context;try{this.status={code:et.ACTIVE,listeningAddr:n,peerId:e,netConfig:Ve(n,{backlog:o})},await this.resume()}catch(i){throw this.status={code:et.INACTIVE},i}}async close(){let t=new Kt("Listener is closing");this.connections.forEach(e=>{e.abort(t)}),await this.pause(!0)}async resume(){if(this.server.listening||this.status.code===et.INACTIVE)return;let t=this.status.netConfig;await new Promise((e,n)=>{this.server.once("error",n),this.server.listen(t,e)}),this.status={...this.status,code:et.ACTIVE},this.log("listening on %s",this.server.address())}async pause(t){if(!this.server.listening&&this.status.code===et.PAUSED&&t){this.status={code:et.INACTIVE};return}!this.server.listening||this.status.code!==et.ACTIVE||(this.log("closing server on %s",this.server.address()),this.status=t?{code:et.INACTIVE}:{...this.status,code:et.PAUSED},await new Promise((e,n)=>{this.server.close(o=>{if(o!=null){n(o);return}e()})}))}};var wn=class{opts;metrics;components;log;constructor(t,e={}){this.log=t.logger.forComponent("libp2p:tcp"),this.opts=e,this.components=t,t.metrics!=null&&(this.metrics={dialerEvents:t.metrics.registerCounterGroup("libp2p_tcp_dialer_events_total",{label:"event",help:"Total count of TCP dialer events by type"})})}[ts]=!0;[Symbol.toStringTag]="@libp2p/tcp";[ns]=["@libp2p/transport"];async dial(t,e){e.keepAlive=e.keepAlive??!0,e.noDelay=e.noDelay??!0;let n=await this._connect(t,e);n.on("error",c=>{this.log("socket error",c)});let o=yn(n,{remoteAddr:t,socketInactivityTimeout:this.opts.outboundSocketInactivityTimeout,socketCloseTimeout:this.opts.socketCloseTimeout,metrics:this.metrics?.dialerEvents,logger:this.components.logger}),i=()=>{o.close().catch(c=>{this.log.error("Error closing maConn after abort",c)})};e.signal?.addEventListener("abort",i,{once:!0}),this.log("new outbound connection %s",o.remoteAddr);let s=await e.upgrader.upgradeOutbound(o);if(this.log("outbound connection %s upgraded",o.remoteAddr),e.signal?.removeEventListener("abort",i),e.signal?.aborted===!0)throw s.close().catch(c=>{this.log.error("Error closing conn after abort",c)}),new Kt;return s}async _connect(t,e){return e.signal?.throwIfAborted(),e.onProgress?.(new gn("tcp:open-connection")),new Promise((n,o)=>{let i=Date.now(),s=Ve(t,{...this.opts.dialOpts??{},...e});this.log("dialing %a",t);let c=dc.default.connect(s),a=g=>{let y=s.path??`${s.host??""}:${s.port}`;g.message=`connection error ${y}: ${g.message}`,this.metrics?.dialerEvents.increment({error:!0}),h(g)},f=()=>{this.log("connection timeout %a",t),this.metrics?.dialerEvents.increment({timeout:!0});let g=new De(`connection timeout after ${Date.now()-i}ms`);c.emit("error",g)},u=()=>{this.log("connection opened %a",t),this.metrics?.dialerEvents.increment({connect:!0}),h()},l=()=>{this.log("connection aborted %a",t),this.metrics?.dialerEvents.increment({abort:!0}),c.destroy(),h(new Kt)},h=g=>{if(c.removeListener("error",a),c.removeListener("timeout",f),c.removeListener("connect",u),e.signal!=null&&e.signal.removeEventListener("abort",l),g!=null){o(g);return}n(c)};c.on("error",a),c.on("timeout",f),c.on("connect",u),e.signal!=null&&e.signal.addEventListener("abort",l)})}createListener(t){return new bn({...this.opts.listenOpts??{},...t,maxConnections:this.opts.maxConnections,backlog:this.opts.backlog,closeServerOnMaxConnections:this.opts.closeServerOnMaxConnections,socketInactivityTimeout:this.opts.inboundSocketInactivityTimeout,socketCloseTimeout:this.opts.socketCloseTimeout,metrics:this.components.metrics,logger:this.components.logger})}listenFilter(t){return t=Array.isArray(t)?t:[t],t.filter(e=>e.protoCodes().includes(290)?!1:e.protoCodes().includes(400)?!0:ce.matches(e.decapsulateCode(421)))}dialFilter(t){return this.listenFilter(t)}};function hc(r={}){return t=>new wn(t,r)}function pc(r,t){let e=Ur(r,t),n={read:async(o,i)=>{let s=await e.read(i);return o.decode(s)},write:async(o,i,s)=>{await e.write(i.encode(o),s)},writeV:async(o,i,s)=>{await e.writeV(o.map(c=>i.encode(c)),s)},pb:o=>({read:async i=>n.read(o,i),write:async(i,s)=>n.write(i,o,s),writeV:async(i,s)=>n.writeV(i,o,s),unwrap:()=>n}),unwrap:()=>e.unwrap()};return n}var Sl=he("libp2p:daemon-client:dht"),xn=class{client;constructor(t){this.client=t}async put(t,e){if(!(t instanceof Uint8Array))throw new O("invalid key received");if(!(e instanceof Uint8Array))throw new O("value received is not a Uint8Array");let n=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.PUT_VALUE,key:t,value:e}}),o=await n.read(N);if(Sl("read",o),await n.unwrap().close(),o.type!==N.Type.OK)throw new Je(o.error?.msg??"DHT put failed")}async get(t){if(!(t instanceof Uint8Array))throw new O("invalid key received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.GET_VALUE,key:t}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT get failed");if(n.dht?.value==null)throw new R("Invalid DHT get response");return n.dht.value}async findPeer(t){if(!Oe(t))throw new O("invalid peer id received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.FIND_PEER,peer:t.toMultihash().bytes}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT find peer failed");if(n.dht?.peer?.addrs==null)throw new R("Invalid response");return{id:zt(lt(n.dht.peer.id)),multiaddrs:n.dht.peer.addrs.map(o=>rt(o))}}async provide(t){if(t==null||j.asCID(t)==null)throw new O("invalid cid received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.PROVIDE,cid:t.bytes}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT provide failed")}async*findProviders(t,e=1){if(t==null||j.asCID(t)==null)throw new O("invalid cid received");let n=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.FIND_PROVIDERS,cid:t.bytes,count:e}}),o=await n.read(N);if(o.type!==N.Type.OK)throw await n.unwrap().close(),new R(o.error?.msg??"DHT find providers failed");for(;;){let i=await n.read(Ct);if(i.type===Ct.Type.END){await n.unwrap().close();return}if(i.type===Ct.Type.VALUE&&i.peer?.addrs!=null)yield{id:zt(lt(i.peer.id)),multiaddrs:i.peer.addrs.map(s=>rt(s))};else throw await n.unwrap().close(),new Je("unexpected message received")}}async*getClosestPeers(t){if(!(t instanceof Uint8Array))throw new O("invalid key received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.GET_CLOSEST_PEERS,key:t}}),n=await e.read(N);if(n.type!==N.Type.OK)throw await e.unwrap().close(),new R(n.error?.msg??"DHT find providers failed");for(;;){let o=await e.read(Ct);if(o.type===Ct.Type.END){await e.unwrap().close();return}if(o.type===Ct.Type.VALUE&&o.value!=null)yield{id:zt(lt(o.value)),multiaddrs:[]};else throw await e.unwrap().close(),new Xe("unexpected message received")}}async getPublicKey(t){if(!Oe(t))throw new O("invalid peer id received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.GET_PUBLIC_KEY,peer:t.toMultihash().bytes}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT get public key failed");if(n.dht==null)throw new Xe("Invalid response");return n.dht.value}};var En=class{client;constructor(t){this.client=t}async getTopics(){let t=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.GET_TOPICS}}),e=await t.read(N);if(await t.unwrap().close(),e.type!==N.Type.OK)throw new R(e.error?.msg??"Pubsub get topics failed");if(e.pubsub?.topics==null)throw new R("Invalid response");return e.pubsub.topics}async publish(t,e){if(typeof t!="string")throw new O("invalid topic received");if(!(e instanceof Uint8Array))throw new O("data received is not a Uint8Array");let n=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.PUBLISH,topic:t,data:e}}),o=await n.read(N);if(await n.unwrap().close(),o.type!==N.Type.OK)throw new R(o.error?.msg??"Pubsub publish failed")}async subscribe(t){if(typeof t!="string")throw new O("invalid topic received");let e=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.SUBSCRIBE,topic:t}}),n=await e.read(N);if(n.type!==N.Type.OK)throw new R(n.error?.msg??"Pubsub publish failed");let o=!0;return{async*messages(){for(;o;)yield await e.read(wr)},async cancel(){o=!1,await e.unwrap().close()}}}async getSubscribers(t){if(typeof t!="string")throw new O("invalid topic received");let e=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.LIST_PEERS,topic:t}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"Pubsub get subscribers failed");if(n.pubsub?.topics==null)throw new R("Invalid response");return n.pubsub.peerIDs.map(o=>zt(lt(o)))}};var ci=he("libp2p:daemon-client"),R=class extends Error{constructor(t="Operation failed"){super(t),this.name="OperationFailedError"}},ai=class{multiaddr;dht;pubsub;tcp;constructor(t){this.multiaddr=t,this.tcp=hc()({logger:qi()}),this.dht=new xn(this),this.pubsub=new En(this)}async connectDaemon(){return this.tcp.dial(this.multiaddr,{upgrader:wo})}async send(t){let e=await this.connectDaemon(),n=t.pubsub?.type??t.dht?.type??t.peerStore?.type??"";ci("send",t.type,n);let o=pc(e);return await o.write(t,q),o}async connect(t,e){if(!Oe(t))throw new O("invalid peer id received");if(!Array.isArray(e))throw new O("addrs received are not in an array");e.forEach(i=>{if(!fn(i))throw new O("received an address that is not a multiaddr")});let n=await this.send({type:q.Type.CONNECT,connect:{peer:t.toMultihash().bytes,addrs:e.map(i=>i.bytes)}}),o=await n.read(N);if(o.type!==N.Type.OK){let i=o.error??{msg:"unspecified"};throw new R(i.msg??"unspecified")}await n.unwrap().close()}async identify(){let t=await this.send({type:q.Type.IDENTIFY}),e=await t.read(N);if(e.type!==N.Type.OK)throw new R(e.error?.msg??"Identify failed");if(e.identify?.addrs==null)throw new R("Invalid response");let n=zt(lt(e.identify?.id)),o=e.identify.addrs.map(i=>rt(i));return await t.unwrap().close(),{peerId:n,addrs:o}}async listPeers(){let t=await this.send({type:q.Type.LIST_PEERS}),e=await t.read(N);if(e.type!==N.Type.OK)throw new R(e.error?.msg??"List peers failed");return await t.unwrap().close(),e.peers.map(n=>zt(lt(n.id)))}async openStream(t,e){if(!Oe(t))throw new O("invalid peer id received");if(typeof e!="string")throw new O("invalid protocol received");let n=await this.send({type:q.Type.STREAM_OPEN,streamOpen:{peer:t.toMultihash().bytes,proto:[e]}}),o=await n.read(N);if(o.type!==N.Type.OK)throw await n.unwrap().close(),new R(o.error?.msg??"Open stream failed");return n.unwrap()}async registerStreamHandler(t,e){if(typeof t!="string")throw new O("invalid protocol received");let n=this.tcp.createListener({upgrader:wo,handler:c=>{Promise.resolve().then(async()=>{let a=new Rr({stream:c}),f=await a.read();if(f==null)throw new R("Could not read open stream response");if(ke.decode(f).proto!==t)throw new R("Incorrect protocol");await e(a.rest())}).catch(a=>{c.abort(a)}).finally(()=>{c.close().catch(a=>{ci.error(a)}),n.close().catch(a=>{ci.error(a)})})}});await n.listen(rt("/ip4/127.0.0.1/tcp/0"));let o=n.getAddrs()[0];if(o==null)throw new R("Could not listen on port");let i=await this.send({type:q.Type.STREAM_HANDLER,streamHandler:{addr:o.bytes,proto:[t]}}),s=await i.read(N);if(await i.unwrap().close(),s.type!==N.Type.OK)throw new R(s.error?.msg??"Register stream handler failed")}};function Il(r){return new ai(r)}return xc(Al);})();
|
|
4
|
+
`+i),r.push(o+"m+"+Ar(this.diff)+"\x1B[0m")}else r[0]=ou()+t+" "+r[0]}function ou(){return ke.hideDate!=null?"":new Date().toISOString()+" "}function iu(...r){return process.stderr.write(Cr.default.format(...r)+`
|
|
5
|
+
`)}function su(r){r!=null?process.env.DEBUG=r:delete process.env.DEBUG}function cu(){return process.env.DEBUG}function au(r){r.inspectOpts={};let t=Object.keys(ke);for(let e=0;e<t.length;e++)r.inspectOpts[t[e]]=ke[t[e]]}function uu(r){r.o=function(t){return this.inspectOpts.colors=this.useColors,Cr.default.inspect(t,this.inspectOpts).split(`
|
|
6
|
+
`).map(e=>e.trim()).join(" ")},r.O=function(t){return this.inspectOpts.colors=this.useColors,Cr.default.inspect(t,this.inspectOpts)}}var ji=yo({init:au,log:iu,formatArgs:nu,save:su,load:cu,useColors:ru,setupFormatters:uu,colors:Ji,inspectOpts:ke});var ft=ji;ft.formatters.b=r=>r==null?"undefined":F.baseEncode(r);ft.formatters.t=r=>r==null?"undefined":Lt.baseEncode(r);ft.formatters.m=r=>r==null?"undefined":Xn.baseEncode(r);ft.formatters.p=r=>r==null?"undefined":r.toString();ft.formatters.c=r=>r==null?"undefined":r.toString();ft.formatters.k=r=>r==null?"undefined":r.toString();ft.formatters.a=r=>r==null?"undefined":r.toString();ft.formatters.e=r=>r==null?"undefined":ts(r.stack)??ts(r.message)??r.toString();function lu(r){let t=()=>{};return t.enabled=!1,t.color="",t.diff=0,t.log=()=>{},t.namespace=r,t.destroy=()=>!0,t.extend=()=>t,t}function es(){return{forComponent(r){return he(r)}}}function he(r){let t=lu(`${r}:trace`);return ft.enabled(`${r}:trace`)&&ft.names.map(e=>e.toString()).find(e=>e.includes(":trace"))!=null&&(t=ft(`${r}:trace`)),Object.assign(ft(r),{error:ft(`${r}:error`),trace:t})}function ts(r){if(r!=null&&(r=r.trim(),r.length!==0))return r}function jt(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var Pr=class extends Error{type;code;constructor(t,e,n){super(t??"The operation was aborted"),this.type="aborted",this.name=n??"AbortError",this.code=e??"ABORT_ERR"}};async function rs(r,t,e){if(t==null)return r;if(t.aborted)return Promise.reject(new Pr(e?.errorMessage,e?.errorCode,e?.errorName));let n,o=new Pr(e?.errorMessage,e?.errorCode,e?.errorName);try{return await Promise.race([r,new Promise((i,s)=>{n=()=>{s(o)},t.addEventListener("abort",n)})])}finally{n!=null&&t.removeEventListener("abort",n)}}var bo=class{readNext;haveNext;ended;nextResult;constructor(){this.ended=!1,this.readNext=jt(),this.haveNext=jt()}[Symbol.asyncIterator](){return this}async next(){if(this.nextResult==null&&await this.haveNext.promise,this.nextResult==null)throw new Error("HaveNext promise resolved but nextResult was undefined");let t=this.nextResult;return this.nextResult=void 0,this.readNext.resolve(),this.readNext=jt(),t}async throw(t){return this.ended=!0,t!=null&&(this.haveNext.promise.catch(()=>{}),this.haveNext.reject(t)),{done:!0,value:void 0}}async return(){let t={done:!0,value:void 0};return await this._push(void 0),t}async push(t,e){await this._push(t,e)}async end(t,e){t!=null?await this.throw(t):await this._push(void 0,e)}async _push(t,e){if(t!=null&&this.ended)throw new Error("Cannot push value onto an ended pushable");for(;this.nextResult!=null;)await this.readNext.promise;t!=null?this.nextResult={done:!1,value:t}:(this.ended=!0,this.nextResult={done:!0,value:void 0}),this.haveNext.resolve(),this.haveNext=jt(),await rs(this.readNext.promise,e?.signal,e)}};function ns(){return new bo}var os=X("node:buffer");function mt(r,t){return ue(os.Buffer.concat(r,t))}function Pt(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(let e=0;e<r.byteLength;e++)if(r[e]!==t[e])return!1;return!0}var ss=Symbol.for("@achingbrain/uint8arraylist");function is(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let n of r){let o=e+n.byteLength;if(t<o)return{buf:n,index:t-e};e=o}throw new RangeError("index is out of bounds")}function kr(r){return!!r?.[ss]}var Mt=class r{bufs;length;[ss]=!0;constructor(...t){this.bufs=[],this.length=0,t.length>0&&this.appendAll(t)}*[Symbol.iterator](){yield*this.bufs}get byteLength(){return this.length}append(...t){this.appendAll(t)}appendAll(t){let e=0;for(let n of t)if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.push(n);else if(kr(n))e+=n.byteLength,this.bufs.push(...n.bufs);else throw new Error("Could not append value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}prepend(...t){this.prependAll(t)}prependAll(t){let e=0;for(let n of t.reverse())if(n instanceof Uint8Array)e+=n.byteLength,this.bufs.unshift(n);else if(kr(n))e+=n.byteLength,this.bufs.unshift(...n.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=is(this.bufs,t);return e.buf[e.index]}set(t,e){let n=is(this.bufs,t);n.buf[n.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let n=0;n<t.length;n++)this.set(e+n,t[n]);else if(kr(t))for(let n=0;n<t.length;n++)this.set(e+n,t.get(n));else throw new Error("Could not write value, must be an Uint8Array or a Uint8ArrayList")}consume(t){if(t=Math.trunc(t),!(Number.isNaN(t)||t<=0)){if(t===this.byteLength){this.bufs=[],this.length=0;return}for(;this.bufs.length>0;)if(t>=this.bufs[0].byteLength)t-=this.bufs[0].byteLength,this.length-=this.bufs[0].byteLength,this.bufs.shift();else{this.bufs[0]=this.bufs[0].subarray(t),this.length-=t;break}}}slice(t,e){let{bufs:n,length:o}=this._subList(t,e);return mt(n,o)}subarray(t,e){let{bufs:n,length:o}=this._subList(t,e);return n.length===1?n[0]:mt(n,o)}sublist(t,e){let{bufs:n,length:o}=this._subList(t,e),i=new r;return i.length=o,i.bufs=[...n],i}_subList(t,e){if(t=t??0,e=e??this.length,t<0&&(t=this.length+t),e<0&&(e=this.length+e),t<0||e>this.length)throw new RangeError("index is out of bounds");if(t===e)return{bufs:[],length:0};if(t===0&&e===this.length)return{bufs:this.bufs,length:this.length};let n=[],o=0;for(let i=0;i<this.bufs.length;i++){let s=this.bufs[i],c=o,a=c+s.byteLength;if(o=a,t>=a)continue;let f=t>=c&&t<a,l=e>c&&e<=a;if(f&&l){if(t===c&&e===a){n.push(s);break}let u=t-c;n.push(s.subarray(u,u+(e-t)));break}if(f){if(t===0){n.push(s);continue}n.push(s.subarray(t-c));continue}if(l){if(e===a){n.push(s);break}n.push(s.subarray(0,e-c));break}n.push(s)}return{bufs:n,length:e-t}}indexOf(t,e=0){if(!kr(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let n=t instanceof Uint8Array?t:t.subarray();if(e=Number(e??0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let o=n.byteLength;if(o===0)throw new TypeError("search must be at least 1 byte long");let i=256,s=new Int32Array(i);for(let u=0;u<i;u++)s[u]=-1;for(let u=0;u<o;u++)s[n[u]]=u;let c=s,a=this.byteLength-n.byteLength,f=n.byteLength-1,l;for(let u=e;u<=a;u+=l){l=0;for(let d=f;d>=0;d--){let m=this.get(u+d);if(n[d]!==m){l=Math.max(1,d-c[m]);break}}if(l===0)return u}return-1}getInt8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getInt8(0)}setInt8(t,e){let n=wt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt8(0,e),this.write(n,t)}getInt16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt16(0,e)}setInt16(t,e,n){let o=Dt(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt16(0,e,n),this.write(o,t)}getInt32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getInt32(0,e)}setInt32(t,e,n){let o=Dt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt32(0,e,n),this.write(o,t)}getBigInt64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigInt64(0,e)}setBigInt64(t,e,n){let o=Dt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigInt64(0,e,n),this.write(o,t)}getUint8(t){let e=this.subarray(t,t+1);return new DataView(e.buffer,e.byteOffset,e.byteLength).getUint8(0)}setUint8(t,e){let n=wt(1);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint8(0,e),this.write(n,t)}getUint16(t,e){let n=this.subarray(t,t+2);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint16(0,e)}setUint16(t,e,n){let o=Dt(2);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint16(0,e,n),this.write(o,t)}getUint32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getUint32(0,e)}setUint32(t,e,n){let o=Dt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint32(0,e,n),this.write(o,t)}getBigUint64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getBigUint64(0,e)}setBigUint64(t,e,n){let o=Dt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setBigUint64(0,e,n),this.write(o,t)}getFloat32(t,e){let n=this.subarray(t,t+4);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,e)}setFloat32(t,e,n){let o=Dt(4);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat32(0,e,n),this.write(o,t)}getFloat64(t,e){let n=this.subarray(t,t+8);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,e)}setFloat64(t,e,n){let o=Dt(8);new DataView(o.buffer,o.byteOffset,o.byteLength).setFloat64(0,e,n),this.write(o,t)}equals(t){if(t==null||!(t instanceof r)||t.bufs.length!==this.bufs.length)return!1;for(let e=0;e<this.bufs.length;e++)if(!Pt(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let n=new r;return n.bufs=t,e==null&&(e=t.reduce((o,i)=>o+i.byteLength,0)),n.length=e,n}};var Nr=class extends Error{name="UnexpectedEOFError";code="ERR_UNEXPECTED_EOF"};var wo=class extends Error{code;constructor(t,e){super(t),this.code=e}},xo=class extends wo{type;constructor(t){super(t,"ABORT_ERR"),this.type="aborted",this.name="AbortError"}};function cs(r,t){let e=ns();r.sink(e).catch(async s=>{await e.end(s)}),r.sink=async s=>{for await(let c of s)await e.push(c);await e.end()};let n=r.source;r.source[Symbol.iterator]!=null?n=r.source[Symbol.iterator]():r.source[Symbol.asyncIterator]!=null&&(n=r.source[Symbol.asyncIterator]());let o=new Mt;return{read:async(s,c)=>{c?.signal?.throwIfAborted();let a,f=new Promise((l,u)=>{a=()=>{u(new xo("Read aborted"))},c?.signal?.addEventListener("abort",a)});try{if(s==null){let{done:u,value:d}=await Promise.race([n.next(),f]);return u===!0?new Mt:d}for(;o.byteLength<s;){let{value:u,done:d}=await Promise.race([n.next(),f]);if(d===!0)throw new Nr("unexpected end of input");o.append(u)}let l=o.sublist(0,s);return o.consume(s),l}finally{a!=null&&c?.signal?.removeEventListener("abort",a)}},write:async(s,c)=>{c?.signal?.throwIfAborted(),s instanceof Uint8Array?await e.push(s,c):await e.push(s.subarray(),c)},unwrap:()=>{if(o.byteLength>0){let s=r.source;r.source=async function*(){t?.yieldBytes===!1?yield o:yield*o,yield*s}()}return r}}}var Or=class extends Error{name="InvalidMessageLengthError";code="ERR_INVALID_MSG_LENGTH"},Dr=class extends Error{name="InvalidDataLengthError";code="ERR_MSG_DATA_TOO_LONG"},Ur=class extends Error{name="InvalidDataLengthLengthError";code="ERR_MSG_LENGTH_TOO_LONG"};function Rr(r,t={}){let e=cs(r,t);t.maxDataLength!=null&&t.maxLengthLength==null&&(t.maxLengthLength=ot(t.maxDataLength));let n=t?.lengthDecoder??Ut,o=t?.lengthEncoder??Yt;return{read:async s=>{let c=-1,a=new Mt;for(;;){a.append(await e.read(1,s));try{c=n(a)}catch(f){if(f instanceof RangeError)continue;throw f}if(c<0)throw new Or("Invalid message length");if(t?.maxLengthLength!=null&&a.byteLength>t.maxLengthLength)throw new Ur("message length length too long");if(c>-1)break}if(t?.maxDataLength!=null&&c>t.maxDataLength)throw new Dr("message length too long");return e.read(c,s)},write:async(s,c)=>{await e.write(new Mt(o(s.byteLength),s),c)},writeV:async(s,c)=>{let a=new Mt(...s.flatMap(f=>[o(f.byteLength),f]));await e.write(a,c)},unwrap:()=>e.unwrap()}}var Eo=he("libp2p:daemon-protocol:stream-handler"),_r=class{stream;lp;constructor(t){let{stream:e,maxLength:n}=t;this.stream=e,this.lp=Rr(this.stream,{maxDataLength:n??4096})}async read(){try{return await this.lp.read()}catch(t){Eo.error("read received no value",t)}}async write(t){Eo("write message"),await this.lp.write(t)}rest(){return this.lp.unwrap()}async close(){Eo("closing the stream"),await this.rest().close()}};var Xe=class{onConnection;constructor(t){this.onConnection=t}async upgradeInbound(t){return this.onConnection?.(t),t}async upgradeOutbound(t){return t}};var Mr=Symbol.for("@libp2p/peer-id");function Ne(r){return!!r?.[Mr]}var us=Symbol.for("@libp2p/transport");var as;(function(r){r[r.FATAL_ALL=0]="FATAL_ALL",r[r.NO_FATAL=1]="NO_FATAL"})(as||(as={}));var Kr=class extends Error{static name="AbortError";constructor(t="The operation was aborted"){super(t),this.name="AbortError"}};var O=class extends Error{static name="InvalidParametersError";constructor(t="Invalid parameters"){super(t),this.name="InvalidParametersError"}},$r=class extends Error{static name="InvalidPublicKeyError";constructor(t="Invalid public key"){super(t),this.name="InvalidPublicKeyError"}};var Fr=class extends Error{static name="InvalidMultihashError";constructor(t="Invalid Multihash"){super(t),this.name="InvalidMultihashError"}};var Qe=class extends Error{static name="InvalidMessageError";constructor(t="Invalid message"){super(t),this.name="InvalidMessageError"}},Je=class extends Error{static name="ProtocolError";constructor(t="Protocol error"){super(t),this.name="ProtocolError"}},Oe=class extends Error{static name="TimeoutError";constructor(t="Timed out"){super(t),this.name="TimeoutError"}},Vr=class extends Error{static name="NotStartedError";constructor(t="Not started"){super(t),this.name="NotStartedError"}},Hr=class extends Error{static name="AlreadyStartedError";constructor(t="Already started"){super(t),this.name="AlreadyStartedError"}};var je=class extends Error{static name="UnsupportedKeyTypeError";constructor(t="Unsupported key type"){super(t),this.name="UnsupportedKeyTypeError"}};var ls=X("events"),Gr=(r,...t)=>{try{(0,ls.setMaxListeners)(r,...t)}catch{}};var zr=class extends EventTarget{#t=new Map;constructor(){super(),Gr(1/0,this)}listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,n){super.addEventListener(t,e,n);let o=this.#t.get(t);o==null&&(o=[],this.#t.set(t,o)),o.push({callback:e,once:(n!==!0&&n!==!1&&n?.once)??!1})}removeEventListener(t,e,n){super.removeEventListener(t.toString(),e??null,n);let o=this.#t.get(t);o!=null&&(o=o.filter(({callback:i})=>i!==e),this.#t.set(t,o))}dispatchEvent(t){let e=super.dispatchEvent(t),n=this.#t.get(t.type);return n==null||(n=n.filter(({once:o})=>!o),this.#t.set(t.type,n)),e}safeDispatchEvent(t,e={}){return this.dispatchEvent(new CustomEvent(t,e))}};var fs=Symbol.for("@libp2p/service-capabilities"),uh=Symbol.for("@libp2p/service-dependencies");var qr=ht(X("crypto"),1);var ds=X("node:buffer");function Z(r,t="utf8"){let e=lr[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return t==="utf8"||t==="utf-8"?ds.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):e.encoder.encode(r).substring(1)}var Mh=qr.default.generateKeyPairSync,tr=32;var fu=64;function hs(r,t,e){if(r.byteLength!==tr)throw new TypeError('"key" must be 32 bytes in length.');if(!(r instanceof Uint8Array))throw new TypeError('"key" must be a node.js Buffer, or Uint8Array.');if(t.byteLength!==fu)throw new TypeError('"sig" must be 64 bytes in length.');if(!(t instanceof Uint8Array))throw new TypeError('"sig" must be a node.js Buffer, or Uint8Array.');let n=qr.default.createPublicKey({format:"jwk",key:{crv:"Ed25519",x:Z(r,"base64url"),kty:"OKP"}});return qr.default.verify(null,e instanceof Uint8Array?e:e.subarray(),n,t)}var Wr=class{type="Ed25519";raw;constructor(t){this.raw=vo(t,tr)}toMultihash(){return Rt.digest(Yr(this))}toCID(){return j.createV1(114,this.toMultihash())}toString(){return F.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:Pt(this.raw,t.raw)}verify(t,e){return hs(this.raw,e,t)}};function ms(r){return r=vo(r,tr),new Wr(r)}function vo(r,t){if(r=Uint8Array.from(r??[]),r.length!==t)throw new O(`Key must be a Uint8Array of length ${t}, got ${r.length}`);return r}var It;(function(r){r.RSA="RSA",r.Ed25519="Ed25519",r.secp256k1="secp256k1"})(It||(It={}));var Io;(function(r){r[r.RSA=0]="RSA",r[r.Ed25519=1]="Ed25519",r[r.secp256k1=2]="secp256k1"})(Io||(Io={}));(function(r){r.codec=()=>Bt(Io)})(It||(It={}));var er;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),It.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let i={},s=n==null?e.len:e.pos+n;for(;e.pos<s;){let c=e.uint32();switch(c>>>3){case 1:{i.Type=It.codec().decode(e);break}case 2:{i.Data=e.bytes();break}default:{e.skipType(c&7);break}}}return i})),t),r.encode=e=>V(e,r.codec()),r.decode=(e,n)=>$(e,r.codec(),n)})(er||(er={}));var So;(function(r){let t;r.codec=()=>(t==null&&(t=H((e,n,o={})=>{o.lengthDelimited!==!1&&n.fork(),e.Type!=null&&(n.uint32(8),It.codec().encode(e.Type,n)),e.Data!=null&&(n.uint32(18),n.bytes(e.Data)),o.lengthDelimited!==!1&&n.ldelim()},(e,n,o={})=>{let i={},s=n==null?e.len:e.pos+n;for(;e.pos<s;){let c=e.uint32();switch(c>>>3){case 1:{i.Type=It.codec().decode(e);break}case 2:{i.Data=e.bytes();break}default:{e.skipType(c&7);break}}}return i})),t),r.encode=e=>V(e,r.codec()),r.decode=(e,n)=>$(e,r.codec(),n)})(So||(So={}));function gs(r){if(!Number.isSafeInteger(r)||r<0)throw new Error(`positive integer expected, not ${r}`)}function pu(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function De(r,...t){if(!pu(r))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(r.length))throw new Error(`Uint8Array expected of length ${t}, not of length=${r.length}`)}function ys(r){if(typeof r!="function"||typeof r.create!="function")throw new Error("Hash should be wrapped by utils.wrapConstructor");gs(r.outputLen),gs(r.blockLen)}function Ue(r,t=!0){if(r.destroyed)throw new Error("Hash instance has been destroyed");if(t&&r.finished)throw new Error("Hash#digest() has already been called")}function bs(r,t){De(r);let e=t.outputLen;if(r.length<e)throw new Error(`digestInto() expects output buffer of length at least ${e}`)}var Kt=ht(X("node:crypto"),1),pe=Kt&&typeof Kt=="object"&&"webcrypto"in Kt?Kt.webcrypto:Kt&&typeof Kt=="object"&&"randomBytes"in Kt?Kt:void 0;var Zr=r=>new DataView(r.buffer,r.byteOffset,r.byteLength),kt=(r,t)=>r<<32-t|r>>>t;var ip=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function mu(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}function rr(r){return typeof r=="string"&&(r=mu(r)),De(r),r}function ws(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];De(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let i=r[n];e.set(i,o),o+=i.length}return e}var Re=class{clone(){return this._cloneInto()}},sp={}.toString;function xs(r){let t=n=>r().update(rr(n)).digest(),e=r();return t.outputLen=e.outputLen,t.blockLen=e.blockLen,t.create=()=>r(),t}function Es(r=32){if(pe&&typeof pe.getRandomValues=="function")return pe.getRandomValues(new Uint8Array(r));if(pe&&typeof pe.randomBytes=="function")return pe.randomBytes(r);throw new Error("crypto.getRandomValues must be defined")}function gu(r,t,e,n){if(typeof r.setBigUint64=="function")return r.setBigUint64(t,e,n);let o=BigInt(32),i=BigInt(4294967295),s=Number(e>>o&i),c=Number(e&i),a=n?4:0,f=n?0:4;r.setUint32(t+a,s,n),r.setUint32(t+f,c,n)}var vs=(r,t,e)=>r&t^~r&e,Is=(r,t,e)=>r&t^r&e^t&e,Xr=class extends Re{constructor(t,e,n,o){super(),this.blockLen=t,this.outputLen=e,this.padOffset=n,this.isLE=o,this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.buffer=new Uint8Array(t),this.view=Zr(this.buffer)}update(t){Ue(this);let{view:e,buffer:n,blockLen:o}=this;t=rr(t);let i=t.length;for(let s=0;s<i;){let c=Math.min(o-this.pos,i-s);if(c===o){let a=Zr(t);for(;o<=i-s;s+=o)this.process(a,s);continue}n.set(t.subarray(s,s+c),this.pos),this.pos+=c,s+=c,this.pos===o&&(this.process(e,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Ue(this),bs(t,this),this.finished=!0;let{buffer:e,view:n,blockLen:o,isLE:i}=this,{pos:s}=this;e[s++]=128,this.buffer.subarray(s).fill(0),this.padOffset>o-s&&(this.process(n,0),s=0);for(let u=s;u<o;u++)e[u]=0;gu(n,o-8,BigInt(this.length*8),i),this.process(n,0);let c=Zr(t),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen should be aligned to 32bit");let f=a/4,l=this.get();if(f>l.length)throw new Error("_sha2: outputLen bigger than state");for(let u=0;u<f;u++)c.setUint32(4*u,l[u],i)}digest(){let{buffer:t,outputLen:e}=this;this.digestInto(t);let n=t.slice(0,e);return this.destroy(),n}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());let{blockLen:e,buffer:n,length:o,finished:i,destroyed:s,pos:c}=this;return t.length=o,t.pos=c,t.finished=i,t.destroyed=s,o%e&&t.buffer.set(n),t}};var yu=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),te=new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),ee=new Uint32Array(64),Ao=class extends Xr{constructor(){super(64,32,8,!1),this.A=te[0]|0,this.B=te[1]|0,this.C=te[2]|0,this.D=te[3]|0,this.E=te[4]|0,this.F=te[5]|0,this.G=te[6]|0,this.H=te[7]|0}get(){let{A:t,B:e,C:n,D:o,E:i,F:s,G:c,H:a}=this;return[t,e,n,o,i,s,c,a]}set(t,e,n,o,i,s,c,a){this.A=t|0,this.B=e|0,this.C=n|0,this.D=o|0,this.E=i|0,this.F=s|0,this.G=c|0,this.H=a|0}process(t,e){for(let u=0;u<16;u++,e+=4)ee[u]=t.getUint32(e,!1);for(let u=16;u<64;u++){let d=ee[u-15],m=ee[u-2],w=kt(d,7)^kt(d,18)^d>>>3,y=kt(m,17)^kt(m,19)^m>>>10;ee[u]=y+ee[u-7]+w+ee[u-16]|0}let{A:n,B:o,C:i,D:s,E:c,F:a,G:f,H:l}=this;for(let u=0;u<64;u++){let d=kt(c,6)^kt(c,11)^kt(c,25),m=l+d+vs(c,a,f)+yu[u]+ee[u]|0,y=(kt(n,2)^kt(n,13)^kt(n,22))+Is(n,o,i)|0;l=f,f=a,a=c,c=s+m|0,s=i,i=o,o=n,n=m+y|0}n=n+this.A|0,o=o+this.B|0,i=i+this.C|0,s=s+this.D|0,c=c+this.E|0,a=a+this.F|0,f=f+this.G|0,l=l+this.H|0,this.set(n,o,i,s,c,a,f,l)}roundClean(){ee.fill(0)}destroy(){this.set(0,0,0,0,0,0,0,0),this.buffer.fill(0)}};var Ss=xs(()=>new Ao);var Qr=class extends Re{constructor(t,e){super(),this.finished=!1,this.destroyed=!1,ys(t);let n=rr(e);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;let o=this.blockLen,i=new Uint8Array(o);i.set(n.length>o?t.create().update(n).digest():n);for(let s=0;s<i.length;s++)i[s]^=54;this.iHash.update(i),this.oHash=t.create();for(let s=0;s<i.length;s++)i[s]^=106;this.oHash.update(i),i.fill(0)}update(t){return Ue(this),this.iHash.update(t),this}digestInto(t){Ue(this),De(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){let t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));let{oHash:e,iHash:n,finished:o,destroyed:i,blockLen:s,outputLen:c}=this;return t=t,t.finished=o,t.destroyed=i,t.blockLen=s,t.outputLen=c,t.oHash=e._cloneInto(t.oHash),t.iHash=n._cloneInto(t.iHash),t}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}},To=(r,t,e)=>new Qr(r,t).update(e).digest();To.create=(r,t)=>new Qr(r,t);var Oo={};ut(Oo,{aInRange:()=>oe,abool:()=>me,abytes:()=>_e,bitGet:()=>Iu,bitLen:()=>ko,bitMask:()=>or,bitSet:()=>Su,bytesToHex:()=>ge,bytesToNumberBE:()=>Ft,bytesToNumberLE:()=>jr,concatBytes:()=>Me,createHmacDrbg:()=>No,ensureBytes:()=>gt,equalBytes:()=>Eu,hexToBytes:()=>be,hexToNumber:()=>Po,inRange:()=>nr,isBytes:()=>re,memoized:()=>en,notImplemented:()=>Tu,numberToBytesBE:()=>ne,numberToBytesLE:()=>tn,numberToHexUnpadded:()=>ye,numberToVarBytesBE:()=>xu,utf8ToBytes:()=>vu,validateObject:()=>ie});var Co=BigInt(0),Jr=BigInt(1),bu=BigInt(2);function re(r){return r instanceof Uint8Array||r!=null&&typeof r=="object"&&r.constructor.name==="Uint8Array"}function _e(r){if(!re(r))throw new Error("Uint8Array expected")}function me(r,t){if(typeof t!="boolean")throw new Error(`${r} must be valid boolean, got "${t}".`)}var wu=Array.from({length:256},(r,t)=>t.toString(16).padStart(2,"0"));function ge(r){_e(r);let t="";for(let e=0;e<r.length;e++)t+=wu[r[e]];return t}function ye(r){let t=r.toString(16);return t.length&1?`0${t}`:t}function Po(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);return BigInt(r===""?"0":`0x${r}`)}var $t={_0:48,_9:57,_A:65,_F:70,_a:97,_f:102};function As(r){if(r>=$t._0&&r<=$t._9)return r-$t._0;if(r>=$t._A&&r<=$t._F)return r-($t._A-10);if(r>=$t._a&&r<=$t._f)return r-($t._a-10)}function be(r){if(typeof r!="string")throw new Error("hex string expected, got "+typeof r);let t=r.length,e=t/2;if(t%2)throw new Error("padded hex string expected, got unpadded hex of length "+t);let n=new Uint8Array(e);for(let o=0,i=0;o<e;o++,i+=2){let s=As(r.charCodeAt(i)),c=As(r.charCodeAt(i+1));if(s===void 0||c===void 0){let a=r[i]+r[i+1];throw new Error('hex string expected, got non-hex character "'+a+'" at index '+i)}n[o]=s*16+c}return n}function Ft(r){return Po(ge(r))}function jr(r){return _e(r),Po(ge(Uint8Array.from(r).reverse()))}function ne(r,t){return be(r.toString(16).padStart(t*2,"0"))}function tn(r,t){return ne(r,t).reverse()}function xu(r){return be(ye(r))}function gt(r,t,e){let n;if(typeof t=="string")try{n=be(t)}catch(i){throw new Error(`${r} must be valid hex string, got "${t}". Cause: ${i}`)}else if(re(t))n=Uint8Array.from(t);else throw new Error(`${r} must be hex string or Uint8Array`);let o=n.length;if(typeof e=="number"&&o!==e)throw new Error(`${r} expected ${e} bytes, got ${o}`);return n}function Me(...r){let t=0;for(let n=0;n<r.length;n++){let o=r[n];_e(o),t+=o.length}let e=new Uint8Array(t);for(let n=0,o=0;n<r.length;n++){let i=r[n];e.set(i,o),o+=i.length}return e}function Eu(r,t){if(r.length!==t.length)return!1;let e=0;for(let n=0;n<r.length;n++)e|=r[n]^t[n];return e===0}function vu(r){if(typeof r!="string")throw new Error(`utf8ToBytes expected string, got ${typeof r}`);return new Uint8Array(new TextEncoder().encode(r))}var Lo=r=>typeof r=="bigint"&&Co<=r;function nr(r,t,e){return Lo(r)&&Lo(t)&&Lo(e)&&t<=r&&r<e}function oe(r,t,e,n){if(!nr(t,e,n))throw new Error(`expected valid ${r}: ${e} <= n < ${n}, got ${typeof t} ${t}`)}function ko(r){let t;for(t=0;r>Co;r>>=Jr,t+=1);return t}function Iu(r,t){return r>>BigInt(t)&Jr}function Su(r,t,e){return r|(e?Jr:Co)<<BigInt(t)}var or=r=>(bu<<BigInt(r-1))-Jr,Bo=r=>new Uint8Array(r),Ts=r=>Uint8Array.from(r);function No(r,t,e){if(typeof r!="number"||r<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof e!="function")throw new Error("hmacFn must be a function");let n=Bo(r),o=Bo(r),i=0,s=()=>{n.fill(1),o.fill(0),i=0},c=(...u)=>e(o,n,...u),a=(u=Bo())=>{o=c(Ts([0]),u),n=c(),u.length!==0&&(o=c(Ts([1]),u),n=c())},f=()=>{if(i++>=1e3)throw new Error("drbg: tried 1000 values");let u=0,d=[];for(;u<t;){n=c();let m=n.slice();d.push(m),u+=n.length}return Me(...d)};return(u,d)=>{s(),a(u);let m;for(;!(m=d(f()));)a();return s(),m}}var Au={bigint:r=>typeof r=="bigint",function:r=>typeof r=="function",boolean:r=>typeof r=="boolean",string:r=>typeof r=="string",stringOrUint8Array:r=>typeof r=="string"||re(r),isSafeInteger:r=>Number.isSafeInteger(r),array:r=>Array.isArray(r),field:(r,t)=>t.Fp.isValid(r),hash:r=>typeof r=="function"&&Number.isSafeInteger(r.outputLen)};function ie(r,t,e={}){let n=(o,i,s)=>{let c=Au[i];if(typeof c!="function")throw new Error(`Invalid validator "${i}", expected function`);let a=r[o];if(!(s&&a===void 0)&&!c(a,r))throw new Error(`Invalid param ${String(o)}=${a} (${typeof a}), expected ${i}`)};for(let[o,i]of Object.entries(t))n(o,i,!1);for(let[o,i]of Object.entries(e))n(o,i,!0);return r}var Tu=()=>{throw new Error("not implemented")};function en(r){let t=new WeakMap;return(e,...n)=>{let o=t.get(e);if(o!==void 0)return o;let i=r(e,...n);return t.set(e,i),i}}var Q=BigInt(0),W=BigInt(1),we=BigInt(2),Lu=BigInt(3),Do=BigInt(4),Ls=BigInt(5),Bs=BigInt(8),Bu=BigInt(9),Cu=BigInt(16);function st(r,t){let e=r%t;return e>=Q?e:t+e}function Pu(r,t,e){if(e<=Q||t<Q)throw new Error("Expected power/modulo > 0");if(e===W)return Q;let n=W;for(;t>Q;)t&W&&(n=n*r%e),r=r*r%e,t>>=W;return n}function yt(r,t,e){let n=r;for(;t-- >Q;)n*=n,n%=e;return n}function rn(r,t){if(r===Q||t<=Q)throw new Error(`invert: expected positive integers, got n=${r} mod=${t}`);let e=st(r,t),n=t,o=Q,i=W,s=W,c=Q;for(;e!==Q;){let f=n/e,l=n%e,u=o-s*f,d=i-c*f;n=e,e=l,o=s,i=c,s=u,c=d}if(n!==W)throw new Error("invert: does not exist");return st(o,t)}function ku(r){let t=(r-W)/we,e,n,o;for(e=r-W,n=0;e%we===Q;e/=we,n++);for(o=we;o<r&&Pu(o,t,r)!==r-W;o++);if(n===1){let s=(r+W)/Do;return function(a,f){let l=a.pow(f,s);if(!a.eql(a.sqr(l),f))throw new Error("Cannot find square root");return l}}let i=(e+W)/we;return function(c,a){if(c.pow(a,t)===c.neg(c.ONE))throw new Error("Cannot find square root");let f=n,l=c.pow(c.mul(c.ONE,o),e),u=c.pow(a,i),d=c.pow(a,e);for(;!c.eql(d,c.ONE);){if(c.eql(d,c.ZERO))return c.ZERO;let m=1;for(let y=c.sqr(d);m<f&&!c.eql(y,c.ONE);m++)y=c.sqr(y);let w=c.pow(l,W<<BigInt(f-m-1));l=c.sqr(w),u=c.mul(u,w),d=c.mul(d,l),f=m}return u}}function Nu(r){if(r%Do===Lu){let t=(r+W)/Do;return function(n,o){let i=n.pow(o,t);if(!n.eql(n.sqr(i),o))throw new Error("Cannot find square root");return i}}if(r%Bs===Ls){let t=(r-Ls)/Bs;return function(n,o){let i=n.mul(o,we),s=n.pow(i,t),c=n.mul(o,s),a=n.mul(n.mul(c,we),s),f=n.mul(c,n.sub(a,n.ONE));if(!n.eql(n.sqr(f),o))throw new Error("Cannot find square root");return f}}return r%Cu,ku(r)}var Ou=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function Uo(r){let t={ORDER:"bigint",MASK:"bigint",BYTES:"isSafeInteger",BITS:"isSafeInteger"},e=Ou.reduce((n,o)=>(n[o]="function",n),t);return ie(r,e)}function Du(r,t,e){if(e<Q)throw new Error("Expected power > 0");if(e===Q)return r.ONE;if(e===W)return t;let n=r.ONE,o=t;for(;e>Q;)e&W&&(n=r.mul(n,o)),o=r.sqr(o),e>>=W;return n}function Uu(r,t){let e=new Array(t.length),n=t.reduce((i,s,c)=>r.is0(s)?i:(e[c]=i,r.mul(i,s)),r.ONE),o=r.inv(n);return t.reduceRight((i,s,c)=>r.is0(s)?i:(e[c]=r.mul(i,e[c]),r.mul(i,s)),o),e}function Ro(r,t){let e=t!==void 0?t:r.toString(2).length,n=Math.ceil(e/8);return{nBitLength:e,nByteLength:n}}function nn(r,t,e=!1,n={}){if(r<=Q)throw new Error(`Expected Field ORDER > 0, got ${r}`);let{nBitLength:o,nByteLength:i}=Ro(r,t);if(i>2048)throw new Error("Field lengths over 2048 bytes are not supported");let s=Nu(r),c=Object.freeze({ORDER:r,BITS:o,BYTES:i,MASK:or(o),ZERO:Q,ONE:W,create:a=>st(a,r),isValid:a=>{if(typeof a!="bigint")throw new Error(`Invalid field element: expected bigint, got ${typeof a}`);return Q<=a&&a<r},is0:a=>a===Q,isOdd:a=>(a&W)===W,neg:a=>st(-a,r),eql:(a,f)=>a===f,sqr:a=>st(a*a,r),add:(a,f)=>st(a+f,r),sub:(a,f)=>st(a-f,r),mul:(a,f)=>st(a*f,r),pow:(a,f)=>Du(c,a,f),div:(a,f)=>st(a*rn(f,r),r),sqrN:a=>a*a,addN:(a,f)=>a+f,subN:(a,f)=>a-f,mulN:(a,f)=>a*f,inv:a=>rn(a,r),sqrt:n.sqrt||(a=>s(c,a)),invertBatch:a=>Uu(c,a),cmov:(a,f,l)=>l?f:a,toBytes:a=>e?tn(a,i):ne(a,i),fromBytes:a=>{if(a.length!==i)throw new Error(`Fp.fromBytes: expected ${i}, got ${a.length}`);return e?jr(a):Ft(a)}});return Object.freeze(c)}function Cs(r){if(typeof r!="bigint")throw new Error("field order must be bigint");let t=r.toString(2).length;return Math.ceil(t/8)}function _o(r){let t=Cs(r);return t+Math.ceil(t/2)}function Ps(r,t,e=!1){let n=r.length,o=Cs(t),i=_o(t);if(n<16||n<i||n>1024)throw new Error(`expected ${i}-1024 bytes of input, got ${n}`);let s=e?Ft(r):jr(r),c=st(s,t-W)+W;return e?tn(c,o):ne(c,o)}var _u=BigInt(0),Mo=BigInt(1),Ko=new WeakMap,ks=new WeakMap;function Ns(r,t){let e=(i,s)=>{let c=s.negate();return i?c:s},n=i=>{if(!Number.isSafeInteger(i)||i<=0||i>t)throw new Error(`Wrong window size=${i}, should be [1..${t}]`)},o=i=>{n(i);let s=Math.ceil(t/i)+1,c=2**(i-1);return{windows:s,windowSize:c}};return{constTimeNegate:e,unsafeLadder(i,s){let c=r.ZERO,a=i;for(;s>_u;)s&Mo&&(c=c.add(a)),a=a.double(),s>>=Mo;return c},precomputeWindow(i,s){let{windows:c,windowSize:a}=o(s),f=[],l=i,u=l;for(let d=0;d<c;d++){u=l,f.push(u);for(let m=1;m<a;m++)u=u.add(l),f.push(u);l=u.double()}return f},wNAF(i,s,c){let{windows:a,windowSize:f}=o(i),l=r.ZERO,u=r.BASE,d=BigInt(2**i-1),m=2**i,w=BigInt(i);for(let y=0;y<a;y++){let h=y*f,p=Number(c&d);c>>=w,p>f&&(p-=m,c+=Mo);let g=h,E=h+Math.abs(p)-1,I=y%2!==0,P=p<0;p===0?u=u.add(e(I,s[g])):l=l.add(e(P,s[E]))}return{p:l,f:u}},wNAFCached(i,s,c){let a=ks.get(i)||1,f=Ko.get(i);return f||(f=this.precomputeWindow(i,a),a!==1&&Ko.set(i,c(f))),this.wNAF(a,f,s)},setWindowSize(i,s){n(s),ks.set(i,s),Ko.delete(i)}}}function Os(r,t,e,n){if(!Array.isArray(e)||!Array.isArray(n)||n.length!==e.length)throw new Error("arrays of points and scalars must have equal length");n.forEach((l,u)=>{if(!t.isValid(l))throw new Error(`wrong scalar at index ${u}`)}),e.forEach((l,u)=>{if(!(l instanceof r))throw new Error(`wrong point at index ${u}`)});let o=ko(BigInt(e.length)),i=o>12?o-3:o>4?o-2:o?2:1,s=(1<<i)-1,c=new Array(s+1).fill(r.ZERO),a=Math.floor((t.BITS-1)/i)*i,f=r.ZERO;for(let l=a;l>=0;l-=i){c.fill(r.ZERO);for(let d=0;d<n.length;d++){let m=n[d],w=Number(m>>BigInt(l)&BigInt(s));c[w]=c[w].add(e[d])}let u=r.ZERO;for(let d=c.length-1,m=r.ZERO;d>0;d--)m=m.add(c[d]),u=u.add(m);if(f=f.add(u),l!==0)for(let d=0;d<i;d++)f=f.double()}return f}function $o(r){return Uo(r.Fp),ie(r,{n:"bigint",h:"bigint",Gx:"field",Gy:"field"},{nBitLength:"isSafeInteger",nByteLength:"isSafeInteger"}),Object.freeze({...Ro(r.n,r.nBitLength),...r,p:r.Fp.ORDER})}function Ds(r){r.lowS!==void 0&&me("lowS",r.lowS),r.prehash!==void 0&&me("prehash",r.prehash)}function Mu(r){let t=$o(r);ie(t,{a:"field",b:"field"},{allowedPrivateKeyLengths:"array",wrapPrivateKey:"boolean",isTorsionFree:"function",clearCofactor:"function",allowInfinityPoint:"boolean",fromBytes:"function",toBytes:"function"});let{endo:e,Fp:n,a:o}=t;if(e){if(!n.eql(o,n.ZERO))throw new Error("Endomorphism can only be defined for Koblitz curves that have a=0");if(typeof e!="object"||typeof e.beta!="bigint"||typeof e.splitScalar!="function")throw new Error("Expected endomorphism with beta: bigint and splitScalar: function")}return Object.freeze({...t})}var{bytesToNumberBE:Ku,hexToBytes:$u}=Oo,Vt={Err:class extends Error{constructor(t=""){super(t)}},_tlv:{encode:(r,t)=>{let{Err:e}=Vt;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length&1)throw new e("tlv.encode: unpadded data");let n=t.length/2,o=ye(n);if(o.length/2&128)throw new e("tlv.encode: long form length too big");let i=n>127?ye(o.length/2|128):"";return`${ye(r)}${i}${o}${t}`},decode(r,t){let{Err:e}=Vt,n=0;if(r<0||r>256)throw new e("tlv.encode: wrong tag");if(t.length<2||t[n++]!==r)throw new e("tlv.decode: wrong tlv");let o=t[n++],i=!!(o&128),s=0;if(!i)s=o;else{let a=o&127;if(!a)throw new e("tlv.decode(long): indefinite length not supported");if(a>4)throw new e("tlv.decode(long): byte length is too big");let f=t.subarray(n,n+a);if(f.length!==a)throw new e("tlv.decode: length bytes not complete");if(f[0]===0)throw new e("tlv.decode(long): zero leftmost byte");for(let l of f)s=s<<8|l;if(n+=a,s<128)throw new e("tlv.decode(long): not minimal encoding")}let c=t.subarray(n,n+s);if(c.length!==s)throw new e("tlv.decode: wrong value length");return{v:c,l:t.subarray(n+s)}}},_int:{encode(r){let{Err:t}=Vt;if(r<Ht)throw new t("integer: negative integers are not allowed");let e=ye(r);if(Number.parseInt(e[0],16)&8&&(e="00"+e),e.length&1)throw new t("unexpected assertion");return e},decode(r){let{Err:t}=Vt;if(r[0]&128)throw new t("Invalid signature integer: negative");if(r[0]===0&&!(r[1]&128))throw new t("Invalid signature integer: unnecessary leading zero");return Ku(r)}},toSig(r){let{Err:t,_int:e,_tlv:n}=Vt,o=typeof r=="string"?$u(r):r;_e(o);let{v:i,l:s}=n.decode(48,o);if(s.length)throw new t("Invalid signature: left bytes after parsing");let{v:c,l:a}=n.decode(2,i),{v:f,l}=n.decode(2,a);if(l.length)throw new t("Invalid signature: left bytes after parsing");return{r:e.decode(c),s:e.decode(f)}},hexFromSig(r){let{_tlv:t,_int:e}=Vt,n=`${t.encode(2,e.encode(r.r))}${t.encode(2,e.encode(r.s))}`;return t.encode(48,n)}},Ht=BigInt(0),tt=BigInt(1),Sp=BigInt(2),Us=BigInt(3),Ap=BigInt(4);function Fu(r){let t=Mu(r),{Fp:e}=t,n=nn(t.n,t.nBitLength),o=t.toBytes||((y,h,p)=>{let g=h.toAffine();return Me(Uint8Array.from([4]),e.toBytes(g.x),e.toBytes(g.y))}),i=t.fromBytes||(y=>{let h=y.subarray(1),p=e.fromBytes(h.subarray(0,e.BYTES)),g=e.fromBytes(h.subarray(e.BYTES,2*e.BYTES));return{x:p,y:g}});function s(y){let{a:h,b:p}=t,g=e.sqr(y),E=e.mul(g,y);return e.add(e.add(E,e.mul(y,h)),p)}if(!e.eql(e.sqr(t.Gy),s(t.Gx)))throw new Error("bad generator point: equation left != right");function c(y){return nr(y,tt,t.n)}function a(y){let{allowedPrivateKeyLengths:h,nByteLength:p,wrapPrivateKey:g,n:E}=t;if(h&&typeof y!="bigint"){if(re(y)&&(y=ge(y)),typeof y!="string"||!h.includes(y.length))throw new Error("Invalid key");y=y.padStart(p*2,"0")}let I;try{I=typeof y=="bigint"?y:Ft(gt("private key",y,p))}catch{throw new Error(`private key must be ${p} bytes, hex or bigint, not ${typeof y}`)}return g&&(I=st(I,E)),oe("private key",I,tt,E),I}function f(y){if(!(y instanceof d))throw new Error("ProjectivePoint expected")}let l=en((y,h)=>{let{px:p,py:g,pz:E}=y;if(e.eql(E,e.ONE))return{x:p,y:g};let I=y.is0();h==null&&(h=I?e.ONE:e.inv(E));let P=e.mul(p,h),B=e.mul(g,h),v=e.mul(E,h);if(I)return{x:e.ZERO,y:e.ZERO};if(!e.eql(v,e.ONE))throw new Error("invZ was invalid");return{x:P,y:B}}),u=en(y=>{if(y.is0()){if(t.allowInfinityPoint&&!e.is0(y.py))return;throw new Error("bad point: ZERO")}let{x:h,y:p}=y.toAffine();if(!e.isValid(h)||!e.isValid(p))throw new Error("bad point: x or y not FE");let g=e.sqr(p),E=s(h);if(!e.eql(g,E))throw new Error("bad point: equation left != right");if(!y.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});class d{constructor(h,p,g){if(this.px=h,this.py=p,this.pz=g,h==null||!e.isValid(h))throw new Error("x required");if(p==null||!e.isValid(p))throw new Error("y required");if(g==null||!e.isValid(g))throw new Error("z required");Object.freeze(this)}static fromAffine(h){let{x:p,y:g}=h||{};if(!h||!e.isValid(p)||!e.isValid(g))throw new Error("invalid affine point");if(h instanceof d)throw new Error("projective point not allowed");let E=I=>e.eql(I,e.ZERO);return E(p)&&E(g)?d.ZERO:new d(p,g,e.ONE)}get x(){return this.toAffine().x}get y(){return this.toAffine().y}static normalizeZ(h){let p=e.invertBatch(h.map(g=>g.pz));return h.map((g,E)=>g.toAffine(p[E])).map(d.fromAffine)}static fromHex(h){let p=d.fromAffine(i(gt("pointHex",h)));return p.assertValidity(),p}static fromPrivateKey(h){return d.BASE.multiply(a(h))}static msm(h,p){return Os(d,n,h,p)}_setWindowSize(h){w.setWindowSize(this,h)}assertValidity(){u(this)}hasEvenY(){let{y:h}=this.toAffine();if(e.isOdd)return!e.isOdd(h);throw new Error("Field doesn't support isOdd")}equals(h){f(h);let{px:p,py:g,pz:E}=this,{px:I,py:P,pz:B}=h,v=e.eql(e.mul(p,B),e.mul(I,E)),T=e.eql(e.mul(g,B),e.mul(P,E));return v&&T}negate(){return new d(this.px,e.neg(this.py),this.pz)}double(){let{a:h,b:p}=t,g=e.mul(p,Us),{px:E,py:I,pz:P}=this,B=e.ZERO,v=e.ZERO,T=e.ZERO,C=e.mul(E,E),bt=e.mul(I,I),K=e.mul(P,P),U=e.mul(E,I);return U=e.add(U,U),T=e.mul(E,P),T=e.add(T,T),B=e.mul(h,T),v=e.mul(g,K),v=e.add(B,v),B=e.sub(bt,v),v=e.add(bt,v),v=e.mul(B,v),B=e.mul(U,B),T=e.mul(g,T),K=e.mul(h,K),U=e.sub(C,K),U=e.mul(h,U),U=e.add(U,T),T=e.add(C,C),C=e.add(T,C),C=e.add(C,K),C=e.mul(C,U),v=e.add(v,C),K=e.mul(I,P),K=e.add(K,K),C=e.mul(K,U),B=e.sub(B,C),T=e.mul(K,bt),T=e.add(T,T),T=e.add(T,T),new d(B,v,T)}add(h){f(h);let{px:p,py:g,pz:E}=this,{px:I,py:P,pz:B}=h,v=e.ZERO,T=e.ZERO,C=e.ZERO,bt=t.a,K=e.mul(t.b,Us),U=e.mul(p,I),dt=e.mul(g,P),x=e.mul(E,B),S=e.add(p,g),A=e.add(I,P);S=e.mul(S,A),A=e.add(U,dt),S=e.sub(S,A),A=e.add(p,E);let k=e.add(I,B);return A=e.mul(A,k),k=e.add(U,x),A=e.sub(A,k),k=e.add(g,E),v=e.add(P,B),k=e.mul(k,v),v=e.add(dt,x),k=e.sub(k,v),C=e.mul(bt,A),v=e.mul(K,x),C=e.add(v,C),v=e.sub(dt,C),C=e.add(dt,C),T=e.mul(v,C),dt=e.add(U,U),dt=e.add(dt,U),x=e.mul(bt,x),A=e.mul(K,A),dt=e.add(dt,x),x=e.sub(U,x),x=e.mul(bt,x),A=e.add(A,x),U=e.mul(dt,A),T=e.add(T,U),U=e.mul(k,A),v=e.mul(S,v),v=e.sub(v,U),U=e.mul(S,dt),C=e.mul(k,C),C=e.add(C,U),new d(v,T,C)}subtract(h){return this.add(h.negate())}is0(){return this.equals(d.ZERO)}wNAF(h){return w.wNAFCached(this,h,d.normalizeZ)}multiplyUnsafe(h){oe("scalar",h,Ht,t.n);let p=d.ZERO;if(h===Ht)return p;if(h===tt)return this;let{endo:g}=t;if(!g)return w.unsafeLadder(this,h);let{k1neg:E,k1:I,k2neg:P,k2:B}=g.splitScalar(h),v=p,T=p,C=this;for(;I>Ht||B>Ht;)I&tt&&(v=v.add(C)),B&tt&&(T=T.add(C)),C=C.double(),I>>=tt,B>>=tt;return E&&(v=v.negate()),P&&(T=T.negate()),T=new d(e.mul(T.px,g.beta),T.py,T.pz),v.add(T)}multiply(h){let{endo:p,n:g}=t;oe("scalar",h,tt,g);let E,I;if(p){let{k1neg:P,k1:B,k2neg:v,k2:T}=p.splitScalar(h),{p:C,f:bt}=this.wNAF(B),{p:K,f:U}=this.wNAF(T);C=w.constTimeNegate(P,C),K=w.constTimeNegate(v,K),K=new d(e.mul(K.px,p.beta),K.py,K.pz),E=C.add(K),I=bt.add(U)}else{let{p:P,f:B}=this.wNAF(h);E=P,I=B}return d.normalizeZ([E,I])[0]}multiplyAndAddUnsafe(h,p,g){let E=d.BASE,I=(B,v)=>v===Ht||v===tt||!B.equals(E)?B.multiplyUnsafe(v):B.multiply(v),P=I(this,p).add(I(h,g));return P.is0()?void 0:P}toAffine(h){return l(this,h)}isTorsionFree(){let{h,isTorsionFree:p}=t;if(h===tt)return!0;if(p)return p(d,this);throw new Error("isTorsionFree() has not been declared for the elliptic curve")}clearCofactor(){let{h,clearCofactor:p}=t;return h===tt?this:p?p(d,this):this.multiplyUnsafe(t.h)}toRawBytes(h=!0){return me("isCompressed",h),this.assertValidity(),o(d,this,h)}toHex(h=!0){return me("isCompressed",h),ge(this.toRawBytes(h))}}d.BASE=new d(t.Gx,t.Gy,e.ONE),d.ZERO=new d(e.ZERO,e.ONE,e.ZERO);let m=t.nBitLength,w=Ns(d,t.endo?Math.ceil(m/2):m);return{CURVE:t,ProjectivePoint:d,normPrivateKeyToScalar:a,weierstrassEquation:s,isWithinCurveOrder:c}}function Vu(r){let t=$o(r);return ie(t,{hash:"hash",hmac:"function",randomBytes:"function"},{bits2int:"function",bits2int_modN:"function",lowS:"boolean"}),Object.freeze({lowS:!0,...t})}function Rs(r){let t=Vu(r),{Fp:e,n}=t,o=e.BYTES+1,i=2*e.BYTES+1;function s(x){return st(x,n)}function c(x){return rn(x,n)}let{ProjectivePoint:a,normPrivateKeyToScalar:f,weierstrassEquation:l,isWithinCurveOrder:u}=Fu({...t,toBytes(x,S,A){let k=S.toAffine(),_=e.toBytes(k.x),J=Me;return me("isCompressed",A),A?J(Uint8Array.from([S.hasEvenY()?2:3]),_):J(Uint8Array.from([4]),_,e.toBytes(k.y))},fromBytes(x){let S=x.length,A=x[0],k=x.subarray(1);if(S===o&&(A===2||A===3)){let _=Ft(k);if(!nr(_,tt,e.ORDER))throw new Error("Point is not on curve");let J=l(_),ct;try{ct=e.sqrt(J)}catch(At){let qt=At instanceof Error?": "+At.message:"";throw new Error("Point is not on curve"+qt)}let at=(ct&tt)===tt;return(A&1)===1!==at&&(ct=e.neg(ct)),{x:_,y:ct}}else if(S===i&&A===4){let _=e.fromBytes(k.subarray(0,e.BYTES)),J=e.fromBytes(k.subarray(e.BYTES,2*e.BYTES));return{x:_,y:J}}else throw new Error(`Point of length ${S} was invalid. Expected ${o} compressed bytes or ${i} uncompressed bytes`)}}),d=x=>ge(ne(x,t.nByteLength));function m(x){let S=n>>tt;return x>S}function w(x){return m(x)?s(-x):x}let y=(x,S,A)=>Ft(x.slice(S,A));class h{constructor(S,A,k){this.r=S,this.s=A,this.recovery=k,this.assertValidity()}static fromCompact(S){let A=t.nByteLength;return S=gt("compactSignature",S,A*2),new h(y(S,0,A),y(S,A,2*A))}static fromDER(S){let{r:A,s:k}=Vt.toSig(gt("DER",S));return new h(A,k)}assertValidity(){oe("r",this.r,tt,n),oe("s",this.s,tt,n)}addRecoveryBit(S){return new h(this.r,this.s,S)}recoverPublicKey(S){let{r:A,s:k,recovery:_}=this,J=B(gt("msgHash",S));if(_==null||![0,1,2,3].includes(_))throw new Error("recovery id invalid");let ct=_===2||_===3?A+t.n:A;if(ct>=e.ORDER)throw new Error("recovery id 2 or 3 invalid");let at=_&1?"03":"02",zt=a.fromHex(at+d(ct)),At=c(ct),qt=s(-J*At),Ve=s(k*At),Wt=a.BASE.multiplyAndAddUnsafe(zt,qt,Ve);if(!Wt)throw new Error("point at infinify");return Wt.assertValidity(),Wt}hasHighS(){return m(this.s)}normalizeS(){return this.hasHighS()?new h(this.r,s(-this.s),this.recovery):this}toDERRawBytes(){return be(this.toDERHex())}toDERHex(){return Vt.hexFromSig({r:this.r,s:this.s})}toCompactRawBytes(){return be(this.toCompactHex())}toCompactHex(){return d(this.r)+d(this.s)}}let p={isValidPrivateKey(x){try{return f(x),!0}catch{return!1}},normPrivateKeyToScalar:f,randomPrivateKey:()=>{let x=_o(t.n);return Ps(t.randomBytes(x),t.n)},precompute(x=8,S=a.BASE){return S._setWindowSize(x),S.multiply(BigInt(3)),S}};function g(x,S=!0){return a.fromPrivateKey(x).toRawBytes(S)}function E(x){let S=re(x),A=typeof x=="string",k=(S||A)&&x.length;return S?k===o||k===i:A?k===2*o||k===2*i:x instanceof a}function I(x,S,A=!0){if(E(x))throw new Error("first arg must be private key");if(!E(S))throw new Error("second arg must be public key");return a.fromHex(S).multiply(f(x)).toRawBytes(A)}let P=t.bits2int||function(x){let S=Ft(x),A=x.length*8-t.nBitLength;return A>0?S>>BigInt(A):S},B=t.bits2int_modN||function(x){return s(P(x))},v=or(t.nBitLength);function T(x){return oe(`num < 2^${t.nBitLength}`,x,Ht,v),ne(x,t.nByteLength)}function C(x,S,A=bt){if(["recovered","canonical"].some(ae=>ae in A))throw new Error("sign() legacy options not supported");let{hash:k,randomBytes:_}=t,{lowS:J,prehash:ct,extraEntropy:at}=A;J==null&&(J=!0),x=gt("msgHash",x),Ds(A),ct&&(x=gt("prehashed msgHash",k(x)));let zt=B(x),At=f(S),qt=[T(At),T(zt)];if(at!=null&&at!==!1){let ae=at===!0?_(e.BYTES):at;qt.push(gt("extraEntropy",ae))}let Ve=Me(...qt),Wt=zt;function An(ae){let Ie=P(ae);if(!u(Ie))return;let yi=c(Ie),Nt=a.BASE.multiply(Ie).toAffine(),Se=s(Nt.x);if(Se===Ht)return;let sr=s(yi*s(Wt+Se*At));if(sr===Ht)return;let bi=(Nt.x===Se?0:2)|Number(Nt.y&tt),wi=sr;return J&&m(sr)&&(wi=w(sr),bi^=1),new h(Se,wi,bi)}return{seed:Ve,k2sig:An}}let bt={lowS:t.lowS,prehash:!1},K={lowS:t.lowS,prehash:!1};function U(x,S,A=bt){let{seed:k,k2sig:_}=C(x,S,A),J=t;return No(J.hash.outputLen,J.nByteLength,J.hmac)(k,_)}a.BASE._setWindowSize(8);function dt(x,S,A,k=K){let _=x;if(S=gt("msgHash",S),A=gt("publicKey",A),"strict"in k)throw new Error("options.strict was renamed to lowS");Ds(k);let{lowS:J,prehash:ct}=k,at,zt;try{if(typeof _=="string"||re(_))try{at=h.fromDER(_)}catch(Nt){if(!(Nt instanceof Vt.Err))throw Nt;at=h.fromCompact(_)}else if(typeof _=="object"&&typeof _.r=="bigint"&&typeof _.s=="bigint"){let{r:Nt,s:Se}=_;at=new h(Nt,Se)}else throw new Error("PARSE");zt=a.fromHex(A)}catch(Nt){if(Nt.message==="PARSE")throw new Error("signature must be Signature instance, Uint8Array or hex string");return!1}if(J&&at.hasHighS())return!1;ct&&(S=t.hash(S));let{r:At,s:qt}=at,Ve=B(S),Wt=c(qt),An=s(Ve*Wt),ae=s(At*Wt),Ie=a.BASE.multiplyAndAddUnsafe(zt,An,ae)?.toAffine();return Ie?s(Ie.x)===At:!1}return{CURVE:t,getPublicKey:g,getSharedSecret:I,sign:U,verify:dt,ProjectivePoint:a,Signature:h,utils:p}}function Hu(r){return{hash:r,hmac:(t,...e)=>To(r,t,ws(...e)),randomBytes:Es}}function _s(r,t){let e=n=>Rs({...r,...Hu(n)});return Object.freeze({...e(t),create:e})}var $s=BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),Ms=BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),Gu=BigInt(1),Fo=BigInt(2),Ks=(r,t)=>(r+t/Fo)/t;function zu(r){let t=$s,e=BigInt(3),n=BigInt(6),o=BigInt(11),i=BigInt(22),s=BigInt(23),c=BigInt(44),a=BigInt(88),f=r*r*r%t,l=f*f*r%t,u=yt(l,e,t)*l%t,d=yt(u,e,t)*l%t,m=yt(d,Fo,t)*f%t,w=yt(m,o,t)*m%t,y=yt(w,i,t)*w%t,h=yt(y,c,t)*y%t,p=yt(h,a,t)*h%t,g=yt(p,c,t)*y%t,E=yt(g,e,t)*l%t,I=yt(E,s,t)*w%t,P=yt(I,n,t)*f%t,B=yt(P,Fo,t);if(!Vo.eql(Vo.sqr(B),r))throw new Error("Cannot find square root");return B}var Vo=nn($s,void 0,void 0,{sqrt:zu}),Ke=_s({a:BigInt(0),b:BigInt(7),Fp:Vo,n:Ms,Gx:BigInt("55066263022277343669578718895168534326250603453777594175500187360389116729240"),Gy:BigInt("32670510020758816978083085130507043184471273380659243275938904335757337482424"),h:BigInt(1),lowS:!0,endo:{beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),splitScalar:r=>{let t=Ms,e=BigInt("0x3086d221a7d46bcde86c90e49284eb15"),n=-Gu*BigInt("0xe4437ed6010e88286f547fa90abfe4c3"),o=BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),i=e,s=BigInt("0x100000000000000000000000000000000"),c=Ks(i*r,t),a=Ks(-n*r,t),f=st(r-c*e-a*o,t),l=st(-c*n-a*i,t),u=f>s,d=l>s;if(u&&(f=t-f),d&&(l=t-l),f>s||l>s)throw new Error("splitScalar: Endomorphism failed, k="+r);return{k1neg:u,k1:f,k2neg:d,k2:l}}}},Ss),Dp=BigInt(0);var Up=Ke.ProjectivePoint;var Fs=ht(X("node:crypto"),1);var on=class extends Error{constructor(t="An error occurred while verifying a message"){super(t),this.name="VerificationError"}};function Vs(r,t,e){let n=Fs.default.createHash("sha256");if(e instanceof Uint8Array)n.update(e);else for(let i of e)n.update(i);let o=n.digest();try{return Ke.verify(t,o,r)}catch(i){throw new on(String(i))}}var sn=class{type="secp256k1";raw;_key;constructor(t){this._key=Gs(t),this.raw=Hs(this._key)}toMultihash(){return Rt.digest(Yr(this))}toCID(){return j.createV1(114,this.toMultihash())}toString(){return F.encode(this.toMultihash().bytes).substring(1)}equals(t){return t==null||!(t.raw instanceof Uint8Array)?!1:Pt(this.raw,t.raw)}verify(t,e){return Vs(this._key,e,t)}};function zs(r){return new sn(r)}function Hs(r){return Ke.ProjectivePoint.fromHex(r).toRawBytes(!0)}function Gs(r){try{return Ke.ProjectivePoint.fromHex(r),r}catch(t){throw new $r(String(t))}}function qs(r){let{Type:t,Data:e}=er.decode(r.digest),n=e??new Uint8Array;switch(t){case It.Ed25519:return ms(n);case It.secp256k1:return zs(n);default:throw new je}}function Yr(r){return er.encode({Type:It[r.type],Data:r.raw})}var Ws=Symbol.for("nodejs.util.inspect.custom"),qu=114,ir=class{type;multihash;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[Mr]=!0;toString(){return this.string==null&&(this.string=F.encode(this.multihash.bytes).slice(1)),this.string}toMultihash(){return this.multihash}toCID(){return j.createV1(qu,this.multihash)}toJSON(){return this.toString()}equals(t){if(t==null)return!1;if(t instanceof Uint8Array)return Pt(this.multihash.bytes,t);if(typeof t=="string")return this.toString()===t;if(t?.toMultihash()?.bytes!=null)return Pt(this.multihash.bytes,t.toMultihash().bytes);throw new Error("not valid Id")}[Ws](){return`PeerId(${this.toString()})`}},cn=class extends ir{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},an=class extends ir{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.publicKey}},un=class extends ir{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.publicKey}},Wu=2336,ln=class{type="url";multihash;publicKey;url;constructor(t){this.url=t.toString(),this.multihash=Rt.digest(Qt(this.url))}[Ws](){return`PeerId(${this.url})`}[Mr]=!0;toString(){return this.toCID().toString()}toMultihash(){return this.multihash}toCID(){return j.createV1(Wu,this.toMultihash())}toJSON(){return this.toString()}equals(t){return t==null?!1:(t instanceof Uint8Array&&(t=Z(t)),t.toString()===this.toString())}};function Gt(r){if(Zu(r))return new cn({multihash:r});if(Yu(r))try{let t=qs(r);if(t.type==="Ed25519")return new an({multihash:r,publicKey:t});if(t.type==="secp256k1")return new un({multihash:r,publicKey:t})}catch{let e=Z(r.digest);return new ln(new URL(e))}throw new Fr("Supplied PeerID Multihash is invalid")}function Yu(r){return r.code===Rt.code}function Zu(r){return r.code===io.code}var Ec=ht(X("net"),1);var fn=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,n=t();return n===void 0&&(this.index=e),n}parseWith(t){let e=t();if(this.index===this.input.length)return e}peekChar(){if(!(this.index>=this.input.length))return this.input[this.index]}readChar(){if(!(this.index>=this.input.length))return this.input[this.index++]}readGivenChar(t){return this.readAtomically(()=>{let e=this.readChar();if(e===t)return e})}readSeparator(t,e,n){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return n()})}readNumber(t,e,n,o){return this.readAtomically(()=>{let i=0,s=0,c=this.peekChar();if(c===void 0)return;let a=c==="0",f=2**(8*o)-1;for(;;){let l=this.readAtomically(()=>{let u=this.readChar();if(u===void 0)return;let d=Number.parseInt(u,t);if(!Number.isNaN(d))return d});if(l===void 0)break;if(i*=t,i+=l,i>f||(s+=1,e!==void 0&&s>e))return}if(s!==0)return!n&&a&&s>1?void 0:i})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let n=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(n===void 0)return;t[e]=n}return t})}readIPv6Addr(){let t=e=>{for(let n=0;n<e.length/2;n++){let o=n*2;if(n<e.length-3){let s=this.readSeparator(":",n,()=>this.readIPv4Addr());if(s!==void 0)return e[o]=s[0],e[o+1]=s[1],e[o+2]=s[2],e[o+3]=s[3],[o+4,!0]}let i=this.readSeparator(":",n,()=>this.readNumber(16,4,!0,2));if(i===void 0)return[o,!1];e[o]=i>>8,e[o+1]=i&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[n,o]=t(e);if(n===16)return e;if(o||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let i=new Uint8Array(14),s=16-(n+2),[c]=t(i.subarray(0,s));return e.set(i.subarray(0,c),16-c),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var Dm=new fn;var Vm=parseInt("0xFFFF",16),Hm=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var St=X("node:net");function dn(r){return!!(0,St.isIP)(r)}var Xs=St.isIPv4,el=St.isIPv6,Ho=function(r){let t=0;if(r=r.toString().trim(),Xs(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(n=>{e[t++]=parseInt(n,10)&255}),e}if(el(r)){let e=r.split(":",8),n;for(n=0;n<e.length;n++){let i=Xs(e[n]),s;i&&(s=Ho(e[n]),e[n]=Z(s.slice(0,2),"base16")),s!=null&&++n<8&&e.splice(n,0,Z(s.slice(2,4),"base16"))}if(e[0]==="")for(;e.length<8;)e.unshift("0");else if(e[e.length-1]==="")for(;e.length<8;)e.push("0");else if(e.length<8){for(n=0;n<e.length&&e[n]!=="";n++);let i=[n,1];for(n=9-e.length;n>0;n--)i.push("0");e.splice.apply(e,i)}let o=new Uint8Array(t+16);for(n=0;n<e.length;n++){let i=parseInt(e[n],16);o[t++]=i>>8&255,o[t++]=i&255}return o}throw new Error("invalid ip address")},Qs=function(r,t=0,e){t=~~t,e=e??r.length-t;let n=new DataView(r.buffer);if(e===4){let o=[];for(let i=0;i<e;i++)o.push(r[t+i]);return o.join(".")}if(e===16){let o=[];for(let i=0;i<e;i+=2)o.push(n.getUint16(t+i).toString(16));return o.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var $e={},Go={},nl=[[4,32,"ip4"],[6,16,"tcp"],[33,16,"dccp"],[41,128,"ip6"],[42,-1,"ip6zone"],[43,8,"ipcidr"],[53,-1,"dns",!0],[54,-1,"dns4",!0],[55,-1,"dns6",!0],[56,-1,"dnsaddr",!0],[132,16,"sctp"],[273,16,"udp"],[275,0,"p2p-webrtc-star"],[276,0,"p2p-webrtc-direct"],[277,0,"p2p-stardust"],[280,0,"webrtc-direct"],[281,0,"webrtc"],[290,0,"p2p-circuit"],[301,0,"udt"],[302,0,"utp"],[400,-1,"unix",!1,!0],[421,-1,"ipfs"],[421,-1,"p2p"],[443,0,"https"],[444,96,"onion"],[445,296,"onion3"],[446,-1,"garlic64"],[448,0,"tls"],[449,-1,"sni"],[460,0,"quic"],[461,0,"quic-v1"],[465,0,"webtransport"],[466,-1,"certhash"],[477,0,"ws"],[478,0,"wss"],[479,0,"p2p-websocket-star"],[480,0,"http"],[481,-1,"http-path"],[777,-1,"memory"]];nl.forEach(r=>{let t=ol(...r);Go[t.code]=t,$e[t.name]=t});function ol(r,t,e,n,o){return{code:r,size:t,name:e,resolvable:!!n,path:!!o}}function M(r){if(typeof r=="number"){if(Go[r]!=null)return Go[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if($e[r]!=null)return $e[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var Lg=M("ip4"),Bg=M("ip6"),Cg=M("ipcidr");function Yo(r,t){switch(M(r).code){case 4:case 41:return sl(t);case 42:return Wo(t);case 6:case 273:case 33:case 132:return tc(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Wo(t);case 421:return ll(t);case 444:return js(t);case 445:return js(t);case 466:return ul(t);case 481:return globalThis.encodeURIComponent(Wo(t));default:return Z(t,"base16")}}function Zo(r,t){switch(M(r).code){case 4:return Js(t);case 41:return Js(t);case 42:return qo(t);case 6:case 273:case 33:case 132:return Xo(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return qo(t);case 421:return cl(t);case 444:return fl(t);case 445:return dl(t);case 466:return al(t);case 481:return qo(globalThis.decodeURIComponent(t));default:return Qt(t,"base16")}}var zo=Object.values(We).map(r=>r.decoder),il=function(){let r=zo[0].or(zo[1]);return zo.slice(2).forEach(t=>r=r.or(t)),r}();function Js(r){if(!dn(r))throw new Error("invalid ip address");return Ho(r)}function sl(r){let t=Qs(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!dn(t))throw new Error("invalid ip address");return t}function Xo(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function tc(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function qo(r){let t=Qt(r),e=Uint8Array.from(Yt(t.length));return mt([e,t],e.length+t.length)}function Wo(r){let t=Ut(r);if(r=r.slice(ot(t)),r.length!==t)throw new Error("inconsistent lengths");return Z(r)}function cl(r){let t;r[0]==="Q"||r[0]==="1"?t=lt(F.decode(`z${r}`)).bytes:t=j.parse(r).multihash.bytes;let e=Uint8Array.from(Yt(t.length));return mt([e,t],e.length+t.length)}function al(r){let t=il.decode(r),e=Uint8Array.from(Yt(t.length));return mt([e,t],e.length+t.length)}function ul(r){let t=Ut(r),e=r.slice(ot(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+Z(e,"base64url")}function ll(r){let t=Ut(r),e=r.slice(ot(t));if(e.length!==t)throw new Error("inconsistent lengths");return Z(e,"base58btc")}function fl(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==16)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion address.`);let e=Lt.decode("b"+t[0]),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=Xo(n);return mt([e,o],e.length+o.length)}function dl(r){let t=r.split(":");if(t.length!==2)throw new Error(`failed to parse onion addr: ["'${t.join('", "')}'"]' does not contain a port number`);if(t[0].length!==56)throw new Error(`failed to parse onion addr: ${t[0]} not a Tor onion3 address.`);let e=Lt.decode(`b${t[0]}`),n=parseInt(t[1],10);if(n<1||n>65536)throw new Error("Port number is not in range(1, 65536)");let o=Xo(n);return mt([e,o],e.length+o.length)}function js(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),n=Z(t,"base32"),o=tc(e);return`${n}:${o}`}function ec(r){r=Qo(r);let t=[],e=[],n=null,o=r.split("/").slice(1);if(o.length===1&&o[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let i=0;i<o.length;i++){let s=o[i],c=M(s);if(c.size===0){t.push([c.code]),e.push([c.code]);continue}if(i++,i>=o.length)throw nc("invalid address: "+r);if(c.path===!0){n=Qo(o.slice(i).join("/")),t.push([c.code,Zo(c.code,n)]),e.push([c.code,n]);break}let a=Zo(c.code,o[i]);t.push([c.code,a]),e.push([c.code,Yo(c.code,a)])}return{string:rc(e),bytes:jo(t),tuples:t,stringTuples:e,path:n}}function Jo(r){let t=[],e=[],n=null,o=0;for(;o<r.length;){let i=Ut(r,o),s=ot(i),c=M(i),a=hl(c,r.slice(o+s));if(a===0){t.push([i]),e.push([i]),o+=s;continue}let f=r.slice(o+s,o+s+a);if(o+=a+s,o>r.length)throw nc("Invalid address Uint8Array: "+Z(r,"base16"));t.push([i,f]);let l=Yo(i,f);if(e.push([i,l]),c.path===!0){n=l;break}}return{bytes:Uint8Array.from(r),string:rc(e),tuples:t,stringTuples:e,path:n}}function rc(r){let t=[];return r.map(e=>{let n=M(e[0]);return t.push(n.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),Qo(t.join("/"))}function jo(r){return mt(r.map(t=>{let e=M(t[0]),n=Uint8Array.from(Yt(e.code));return t.length>1&&t[1]!=null&&(n=mt([n,t[1]])),n}))}function hl(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=Ut(t instanceof Uint8Array?t:Uint8Array.from(t));return e+ot(e)}}function Qo(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}function nc(r){return new Error("Error parsing address: "+r)}var pl=Symbol.for("nodejs.util.inspect.custom"),ei=Symbol.for("@multiformats/js-multiaddr/multiaddr"),ml=[M("dns").code,M("dns4").code,M("dns6").code,M("dnsaddr").code],ti=class extends Error{constructor(t="No available resolver"){super(t),this.name="NoAvailableResolverError"}},hn=class r{bytes;#t;#e;#r;#n;[ei]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=Jo(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=ec(t)}else if(pn(t))e=Jo(t.bytes);else throw new Error("addr must be a string, Buffer, or another Multiaddr");this.bytes=e.bytes,this.#t=e.string,this.#e=e.tuples,this.#r=e.stringTuples,this.#n=e.path}toString(){return this.#t}toJSON(){return this.toString()}toOptions(){let t,e,n,o,i="",s=M("tcp"),c=M("udp"),a=M("ip4"),f=M("ip6"),l=M("dns6"),u=M("ip6zone");for(let[m,w]of this.stringTuples())m===u.code&&(i=`%${w??""}`),ml.includes(m)&&(e=s.name,o=443,n=`${w??""}${i}`,t=m===l.code?6:4),(m===s.code||m===c.code)&&(e=M(m).name,o=parseInt(w??"")),(m===a.code||m===f.code)&&(e=M(m).name,n=`${w??""}${i}`,t=m===f.code?6:4);if(t==null||e==null||n==null||o==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:n,transport:e,port:o}}protos(){return this.#e.map(([t])=>Object.assign({},M(t)))}protoCodes(){return this.#e.map(([t])=>t)}protoNames(){return this.#e.map(([t])=>M(t).name)}tuples(){return this.#e}stringTuples(){return this.#r}encapsulate(t){return t=new r(t),new r(this.toString()+t.toString())}decapsulate(t){let e=t.toString(),n=this.toString(),o=n.lastIndexOf(e);if(o<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(n.slice(0,o))}decapsulateCode(t){let e=this.tuples();for(let n=e.length-1;n>=0;n--)if(e[n][0]===t)return new r(jo(e.slice(0,n)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([n,o])=>{n===$e.p2p.code&&t.push([n,o]),n===$e["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let n=e[1];return n[0]==="Q"||n[0]==="1"?Z(F.decode(`z${n}`),"base58btc"):Z(j.parse(n).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(t){return Pt(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(i=>i.resolvable);if(e==null)return[this];let n=oc.get(e.name);if(n==null)throw new ti(`no available resolver for ${e.name}`);return(await n(this,t)).map(i=>rt(i))}nodeAddress(){let t=this.toOptions();if(t.transport!=="tcp"&&t.transport!=="udp")throw new Error(`multiaddr must have a valid format - no protocol with name: "${t.transport}". Must have a valid transport protocol: "{tcp, udp}"`);return{family:t.family,address:t.host,port:t.port}}isThinWaistAddress(t){let e=(t??this).protos();return!(e.length!==2||e[0].code!==4&&e[0].code!==41||e[1].code!==6&&e[1].code!==273)}[pl](){return`Multiaddr(${this.#t})`}};var oc=new Map;function pn(r){return!!r?.[ei]}function rt(r){return new hn(r)}var gl=b("dns4"),yl=b("dns6"),bl=b("dnsaddr"),Ee=Y(b("dns"),bl,gl,yl),yn=Y(b("ip4"),b("ip6")),ce=Y(L(yn,b("tcp")),L(Ee,b("tcp"))),bn=L(yn,b("udp")),wl=L(bn,b("utp")),xl=L(bn,b("quic")),El=L(bn,b("quic-v1")),ri=Y(L(ce,b("ws")),L(Ee,b("ws"))),mn=Y(L(ri,b("p2p")),ri),ni=Y(L(ce,b("wss")),L(Ee,b("wss")),L(ce,b("tls"),b("ws")),L(Ee,b("tls"),b("ws"))),gn=Y(L(ni,b("p2p")),ni),oi=Y(L(ce,b("http")),L(yn,b("http")),L(Ee,b("http"))),ii=Y(L(ce,b("https")),L(yn,b("https")),L(Ee,b("https"))),ic=L(bn,b("webrtc-direct"),b("certhash")),ac=Y(L(ic,b("p2p")),ic),sc=L(El,b("webtransport"),b("certhash"),b("certhash")),uc=Y(L(sc,b("p2p")),sc),lc=Y(L(mn,b("p2p-webrtc-star"),b("p2p")),L(gn,b("p2p-webrtc-star"),b("p2p")),L(mn,b("p2p-webrtc-star")),L(gn,b("p2p-webrtc-star"))),ty=Y(L(mn,b("p2p-websocket-star"),b("p2p")),L(gn,b("p2p-websocket-star"),b("p2p")),L(mn,b("p2p-websocket-star")),L(gn,b("p2p-websocket-star"))),fc=Y(L(oi,b("p2p-webrtc-direct"),b("p2p")),L(ii,b("p2p-webrtc-direct"),b("p2p")),L(oi,b("p2p-webrtc-direct")),L(ii,b("p2p-webrtc-direct"))),ve=Y(ri,ni,oi,ii,lc,fc,ce,wl,xl,Ee,ac,uc),ey=Y(L(ve,b("p2p-stardust"),b("p2p")),L(ve,b("p2p-stardust"))),se=Y(L(ve,b("p2p")),lc,fc,ac,uc,b("p2p")),cc=Y(L(se,b("p2p-circuit"),se),L(se,b("p2p-circuit")),L(b("p2p-circuit"),se),L(ve,b("p2p-circuit")),L(b("p2p-circuit"),ve),b("p2p-circuit")),dc=()=>Y(L(cc,dc),cc),xe=dc(),ry=Y(L(xe,se,xe),L(se,xe),L(xe,se),xe,se);var ny=Y(L(xe,b("webrtc"),b("p2p")),L(xe,b("webrtc")),L(ve,b("webrtc"),b("p2p")),L(ve,b("webrtc")),b("webrtc"));function hc(r){function t(e){let n;try{n=rt(e)}catch{return!1}let o=r(n.protoNames());return o===null?!1:o===!0||o===!1?o:o.length===0}return t}function L(...r){function t(e){if(e.length<r.length)return null;let n=e;return r.some(o=>(n=typeof o=="function"?o().partialMatch(e):o.partialMatch(e),Array.isArray(n)&&(e=n),n===null)),n}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:hc(t),partialMatch:t}}function Y(...r){function t(n){let o=null;return r.some(i=>{let s=typeof i=="function"?i().partialMatch(n):i.partialMatch(n);return s!=null?(o=s,!0):!1}),o}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:hc(t),partialMatch:t}}function b(r){let t=r;function e(o){let i;try{i=rt(o)}catch{return!1}let s=i.protoNames();return s.length===1&&s[0]===t}function n(o){return o.length===0?null:o[0]===t?o.slice(1):null}return{toString:function(){return t},matches:e,partialMatch:n}}var wn=class extends Event{type;detail;constructor(t,e){super(t),this.type=t,this.detail=e}};var xc=ht(X("net"),1);var si=class extends Error{constructor(t){super(t),this.name="TimeoutError"}},ci=class extends Error{constructor(t){super(),this.name="AbortError",this.message=t}},pc=r=>globalThis.DOMException===void 0?new ci(r):new DOMException(r),mc=r=>{let t=r.reason===void 0?pc("This operation was aborted."):r.reason;return t instanceof Error?t:pc(t)};function ai(r,t){let{milliseconds:e,fallback:n,message:o,customTimers:i={setTimeout,clearTimeout}}=t,s,a=new Promise((f,l)=>{if(typeof e!="number"||Math.sign(e)!==1)throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${e}\``);if(t.signal){let{signal:d}=t;d.aborted&&l(mc(d));let m=()=>{l(mc(d))};d.addEventListener("abort",m,{once:!0}),r.finally(()=>{d.removeEventListener("abort",m)})}if(e===Number.POSITIVE_INFINITY){r.then(f,l);return}let u=new si;s=i.setTimeout.call(void 0,()=>{if(n){try{f(n())}catch(d){l(d)}return}typeof r.cancel=="function"&&r.cancel(),o===!1?f():o instanceof Error?l(o):(u.message=o??`Promise timed out after ${e} milliseconds`,l(u))},e),(async()=>{try{f(await r)}catch(d){l(d)}})()}).finally(()=>{a.clear()});return a.clear=()=>{i.clearTimeout.call(void 0,s),s=void 0},a}var Il=r=>{let t=r.addEventListener||r.on||r.addListener,e=r.removeEventListener||r.off||r.removeListener;if(!t||!e)throw new TypeError("Emitter is not compatible");return{addListener:t.bind(r),removeListener:e.bind(r)}};function Sl(r,t,e){let n,o=new Promise((i,s)=>{if(e={rejectionEvents:["error"],multiArgs:!1,resolveImmediately:!1,...e},!(e.count>=0&&(e.count===Number.POSITIVE_INFINITY||Number.isInteger(e.count))))throw new TypeError("The `count` option should be at least 0 or more");e.signal?.throwIfAborted();let c=[t].flat(),a=[],{addListener:f,removeListener:l}=Il(r),u=(...m)=>{let w=e.multiArgs?m:m[0];e.filter&&!e.filter(w)||(a.push(w),e.count===a.length&&(n(),i(a)))},d=m=>{n(),s(m)};n=()=>{for(let m of c)l(m,u);for(let m of e.rejectionEvents)l(m,d)};for(let m of c)f(m,u);for(let m of e.rejectionEvents)f(m,d);e.signal&&e.signal.addEventListener("abort",()=>{d(e.signal.reason)},{once:!0}),e.resolveImmediately&&i(a)});if(o.cancel=n,typeof e.timeout=="number"){let i=ai(o,{milliseconds:e.timeout});return i.cancel=n,i}return o}function ui(r,t,e){typeof e=="function"&&(e={filter:e}),e={...e,count:1,resolveImmediately:!1};let n=Sl(r,t,e),o=n.then(i=>i[0]);return o.cancel=n.cancel,o}function gc(r,t){if(typeof r!="string")throw new O(`invalid ip provided: ${r}`);if(typeof t=="string"&&(t=parseInt(t)),isNaN(t))throw new O(`invalid port provided: ${t}`);if((0,St.isIPv4)(r))return rt(`/ip4/${r}/tcp/${t}`);if((0,St.isIPv6)(r))return rt(`/ip6/${r}/tcp/${t}`);throw new O(`invalid ip:port for creating a multiaddr: ${r}:${t}`)}var li=class extends Error{type;code;constructor(t,e){super(t??"The operation was aborted"),this.type="aborted",this.name="AbortError",this.code=e??"ABORT_ERR"}};async function fi(r,t,e,n){let o=new li(n?.errorMessage,n?.errorCode);return e?.aborted===!0?Promise.reject(o):new Promise((i,s)=>{function c(){e?.removeEventListener("abort",l),r.removeEventListener(t,a),n?.errorEvent!=null&&r.removeEventListener(n.errorEvent,f)}let a=u=>{try{if(n?.filter?.(u)===!1)return}catch(d){c(),s(d);return}c(),i(u)},f=u=>{c(),s(u.detail)},l=()=>{c(),s(o)};e?.addEventListener("abort",l),r.addEventListener(t,a),n?.errorEvent!=null&&r.addEventListener(n.errorEvent,f)})}function yc(r){if(Tl(r))return async function*(){let t=r.getReader();try{for(;;){let{done:e,value:n}=await t.read();if(e)return;yield n}}finally{t.releaseLock()}}();if(Al(r))return r;throw new Error("unknown stream")}function Al(r){return r[Symbol.asyncIterator]!=null}function Tl(r){return typeof r?.getReader=="function"}function bc(r){return async t=>{let e=async()=>{Ll(t)&&await t.return(void 0)},n,o,i=p=>{n=p,e().catch(g=>{g=new AggregateError([n,g],"The Writable emitted an error, additionally an error occurred while ending the Source")}).finally(()=>{o?.(p)})},s,c=!1,a=()=>{c=!0,s?.()},f,l=!1,u=()=>{l=!0,f?.()},d,m=()=>{d?.()},w=async()=>new Promise((p,g)=>{s=d=p,o=g,r.once("drain",m)}),y=async()=>(await e(),new Promise((p,g)=>{if(c||l||n!=null){p();return}f=s=p,o=g})),h=()=>{r.removeListener("error",i),r.removeListener("close",a),r.removeListener("finish",u),r.removeListener("drain",m)};r.once("error",i),r.once("close",a),r.once("finish",u);try{for await(let p of t){if(!r.writable||r.destroyed||n!=null)break;r.write(p)||await w()}}catch(p){n==null&&r.destroy(p),n=p}try{if(r.writable&&r.end(),await y(),n!=null)throw n}finally{h()}}}function Ll(r){return r.return!=null}function di(r){return{sink:bc(r),source:yc(r)}}var hi=ht(X("os"),1),wc=ht(X("path"),1);var Bl={ip4:"IPv4",ip6:"IPv6"};function Fe(r,t={}){let e=r.getPath();return e!=null?hi.default.platform()==="win32"?{path:wc.default.join("\\\\.\\pipe\\",e)}:{path:e}:{...t,...r.toOptions()}}function pi(r,t,e){let n=o=>rt(`/${r}/${o}/tcp/${e}`);return(Cl(t)?kl(Bl[r]):[t]).map(n)}function Cl(r){return["0.0.0.0","::"].includes(r)}var Pl=hi.default.networkInterfaces();function kl(r){let t=[];for(let[,e]of Object.entries(Pl))if(e!=null)for(let n of e)n.family===r&&t.push(n.address);return t}var xn=(r,t)=>{let e,n=t.logger.forComponent("libp2p:tcp:socket"),o=t.direction,i=t.metrics,s=t.metricPrefix??"",c=t.socketInactivityTimeout??12e4,a=t.socketCloseTimeout??500,f=!1,l=!1;t.listeningAddr?.getPath()!=null&&(t.remoteAddr=t.listeningAddr),t.remoteAddr?.getPath()!=null&&(t.localAddr=t.remoteAddr),r.on("error",p=>{l=!0,f||(n.error("%s socket error - %e",o,p),i?.increment({[`${s}error`]:!0})),r.destroy(),h.timeline.close=Date.now()});let u;if(t.remoteAddr!=null)u=t.remoteAddr;else{if(r.remoteAddress==null||r.remotePort==null)throw new O("Could not determine remote address or port");u=gc(r.remoteAddress,r.remotePort)}let d=Fe(u),m=d.path??`${d.host??""}:${d.port??""}`,{sink:w,source:y}=di(r);r.setTimeout(c),r.once("timeout",()=>{f=!0,n("%s %s socket read timeout",o,m),i?.increment({[`${s}timeout`]:!0}),r.destroy(new Oe),h.timeline.close=Date.now()}),r.once("close",()=>{!f&&!l&&(n("%s %s socket close",o,m),i?.increment({[`${s}close`]:!0})),r.destroy(),h.timeline.close=Date.now()}),r.once("end",()=>{n("%s %s socket end",o,m),i?.increment({[`${s}end`]:!0})});let h={async sink(p){try{await w(async function*(){for await(let g of p)g instanceof Uint8Array?yield g:yield g.subarray()}())}catch(g){g.type!=="aborted"&&n.error("%s %s error in sink - %e",o,m,g)}r.end()},source:y,remoteAddr:u,timeline:{open:Date.now()},async close(p={}){if(r.closed){n("the %s %s socket is already closed",o,m);return}if(r.destroyed){n("the %s %s socket is already destroyed",o,m);return}if(e!=null)return e.promise;try{e=jt(),r.end();let g=Nl(r),E=p.signal??AbortSignal.timeout(a);r.writableLength>0&&(n("%s %s draining socket",o,m),await fi(g,"drain",E,{errorEvent:"error"}),n("%s %s socket drained",o,m)),await Promise.all([fi(g,"close",E,{errorEvent:"error"}),r.destroy()])}catch(g){this.abort(g)}finally{e.resolve()}},abort:p=>{n("%s %s socket abort due to error - %e",o,m,p),r.destroy(),h.timeline.close=Date.now()},log:n};return h};function Nl(r){return{addEventListener:(e,n)=>{r.addListener(e,n)},removeEventListener:(e,n)=>{r.removeListener(e,n)}}}var et;(function(r){r[r.INACTIVE=0]="INACTIVE",r[r.ACTIVE=1]="ACTIVE",r[r.PAUSED=2]="PAUSED"})(et||(et={}));var En=class extends zr{context;server;sockets=new Set;status={code:et.INACTIVE};metrics;addr;log;shutdownController;constructor(t){if(super(),this.context=t,t.keepAlive=t.keepAlive??!0,t.noDelay=t.noDelay??!0,this.shutdownController=new AbortController,Gr(1/0,this.shutdownController.signal),this.log=t.logger.forComponent("libp2p:tcp:listener"),this.addr="unknown",this.server=xc.default.createServer(t,this.onSocket.bind(this)),t.maxConnections!==void 0&&(this.server.maxConnections=t.maxConnections),t.closeServerOnMaxConnections!=null&&t.closeServerOnMaxConnections.closeAbove<t.closeServerOnMaxConnections.listenBelow)throw new O("closeAbove must be >= listenBelow");this.server.on("listening",()=>{if(t.metrics!=null){let e=this.server.address();e==null?this.addr="unknown":typeof e=="string"?this.addr=e:this.addr=`${e.address}:${e.port}`,t.metrics?.registerMetricGroup("libp2p_tcp_inbound_connections_total",{label:"address",help:"Current active connections in TCP listener",calculate:()=>({[this.addr]:this.sockets.size})}),this.metrics={status:t.metrics.registerMetricGroup("libp2p_tcp_listener_status_info",{label:"address",help:"Current status of the TCP listener socket"}),errors:t.metrics.registerMetricGroup("libp2p_tcp_listener_errors_total",{label:"address",help:"Total count of TCP listener errors by type"}),events:t.metrics.registerMetricGroup("libp2p_tcp_listener_events_total",{label:"address",help:"Total count of TCP listener events by type"})},this.metrics?.status.update({[this.addr]:et.ACTIVE})}this.safeDispatchEvent("listening")}).on("error",e=>{this.metrics?.errors.increment({[`${this.addr} listen_error`]:!0}),this.safeDispatchEvent("error",{detail:e})}).on("close",()=>{this.metrics?.status.update({[this.addr]:this.status.code}),this.status.code!==et.PAUSED&&this.safeDispatchEvent("close")}).on("drop",()=>{this.metrics?.events.increment({[`${this.addr} drop`]:!0})})}onSocket(t){if(this.metrics?.events.increment({[`${this.addr} connection`]:!0}),this.status.code!==et.ACTIVE)throw t.destroy(),new Vr("Server is not listening yet");let e;try{e=xn(t,{listeningAddr:this.status.listeningAddr,socketInactivityTimeout:this.context.socketInactivityTimeout,socketCloseTimeout:this.context.socketCloseTimeout,metrics:this.metrics?.events,metricPrefix:`${this.addr} `,logger:this.context.logger,direction:"inbound"})}catch(n){this.log.error("inbound connection failed",n),this.metrics?.errors.increment({[`${this.addr} inbound_to_connection`]:!0}),t.destroy();return}this.log("new inbound connection %s",e.remoteAddr),this.sockets.add(t),this.context.upgrader.upgradeInbound(e,{signal:this.shutdownController.signal}).then(n=>{this.log("inbound connection upgraded %s",e.remoteAddr),t.once("close",()=>{this.sockets.delete(t),this.context.closeServerOnMaxConnections!=null&&this.sockets.size<this.context.closeServerOnMaxConnections.listenBelow&&this.resume().catch(o=>{this.log.error("error attempting to listen server once connection count under limit",o),this.context.closeServerOnMaxConnections?.onListenError?.(o)})}),this.context.handler!=null&&this.context.handler(n),this.context.closeServerOnMaxConnections!=null&&this.sockets.size>=this.context.closeServerOnMaxConnections.closeAbove&&this.pause(),this.safeDispatchEvent("connection",{detail:n})}).catch(async n=>{this.log.error("inbound connection upgrade failed",n),this.metrics?.errors.increment({[`${this.addr} inbound_upgrade`]:!0}),this.sockets.delete(t),e.abort(n)})}getAddrs(){if(this.status.code===et.INACTIVE)return[];let t=[],e=this.server.address(),{listeningAddr:n,peerId:o}=this.status;if(e==null)return[];if(typeof e=="string")t=[n];else try{n.toString().startsWith("/ip4")?t=t.concat(pi("ip4",e.address,e.port)):e.family==="IPv6"&&(t=t.concat(pi("ip6",e.address,e.port)))}catch(i){this.log.error("could not turn %s:%s into multiaddr",e.address,e.port,i)}return t.map(i=>o!=null?i.encapsulate(`/p2p/${o}`):i)}async listen(t){if(this.status.code===et.ACTIVE||this.status.code===et.PAUSED)throw new Hr("server is already listening");let e=t.getPeerId(),n=e==null?t.decapsulateCode(421):t,{backlog:o}=this.context;try{this.status={code:et.ACTIVE,listeningAddr:n,peerId:e,netConfig:Fe(n,{backlog:o})},await this.resume()}catch(i){throw this.status={code:et.INACTIVE},i}}async close(){let t=[];this.server.listening&&t.push(ui(this.server,"close")),this.pause(!0),this.shutdownController.abort(),this.sockets.forEach(e=>{e.readable&&(t.push(ui(e,"close")),e.destroy())}),await Promise.all(t)}async resume(){if(this.server.listening||this.status.code===et.INACTIVE)return;let t=this.status.netConfig;await new Promise((e,n)=>{this.server.once("error",n),this.server.listen(t,e)}),this.status={...this.status,code:et.ACTIVE},this.log("listening on %s",this.server.address())}pause(t=!1){if(!this.server.listening&&this.status.code===et.PAUSED&&t){this.status={code:et.INACTIVE};return}!this.server.listening||this.status.code!==et.ACTIVE||(this.log("closing server on %s",this.server.address()),this.status=t?{code:et.INACTIVE}:{...this.status,code:et.PAUSED},this.server.close())}};var vn=class{opts;metrics;components;log;constructor(t,e={}){this.log=t.logger.forComponent("libp2p:tcp"),this.opts=e,this.components=t,t.metrics!=null&&(this.metrics={events:t.metrics.registerCounterGroup("libp2p_tcp_dialer_events_total",{label:"event",help:"Total count of TCP dialer events by type"}),errors:t.metrics.registerCounterGroup("libp2p_tcp_dialer_errors_total",{label:"event",help:"Total count of TCP dialer events by type"})})}[us]=!0;[Symbol.toStringTag]="@libp2p/tcp";[fs]=["@libp2p/transport"];async dial(t,e){e.keepAlive=e.keepAlive??!0,e.noDelay=e.noDelay??!0;let n=await this._connect(t,e),o;try{o=xn(n,{remoteAddr:t,socketInactivityTimeout:this.opts.outboundSocketInactivityTimeout,socketCloseTimeout:this.opts.socketCloseTimeout,metrics:this.metrics?.events,logger:this.components.logger,direction:"outbound"})}catch(i){throw this.metrics?.errors.increment({outbound_to_connection:!0}),n.destroy(i),i}try{return this.log("new outbound connection %s",o.remoteAddr),await e.upgrader.upgradeOutbound(o,e)}catch(i){throw this.metrics?.errors.increment({outbound_upgrade:!0}),this.log.error("error upgrading outbound connection",i),o.abort(i),i}}async _connect(t,e){e.signal?.throwIfAborted(),e.onProgress?.(new wn("tcp:open-connection"));let n;return new Promise((o,i)=>{let s=Date.now(),c=Fe(t,{...this.opts.dialOpts??{},...e});this.log("dialing %a",t),n=Ec.default.connect(c);let a=m=>{this.log.error("dial to %a errored - %e",t,m);let w=c.path??`${c.host??""}:${c.port}`;m.message=`connection error ${w}: ${m.message}`,this.metrics?.events.increment({error:!0}),d(m)},f=()=>{this.log("connection timeout %a",t),this.metrics?.events.increment({timeout:!0});let m=new Oe(`Connection timeout after ${Date.now()-s}ms`);n.emit("error",m)},l=()=>{this.log("connection opened %a",t),this.metrics?.events.increment({connect:!0}),d()},u=()=>{this.log("connection aborted %a",t),this.metrics?.events.increment({abort:!0}),d(new Kr)},d=m=>{if(n.removeListener("error",a),n.removeListener("timeout",f),n.removeListener("connect",l),e.signal!=null&&e.signal.removeEventListener("abort",u),m!=null){i(m);return}o(n)};n.on("error",a),n.on("timeout",f),n.on("connect",l),e.signal!=null&&e.signal.addEventListener("abort",u)}).catch(o=>{throw n?.destroy(),o})}createListener(t){return new En({...this.opts.listenOpts??{},...t,maxConnections:this.opts.maxConnections,backlog:this.opts.backlog,closeServerOnMaxConnections:this.opts.closeServerOnMaxConnections,socketInactivityTimeout:this.opts.inboundSocketInactivityTimeout,socketCloseTimeout:this.opts.socketCloseTimeout,metrics:this.components.metrics,logger:this.components.logger})}listenFilter(t){return t=Array.isArray(t)?t:[t],t.filter(e=>e.protoCodes().includes(290)?!1:e.protoCodes().includes(400)?!0:ce.matches(e.decapsulateCode(421)))}dialFilter(t){return this.listenFilter(t)}};function vc(r={}){return t=>new vn(t,r)}function Ic(r,t){let e=Rr(r,t),n={read:async(o,i)=>{let s=await e.read(i);return o.decode(s)},write:async(o,i,s)=>{await e.write(i.encode(o),s)},writeV:async(o,i,s)=>{await e.writeV(o.map(c=>i.encode(c)),s)},pb:o=>({read:async i=>n.read(o,i),write:async(i,s)=>n.write(i,o,s),writeV:async(i,s)=>n.writeV(i,o,s),unwrap:()=>n}),unwrap:()=>e.unwrap()};return n}var Dl=he("libp2p:daemon-client:dht"),In=class{client;constructor(t){this.client=t}async put(t,e){if(!(t instanceof Uint8Array))throw new O("invalid key received");if(!(e instanceof Uint8Array))throw new O("value received is not a Uint8Array");let n=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.PUT_VALUE,key:t,value:e}}),o=await n.read(N);if(Dl("read",o),await n.unwrap().close(),o.type!==N.Type.OK)throw new Je(o.error?.msg??"DHT put failed")}async get(t){if(!(t instanceof Uint8Array))throw new O("invalid key received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.GET_VALUE,key:t}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT get failed");if(n.dht?.value==null)throw new R("Invalid DHT get response");return n.dht.value}async findPeer(t){if(!Ne(t))throw new O("invalid peer id received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.FIND_PEER,peer:t.toMultihash().bytes}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT find peer failed");if(n.dht?.peer?.addrs==null)throw new R("Invalid response");return{id:Gt(lt(n.dht.peer.id)),multiaddrs:n.dht.peer.addrs.map(o=>rt(o))}}async provide(t){if(t==null||j.asCID(t)==null)throw new O("invalid cid received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.PROVIDE,cid:t.bytes}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT provide failed")}async*findProviders(t,e=1){if(t==null||j.asCID(t)==null)throw new O("invalid cid received");let n=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.FIND_PROVIDERS,cid:t.bytes,count:e}}),o=await n.read(N);if(o.type!==N.Type.OK)throw await n.unwrap().close(),new R(o.error?.msg??"DHT find providers failed");for(;;){let i=await n.read(Ct);if(i.type===Ct.Type.END){await n.unwrap().close();return}if(i.type===Ct.Type.VALUE&&i.peer?.addrs!=null)yield{id:Gt(lt(i.peer.id)),multiaddrs:i.peer.addrs.map(s=>rt(s))};else throw await n.unwrap().close(),new Je("unexpected message received")}}async*getClosestPeers(t){if(!(t instanceof Uint8Array))throw new O("invalid key received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.GET_CLOSEST_PEERS,key:t}}),n=await e.read(N);if(n.type!==N.Type.OK)throw await e.unwrap().close(),new R(n.error?.msg??"DHT find providers failed");for(;;){let o=await e.read(Ct);if(o.type===Ct.Type.END){await e.unwrap().close();return}if(o.type===Ct.Type.VALUE&&o.value!=null)yield{id:Gt(lt(o.value)),multiaddrs:[]};else throw await e.unwrap().close(),new Qe("unexpected message received")}}async getPublicKey(t){if(!Ne(t))throw new O("invalid peer id received");let e=await this.client.send({type:q.Type.DHT,dht:{type:Et.Type.GET_PUBLIC_KEY,peer:t.toMultihash().bytes}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"DHT get public key failed");if(n.dht==null)throw new Qe("Invalid response");return n.dht.value}};var Sn=class{client;constructor(t){this.client=t}async getTopics(){let t=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.GET_TOPICS}}),e=await t.read(N);if(await t.unwrap().close(),e.type!==N.Type.OK)throw new R(e.error?.msg??"Pubsub get topics failed");if(e.pubsub?.topics==null)throw new R("Invalid response");return e.pubsub.topics}async publish(t,e){if(typeof t!="string")throw new O("invalid topic received");if(!(e instanceof Uint8Array))throw new O("data received is not a Uint8Array");let n=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.PUBLISH,topic:t,data:e}}),o=await n.read(N);if(await n.unwrap().close(),o.type!==N.Type.OK)throw new R(o.error?.msg??"Pubsub publish failed")}async subscribe(t){if(typeof t!="string")throw new O("invalid topic received");let e=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.SUBSCRIBE,topic:t}}),n=await e.read(N);if(n.type!==N.Type.OK)throw new R(n.error?.msg??"Pubsub publish failed");let o=!0;return{async*messages(){for(;o;)yield await e.read(xr)},async cancel(){o=!1,await e.unwrap().close()}}}async getSubscribers(t){if(typeof t!="string")throw new O("invalid topic received");let e=await this.client.send({type:q.Type.PUBSUB,pubsub:{type:_t.Type.LIST_PEERS,topic:t}}),n=await e.read(N);if(await e.unwrap().close(),n.type!==N.Type.OK)throw new R(n.error?.msg??"Pubsub get subscribers failed");if(n.pubsub?.topics==null)throw new R("Invalid response");return n.pubsub.peerIDs.map(o=>Gt(lt(o)))}};var mi=he("libp2p:daemon-client"),R=class extends Error{constructor(t="Operation failed"){super(t),this.name="OperationFailedError"}},gi=class{multiaddr;dht;pubsub;tcp;constructor(t){this.multiaddr=t,this.tcp=vc()({logger:es()}),this.dht=new In(this),this.pubsub=new Sn(this)}async connectDaemon(){return this.tcp.dial(this.multiaddr,{upgrader:new Xe})}async send(t){let e=await this.connectDaemon(),n=t.pubsub?.type??t.dht?.type??t.peerStore?.type??"";mi("send",t.type,n);let o=Ic(e);return await o.write(t,q),o}async connect(t,e){if(!Ne(t))throw new O("invalid peer id received");if(!Array.isArray(e))throw new O("addrs received are not in an array");e.forEach(i=>{if(!pn(i))throw new O("received an address that is not a multiaddr")});let n=await this.send({type:q.Type.CONNECT,connect:{peer:t.toMultihash().bytes,addrs:e.map(i=>i.bytes)}}),o=await n.read(N);if(o.type!==N.Type.OK){let i=o.error??{msg:"unspecified"};throw new R(i.msg??"unspecified")}await n.unwrap().close()}async identify(){let t=await this.send({type:q.Type.IDENTIFY}),e=await t.read(N);if(e.type!==N.Type.OK)throw new R(e.error?.msg??"Identify failed");if(e.identify?.addrs==null)throw new R("Invalid response");let n=Gt(lt(e.identify?.id)),o=e.identify.addrs.map(i=>rt(i));return await t.unwrap().close(),{peerId:n,addrs:o}}async listPeers(){let t=await this.send({type:q.Type.LIST_PEERS}),e=await t.read(N);if(e.type!==N.Type.OK)throw new R(e.error?.msg??"List peers failed");return await t.unwrap().close(),e.peers.map(n=>Gt(lt(n.id)))}async openStream(t,e){if(!Ne(t))throw new O("invalid peer id received");if(typeof e!="string")throw new O("invalid protocol received");let n=await this.send({type:q.Type.STREAM_OPEN,streamOpen:{peer:t.toMultihash().bytes,proto:[e]}}),o=await n.read(N);if(o.type!==N.Type.OK)throw await n.unwrap().close(),new R(o.error?.msg??"Open stream failed");return n.unwrap()}async registerStreamHandler(t,e){if(typeof t!="string")throw new O("invalid protocol received");let n=this.tcp.createListener({upgrader:new Xe(c=>{this.onConnection(t,n,c)})});await n.listen(rt("/ip4/127.0.0.1/tcp/0"));let o=n.getAddrs()[0];if(o==null)throw new R("Could not listen on port");let i=await this.send({type:q.Type.STREAM_HANDLER,streamHandler:{addr:o.bytes,proto:[t]}}),s=await i.read(N);if(await i.unwrap().close(),s.type!==N.Type.OK)throw new R(s.error?.msg??"Register stream handler failed")}onConnection(t,e,n){Promise.resolve().then(async()=>{let o=new _r({stream:n}),i=await o.read();if(i==null)throw new R("Could not read open stream response");if(Pe.decode(i).proto!==t)throw new R("Incorrect protocol");await handler(o.rest())}).catch(o=>{n.abort(o)}).finally(()=>{n.close().catch(o=>{mi.error(o)}),e.close().catch(o=>{mi.error(o)})})}};function Ul(r){return new gi(r)}return Cc(Rl);})();
|
|
7
7
|
/*! Bundled license information:
|
|
8
8
|
|
|
9
9
|
@noble/hashes/esm/utils.js:
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,OAAO,EAAwB,MAAM,yBAAyB,CAAA;AAQvF,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAIlE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,mBAAmB,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,OAAO,EAAwB,MAAM,yBAAyB,CAAA;AAQvF,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAIlE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,mBAAmB,EAAE,QAAQ,EAAuB,MAAM,mBAAmB,CAAA;AAC3G,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACxD,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AAI3C,qBAAa,oBAAqB,SAAQ,KAAK;gBAChC,OAAO,SAAqB;CAI1C;AAgPD,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,SAAS,EAAE,CAAA;CACnB;AAED,MAAM,WAAW,qBAAqB;IACpC,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CAChC;AAED,MAAM,WAAW,SAAS;IACxB,GAAG,CAAC,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACtD,GAAG,CAAC,GAAG,EAAE,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAA;IACzC,OAAO,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IAChC,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAA;IAChE,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAA;IAC3C,eAAe,CAAC,GAAG,EAAE,UAAU,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAA;CAC1D;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,IAAI,aAAa,CAAC,SAAS,CAAC,CAAA;IACpC,MAAM,IAAI,OAAO,CAAC,IAAI,CAAC,CAAA;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACvD,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAAA;IAC/C,SAAS,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAAA;IAC9B,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,CAAA;CACjD;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,IAAI,OAAO,CAAC,cAAc,CAAC,CAAA;IACnC,SAAS,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC,CAAA;IAC9B,OAAO,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IAC1D,GAAG,EAAE,SAAS,CAAA;IACd,MAAM,EAAE,YAAY,CAAA;IAEpB,IAAI,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAAC,cAAc,CAAC,mBAAmB,CAAC,CAAC,CAAA;IACpE,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAA;IAC1E,qBAAqB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACvF;AAED,wBAAgB,YAAY,CAAE,SAAS,EAAE,SAAS,GAAG,YAAY,CAEhE"}
|
package/dist/src/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Request, Response, StreamInfo } from '@libp2p/daemon-protocol';
|
|
2
2
|
import { StreamHandler } from '@libp2p/daemon-protocol/stream-handler';
|
|
3
|
-
import {
|
|
3
|
+
import { PassThroughUpgrader } from '@libp2p/daemon-protocol/upgrader';
|
|
4
4
|
import { InvalidParametersError, isPeerId } from '@libp2p/interface';
|
|
5
5
|
import { defaultLogger, logger } from '@libp2p/logger';
|
|
6
6
|
import { peerIdFromMultihash } from '@libp2p/peer-id';
|
|
@@ -41,7 +41,7 @@ class Client {
|
|
|
41
41
|
// @ts-expect-error because we use a passthrough upgrader,
|
|
42
42
|
// this is actually a MultiaddrConnection and not a Connection
|
|
43
43
|
return this.tcp.dial(this.multiaddr, {
|
|
44
|
-
upgrader:
|
|
44
|
+
upgrader: new PassThroughUpgrader()
|
|
45
45
|
});
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
@@ -156,39 +156,9 @@ class Client {
|
|
|
156
156
|
}
|
|
157
157
|
// open a tcp port, pipe any data from it to the handler function
|
|
158
158
|
const listener = this.tcp.createListener({
|
|
159
|
-
upgrader:
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
Promise.resolve()
|
|
163
|
-
.then(async () => {
|
|
164
|
-
const sh = new StreamHandler({
|
|
165
|
-
stream: connection
|
|
166
|
-
});
|
|
167
|
-
const message = await sh.read();
|
|
168
|
-
if (message == null) {
|
|
169
|
-
throw new OperationFailedError('Could not read open stream response');
|
|
170
|
-
}
|
|
171
|
-
const response = StreamInfo.decode(message);
|
|
172
|
-
if (response.proto !== protocol) {
|
|
173
|
-
throw new OperationFailedError('Incorrect protocol');
|
|
174
|
-
}
|
|
175
|
-
// @ts-expect-error because we are using a passthrough upgrader, this is a MultiaddrConnection
|
|
176
|
-
await handler(sh.rest());
|
|
177
|
-
})
|
|
178
|
-
.catch(err => {
|
|
179
|
-
connection.abort(err);
|
|
180
|
-
})
|
|
181
|
-
.finally(() => {
|
|
182
|
-
connection.close()
|
|
183
|
-
.catch(err => {
|
|
184
|
-
log.error(err);
|
|
185
|
-
});
|
|
186
|
-
listener.close()
|
|
187
|
-
.catch(err => {
|
|
188
|
-
log.error(err);
|
|
189
|
-
});
|
|
190
|
-
});
|
|
191
|
-
}
|
|
159
|
+
upgrader: new PassThroughUpgrader((maConn) => {
|
|
160
|
+
this.onConnection(protocol, listener, maConn);
|
|
161
|
+
})
|
|
192
162
|
});
|
|
193
163
|
await listener.listen(multiaddr('/ip4/127.0.0.1/tcp/0'));
|
|
194
164
|
const address = listener.getAddrs()[0];
|
|
@@ -208,6 +178,37 @@ class Client {
|
|
|
208
178
|
throw new OperationFailedError(response.error?.msg ?? 'Register stream handler failed');
|
|
209
179
|
}
|
|
210
180
|
}
|
|
181
|
+
onConnection(protocol, listener, connection) {
|
|
182
|
+
Promise.resolve()
|
|
183
|
+
.then(async () => {
|
|
184
|
+
const sh = new StreamHandler({
|
|
185
|
+
stream: connection
|
|
186
|
+
});
|
|
187
|
+
const message = await sh.read();
|
|
188
|
+
if (message == null) {
|
|
189
|
+
throw new OperationFailedError('Could not read open stream response');
|
|
190
|
+
}
|
|
191
|
+
const response = StreamInfo.decode(message);
|
|
192
|
+
if (response.proto !== protocol) {
|
|
193
|
+
throw new OperationFailedError('Incorrect protocol');
|
|
194
|
+
}
|
|
195
|
+
// @ts-expect-error because we are using a passthrough upgrader, this is a MultiaddrConnection
|
|
196
|
+
await handler(sh.rest());
|
|
197
|
+
})
|
|
198
|
+
.catch(err => {
|
|
199
|
+
connection.abort(err);
|
|
200
|
+
})
|
|
201
|
+
.finally(() => {
|
|
202
|
+
connection.close()
|
|
203
|
+
.catch(err => {
|
|
204
|
+
log.error(err);
|
|
205
|
+
});
|
|
206
|
+
listener.close()
|
|
207
|
+
.catch(err => {
|
|
208
|
+
log.error(err);
|
|
209
|
+
});
|
|
210
|
+
});
|
|
211
|
+
}
|
|
211
212
|
}
|
|
212
213
|
export function createClient(multiaddr) {
|
|
213
214
|
return new Client(multiaddr);
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAA;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAA;AACtE,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AACjC,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,OAAO,EAAE,QAAQ,EAAuB,MAAM,oBAAoB,CAAA;AAClE,OAAO,KAAK,MAAM,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAKpC,MAAM,GAAG,GAAG,MAAM,CAAC,sBAAsB,CAAC,CAAA;AAE1C,MAAM,OAAO,oBAAqB,SAAQ,KAAK;IAC7C,YAAa,OAAO,GAAG,kBAAkB;QACvC,KAAK,CAAC,OAAO,CAAC,CAAA;QACd,IAAI,CAAC,IAAI,GAAG,sBAAsB,CAAA;IACpC,CAAC;CACF;AAED,MAAM,MAAM;IACO,SAAS,CAAW;IAC9B,GAAG,CAAK;IACR,MAAM,CAAQ;IACJ,GAAG,CAAW;IAE/B,YAAa,IAAe;QAC1B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAA;QACrB,IAAI,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;YACf,MAAM,EAAE,aAAa,EAAE;SACxB,CAAC,CAAA;QACF,IAAI,CAAC,GAAG,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,CAAA;QACxB,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAA;IAChC,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,aAAa;QACjB,0DAA0D;QAC1D,8DAA8D;QAC9D,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE;YACnC,QAAQ,EAAE,mBAAmB;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAA;AACvF,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAA;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAA;AACtE,OAAO,EAAE,sBAAsB,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,GAAG,EAAE,MAAM,aAAa,CAAA;AACjC,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAChE,OAAO,EAAE,QAAQ,EAAuB,MAAM,oBAAoB,CAAA;AAClE,OAAO,KAAK,MAAM,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAKpC,MAAM,GAAG,GAAG,MAAM,CAAC,sBAAsB,CAAC,CAAA;AAE1C,MAAM,OAAO,oBAAqB,SAAQ,KAAK;IAC7C,YAAa,OAAO,GAAG,kBAAkB;QACvC,KAAK,CAAC,OAAO,CAAC,CAAA;QACd,IAAI,CAAC,IAAI,GAAG,sBAAsB,CAAA;IACpC,CAAC;CACF;AAED,MAAM,MAAM;IACO,SAAS,CAAW;IAC9B,GAAG,CAAK;IACR,MAAM,CAAQ;IACJ,GAAG,CAAW;IAE/B,YAAa,IAAe;QAC1B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAA;QACrB,IAAI,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;YACf,MAAM,EAAE,aAAa,EAAE;SACxB,CAAC,CAAA;QACF,IAAI,CAAC,GAAG,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,CAAA;QACxB,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,CAAA;IAChC,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,aAAa;QACjB,0DAA0D;QAC1D,8DAA8D;QAC9D,OAAO,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE;YACnC,QAAQ,EAAE,IAAI,mBAAmB,EAAE;SACpC,CAAC,CAAA;IACJ,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,IAAI,CAAE,OAAgB;QAC1B,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,aAAa,EAAE,CAAA;QAEzC,MAAM,OAAO,GAAG,OAAO,CAAC,MAAM,EAAE,IAAI,IAAI,OAAO,CAAC,GAAG,EAAE,IAAI,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,IAAI,EAAE,CAAA;QAC1F,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,CAAA;QAElC,MAAM,EAAE,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAA;QAC3B,MAAM,EAAE,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;QAEhC,OAAO,EAAE,CAAA;IACX,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,OAAO,CAAE,MAAc,EAAE,KAAkB;QAC/C,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;YACtB,MAAM,IAAI,sBAAsB,CAAC,0BAA0B,CAAC,CAAA;QAC9D,CAAC;QAED,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;YAC1B,MAAM,IAAI,sBAAsB,CAAC,oCAAoC,CAAC,CAAA;QACxE,CAAC;QAED,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YACrB,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC;gBACvB,MAAM,IAAI,sBAAsB,CAAC,6CAA6C,CAAC,CAAA;YACjF,CAAC;QACH,CAAC,CAAC,CAAA;QAEF,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC;YACzB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,OAAO;YAC1B,OAAO,EAAE;gBACP,IAAI,EAAE,MAAM,CAAC,WAAW,EAAE,CAAC,KAAK;gBAChC,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;aACjC;SACF,CAAC,CAAA;QAEF,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;QAExC,IAAI,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACvC,MAAM,WAAW,GAAG,QAAQ,CAAC,KAAK,IAAI,EAAE,GAAG,EAAE,aAAa,EAAE,CAAA;YAC5D,MAAM,IAAI,oBAAoB,CAAC,WAAW,CAAC,GAAG,IAAI,aAAa,CAAC,CAAA;QAClE,CAAC;QAED,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAA;IAC3B,CAAC;IAED;;;;OAIG;IAEH;;OAEG;IACH,KAAK,CAAC,QAAQ;QACZ,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC;YACzB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,QAAQ;SAC5B,CAAC,CAAA;QAEF,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;QAExC,IAAI,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACvC,MAAM,IAAI,oBAAoB,CAAC,QAAQ,CAAC,KAAK,EAAE,GAAG,IAAI,iBAAiB,CAAC,CAAA;QAC1E,CAAC;QAED,IAAI,QAAQ,CAAC,QAAQ,EAAE,KAAK,IAAI,IAAI,EAAE,CAAC;YACrC,MAAM,IAAI,oBAAoB,CAAC,kBAAkB,CAAC,CAAA;QACpD,CAAC;QAED,MAAM,MAAM,GAAG,mBAAmB,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAA;QACxE,MAAM,KAAK,GAAG,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAA;QAE9D,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAA;QAEzB,OAAO,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAA;IAC5B,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,SAAS;QACb,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC;YACzB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,UAAU;SAC9B,CAAC,CAAA;QAEF,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;QAExC,IAAI,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACvC,MAAM,IAAI,oBAAoB,CAAC,QAAQ,CAAC,KAAK,EAAE,GAAG,IAAI,mBAAmB,CAAC,CAAA;QAC5E,CAAC;QAED,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAA;QAEzB,OAAO,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,mBAAmB,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,CAAA;IAClF,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,UAAU,CAAE,MAAc,EAAE,QAAgB;QAChD,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;YACtB,MAAM,IAAI,sBAAsB,CAAC,0BAA0B,CAAC,CAAA;QAC9D,CAAC;QAED,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;YACjC,MAAM,IAAI,sBAAsB,CAAC,2BAA2B,CAAC,CAAA;QAC/D,CAAC;QAED,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC;YACzB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,WAAW;YAC9B,UAAU,EAAE;gBACV,IAAI,EAAE,MAAM,CAAC,WAAW,EAAE,CAAC,KAAK;gBAChC,KAAK,EAAE,CAAC,QAAQ,CAAC;aAClB;SACF,CAAC,CAAA;QAEF,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;QAExC,IAAI,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACvC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAA;YACzB,MAAM,IAAI,oBAAoB,CAAC,QAAQ,CAAC,KAAK,EAAE,GAAG,IAAI,oBAAoB,CAAC,CAAA;QAC7E,CAAC;QAED,OAAO,EAAE,CAAC,MAAM,EAAE,CAAA;IACpB,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,qBAAqB,CAAE,QAAgB,EAAE,OAA8B;QAC3E,IAAI,OAAO,QAAQ,KAAK,QAAQ,EAAE,CAAC;YACjC,MAAM,IAAI,sBAAsB,CAAC,2BAA2B,CAAC,CAAA;QAC/D,CAAC;QAED,iEAAiE;QACjE,MAAM,QAAQ,GAAG,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC;YACvC,QAAQ,EAAE,IAAI,mBAAmB,CAAC,CAAC,MAAM,EAAE,EAAE;gBAC3C,IAAI,CAAC,YAAY,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAA;YAC/C,CAAC,CAAC;SACH,CAAC,CAAA;QACF,MAAM,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,sBAAsB,CAAC,CAAC,CAAA;QACxD,MAAM,OAAO,GAAG,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAA;QAEtC,IAAI,OAAO,IAAI,IAAI,EAAE,CAAC;YACpB,MAAM,IAAI,oBAAoB,CAAC,0BAA0B,CAAC,CAAA;QAC5D,CAAC;QAED,MAAM,EAAE,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC;YACzB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,cAAc;YACjC,aAAa,EAAE;gBACb,IAAI,EAAE,OAAO,CAAC,KAAK;gBACnB,KAAK,EAAE,CAAC,QAAQ,CAAC;aAClB;SACF,CAAC,CAAA;QAEF,MAAM,QAAQ,GAAG,MAAM,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;QAExC,MAAM,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAA;QAEzB,IAAI,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACvC,MAAM,IAAI,oBAAoB,CAAC,QAAQ,CAAC,KAAK,EAAE,GAAG,IAAI,gCAAgC,CAAC,CAAA;QACzF,CAAC;IACH,CAAC;IAEO,YAAY,CAAE,QAAgB,EAAE,QAAkB,EAAE,UAA+B;QACzF,OAAO,CAAC,OAAO,EAAE;aACd,IAAI,CAAC,KAAK,IAAI,EAAE;YACf,MAAM,EAAE,GAAG,IAAI,aAAa,CAAC;gBAC3B,MAAM,EAAE,UAAU;aACnB,CAAC,CAAA;YACF,MAAM,OAAO,GAAG,MAAM,EAAE,CAAC,IAAI,EAAE,CAAA;YAE/B,IAAI,OAAO,IAAI,IAAI,EAAE,CAAC;gBACpB,MAAM,IAAI,oBAAoB,CAAC,qCAAqC,CAAC,CAAA;YACvE,CAAC;YAED,MAAM,QAAQ,GAAG,UAAU,CAAC,MAAM,CAAC,OAAO,CAAC,CAAA;YAE3C,IAAI,QAAQ,CAAC,KAAK,KAAK,QAAQ,EAAE,CAAC;gBAChC,MAAM,IAAI,oBAAoB,CAAC,oBAAoB,CAAC,CAAA;YACtD,CAAC;YAED,8FAA8F;YAC9F,MAAM,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,CAAA;QAC1B,CAAC,CAAC;aACD,KAAK,CAAC,GAAG,CAAC,EAAE;YACX,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;QACvB,CAAC,CAAC;aACD,OAAO,CAAC,GAAG,EAAE;YACZ,UAAU,CAAC,KAAK,EAAE;iBACf,KAAK,CAAC,GAAG,CAAC,EAAE;gBACX,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;YAChB,CAAC,CAAC,CAAA;YACJ,QAAQ,CAAC,KAAK,EAAE;iBACb,KAAK,CAAC,GAAG,CAAC,EAAE;gBACX,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;YAChB,CAAC,CAAC,CAAA;QACN,CAAC,CAAC,CAAA;IACN,CAAC;CACF;AA4CD,MAAM,UAAU,YAAY,CAAE,SAAoB;IAChD,OAAO,IAAI,MAAM,CAAC,SAAS,CAAC,CAAA;AAC9B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/daemon-client",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "libp2p-daemon client implementation",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon-client#readme",
|
|
@@ -39,6 +39,91 @@
|
|
|
39
39
|
"sourceType": "module"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
"release": {
|
|
43
|
+
"branches": [
|
|
44
|
+
"main"
|
|
45
|
+
],
|
|
46
|
+
"plugins": [
|
|
47
|
+
[
|
|
48
|
+
"@semantic-release/commit-analyzer",
|
|
49
|
+
{
|
|
50
|
+
"preset": "conventionalcommits",
|
|
51
|
+
"releaseRules": [
|
|
52
|
+
{
|
|
53
|
+
"breaking": true,
|
|
54
|
+
"release": "major"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"revert": true,
|
|
58
|
+
"release": "patch"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "feat",
|
|
62
|
+
"release": "minor"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"type": "fix",
|
|
66
|
+
"release": "patch"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"type": "docs",
|
|
70
|
+
"release": "patch"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"type": "test",
|
|
74
|
+
"release": "patch"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"type": "deps",
|
|
78
|
+
"release": "patch"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"scope": "no-release",
|
|
82
|
+
"release": false
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
[
|
|
88
|
+
"@semantic-release/release-notes-generator",
|
|
89
|
+
{
|
|
90
|
+
"preset": "conventionalcommits",
|
|
91
|
+
"presetConfig": {
|
|
92
|
+
"types": [
|
|
93
|
+
{
|
|
94
|
+
"type": "feat",
|
|
95
|
+
"section": "Features"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"type": "fix",
|
|
99
|
+
"section": "Bug Fixes"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"type": "chore",
|
|
103
|
+
"section": "Trivial Changes"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"type": "docs",
|
|
107
|
+
"section": "Documentation"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "deps",
|
|
111
|
+
"section": "Dependencies"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"type": "test",
|
|
115
|
+
"section": "Tests"
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"@semantic-release/changelog",
|
|
122
|
+
"@semantic-release/npm",
|
|
123
|
+
"@semantic-release/github",
|
|
124
|
+
"@semantic-release/git"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
42
127
|
"scripts": {
|
|
43
128
|
"clean": "aegir clean",
|
|
44
129
|
"lint": "aegir lint",
|
|
@@ -50,26 +135,26 @@
|
|
|
50
135
|
"release": "aegir release"
|
|
51
136
|
},
|
|
52
137
|
"dependencies": {
|
|
53
|
-
"@libp2p/daemon-protocol": "^
|
|
54
|
-
"@libp2p/interface": "^2.
|
|
55
|
-
"@libp2p/logger": "^5.
|
|
56
|
-
"@libp2p/peer-id": "^5.0.
|
|
57
|
-
"@libp2p/tcp": "^10.0.
|
|
58
|
-
"@multiformats/multiaddr": "^12.1
|
|
59
|
-
"it-protobuf-stream": "^1.1.
|
|
60
|
-
"multiformats": "^13.
|
|
138
|
+
"@libp2p/daemon-protocol": "^7.0.2",
|
|
139
|
+
"@libp2p/interface": "^2.2.0",
|
|
140
|
+
"@libp2p/logger": "^5.1.3",
|
|
141
|
+
"@libp2p/peer-id": "^5.0.7",
|
|
142
|
+
"@libp2p/tcp": "^10.0.11",
|
|
143
|
+
"@multiformats/multiaddr": "^12.3.1",
|
|
144
|
+
"it-protobuf-stream": "^1.1.5",
|
|
145
|
+
"multiformats": "^13.3.1"
|
|
61
146
|
},
|
|
62
147
|
"devDependencies": {
|
|
63
|
-
"@chainsafe/libp2p-gossipsub": "^14.
|
|
64
|
-
"@libp2p/daemon-server": "^
|
|
65
|
-
"@libp2p/interface-compliance-tests": "^6.
|
|
66
|
-
"@libp2p/kad-dht": "^
|
|
67
|
-
"aegir": "^
|
|
68
|
-
"it-all": "^3.0.
|
|
148
|
+
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
|
149
|
+
"@libp2p/daemon-server": "^8.0.2",
|
|
150
|
+
"@libp2p/interface-compliance-tests": "^6.1.8",
|
|
151
|
+
"@libp2p/kad-dht": "^14.1.0",
|
|
152
|
+
"aegir": "^45.0.1",
|
|
153
|
+
"it-all": "^3.0.6",
|
|
69
154
|
"it-pipe": "^3.0.1",
|
|
70
|
-
"sinon": "^
|
|
155
|
+
"sinon": "^19.0.2",
|
|
71
156
|
"sinon-ts": "^2.0.0",
|
|
72
157
|
"uint8arraylist": "^2.4.8",
|
|
73
|
-
"uint8arrays": "^5.0
|
|
158
|
+
"uint8arrays": "^5.1.0"
|
|
74
159
|
}
|
|
75
160
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PSMessage, Request, Response, StreamInfo } from '@libp2p/daemon-protocol'
|
|
2
2
|
import { StreamHandler } from '@libp2p/daemon-protocol/stream-handler'
|
|
3
|
-
import {
|
|
3
|
+
import { PassThroughUpgrader } from '@libp2p/daemon-protocol/upgrader'
|
|
4
4
|
import { InvalidParametersError, isPeerId } from '@libp2p/interface'
|
|
5
5
|
import { defaultLogger, logger } from '@libp2p/logger'
|
|
6
6
|
import { peerIdFromMultihash } from '@libp2p/peer-id'
|
|
@@ -10,7 +10,7 @@ import { pbStream, type ProtobufStream } from 'it-protobuf-stream'
|
|
|
10
10
|
import * as Digest from 'multiformats/hashes/digest'
|
|
11
11
|
import { DHT } from './dht.js'
|
|
12
12
|
import { Pubsub } from './pubsub.js'
|
|
13
|
-
import type { Stream, PeerId, MultiaddrConnection, PeerInfo, Transport } from '@libp2p/interface'
|
|
13
|
+
import type { Stream, PeerId, MultiaddrConnection, PeerInfo, Transport, Listener } from '@libp2p/interface'
|
|
14
14
|
import type { Multiaddr } from '@multiformats/multiaddr'
|
|
15
15
|
import type { CID } from 'multiformats/cid'
|
|
16
16
|
|
|
@@ -49,7 +49,7 @@ class Client implements DaemonClient {
|
|
|
49
49
|
// @ts-expect-error because we use a passthrough upgrader,
|
|
50
50
|
// this is actually a MultiaddrConnection and not a Connection
|
|
51
51
|
return this.tcp.dial(this.multiaddr, {
|
|
52
|
-
upgrader:
|
|
52
|
+
upgrader: new PassThroughUpgrader()
|
|
53
53
|
})
|
|
54
54
|
}
|
|
55
55
|
|
|
@@ -196,43 +196,9 @@ class Client implements DaemonClient {
|
|
|
196
196
|
|
|
197
197
|
// open a tcp port, pipe any data from it to the handler function
|
|
198
198
|
const listener = this.tcp.createListener({
|
|
199
|
-
upgrader:
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
Promise.resolve()
|
|
203
|
-
.then(async () => {
|
|
204
|
-
const sh = new StreamHandler({
|
|
205
|
-
stream: connection
|
|
206
|
-
})
|
|
207
|
-
const message = await sh.read()
|
|
208
|
-
|
|
209
|
-
if (message == null) {
|
|
210
|
-
throw new OperationFailedError('Could not read open stream response')
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
const response = StreamInfo.decode(message)
|
|
214
|
-
|
|
215
|
-
if (response.proto !== protocol) {
|
|
216
|
-
throw new OperationFailedError('Incorrect protocol')
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
// @ts-expect-error because we are using a passthrough upgrader, this is a MultiaddrConnection
|
|
220
|
-
await handler(sh.rest())
|
|
221
|
-
})
|
|
222
|
-
.catch(err => {
|
|
223
|
-
connection.abort(err)
|
|
224
|
-
})
|
|
225
|
-
.finally(() => {
|
|
226
|
-
connection.close()
|
|
227
|
-
.catch(err => {
|
|
228
|
-
log.error(err)
|
|
229
|
-
})
|
|
230
|
-
listener.close()
|
|
231
|
-
.catch(err => {
|
|
232
|
-
log.error(err)
|
|
233
|
-
})
|
|
234
|
-
})
|
|
235
|
-
}
|
|
199
|
+
upgrader: new PassThroughUpgrader((maConn) => {
|
|
200
|
+
this.onConnection(protocol, listener, maConn)
|
|
201
|
+
})
|
|
236
202
|
})
|
|
237
203
|
await listener.listen(multiaddr('/ip4/127.0.0.1/tcp/0'))
|
|
238
204
|
const address = listener.getAddrs()[0]
|
|
@@ -257,6 +223,42 @@ class Client implements DaemonClient {
|
|
|
257
223
|
throw new OperationFailedError(response.error?.msg ?? 'Register stream handler failed')
|
|
258
224
|
}
|
|
259
225
|
}
|
|
226
|
+
|
|
227
|
+
private onConnection (protocol: string, listener: Listener, connection: MultiaddrConnection): void {
|
|
228
|
+
Promise.resolve()
|
|
229
|
+
.then(async () => {
|
|
230
|
+
const sh = new StreamHandler({
|
|
231
|
+
stream: connection
|
|
232
|
+
})
|
|
233
|
+
const message = await sh.read()
|
|
234
|
+
|
|
235
|
+
if (message == null) {
|
|
236
|
+
throw new OperationFailedError('Could not read open stream response')
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
const response = StreamInfo.decode(message)
|
|
240
|
+
|
|
241
|
+
if (response.proto !== protocol) {
|
|
242
|
+
throw new OperationFailedError('Incorrect protocol')
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// @ts-expect-error because we are using a passthrough upgrader, this is a MultiaddrConnection
|
|
246
|
+
await handler(sh.rest())
|
|
247
|
+
})
|
|
248
|
+
.catch(err => {
|
|
249
|
+
connection.abort(err)
|
|
250
|
+
})
|
|
251
|
+
.finally(() => {
|
|
252
|
+
connection.close()
|
|
253
|
+
.catch(err => {
|
|
254
|
+
log.error(err)
|
|
255
|
+
})
|
|
256
|
+
listener.close()
|
|
257
|
+
.catch(err => {
|
|
258
|
+
log.error(err)
|
|
259
|
+
})
|
|
260
|
+
})
|
|
261
|
+
}
|
|
260
262
|
}
|
|
261
263
|
|
|
262
264
|
export interface IdentifyResult {
|