@libp2p/daemon-client 7.0.2 → 8.0.0
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 +1 -1
- package/dist/index.min.js +4 -4
- package/dist/src/dht.d.ts +1 -2
- package/dist/src/dht.d.ts.map +1 -1
- package/dist/src/dht.js +34 -70
- package/dist/src/dht.js.map +1 -1
- package/dist/src/index.d.ts +5 -8
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +22 -39
- package/dist/src/index.js.map +1 -1
- package/dist/src/pubsub.d.ts +1 -1
- package/dist/src/pubsub.d.ts.map +1 -1
- package/dist/src/pubsub.js +10 -30
- package/dist/src/pubsub.js.map +1 -1
- package/package.json +16 -12
- package/src/dht.ts +35 -88
- package/src/index.ts +30 -58
- package/src/pubsub.ts +11 -41
package/dist/index.min.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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
|
|
2
|
+
"use strict";var Libp2PDaemonClient=(()=>{var ui=Object.create;var he=Object.defineProperty;var di=Object.getOwnPropertyDescriptor;var fi=Object.getOwnPropertyNames;var hi=Object.getPrototypeOf,pi=Object.prototype.hasOwnProperty;var ut=(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 G=(r,t)=>()=>(t||r((t={exports:{}}).exports,t),t.exports),W=(r,t)=>{for(var e in t)he(r,e,{get:t[e],enumerable:!0})},Cn=(r,t,e,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of fi(t))!pi.call(r,n)&&n!==e&&he(r,n,{get:()=>t[n],enumerable:!(o=di(t,n))||o.enumerable});return r};var pt=(r,t,e)=>(e=r!=null?ui(hi(r)):{},Cn(t||!r||!r.__esModule?he(e,"default",{value:r,enumerable:!0}):e,r)),mi=r=>Cn(he({},"__esModule",{value:!0}),r);var jn=G((Cl,qn)=>{var $t=1e3,zt=$t*60,Ht=zt*60,Rt=Ht*24,Ds=Rt*7,Ls=Rt*365.25;qn.exports=function(r,t){t=t||{};var e=typeof r;if(e==="string"&&r.length>0)return _s(r);if(e==="number"&&isFinite(r))return t.long?Ps(r):Ns(r);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(r))};function _s(r){if(r=String(r),!(r.length>100)){var 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){var e=parseFloat(t[1]),o=(t[2]||"ms").toLowerCase();switch(o){case"years":case"year":case"yrs":case"yr":case"y":return e*Ls;case"weeks":case"week":case"w":return e*Ds;case"days":case"day":case"d":return e*Rt;case"hours":case"hour":case"hrs":case"hr":case"h":return e*Ht;case"minutes":case"minute":case"mins":case"min":case"m":return e*zt;case"seconds":case"second":case"secs":case"sec":case"s":return e*$t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return e;default:return}}}}function Ns(r){var t=Math.abs(r);return t>=Rt?Math.round(r/Rt)+"d":t>=Ht?Math.round(r/Ht)+"h":t>=zt?Math.round(r/zt)+"m":t>=$t?Math.round(r/$t)+"s":r+"ms"}function Ps(r){var t=Math.abs(r);return t>=Rt?_e(r,t,Rt,"day"):t>=Ht?_e(r,t,Ht,"hour"):t>=zt?_e(r,t,zt,"minute"):t>=$t?_e(r,t,$t,"second"):r+" ms"}function _e(r,t,e,o){var n=t>=e*1.5;return Math.round(r/e)+" "+o+(n?"s":"")}});var Br=G((Tl,to)=>{function Os(r){e.debug=e,e.default=e,e.coerce=a,e.disable=i,e.enable=n,e.enabled=s,e.humanize=jn(),e.destroy=h,Object.keys(r).forEach(l=>{e[l]=r[l]}),e.names=[],e.skips=[],e.formatters={};function t(l){let u=0;for(let p=0;p<l.length;p++)u=(u<<5)-u+l.charCodeAt(p),u|=0;return e.colors[Math.abs(u)%e.colors.length]}e.selectColor=t;function e(l){let u,p=null,y,g;function x(...A){if(!x.enabled)return;let b=x,L=Number(new Date),J=L-(u||L);b.diff=J,b.prev=u,b.curr=L,u=L,A[0]=e.coerce(A[0]),typeof A[0]!="string"&&A.unshift("%O");let P=0;A[0]=A[0].replace(/%([a-zA-Z%])/g,(Q,K)=>{if(Q==="%%")return"%";P++;let Z=e.formatters[K];if(typeof Z=="function"){let Ut=A[P];Q=Z.call(b,Ut),A.splice(P,1),P--}return Q}),e.formatArgs.call(b,A),(b.log||e.log).apply(b,A)}return x.namespace=l,x.useColors=e.useColors(),x.color=e.selectColor(l),x.extend=o,x.destroy=e.destroy,Object.defineProperty(x,"enabled",{enumerable:!0,configurable:!1,get:()=>p!==null?p:(y!==e.namespaces&&(y=e.namespaces,g=e.enabled(l)),g),set:A=>{p=A}}),typeof e.init=="function"&&e.init(x),x}function o(l,u){let p=e(this.namespace+(typeof u>"u"?":":u)+l);return p.log=this.log,p}function n(l){e.save(l),e.namespaces=l,e.names=[],e.skips=[];let u,p=(typeof l=="string"?l:"").split(/[\s,]+/),y=p.length;for(u=0;u<y;u++)p[u]&&(l=p[u].replace(/\*/g,".*?"),l[0]==="-"?e.skips.push(new RegExp("^"+l.slice(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,p;for(u=0,p=e.skips.length;u<p;u++)if(e.skips[u].test(l))return!1;for(u=0,p=e.names.length;u<p;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 h(){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.enable(e.load()),e}to.exports=Os});var eo=G((X,Ne)=>{X.formatArgs=ks;X.save=Fs;X.load=Bs;X.useColors=Us;X.storage=Ms();X.destroy=(()=>{let r=!1;return()=>{r||(r=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();X.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function Us(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function ks(r){if(r[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+r[0]+(this.useColors?"%c ":" ")+"+"+Ne.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;r.splice(1,0,t,"color: inherit");let e=0,o=0;r[0].replace(/%[a-zA-Z%]/g,n=>{n!=="%%"&&(e++,n==="%c"&&(o=e))}),r.splice(o,0,t)}X.log=console.debug||console.log||(()=>{});function Fs(r){try{r?X.storage.setItem("debug",r):X.storage.removeItem("debug")}catch{}}function Bs(){let r;try{r=X.storage.getItem("debug")}catch{}return!r&&typeof process<"u"&&"env"in process&&(r=process.env.DEBUG),r}function Ms(){try{return localStorage}catch{}}Ne.exports=Br()(X);var{formatters:Vs}=Ne.exports;Vs.j=function(r){try{return JSON.stringify(r)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var no=G((Sl,ro)=>{"use strict";ro.exports=(r,t)=>{t=t||process.argv;let e=r.startsWith("-")?"":r.length===1?"-":"--",o=t.indexOf(e+r),n=t.indexOf("--");return o!==-1&&(n===-1?!0:o<n)}});var io=G((vl,oo)=>{"use strict";var Gs=ut("os"),ct=no(),F=process.env,Kt;ct("no-color")||ct("no-colors")||ct("color=false")?Kt=!1:(ct("color")||ct("colors")||ct("color=true")||ct("color=always"))&&(Kt=!0);"FORCE_COLOR"in F&&(Kt=F.FORCE_COLOR.length===0||parseInt(F.FORCE_COLOR,10)!==0);function $s(r){return r===0?!1:{level:r,hasBasic:!0,has256:r>=2,has16m:r>=3}}function zs(r){if(Kt===!1)return 0;if(ct("color=16m")||ct("color=full")||ct("color=truecolor"))return 3;if(ct("color=256"))return 2;if(r&&!r.isTTY&&Kt!==!0)return 0;let t=Kt?1:0;if(process.platform==="win32"){let e=Gs.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in F)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(e=>e in F)||F.CI_NAME==="codeship"?1:t;if("TEAMCITY_VERSION"in F)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(F.TEAMCITY_VERSION)?1:0;if(F.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in F){let e=parseInt((F.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(F.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(F.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(F.TERM)||"COLORTERM"in F?1:(F.TERM==="dumb",t)}function Mr(r){let t=zs(r);return $s(t)}oo.exports={supportsColor:Mr,stdout:Mr(process.stdout),stderr:Mr(process.stderr)}});var co=G((O,Oe)=>{var Hs=ut("tty"),Pe=ut("util");O.init=Zs;O.log=Ys;O.formatArgs=Ws;O.save=Js;O.load=Qs;O.useColors=Ks;O.destroy=Pe.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");O.colors=[6,2,3,4,5,1];try{let r=io();r&&(r.stderr||r).level>=2&&(O.colors=[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])}catch{}O.inspectOpts=Object.keys(process.env).filter(r=>/^debug_/i.test(r)).reduce((r,t)=>{let e=t.substring(6).toLowerCase().replace(/_([a-z])/g,(n,i)=>i.toUpperCase()),o=process.env[t];return/^(yes|on|true|enabled)$/i.test(o)?o=!0:/^(no|off|false|disabled)$/i.test(o)?o=!1:o==="null"?o=null:o=Number(o),r[e]=o,r},{});function Ks(){return"colors"in O.inspectOpts?!!O.inspectOpts.colors:Hs.isatty(process.stderr.fd)}function Ws(r){let{namespace:t,useColors:e}=this;if(e){let o=this.color,n="\x1B[3"+(o<8?o:"8;5;"+o),i=` ${n};1m${t} \x1B[0m`;r[0]=i+r[0].split(`
|
|
3
3
|
`).join(`
|
|
4
|
-
`+
|
|
5
|
-
`)}function
|
|
6
|
-
`).map(t=>t.trim()).join(" ")};ii.O=function(r){return this.inspectOpts.colors=this.useColors,Fe.inspect(r,this.inspectOpts)}});var si=$((Cl,Mr)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Mr.exports=jn():Mr.exports=oi()});var pi=$((tu,hi)=>{"use strict";function fi(r,t){for(let e in t)Object.defineProperty(r,e,{value:t[e],enumerable:!0,configurable:!0});return r}function ec(r,t,e){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");e||(e={}),typeof t=="object"&&(e=t,t=""),t&&(e.code=t);try{return fi(r,e)}catch{e.message=r.message,e.stack=r.stack;let n=function(){};return n.prototype=Object.create(Object.getPrototypeOf(r)),fi(new n,e)}}hi.exports=ec});var qe=$((tf,Hi)=>{Hi.exports=r=>{if(r[Symbol.asyncIterator])return r;if(r.getReader)return async function*(){let t=r.getReader();try{for(;;){let{done:e,value:i}=await t.read();if(e)return;yield i}}finally{t.releaseLock()}}();throw new Error("unknown stream")}});var Yi=$((ef,Ki)=>{Ki.exports=function(t){if(t){if(typeof t[Symbol.iterator]=="function")return t[Symbol.iterator]();if(typeof t[Symbol.asyncIterator]=="function")return t[Symbol.asyncIterator]();if(typeof t.next=="function")return t}throw new Error("argument is not an iterator or iterable")}});var hn=$((rf,Wi)=>{var Fc=Yi();Wi.exports=r=>async t=>{t=Fc(t);let e=E=>{typeof E.return=="function"&&E.return()},i=null,n=null,o=E=>{i=E,n&&n(E),e(t)},s=null,c=!1,a=()=>{c=!0,s&&s()},p=null,u=!1,d=()=>{u=!0,p&&p()},h=null,w=()=>{h&&h()},g=()=>new Promise((E,C)=>{s=h=E,n=C,r.once("drain",w)}),x=()=>(e(t),new Promise((E,C)=>{if(c||u||i)return E();p=s=E,n=C})),y=()=>{r.removeListener("error",o),r.removeListener("close",a),r.removeListener("finish",d),r.removeListener("drain",w)};r.once("error",o),r.once("close",a),r.once("finish",d);try{for await(let E of t){if(!r.writable||r.destroyed||i)break;r.write(E)===!1&&await g()}}catch(E){i||r.destroy(),i=E}try{if(r.writable&&r.end(),await x(),i)throw i}finally{y()}}});var pn=$((nf,Xi)=>{var Bc=hn(),Mc=qe();Xi.exports=r=>({sink:Bc(r),source:Mc(r)})});var Qi=$((of,Ji)=>{var Vc=pn();Ji.exports=r=>async function*(t){let e=Vc(r),i;if(e.sink(t).catch(n=>{i=n}),yield*e.source,i)throw i}});var Zi=$((sf,re)=>{re.exports=qe();re.exports.source=qe();re.exports.sink=hn();re.exports.transform=Qi();re.exports.duplex=pn()});var Qc={};J(Qc,{createClient:()=>Jc});var nr=new Float32Array([-0]),bt=new Uint8Array(nr.buffer);function An(r,t,e){nr[0]=r,t[e]=bt[0],t[e+1]=bt[1],t[e+2]=bt[2],t[e+3]=bt[3]}function Cn(r,t){return bt[0]=r[t],bt[1]=r[t+1],bt[2]=r[t+2],bt[3]=r[t+3],nr[0]}var ir=new Float64Array([-0]),U=new Uint8Array(ir.buffer);function Tn(r,t,e){ir[0]=r,t[e]=U[0],t[e+1]=U[1],t[e+2]=U[2],t[e+3]=U[3],t[e+4]=U[4],t[e+5]=U[5],t[e+6]=U[6],t[e+7]=U[7]}function Sn(r,t){return U[0]=r[t],U[1]=r[t+1],U[2]=r[t+2],U[3]=r[t+3],U[4]=r[t+4],U[5]=r[t+5],U[6]=r[t+6],U[7]=r[t+7],ir[0]}var lo=BigInt(Number.MAX_SAFE_INTEGER),uo=BigInt(Number.MIN_SAFE_INTEGER),z=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,i=~this.hi>>>0;return e===0&&(i=i+1>>>0),-(e+i*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,i=~this.hi>>>0;return e===0&&(i=i+1>>>0),-(BigInt(e)+(BigInt(i)<<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,i=this.hi>>>24;return i===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:i<128?9:10}static fromBigInt(t){if(t===0n)return vt;if(t<lo&&t>uo)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let i=t>>32n,n=t-(i<<32n);return e&&(i=~i|0n,n=~n|0n,++n>vn&&(n=0n,++i>vn&&(i=0n))),new r(Number(n),Number(i))}static fromNumber(t){if(t===0)return vt;let e=t<0;e&&(t=-t);let i=t>>>0,n=(t-i)/4294967296>>>0;return e&&(n=~n>>>0,i=~i>>>0,++i>4294967295&&(i=0,++n>4294967295&&(n=0))),new r(i,n)}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):vt}},vt=new z(0,0);vt.toBigInt=function(){return 0n};vt.zzEncode=vt.zzDecode=function(){return this};vt.length=function(){return 1};var vn=4294967296n;function Rn(r){let t=0,e=0;for(let i=0;i<r.length;++i)e=r.charCodeAt(i),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(i+1)&64512)===56320?(++i,t+=4):t+=3;return t}function Dn(r,t,e){if(e-t<1)return"";let n,o=[],s=0,c;for(;t<e;)c=r[t++],c<128?o[s++]=c:c>191&&c<224?o[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,o[s++]=55296+(c>>10),o[s++]=56320+(c&1023)):o[s++]=(c&15)<<12|(r[t++]&63)<<6|r[t++]&63,s>8191&&((n??(n=[])).push(String.fromCharCode.apply(String,o)),s=0);return n!=null?(s>0&&n.push(String.fromCharCode.apply(String,o.slice(0,s))),n.join("")):String.fromCharCode.apply(String,o.slice(0,s))}function or(r,t,e){let i=e,n,o;for(let s=0;s<r.length;++s)n=r.charCodeAt(s),n<128?t[e++]=n:n<2048?(t[e++]=n>>6|192,t[e++]=n&63|128):(n&64512)===55296&&((o=r.charCodeAt(s+1))&64512)===56320?(n=65536+((n&1023)<<10)+(o&1023),++s,t[e++]=n>>18|240,t[e++]=n>>12&63|128,t[e++]=n>>6&63|128,t[e++]=n&63|128):(t[e++]=n>>12|224,t[e++]=n>>6&63|128,t[e++]=n&63|128);return e-i}function ot(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function Ee(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var sr=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,ot(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 ot(this,4);return Ee(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw ot(this,4);return Ee(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw ot(this,4);let t=Cn(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw ot(this,4);let t=Sn(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,i=this.pos+t;if(i>this.len)throw ot(this,t);return this.pos+=t,e===i?new Uint8Array(0):this.buf.subarray(e,i)}string(){let t=this.bytes();return Dn(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw ot(this,t);this.pos+=t}else do if(this.pos>=this.len)throw ot(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 z(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 ot(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 ot(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 ot(this,8);let t=Ee(this.buf,this.pos+=4),e=Ee(this.buf,this.pos+=4);return new z(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){return this.readLongVarint().toNumber(!0)}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 cr(r){return new sr(r instanceof Uint8Array?r:r.subarray())}function R(r,t){let e=cr(r);return t.decode(e)}function Rt(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function ht(r=0){return globalThis.Buffer?.alloc!=null?Rt(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function F(r=0){return globalThis.Buffer?.allocUnsafe!=null?Rt(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}var fr={};J(fr,{base10:()=>yo});function fo(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),i=0;i<e.length;i++)e[i]=255;for(var n=0;n<r.length;n++){var o=r.charAt(n),s=o.charCodeAt(0);if(e[s]!==255)throw new TypeError(o+" is ambiguous");e[s]=n}var c=r.length,a=r.charAt(0),p=Math.log(c)/Math.log(256),u=Math.log(256)/Math.log(c);function d(g){if(g instanceof Uint8Array||(ArrayBuffer.isView(g)?g=new Uint8Array(g.buffer,g.byteOffset,g.byteLength):Array.isArray(g)&&(g=Uint8Array.from(g))),!(g instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(g.length===0)return"";for(var x=0,y=0,E=0,C=g.length;E!==C&&g[E]===0;)E++,x++;for(var L=(C-E)*u+1>>>0,P=new Uint8Array(L);E!==C;){for(var W=g[E],q=0,X=L-1;(W!==0||q<y)&&X!==-1;X--,q++)W+=256*P[X]>>>0,P[X]=W%c>>>0,W=W/c>>>0;if(W!==0)throw new Error("Non-zero carry");y=q,E++}for(var j=L-y;j!==L&&P[j]===0;)j++;for(var Bt=a.repeat(x);j<L;++j)Bt+=r.charAt(P[j]);return Bt}function h(g){if(typeof g!="string")throw new TypeError("Expected String");if(g.length===0)return new Uint8Array;var x=0;if(g[x]!==" "){for(var y=0,E=0;g[x]===a;)y++,x++;for(var C=(g.length-x)*p+1>>>0,L=new Uint8Array(C);g[x];){var P=e[g.charCodeAt(x)];if(P===255)return;for(var W=0,q=C-1;(P!==0||W<E)&&q!==-1;q--,W++)P+=c*L[q]>>>0,L[q]=P%256>>>0,P=P/256>>>0;if(P!==0)throw new Error("Non-zero carry");E=W,x++}if(g[x]!==" "){for(var X=C-E;X!==C&&L[X]===0;)X++;for(var j=new Uint8Array(y+(C-X)),Bt=y;X!==C;)j[Bt++]=L[X++];return j}}}function w(g){var x=h(g);if(x)return x;throw new Error(`Non-${t} character`)}return{encode:d,decodeUnsafe:h,decode:w}}var ho=fo,po=ho,Ln=po;var la=new Uint8Array(0);var Nn=(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},tt=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")};var Pn=r=>new TextEncoder().encode(r),On=r=>new TextDecoder().decode(r);var ar=class{constructor(t,e,i){this.name=t,this.prefix=e,this.baseEncode=i}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},lr=class{constructor(t,e,i){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=i}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 Un(this,t)}},ur=class{constructor(t){this.decoders=t}or(t){return Un(this,t)}decode(t){let e=t[0],i=this.decoders[e];if(i)return i.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},Un=(r,t)=>new ur({...r.decoders||{[r.prefix]:r},...t.decoders||{[t.prefix]:t}}),dr=class{constructor(t,e,i,n){this.name=t,this.prefix=e,this.baseEncode=i,this.baseDecode=n,this.encoder=new ar(t,e,i),this.decoder=new lr(t,e,n)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},Mt=({name:r,prefix:t,encode:e,decode:i})=>new dr(r,t,e,i),wt=({prefix:r,name:t,alphabet:e})=>{let{encode:i,decode:n}=Ln(e,t);return Mt({prefix:r,name:t,encode:i,decode:o=>tt(n(o))})},mo=(r,t,e,i)=>{let n={};for(let u=0;u<t.length;++u)n[t[u]]=u;let o=r.length;for(;r[o-1]==="=";)--o;let s=new Uint8Array(o*e/8|0),c=0,a=0,p=0;for(let u=0;u<o;++u){let d=n[r[u]];if(d===void 0)throw new SyntaxError(`Non-${i} character`);a=a<<e|d,c+=e,c>=8&&(c-=8,s[p++]=255&a>>c)}if(c>=e||255&a<<8-c)throw new SyntaxError("Unexpected end of data");return s},go=(r,t,e)=>{let i=t[t.length-1]==="=",n=(1<<e)-1,o="",s=0,c=0;for(let a=0;a<r.length;++a)for(c=c<<8|r[a],s+=8;s>e;)s-=e,o+=t[n&c>>s];if(s&&(o+=t[n&c<<e-s]),i)for(;o.length*e&7;)o+="=";return o},T=({name:r,prefix:t,bitsPerChar:e,alphabet:i})=>Mt({prefix:t,name:r,encode(n){return go(n,i,e)},decode(n){return mo(n,i,e,r)}});var yo=wt({prefix:"9",name:"base10",alphabet:"0123456789"});var hr={};J(hr,{base16:()=>Eo,base16upper:()=>bo});var Eo=T({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),bo=T({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var pr={};J(pr,{base2:()=>wo});var wo=T({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var mr={};J(mr,{base256emoji:()=>To});var Fn=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}"),xo=Fn.reduce((r,t,e)=>(r[e]=t,r),[]),Io=Fn.reduce((r,t,e)=>(r[t.codePointAt(0)]=e,r),[]);function Ao(r){return r.reduce((t,e)=>(t+=xo[e],t),"")}function Co(r){let t=[];for(let e of r){let i=Io[e.codePointAt(0)];if(i===void 0)throw new Error(`Non-base256emoji character: ${e}`);t.push(i)}return new Uint8Array(t)}var To=Mt({prefix:"\u{1F680}",name:"base256emoji",encode:Ao,decode:Co});var gr={};J(gr,{base32:()=>st,base32hex:()=>Do,base32hexpad:()=>Lo,base32hexpadupper:()=>No,base32hexupper:()=>_o,base32pad:()=>vo,base32padupper:()=>Ro,base32upper:()=>So,base32z:()=>Po});var st=T({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),So=T({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),vo=T({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Ro=T({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Do=T({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),_o=T({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Lo=T({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),No=T({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Po=T({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var yr={};J(yr,{base36:()=>Oo,base36upper:()=>ko});var Oo=wt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),ko=wt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var Er={};J(Er,{base58btc:()=>N,base58flickr:()=>Uo});var N=wt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),Uo=wt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var wr={};J(wr,{base64:()=>br,base64pad:()=>Fo,base64url:()=>Bo,base64urlpad:()=>Mo});var br=T({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Fo=T({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Bo=T({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Mo=T({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var xr={};J(xr,{base8:()=>Vo});var Vo=T({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ir={};J(Ir,{identity:()=>Go});var Go=Mt({prefix:"\0",name:"identity",encode:r=>On(r),decode:r=>Pn(r)});var Ca=new TextEncoder,Ta=new TextDecoder;var Cr={};J(Cr,{identity:()=>we});var Ho=Vn,Bn=128,Ko=127,Yo=~Ko,Wo=Math.pow(2,31);function Vn(r,t,e){t=t||[],e=e||0;for(var i=e;r>=Wo;)t[e++]=r&255|Bn,r/=128;for(;r&Yo;)t[e++]=r&255|Bn,r>>>=7;return t[e]=r|0,Vn.bytes=e-i+1,t}var Xo=Ar,Jo=128,Mn=127;function Ar(r,i){var e=0,i=i||0,n=0,o=i,s,c=r.length;do{if(o>=c)throw Ar.bytes=0,new RangeError("Could not decode varint");s=r[o++],e+=n<28?(s&Mn)<<n:(s&Mn)*Math.pow(2,n),n+=7}while(s>=Jo);return Ar.bytes=o-i,e}var Qo=Math.pow(2,7),Zo=Math.pow(2,14),qo=Math.pow(2,21),jo=Math.pow(2,28),ts=Math.pow(2,35),es=Math.pow(2,42),rs=Math.pow(2,49),ns=Math.pow(2,56),is=Math.pow(2,63),os=function(r){return r<Qo?1:r<Zo?2:r<qo?3:r<jo?4:r<ts?5:r<es?6:r<rs?7:r<ns?8:r<is?9:10},ss={encode:Ho,decode:Xo,encodingLength:os},cs=ss,ie=cs;var oe=(r,t=0)=>[ie.decode(r,t),ie.decode.bytes],Vt=(r,t,e=0)=>(ie.encode(r,t,e),t),Gt=r=>ie.encodingLength(r);var xt=(r,t)=>{let e=t.byteLength,i=Gt(r),n=i+Gt(e),o=new Uint8Array(n+e);return Vt(r,o,0),Vt(e,o,i),o.set(t,n),new $t(r,e,t,o)},Dt=r=>{let t=tt(r),[e,i]=oe(t),[n,o]=oe(t.subarray(i)),s=t.subarray(i+o);if(s.byteLength!==n)throw new Error("Incorrect length");return new $t(e,n,s,t)},Gn=(r,t)=>{if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&Nn(r.bytes,e.bytes)}},$t=class{constructor(t,e,i,n){this.code=t,this.size=e,this.digest=i,this.bytes=n}};var $n=0,as="identity",zn=tt,ls=r=>xt($n,zn(r)),we={code:$n,name:as,encode:zn,digest:ls};var Rr={};J(Rr,{sha256:()=>xe,sha512:()=>us});var vr=Et(ft("crypto"),1);var Sr=({name:r,code:t,encode:e})=>new Tr(r,t,e),Tr=class{constructor(t,e,i){this.name=t,this.code=e,this.encode=i}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?xt(this.code,e):e.then(i=>xt(this.code,i))}else throw Error("Unknown type, must be binary type")}};var xe=Sr({name:"sha2-256",code:18,encode:r=>tt(vr.default.createHash("sha256").update(r).digest())}),us=Sr({name:"sha2-512",code:19,encode:r=>tt(vr.default.createHash("sha512").update(r).digest())});var Kn=(r,t)=>{let{bytes:e,version:i}=r;switch(i){case 0:return fs(e,Dr(r),t||N.encoder);default:return hs(e,Dr(r),t||st.encoder)}};var Yn=new WeakMap,Dr=r=>{let t=Yn.get(r);if(t==null){let e=new Map;return Yn.set(r,e),e}return t},H=class r{constructor(t,e,i,n){this.code=e,this.version=t,this.multihash=i,this.bytes=n,this["/"]=n}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!==se)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==ps)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,i=xt(t,e);return r.createV1(this.code,i)}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 i=e;return i&&t.code===i.code&&t.version===i.version&&Gn(t.multihash,i.multihash)}toString(t){return Kn(this,t)}toJSON(){return{"/":Kn(this)}}link(){return this}get[Symbol.toStringTag](){return"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:i,code:n,multihash:o,bytes:s}=e;return new r(i,n,o,s||Wn(i,n,o.bytes))}else if(e[ms]===!0){let{version:i,multihash:n,code:o}=e,s=Dt(n);return r.create(i,o,s)}else return null}static create(t,e,i){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(i.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==se)throw new Error(`Version 0 CID must use dag-pb (code: ${se}) block encoding`);return new r(t,e,i,i.bytes)}case 1:{let n=Wn(t,e,i.bytes);return new r(t,e,i,n)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,se,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,i]=r.decodeFirst(t);if(i.length)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),i=e.size-e.multihashSize,n=tt(t.subarray(i,i+e.multihashSize));if(n.byteLength!==e.multihashSize)throw new Error("Incorrect length");let o=n.subarray(e.multihashSize-e.digestSize),s=new $t(e.multihashCode,e.digestSize,o,n);return[e.version===0?r.createV0(s):r.createV1(e.codec,s),t.subarray(e.size)]}static inspectBytes(t){let e=0,i=()=>{let[d,h]=oe(t.subarray(e));return e+=h,d},n=i(),o=se;if(n===18?(n=0,e=0):o=i(),n!==0&&n!==1)throw new RangeError(`Invalid CID version ${n}`);let s=e,c=i(),a=i(),p=e+a,u=p-s;return{version:n,codec:o,multihashCode:c,digestSize:a,multihashSize:u,size:p}}static parse(t,e){let[i,n]=ds(t,e),o=r.decode(n);if(o.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Dr(o).set(i,t),o}},ds=(r,t)=>{switch(r[0]){case"Q":{let e=t||N;return[N.prefix,e.decode(`${N.prefix}${r}`)]}case N.prefix:{let e=t||N;return[N.prefix,e.decode(r)]}case st.prefix:{let e=t||st;return[st.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)]}}},fs=(r,t,e)=>{let{prefix:i}=e;if(i!==N.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let n=t.get(i);if(n==null){let o=e.encode(r).slice(1);return t.set(i,o),o}else return n},hs=(r,t,e)=>{let{prefix:i}=e,n=t.get(i);if(n==null){let o=e.encode(r);return t.set(i,o),o}else return n},se=112,ps=18,Wn=(r,t,e)=>{let i=Gt(r),n=i+Gt(t),o=new Uint8Array(n+e.byteLength);return Vt(r,o,0),Vt(t,o,i),o.set(e,n),o},ms=Symbol.for("@ipld/js-cid/CID");var It={...Ir,...pr,...xr,...fr,...hr,...gr,...yr,...Er,...wr,...mr},$a={...Rr,...Cr};function Jn(r,t,e,i){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:i}}}var Xn=Jn("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),_r=Jn("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=F(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),gs={utf8:Xn,"utf-8":Xn,hex:It.base16,latin1:_r,ascii:_r,binary:_r,...It},Ie=gs;function ce(r,t="utf8"){let e=Ie[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?Rt(globalThis.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}function Lr(r){let t=r??8192,e=t>>>1,i,n=t;return function(s){if(s<1||s>e)return F(s);n+s>t&&(i=F(t),n=0);let c=i.subarray(n,n+=s);return n&7&&(n=(n|7)+1),c}}var Lt=class{fn;len;next;val;constructor(t,e,i){this.fn=t,this.len=e,this.next=void 0,this.val=i}};function Nr(){}var Or=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},ys=Lr();function Es(r){return globalThis.Buffer!=null?F(r):ys(r)}var ue=class{len;head;tail;states;constructor(){this.len=0,this.head=new Lt(Nr,0,0),this.tail=this.head,this.states=null}_push(t,e,i){return this.tail=this.tail.next=new Lt(t,e,i),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new kr((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(ae,10,z.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=z.fromBigInt(t);return this._push(ae,e.length(),e)}uint64Number(t){let e=z.fromNumber(t);return this._push(ae,e.length(),e)}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=z.fromBigInt(t).zzEncode();return this._push(ae,e.length(),e)}sint64Number(t){let e=z.fromNumber(t).zzEncode();return this._push(ae,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Pr,1,t?1:0)}fixed32(t){return this._push(le,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=z.fromBigInt(t);return this._push(le,4,e.lo)._push(le,4,e.hi)}fixed64Number(t){let e=z.fromNumber(t);return this._push(le,4,e.lo)._push(le,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(An,4,t)}double(t){return this._push(Tn,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(Pr,1,0):this.uint32(e)._push(ws,e,t)}string(t){let e=Rn(t);return e!==0?this.uint32(e)._push(or,e,t):this._push(Pr,1,0)}fork(){return this.states=new Or(this),this.head=this.tail=new Lt(Nr,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 Lt(Nr,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,i=this.len;return this.reset().uint32(i),i!==0&&(this.tail.next=t.next,this.tail=e,this.len+=i),this}finish(){let t=this.head.next,e=Es(this.len),i=0;for(;t!=null;)t.fn(t.val,e,i),i+=t.len,t=t.next;return e}};function Pr(r,t,e){t[e]=r&255}function bs(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var kr=class extends Lt{next;constructor(t,e){super(bs,t,e),this.next=void 0}};function ae(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 le(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 ws(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(ue.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(xs,t,r),this},ue.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(Is,t,r),this});function xs(r,t,e){t.set(r,e)}function Is(r,t,e){r.length<40?or(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(ce(r),e)}function Ur(){return new ue}function D(r,t){let e=Ur();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var zt;(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"})(zt||(zt={}));function Ae(r,t,e,i){return{name:r,type:t,encode:e,decode:i}}function pt(r){function t(n){if(r[n.toString()]==null)throw new Error("Invalid enum value");return r[n]}let e=function(o,s){let c=t(o);s.int32(c)},i=function(o){let s=o.int32();return t(s)};return Ae("enum",zt.VARINT,e,i)}function _(r,t){return Ae("message",zt.LENGTH_DELIMITED,r,t)}var S;(function(r){let t;(function(n){n.IDENTIFY="IDENTIFY",n.CONNECT="CONNECT",n.STREAM_OPEN="STREAM_OPEN",n.STREAM_HANDLER="STREAM_HANDLER",n.DHT="DHT",n.LIST_PEERS="LIST_PEERS",n.CONNMANAGER="CONNMANAGER",n.DISCONNECT="DISCONNECT",n.PUBSUB="PUBSUB",n.PEERSTORE="PEERSTORE"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.IDENTIFY=0]="IDENTIFY",n[n.CONNECT=1]="CONNECT",n[n.STREAM_OPEN=2]="STREAM_OPEN",n[n.STREAM_HANDLER=3]="STREAM_HANDLER",n[n.DHT=4]="DHT",n[n.LIST_PEERS=5]="LIST_PEERS",n[n.CONNMANAGER=6]="CONNMANAGER",n[n.DISCONNECT=7]="DISCONNECT",n[n.PUBSUB=8]="PUBSUB",n[n.PEERSTORE=9]="PEERSTORE"})(e||(e={})),function(n){n.codec=()=>pt(e)}(t=r.Type||(r.Type={}));let i;r.codec=()=>(i==null&&(i=_((n,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),n.type!=null&&(o.uint32(8),r.Type.codec().encode(n.type,o)),n.connect!=null&&(o.uint32(18),Te.codec().encode(n.connect,o)),n.streamOpen!=null&&(o.uint32(26),Se.codec().encode(n.streamOpen,o)),n.streamHandler!=null&&(o.uint32(34),ve.codec().encode(n.streamHandler,o)),n.dht!=null&&(o.uint32(42),et.codec().encode(n.dht,o)),n.connManager!=null&&(o.uint32(50),De.codec().encode(n.connManager,o)),n.disconnect!=null&&(o.uint32(58),_e.codec().encode(n.disconnect,o)),n.pubsub!=null&&(o.uint32(66),mt.codec().encode(n.pubsub,o)),n.peerStore!=null&&(o.uint32(74),Pe.codec().encode(n.peerStore,o)),s.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let s={},c=o==null?n.len:n.pos+o;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.connect=Te.codec().decode(n,n.uint32());break;case 3:s.streamOpen=Se.codec().decode(n,n.uint32());break;case 4:s.streamHandler=ve.codec().decode(n,n.uint32());break;case 5:s.dht=et.codec().decode(n,n.uint32());break;case 6:s.connManager=De.codec().decode(n,n.uint32());break;case 7:s.disconnect=_e.codec().decode(n,n.uint32());break;case 8:s.pubsub=mt.codec().decode(n,n.uint32());break;case 9:s.peerStore=Pe.codec().decode(n,n.uint32());break;default:n.skipType(a&7);break}}return s})),i),r.encode=n=>D(n,r.codec()),r.decode=n=>R(n,r.codec())})(S||(S={}));var b;(function(r){let t;(function(n){n.OK="OK",n.ERROR="ERROR"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.OK=0]="OK",n[n.ERROR=1]="ERROR"})(e||(e={})),function(n){n.codec=()=>pt(e)}(t=r.Type||(r.Type={}));let i;r.codec=()=>(i==null&&(i=_((n,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),n.type!=null&&(o.uint32(8),r.Type.codec().encode(n.type,o)),n.error!=null&&(o.uint32(18),Re.codec().encode(n.error,o)),n.streamInfo!=null&&(o.uint32(26),Ht.codec().encode(n.streamInfo,o)),n.identify!=null&&(o.uint32(34),Ce.codec().encode(n.identify,o)),n.dht!=null&&(o.uint32(42),ct.codec().encode(n.dht,o)),n.peers!=null)for(let c of n.peers)o.uint32(50),At.codec().encode(c,o);n.pubsub!=null&&(o.uint32(58),Ne.codec().encode(n.pubsub,o)),n.peerStore!=null&&(o.uint32(66),Oe.codec().encode(n.peerStore,o)),s.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let s={peers:[]},c=o==null?n.len:n.pos+o;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.error=Re.codec().decode(n,n.uint32());break;case 3:s.streamInfo=Ht.codec().decode(n,n.uint32());break;case 4:s.identify=Ce.codec().decode(n,n.uint32());break;case 5:s.dht=ct.codec().decode(n,n.uint32());break;case 6:s.peers.push(At.codec().decode(n,n.uint32()));break;case 7:s.pubsub=Ne.codec().decode(n,n.uint32());break;case 8:s.peerStore=Oe.codec().decode(n,n.uint32());break;default:n.skipType(a&7);break}}return s})),i),r.encode=n=>D(n,r.codec()),r.decode=n=>R(n,r.codec())})(b||(b={}));var Ce;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.id!=null&&e.id.byteLength>0&&(i.uint32(10),i.bytes(e.id)),e.addrs!=null)for(let o of e.addrs)i.uint32(18),i.bytes(o);n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={id:new Uint8Array(0),addrs:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.id=e.bytes();break;case 2:n.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Ce||(Ce={}));var Te;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.peer!=null&&e.peer.byteLength>0&&(i.uint32(10),i.bytes(e.peer)),e.addrs!=null)for(let o of e.addrs)i.uint32(18),i.bytes(o);e.timeout!=null&&(i.uint32(24),i.int64(e.timeout)),n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={peer:new Uint8Array(0),addrs:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;case 2:n.addrs.push(e.bytes());break;case 3:n.timeout=e.int64();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Te||(Te={}));var Se;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.peer!=null&&e.peer.byteLength>0&&(i.uint32(10),i.bytes(e.peer)),e.proto!=null)for(let o of e.proto)i.uint32(18),i.string(o);e.timeout!=null&&(i.uint32(24),i.int64(e.timeout)),n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={peer:new Uint8Array(0),proto:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;case 2:n.proto.push(e.string());break;case 3:n.timeout=e.int64();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Se||(Se={}));var ve;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.addr!=null&&e.addr.byteLength>0&&(i.uint32(10),i.bytes(e.addr)),e.proto!=null)for(let o of e.proto)i.uint32(18),i.string(o);n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={addr:new Uint8Array(0),proto:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.addr=e.bytes();break;case 2:n.proto.push(e.string());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(ve||(ve={}));var Re;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{n.lengthDelimited!==!1&&i.fork(),e.msg!=null&&e.msg!==""&&(i.uint32(10),i.string(e.msg)),n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={msg:""},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.msg=e.string();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Re||(Re={}));var Ht;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{n.lengthDelimited!==!1&&i.fork(),e.peer!=null&&e.peer.byteLength>0&&(i.uint32(10),i.bytes(e.peer)),e.addr!=null&&e.addr.byteLength>0&&(i.uint32(18),i.bytes(e.addr)),e.proto!=null&&e.proto!==""&&(i.uint32(26),i.string(e.proto)),n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={peer:new Uint8Array(0),addr:new Uint8Array(0),proto:""},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;case 2:n.addr=e.bytes();break;case 3:n.proto=e.string();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Ht||(Ht={}));var et;(function(r){let t;(function(n){n.FIND_PEER="FIND_PEER",n.FIND_PEERS_CONNECTED_TO_PEER="FIND_PEERS_CONNECTED_TO_PEER",n.FIND_PROVIDERS="FIND_PROVIDERS",n.GET_CLOSEST_PEERS="GET_CLOSEST_PEERS",n.GET_PUBLIC_KEY="GET_PUBLIC_KEY",n.GET_VALUE="GET_VALUE",n.SEARCH_VALUE="SEARCH_VALUE",n.PUT_VALUE="PUT_VALUE",n.PROVIDE="PROVIDE"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.FIND_PEER=0]="FIND_PEER",n[n.FIND_PEERS_CONNECTED_TO_PEER=1]="FIND_PEERS_CONNECTED_TO_PEER",n[n.FIND_PROVIDERS=2]="FIND_PROVIDERS",n[n.GET_CLOSEST_PEERS=3]="GET_CLOSEST_PEERS",n[n.GET_PUBLIC_KEY=4]="GET_PUBLIC_KEY",n[n.GET_VALUE=5]="GET_VALUE",n[n.SEARCH_VALUE=6]="SEARCH_VALUE",n[n.PUT_VALUE=7]="PUT_VALUE",n[n.PROVIDE=8]="PROVIDE"})(e||(e={})),function(n){n.codec=()=>pt(e)}(t=r.Type||(r.Type={}));let i;r.codec=()=>(i==null&&(i=_((n,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),n.type!=null&&(o.uint32(8),r.Type.codec().encode(n.type,o)),n.peer!=null&&(o.uint32(18),o.bytes(n.peer)),n.cid!=null&&(o.uint32(26),o.bytes(n.cid)),n.key!=null&&(o.uint32(34),o.bytes(n.key)),n.value!=null&&(o.uint32(42),o.bytes(n.value)),n.count!=null&&(o.uint32(48),o.int32(n.count)),n.timeout!=null&&(o.uint32(56),o.int64(n.timeout)),s.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let s={},c=o==null?n.len:n.pos+o;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.peer=n.bytes();break;case 3:s.cid=n.bytes();break;case 4:s.key=n.bytes();break;case 5:s.value=n.bytes();break;case 6:s.count=n.int32();break;case 7:s.timeout=n.int64();break;default:n.skipType(a&7);break}}return s})),i),r.encode=n=>D(n,r.codec()),r.decode=n=>R(n,r.codec())})(et||(et={}));var ct;(function(r){let t;(function(n){n.BEGIN="BEGIN",n.VALUE="VALUE",n.END="END"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.BEGIN=0]="BEGIN",n[n.VALUE=1]="VALUE",n[n.END=2]="END"})(e||(e={})),function(n){n.codec=()=>pt(e)}(t=r.Type||(r.Type={}));let i;r.codec=()=>(i==null&&(i=_((n,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),n.type!=null&&(o.uint32(8),r.Type.codec().encode(n.type,o)),n.peer!=null&&(o.uint32(18),At.codec().encode(n.peer,o)),n.value!=null&&(o.uint32(26),o.bytes(n.value)),s.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let s={},c=o==null?n.len:n.pos+o;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.peer=At.codec().decode(n,n.uint32());break;case 3:s.value=n.bytes();break;default:n.skipType(a&7);break}}return s})),i),r.encode=n=>D(n,r.codec()),r.decode=n=>R(n,r.codec())})(ct||(ct={}));var At;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.id!=null&&e.id.byteLength>0&&(i.uint32(10),i.bytes(e.id)),e.addrs!=null)for(let o of e.addrs)i.uint32(18),i.bytes(o);n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={id:new Uint8Array(0),addrs:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.id=e.bytes();break;case 2:n.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(At||(At={}));var De;(function(r){let t;(function(n){n.TAG_PEER="TAG_PEER",n.UNTAG_PEER="UNTAG_PEER",n.TRIM="TRIM"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.TAG_PEER=0]="TAG_PEER",n[n.UNTAG_PEER=1]="UNTAG_PEER",n[n.TRIM=2]="TRIM"})(e||(e={})),function(n){n.codec=()=>pt(e)}(t=r.Type||(r.Type={}));let i;r.codec=()=>(i==null&&(i=_((n,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),n.type!=null&&(o.uint32(8),r.Type.codec().encode(n.type,o)),n.peer!=null&&(o.uint32(18),o.bytes(n.peer)),n.tag!=null&&(o.uint32(26),o.string(n.tag)),n.weight!=null&&(o.uint32(32),o.int64(n.weight)),s.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let s={},c=o==null?n.len:n.pos+o;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.peer=n.bytes();break;case 3:s.tag=n.string();break;case 4:s.weight=n.int64();break;default:n.skipType(a&7);break}}return s})),i),r.encode=n=>D(n,r.codec()),r.decode=n=>R(n,r.codec())})(De||(De={}));var _e;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{n.lengthDelimited!==!1&&i.fork(),e.peer!=null&&e.peer.byteLength>0&&(i.uint32(10),i.bytes(e.peer)),n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={peer:new Uint8Array(0)},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(_e||(_e={}));var mt;(function(r){let t;(function(n){n.GET_TOPICS="GET_TOPICS",n.LIST_PEERS="LIST_PEERS",n.PUBLISH="PUBLISH",n.SUBSCRIBE="SUBSCRIBE"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.GET_TOPICS=0]="GET_TOPICS",n[n.LIST_PEERS=1]="LIST_PEERS",n[n.PUBLISH=2]="PUBLISH",n[n.SUBSCRIBE=3]="SUBSCRIBE"})(e||(e={})),function(n){n.codec=()=>pt(e)}(t=r.Type||(r.Type={}));let i;r.codec=()=>(i==null&&(i=_((n,o,s={})=>{s.lengthDelimited!==!1&&o.fork(),n.type!=null&&(o.uint32(8),r.Type.codec().encode(n.type,o)),n.topic!=null&&(o.uint32(18),o.string(n.topic)),n.data!=null&&(o.uint32(26),o.bytes(n.data)),s.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let s={},c=o==null?n.len:n.pos+o;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.topic=n.string();break;case 3:s.data=n.bytes();break;default:n.skipType(a&7);break}}return s})),i),r.encode=n=>D(n,r.codec()),r.decode=n=>R(n,r.codec())})(mt||(mt={}));var Le;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.from!=null&&(i.uint32(10),i.bytes(e.from)),e.data!=null&&(i.uint32(18),i.bytes(e.data)),e.seqno!=null&&(i.uint32(26),i.bytes(e.seqno)),e.topicIDs!=null)for(let o of e.topicIDs)i.uint32(34),i.string(o);e.signature!=null&&(i.uint32(42),i.bytes(e.signature)),e.key!=null&&(i.uint32(50),i.bytes(e.key)),n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={topicIDs:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.from=e.bytes();break;case 2:n.data=e.bytes();break;case 3:n.seqno=e.bytes();break;case 4:n.topicIDs.push(e.string());break;case 5:n.signature=e.bytes();break;case 6:n.key=e.bytes();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Le||(Le={}));var Ne;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.topics!=null)for(let o of e.topics)i.uint32(10),i.string(o);if(e.peerIDs!=null)for(let o of e.peerIDs)i.uint32(18),i.bytes(o);n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={topics:[],peerIDs:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.topics.push(e.string());break;case 2:n.peerIDs.push(e.bytes());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Ne||(Ne={}));var Pe;(function(r){let t;(function(n){n.UNSPECIFIED="UNSPECIFIED",n.GET_PROTOCOLS="GET_PROTOCOLS",n.GET_PEER_INFO="GET_PEER_INFO"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.UNSPECIFIED=0]="UNSPECIFIED",n[n.GET_PROTOCOLS=1]="GET_PROTOCOLS",n[n.GET_PEER_INFO=2]="GET_PEER_INFO"})(e||(e={})),function(n){n.codec=()=>pt(e)}(t=r.Type||(r.Type={}));let i;r.codec=()=>(i==null&&(i=_((n,o,s={})=>{if(s.lengthDelimited!==!1&&o.fork(),n.type!=null&&(o.uint32(8),r.Type.codec().encode(n.type,o)),n.id!=null&&(o.uint32(18),o.bytes(n.id)),n.protos!=null)for(let c of n.protos)o.uint32(26),o.string(c);s.lengthDelimited!==!1&&o.ldelim()},(n,o)=>{let s={protos:[]},c=o==null?n.len:n.pos+o;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.id=n.bytes();break;case 3:s.protos.push(n.string());break;default:n.skipType(a&7);break}}return s})),i),r.encode=n=>D(n,r.codec()),r.decode=n=>R(n,r.codec())})(Pe||(Pe={}));var Oe;(function(r){let t;r.codec=()=>(t==null&&(t=_((e,i,n={})=>{if(n.lengthDelimited!==!1&&i.fork(),e.peer!=null&&(i.uint32(10),At.codec().encode(e.peer,i)),e.protos!=null)for(let o of e.protos)i.uint32(18),i.string(o);n.lengthDelimited!==!1&&i.ldelim()},(e,i)=>{let n={protos:[]},o=i==null?e.len:e.pos+i;for(;e.pos<o;){let s=e.uint32();switch(s>>>3){case 1:n.peer=At.codec().decode(e,e.uint32());break;case 2:n.protos.push(e.string());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>D(e,r.codec()),r.decode=e=>R(e,r.codec())})(Oe||(Oe={}));var Z=Et(si(),1);Z.default.formatters.b=r=>r==null?"undefined":N.baseEncode(r);Z.default.formatters.t=r=>r==null?"undefined":st.baseEncode(r);Z.default.formatters.m=r=>r==null?"undefined":br.baseEncode(r);Z.default.formatters.p=r=>r==null?"undefined":r.toString();Z.default.formatters.c=r=>r==null?"undefined":r.toString();Z.default.formatters.k=r=>r==null?"undefined":r.toString();Z.default.formatters.a=r=>r==null?"undefined":r.toString();function Ys(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 rt(r){let t=Ys(`${r}:trace`);return Z.default.enabled(`${r}:trace`)&&Z.default.names.map(e=>e.toString()).find(e=>e.includes(":trace"))!=null&&(t=(0,Z.default)(`${r}:trace`)),Object.assign((0,Z.default)(r),{error:(0,Z.default)(`${r}:error`),trace:t})}function nt(r,t){t==null&&(t=r.reduce((n,o)=>n+o.length,0));let e=F(t),i=0;for(let n of r)e.set(n,i),i+=n.length;return Rt(e)}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 ai=Symbol.for("@achingbrain/uint8arraylist");function ci(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let i of r){let n=e+i.byteLength;if(t<n)return{buf:i,index:t-e};e=n}throw new RangeError("index is out of bounds")}function Me(r){return!!r?.[ai]}var lt=class r{constructor(...t){Object.defineProperty(this,ai,{value:!0}),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 i of t)if(i instanceof Uint8Array)e+=i.byteLength,this.bufs.push(i);else if(Me(i))e+=i.byteLength,this.bufs.push(...i.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 i of t.reverse())if(i instanceof Uint8Array)e+=i.byteLength,this.bufs.unshift(i);else if(Me(i))e+=i.byteLength,this.bufs.unshift(...i.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=ci(this.bufs,t);return e.buf[e.index]}set(t,e){let i=ci(this.bufs,t);i.buf[i.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let i=0;i<t.length;i++)this.set(e+i,t[i]);else if(Me(t))for(let i=0;i<t.length;i++)this.set(e+i,t.get(i));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:i,length:n}=this._subList(t,e);return nt(i,n)}subarray(t,e){let{bufs:i,length:n}=this._subList(t,e);return i.length===1?i[0]:nt(i,n)}sublist(t,e){let{bufs:i,length:n}=this._subList(t,e),o=new r;return o.length=n,o.bufs=i,o}_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 i=[],n=0;for(let o=0;o<this.bufs.length;o++){let s=this.bufs[o],c=n,a=c+s.byteLength;if(n=a,t>=a)continue;let p=t>=c&&t<a,u=e>c&&e<=a;if(p&&u){if(t===c&&e===a){i.push(s);break}let d=t-c;i.push(s.subarray(d,d+(e-t)));break}if(p){if(t===0){i.push(s);continue}i.push(s.subarray(t-c));continue}if(u){if(e===a){i.push(s);break}i.push(s.subarray(0,e-c));break}i.push(s)}return{bufs:i,length:e-t}}indexOf(t,e=0){if(!Me(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let i=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 n=i.byteLength;if(n===0)throw new TypeError("search must be at least 1 byte long");let o=256,s=new Int32Array(o);for(let d=0;d<o;d++)s[d]=-1;for(let d=0;d<n;d++)s[i[d]]=d;let c=s,a=this.byteLength-i.byteLength,p=i.byteLength-1,u;for(let d=e;d<=a;d+=u){u=0;for(let h=p;h>=0;h--){let w=this.get(d+h);if(i[h]!==w){u=Math.max(1,h-c[w]);break}}if(u===0)return d}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 i=F(1);new DataView(i.buffer,i.byteOffset,i.byteLength).setInt8(0,e),this.write(i,t)}getInt16(t,e){let i=this.subarray(t,t+2);return new DataView(i.buffer,i.byteOffset,i.byteLength).getInt16(0,e)}setInt16(t,e,i){let n=ht(2);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt16(0,e,i),this.write(n,t)}getInt32(t,e){let i=this.subarray(t,t+4);return new DataView(i.buffer,i.byteOffset,i.byteLength).getInt32(0,e)}setInt32(t,e,i){let n=ht(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt32(0,e,i),this.write(n,t)}getBigInt64(t,e){let i=this.subarray(t,t+8);return new DataView(i.buffer,i.byteOffset,i.byteLength).getBigInt64(0,e)}setBigInt64(t,e,i){let n=ht(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setBigInt64(0,e,i),this.write(n,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 i=F(1);new DataView(i.buffer,i.byteOffset,i.byteLength).setUint8(0,e),this.write(i,t)}getUint16(t,e){let i=this.subarray(t,t+2);return new DataView(i.buffer,i.byteOffset,i.byteLength).getUint16(0,e)}setUint16(t,e,i){let n=ht(2);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint16(0,e,i),this.write(n,t)}getUint32(t,e){let i=this.subarray(t,t+4);return new DataView(i.buffer,i.byteOffset,i.byteLength).getUint32(0,e)}setUint32(t,e,i){let n=ht(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint32(0,e,i),this.write(n,t)}getBigUint64(t,e){let i=this.subarray(t,t+8);return new DataView(i.buffer,i.byteOffset,i.byteLength).getBigUint64(0,e)}setBigUint64(t,e,i){let n=ht(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setBigUint64(0,e,i),this.write(n,t)}getFloat32(t,e){let i=this.subarray(t,t+4);return new DataView(i.buffer,i.byteOffset,i.byteLength).getFloat32(0,e)}setFloat32(t,e,i){let n=ht(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setFloat32(0,e,i),this.write(n,t)}getFloat64(t,e){let i=this.subarray(t,t+8);return new DataView(i.buffer,i.byteOffset,i.byteLength).getFloat64(0,e)}setFloat64(t,e,i){let n=ht(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setFloat64(0,e,i),this.write(n,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 i=new r;return i.bufs=t,e==null&&(e=t.reduce((n,o)=>n+o.byteLength,0)),i.length=e,i}};function li(r){let t=async function*(){let e=yield,i=new lt;for await(let n of r){if(e==null){i.append(n),e=yield i,i=new lt;continue}for(i.append(n);i.length>=e;){let o=i.sublist(0,e);if(i.consume(e),e=yield o,e==null){i.length>0&&(e=yield i,i=new lt);break}}}if(e!=null)throw Object.assign(new Error(`stream ended before ${e} bytes became available`),{code:"ERR_UNDER_READ",buffer:i})}();return t.next(),t}function Jt(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var Ve=class{buffer;mask;top;btm;next;constructor(t){if(!(t>0)||t-1&t)throw new Error("Max size for a FixedFIFO should be a power of two");this.buffer=new Array(t),this.mask=t-1,this.top=0,this.btm=0,this.next=null}push(t){return this.buffer[this.top]!==void 0?!1:(this.buffer[this.top]=t,this.top=this.top+1&this.mask,!0)}shift(){let t=this.buffer[this.btm];if(t!==void 0)return this.buffer[this.btm]=void 0,this.btm=this.btm+1&this.mask,t}isEmpty(){return this.buffer[this.btm]===void 0}},Qt=class{size;hwm;head;tail;constructor(t={}){this.hwm=t.splitLimit??16,this.head=new Ve(this.hwm),this.tail=this.head,this.size=0}calculateSize(t){return t?.byteLength!=null?t.byteLength:1}push(t){if(t?.value!=null&&(this.size+=this.calculateSize(t.value)),!this.head.push(t)){let e=this.head;this.head=e.next=new Ve(2*this.head.buffer.length),this.head.push(t)}}shift(){let t=this.tail.shift();if(t===void 0&&this.tail.next!=null){let e=this.tail.next;this.tail.next=null,this.tail=e,t=this.tail.shift()}return t?.value!=null&&(this.size-=this.calculateSize(t.value)),t}isEmpty(){return this.head.isEmpty()}};var Vr=class extends Error{type;code;constructor(t,e){super(t??"The operation was aborted"),this.type="aborted",this.code=e??"ABORT_ERR"}};function ui(r={}){return Ws(e=>{let i=e.shift();if(i==null)return{done:!0};if(i.error!=null)throw i.error;return{done:i.done===!0,value:i.value}},r)}function Ws(r,t){t=t??{};let e=t.onEnd,i=new Qt,n,o,s,c=Jt(),a=async()=>{try{return i.isEmpty()?s?{done:!0}:await new Promise((y,E)=>{o=C=>{o=null,i.push(C);try{y(r(i))}catch(L){E(L)}return n}}):r(i)}finally{i.isEmpty()&&queueMicrotask(()=>{c.resolve(),c=Jt()})}},p=y=>o!=null?o(y):(i.push(y),n),u=y=>(i=new Qt,o!=null?o({error:y}):(i.push({error:y}),n)),d=y=>{if(s)return n;if(t?.objectMode!==!0&&y?.byteLength==null)throw new Error("objectMode was not true but tried to push non-Uint8Array value");return p({done:!1,value:y})},h=y=>s?n:(s=!0,y!=null?u(y):p({done:!0})),w=()=>(i=new Qt,h(),{done:!0}),g=y=>(h(y),{done:!0});if(n={[Symbol.asyncIterator](){return this},next:a,return:w,throw:g,push:d,end:h,get readableLength(){return i.size},onEmpty:async y=>{let E=y?.signal;if(E?.throwIfAborted(),i.isEmpty())return;let C,L;E!=null&&(C=new Promise((P,W)=>{L=()=>{W(new Vr)},E.addEventListener("abort",L)}));try{await Promise.race([c.promise,C])}finally{L!=null&&E!=null&&E?.removeEventListener("abort",L)}}},e==null)return n;let x=n;return n={[Symbol.asyncIterator](){return this},next(){return x.next()},throw(y){return x.throw(y),e!=null&&(e(y),e=void 0),{done:!0}},return(){return x.return(),e!=null&&(e(),e=void 0),{done:!0}},push:d,end(y){return x.end(y),e!=null&&(e(y),e=void 0),n},get readableLength(){return x.readableLength}},n}function di(r){let t=ui(),e=li(r.source),i=Jt(),n,o=r.sink(async function*(){yield*t,yield*await i.promise}());return o.catch(c=>{n=c}),{reader:e,writer:t,stream:{sink:async c=>{if(n!=null){await Promise.reject(n);return}i.resolve(c),await o},source:e},rest:()=>t.end(),write:t.push,read:async()=>{let c=await e.next();if(c.value!=null)return c.value}}}var Xs=Math.pow(2,7),Js=Math.pow(2,14),Qs=Math.pow(2,21),Gr=Math.pow(2,28),$r=Math.pow(2,35),zr=Math.pow(2,42),Hr=Math.pow(2,49),I=128,M=127;function K(r){if(r<Xs)return 1;if(r<Js)return 2;if(r<Qs)return 3;if(r<Gr)return 4;if(r<$r)return 5;if(r<zr)return 6;if(r<Hr)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function Zs(r,t,e=0){switch(K(r)){case 8:t[e++]=r&255|I,r/=128;case 7:t[e++]=r&255|I,r/=128;case 6:t[e++]=r&255|I,r/=128;case 5:t[e++]=r&255|I,r/=128;case 4:t[e++]=r&255|I,r>>>=7;case 3:t[e++]=r&255|I,r>>>=7;case 2:t[e++]=r&255|I,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function qs(r,t,e=0){switch(K(r)){case 8:t.set(e++,r&255|I),r/=128;case 7:t.set(e++,r&255|I),r/=128;case 6:t.set(e++,r&255|I),r/=128;case 5:t.set(e++,r&255|I),r/=128;case 4:t.set(e++,r&255|I),r>>>=7;case 3:t.set(e++,r&255|I),r>>>=7;case 2:t.set(e++,r&255|I),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function js(r,t){let e=r[t],i=0;if(i+=e&M,e<I||(e=r[t+1],i+=(e&M)<<7,e<I)||(e=r[t+2],i+=(e&M)<<14,e<I)||(e=r[t+3],i+=(e&M)<<21,e<I)||(e=r[t+4],i+=(e&M)*Gr,e<I)||(e=r[t+5],i+=(e&M)*$r,e<I)||(e=r[t+6],i+=(e&M)*zr,e<I)||(e=r[t+7],i+=(e&M)*Hr,e<I))return i;throw new RangeError("Could not decode varint")}function tc(r,t){let e=r.get(t),i=0;if(i+=e&M,e<I||(e=r.get(t+1),i+=(e&M)<<7,e<I)||(e=r.get(t+2),i+=(e&M)<<14,e<I)||(e=r.get(t+3),i+=(e&M)<<21,e<I)||(e=r.get(t+4),i+=(e&M)*Gr,e<I)||(e=r.get(t+5),i+=(e&M)*$r,e<I)||(e=r.get(t+6),i+=(e&M)*zr,e<I)||(e=r.get(t+7),i+=(e&M)*Hr,e<I))return i;throw new RangeError("Could not decode varint")}function Ct(r,t,e=0){return t==null&&(t=F(K(r))),t instanceof Uint8Array?Zs(r,t,e):qs(r,t,e)}function gt(r,t=0){return r instanceof Uint8Array?js(r,t):tc(r,t)}function $e(r){return r[Symbol.asyncIterator]!=null}var ze=r=>{let t=K(r),e=F(t);return Ct(r,e),ze.bytes=t,e};ze.bytes=0;function He(r,t){t=t??{};let e=t.lengthEncoder??ze;function*i(n){let o=e(n.byteLength);o instanceof Uint8Array?yield o:yield*o,n instanceof Uint8Array?yield n:yield*n}return $e(r)?async function*(){for await(let n of r)yield*i(n)}():function*(){for(let n of r)yield*i(n)}()}He.single=(r,t)=>{t=t??{};let e=t.lengthEncoder??ze;return new lt(e(r.byteLength),r)};var Zt=Et(pi(),1);var rc=8,nc=1024*1024*4,Ot;(function(r){r[r.LENGTH=0]="LENGTH",r[r.DATA=1]="DATA"})(Ot||(Ot={}));var Kr=r=>{let t=gt(r);return Kr.bytes=K(t),t};Kr.bytes=0;function de(r,t){let e=new lt,i=Ot.LENGTH,n=-1,o=t?.lengthDecoder??Kr,s=t?.maxLengthLength??rc,c=t?.maxDataLength??nc;function*a(){for(;e.byteLength>0;){if(i===Ot.LENGTH)try{if(n=o(e),n<0)throw(0,Zt.default)(new Error("invalid message length"),"ERR_INVALID_MSG_LENGTH");if(n>c)throw(0,Zt.default)(new Error("message length too long"),"ERR_MSG_DATA_TOO_LONG");let p=o.bytes;e.consume(p),t?.onLength!=null&&t.onLength(n),i=Ot.DATA}catch(p){if(p instanceof RangeError){if(e.byteLength>s)throw(0,Zt.default)(new Error("message length length too long"),"ERR_MSG_LENGTH_TOO_LONG");break}throw p}if(i===Ot.DATA){if(e.byteLength<n)break;let p=e.sublist(0,n);e.consume(n),t?.onData!=null&&t.onData(p),yield p,i=Ot.LENGTH}}}return $e(r)?async function*(){for await(let p of r)e.append(p),yield*a();if(e.byteLength>0)throw(0,Zt.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}():function*(){for(let p of r)e.append(p),yield*a();if(e.byteLength>0)throw(0,Zt.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}()}de.fromReader=(r,t)=>{let e=1,i=async function*(){for(;;)try{let{done:o,value:s}=await r.next(e);if(o===!0)return;s!=null&&(yield s)}catch(o){if(o.code==="ERR_UNDER_READ")return{done:!0,value:null};throw o}finally{e=1}}();return de(i,{...t??{},onLength:o=>{e=o}})};var Yr=rt("libp2p:daemon-protocol:stream-handler"),fe=class{stream;shake;decoder;constructor(t){let{stream:e,maxLength:i}=t;this.stream=e,this.shake=di(this.stream),this.decoder=de.fromReader(this.shake.reader,{maxDataLength:i??4096})}async read(){let t=await this.decoder.next();if(t.value!=null)return t.value.subarray();Yr("read received no value, closing stream"),await this.close()}write(t){Yr("write message"),this.shake.write(He.single(t).subarray())}rest(){return this.shake.rest(),this.shake.stream}async close(){Yr("closing the stream"),await this.rest().sink([])}};var Wr={upgradeInbound:async r=>r,upgradeOutbound:async r=>r};var qt=class r extends Error{code;type;constructor(t="The operation was aborted"){super(t),this.code=r.code,this.type=r.type}static code="ABORT_ERR";static type="aborted"},l=class extends Error{code;props;constructor(t,e,i){super(t),this.code=e,this.name=i?.name??"CodeError",this.props=i??{}}};var Xr=Symbol.for("@libp2p/peer-id");function jt(r){return r!=null&&!!r[Xr]}var oc=Symbol.for("nodejs.util.inspect.custom"),mi=Object.values(It).map(r=>r.decoder).reduce((r,t)=>r.or(t),It.identity.decoder),gi=114,yi=36,Ei=37,he=class{type;multihash;privateKey;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,this.privateKey=t.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[Xr]=!0;toString(){return this.string==null&&(this.string=N.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return H.createV1(gi,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return Pt(this.multihash.bytes,t);if(typeof t=="string")return sc(t).equals(this);if(t?.multihash?.bytes!=null)return Pt(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[oc](){return`PeerId(${this.toString()})`}},pe=class extends he{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},me=class extends he{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},ge=class extends he{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function sc(r,t){if(t=t??mi,r.charAt(0)==="1"||r.charAt(0)==="Q"){let e=Dt(N.decode(`z${r}`));return r.startsWith("12D")?new me({multihash:e}):r.startsWith("16U")?new ge({multihash:e}):new pe({multihash:e})}return ut(mi.decode(r))}function ut(r){try{let t=Dt(r);if(t.code===we.code){if(t.digest.length===yi)return new me({multihash:t});if(t.digest.length===Ei)return new ge({multihash:t})}if(t.code===xe.code)return new pe({multihash:t})}catch{return cc(H.decode(r))}throw new Error("Supplied PeerID CID is invalid")}function cc(r){if(r==null||r.multihash==null||r.version==null||r.version===1&&r.code!==gi)throw new Error("Supplied PeerID CID is invalid");let t=r.multihash;if(t.code===xe.code)return new pe({multihash:r.multihash});if(t.code===we.code){if(t.digest.length===yi)return new me({multihash:r.multihash});if(t.digest.length===Ei)return new ge({multihash:r.multihash})}throw new Error("Supplied PeerID CID is invalid")}var eo=Et(ft("net"),1);var wi=Symbol.for("@libp2p/transport");var bi;(function(r){r[r.FATAL_ALL=0]="FATAL_ALL",r[r.NO_FATAL=1]="NO_FATAL"})(bi||(bi={}));function Y(r,t="utf8"){let e=Ie[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):e.encoder.encode(r).substring(1)}var Ke=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,i=t();return i===void 0&&(this.index=e),i}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,i){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return i()})}readNumber(t,e,i,n){return this.readAtomically(()=>{let o=0,s=0,c=this.peekChar();if(c===void 0)return;let a=c==="0",p=2**(8*n)-1;for(;;){let u=this.readAtomically(()=>{let d=this.readChar();if(d===void 0)return;let h=Number.parseInt(d,t);if(!Number.isNaN(h))return h});if(u===void 0)break;if(o*=t,o+=u,o>p||(s+=1,e!==void 0&&s>e))return}if(s!==0)return!i&&a&&s>1?void 0:o})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let i=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(i===void 0)return;t[e]=i}return t})}readIPv6Addr(){let t=e=>{for(let i=0;i<e.length/2;i++){let n=i*2;if(i<e.length-3){let s=this.readSeparator(":",i,()=>this.readIPv4Addr());if(s!==void 0)return e[n]=s[0],e[n+1]=s[1],e[n+2]=s[2],e[n+3]=s[3],[n+4,!0]}let o=this.readSeparator(":",i,()=>this.readNumber(16,4,!0,2));if(o===void 0)return[n,!1];e[n]=o>>8,e[n+1]=o&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[i,n]=t(e);if(i===16)return e;if(n||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let o=new Uint8Array(14),s=16-(i+2),[c]=t(o.subarray(0,s));return e.set(o.subarray(0,c),16-c),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var Su=new Ke;var Ou=parseInt("0xFFFF",16),ku=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var it=ft("node:net");function Ye(r){return!!(0,it.isIP)(r)}var Ai=it.isIPv4,hc=it.isIPv6,Jr=function(r){let t=0;if(r=r.toString().trim(),Ai(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(i=>{e[t++]=parseInt(i,10)&255}),e}if(hc(r)){let e=r.split(":",8),i;for(i=0;i<e.length;i++){let o=Ai(e[i]),s;o&&(s=Jr(e[i]),e[i]=Y(s.slice(0,2),"base16")),s!=null&&++i<8&&e.splice(i,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(i=0;i<e.length&&e[i]!=="";i++);let o=[i,1];for(i=9-e.length;i>0;i--)o.push("0");e.splice.apply(e,o)}let n=new Uint8Array(t+16);for(i=0;i<e.length;i++){let o=parseInt(e[i],16);n[t++]=o>>8&255,n[t++]=o&255}return n}throw new Error("invalid ip address")},Ci=function(r,t=0,e){t=~~t,e=e??r.length-t;let i=new DataView(r.buffer);if(e===4){let n=[];for(let o=0;o<e;o++)n.push(r[t+o]);return n.join(".")}if(e===16){let n=[];for(let o=0;o<e;o+=2)n.push(i.getUint16(t+o).toString(16));return n.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var te={},Qr={},mc=[[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"],[777,-1,"memory"]];mc.forEach(r=>{let t=gc(...r);Qr[t.code]=t,te[t.name]=t});function gc(r,t,e,i,n){return{code:r,size:t,name:e,resolvable:!!i,path:!!n}}function A(r){if(typeof r=="number"){if(Qr[r]!=null)return Qr[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(te[r]!=null)return te[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var bd=A("ip4"),wd=A("ip6"),xd=A("ipcidr");function qr(r,t){switch(A(r).code){case 4:case 41:return Ec(t);case 42:return vi(t);case 6:case 273:case 33:case 132:return Di(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return vi(t);case 421:return Ic(t);case 444:return Ri(t);case 445:return Ri(t);case 466:return xc(t);default:return Y(t,"base16")}}function jr(r,t){switch(A(r).code){case 4:return Ti(t);case 41:return Ti(t);case 42:return Si(t);case 6:case 273:case 33:case 132:return tn(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Si(t);case 421:return bc(t);case 444:return Ac(t);case 445:return Cc(t);case 466:return wc(t);default:return ce(t,"base16")}}var Zr=Object.values(It).map(r=>r.decoder),yc=function(){let r=Zr[0].or(Zr[1]);return Zr.slice(2).forEach(t=>r=r.or(t)),r}();function Ti(r){if(!Ye(r))throw new Error("invalid ip address");return Jr(r)}function Ec(r){let t=Ci(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!Ye(t))throw new Error("invalid ip address");return t}function tn(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function Di(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function Si(r){let t=ce(r),e=Uint8Array.from(Ct(t.length));return nt([e,t],e.length+t.length)}function vi(r){let t=gt(r);if(r=r.slice(K(t)),r.length!==t)throw new Error("inconsistent lengths");return Y(r)}function bc(r){let t;r[0]==="Q"||r[0]==="1"?t=Dt(N.decode(`z${r}`)).bytes:t=H.parse(r).multihash.bytes;let e=Uint8Array.from(Ct(t.length));return nt([e,t],e.length+t.length)}function wc(r){let t=yc.decode(r),e=Uint8Array.from(Ct(t.length));return nt([e,t],e.length+t.length)}function xc(r){let t=gt(r),e=r.slice(K(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+Y(e,"base64url")}function Ic(r){let t=gt(r),e=r.slice(K(t));if(e.length!==t)throw new Error("inconsistent lengths");return Y(e,"base58btc")}function Ac(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=st.decode("b"+t[0]),i=parseInt(t[1],10);if(i<1||i>65536)throw new Error("Port number is not in range(1, 65536)");let n=tn(i);return nt([e,n],e.length+n.length)}function Cc(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=st.decode(`b${t[0]}`),i=parseInt(t[1],10);if(i<1||i>65536)throw new Error("Port number is not in range(1, 65536)");let n=tn(i);return nt([e,n],e.length+n.length)}function Ri(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),i=Y(t,"base32"),n=Di(e);return`${i}:${n}`}function _i(r){r=en(r);let t=[],e=[],i=null,n=r.split("/").slice(1);if(n.length===1&&n[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let o=0;o<n.length;o++){let s=n[o],c=A(s);if(c.size===0){t.push([c.code]),e.push([c.code]);continue}if(o++,o>=n.length)throw Ni("invalid address: "+r);if(c.path===!0){i=en(n.slice(o).join("/")),t.push([c.code,jr(c.code,i)]),e.push([c.code,i]);break}let a=jr(c.code,n[o]);t.push([c.code,a]),e.push([c.code,qr(c.code,a)])}return{string:Li(e),bytes:nn(t),tuples:t,stringTuples:e,path:i}}function rn(r){let t=[],e=[],i=null,n=0;for(;n<r.length;){let o=gt(r,n),s=K(o),c=A(o),a=Tc(c,r.slice(n+s));if(a===0){t.push([o]),e.push([o]),n+=s;continue}let p=r.slice(n+s,n+s+a);if(n+=a+s,n>r.length)throw Ni("Invalid address Uint8Array: "+Y(r,"base16"));t.push([o,p]);let u=qr(o,p);if(e.push([o,u]),c.path===!0){i=u;break}}return{bytes:Uint8Array.from(r),string:Li(e),tuples:t,stringTuples:e,path:i}}function Li(r){let t=[];return r.map(e=>{let i=A(e[0]);return t.push(i.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),en(t.join("/"))}function nn(r){return nt(r.map(t=>{let e=A(t[0]),i=Uint8Array.from(Ct(e.code));return t.length>1&&t[1]!=null&&(i=nt([i,t[1]])),i}))}function Tc(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=gt(t instanceof Uint8Array?t:Uint8Array.from(t));return e+K(e)}}function en(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}function Ni(r){return new Error("Error parsing address: "+r)}var Sc=Symbol.for("nodejs.util.inspect.custom"),vc=[A("dns").code,A("dns4").code,A("dns6").code,A("dnsaddr").code],Rc=new Map,Pi=Symbol.for("@multiformats/js-multiaddr/multiaddr");function sn(r){return!!r?.[Pi]}var on=class r{bytes;#t;#e;#r;#n;[Pi]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=rn(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=_i(t)}else if(sn(t))e=rn(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,i,n,o="",s=A("tcp"),c=A("udp"),a=A("ip4"),p=A("ip6"),u=A("dns6"),d=A("ip6zone");for(let[w,g]of this.stringTuples())w===d.code&&(o=`%${g??""}`),vc.includes(w)&&(e=s.name,n=443,i=`${g??""}${o}`,t=w===u.code?6:4),(w===s.code||w===c.code)&&(e=A(w).name,n=parseInt(g??"")),(w===a.code||w===p.code)&&(e=A(w).name,i=`${g??""}${o}`,t=w===p.code?6:4);if(t==null||e==null||i==null||n==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:i,transport:e,port:n}}protos(){return this.#e.map(([t])=>Object.assign({},A(t)))}protoCodes(){return this.#e.map(([t])=>t)}protoNames(){return this.#e.map(([t])=>A(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(),i=this.toString(),n=i.lastIndexOf(e);if(n<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(i.slice(0,n))}decapsulateCode(t){let e=this.tuples();for(let i=e.length-1;i>=0;i--)if(e[i][0]===t)return new r(nn(e.slice(0,i)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([i,n])=>{i===te.p2p.code&&t.push([i,n]),i===te["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let i=e[1];return i[0]==="Q"||i[0]==="1"?Y(N.decode(`z${i}`),"base58btc"):Y(H.parse(i).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(o=>o.resolvable);if(e==null)return[this];let i=Rc.get(e.name);if(i==null)throw new l(`no available resolver for ${e.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await i(this,t)).map(o=>new r(o))}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)}[Sc](){return`Multiaddr(${this.#t})`}};function V(r){return new on(r)}var Dc=f("dns4"),_c=f("dns6"),Lc=f("dnsaddr"),Ut=v(f("dns"),Lc,Dc,_c),Je=v(f("ip4"),f("ip6")),St=v(m(Je,f("tcp")),m(Ut,f("tcp"))),Qe=m(Je,f("udp")),Nc=m(Qe,f("utp")),Pc=m(Qe,f("quic")),Oc=m(Qe,f("quic-v1")),cn=v(m(St,f("ws")),m(Ut,f("ws"))),We=v(m(cn,f("p2p")),cn),an=v(m(St,f("wss")),m(Ut,f("wss")),m(St,f("tls"),f("ws")),m(Ut,f("tls"),f("ws"))),Xe=v(m(an,f("p2p")),an),ln=v(m(St,f("http")),m(Je,f("http")),m(Ut,f("http"))),un=v(m(St,f("https")),m(Je,f("https")),m(Ut,f("https"))),Oi=m(Qe,f("webrtc-direct"),f("certhash")),Fi=v(m(Oi,f("p2p")),Oi),ki=m(Oc,f("webtransport"),f("certhash"),f("certhash")),Bi=v(m(ki,f("p2p")),ki),Mi=v(m(We,f("p2p-webrtc-star"),f("p2p")),m(Xe,f("p2p-webrtc-star"),f("p2p")),m(We,f("p2p-webrtc-star")),m(Xe,f("p2p-webrtc-star"))),zd=v(m(We,f("p2p-websocket-star"),f("p2p")),m(Xe,f("p2p-websocket-star"),f("p2p")),m(We,f("p2p-websocket-star")),m(Xe,f("p2p-websocket-star"))),Vi=v(m(ln,f("p2p-webrtc-direct"),f("p2p")),m(un,f("p2p-webrtc-direct"),f("p2p")),m(ln,f("p2p-webrtc-direct")),m(un,f("p2p-webrtc-direct"))),Ft=v(cn,an,ln,un,Mi,Vi,St,Nc,Pc,Ut,Fi,Bi),Hd=v(m(Ft,f("p2p-stardust"),f("p2p")),m(Ft,f("p2p-stardust"))),Tt=v(m(Ft,f("p2p")),Mi,Vi,Fi,Bi,f("p2p")),Ui=v(m(Tt,f("p2p-circuit"),Tt),m(Tt,f("p2p-circuit")),m(f("p2p-circuit"),Tt),m(Ft,f("p2p-circuit")),m(f("p2p-circuit"),Ft),f("p2p-circuit")),Gi=()=>v(m(Ui,Gi),Ui),kt=Gi(),Kd=v(m(kt,Tt,kt),m(Tt,kt),m(kt,Tt),kt,Tt);var Yd=v(m(kt,f("webrtc"),f("p2p")),m(kt,f("webrtc")),m(Ft,f("webrtc"),f("p2p")),m(Ft,f("webrtc")),f("webrtc"));function $i(r){function t(e){let i;try{i=V(e)}catch{return!1}let n=r(i.protoNames());return n===null?!1:n===!0||n===!1?n:n.length===0}return t}function m(...r){function t(e){if(e.length<r.length)return null;let i=e;return r.some(n=>(i=typeof n=="function"?n().partialMatch(e):n.partialMatch(e),Array.isArray(i)&&(e=i),i===null)),i}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:$i(t),partialMatch:t}}function v(...r){function t(i){let n=null;return r.some(o=>{let s=typeof o=="function"?o().partialMatch(i):o.partialMatch(i);return s!=null?(n=s,!0):!1}),n}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:$i(t),partialMatch:t}}function f(r){let t=r;function e(n){let o;try{o=V(n)}catch{return!1}let s=o.protoNames();return s.length===1&&s[0]===t}function i(n){return n.length===0?null:n[0]===t?n.slice(1):null}return{toString:function(){return t},matches:e,partialMatch:i}}var to=Et(ft("net"),1);var Ze=class extends EventTarget{#t=new Map;listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,i){super.addEventListener(t,e,i);let n=this.#t.get(t);n==null&&(n=[],this.#t.set(t,n)),n.push({callback:e,once:(i!==!0&&i!==!1&&i?.once)??!1})}removeEventListener(t,e,i){super.removeEventListener(t.toString(),e??null,i);let n=this.#t.get(t);n!=null&&(n=n.filter(({callback:o})=>o!==e),this.#t.set(t,n))}dispatchEvent(t){let e=super.dispatchEvent(t),i=this.#t.get(t.type);return i==null||(i=i.filter(({once:n})=>!n),this.#t.set(t.type,i)),e}safeDispatchEvent(t,e){return this.dispatchEvent(new ee(t,e))}},dn=class extends Event{detail;constructor(t,e){super(t,e),this.detail=e?.detail}},ee=globalThis.CustomEvent??dn;var Uc=rt("libp2p:ip-port-to-multiaddr"),fn={ERR_INVALID_IP_PARAMETER:"ERR_INVALID_IP_PARAMETER",ERR_INVALID_PORT_PARAMETER:"ERR_INVALID_PORT_PARAMETER",ERR_INVALID_IP:"ERR_INVALID_IP"};function zi(r,t){if(typeof r!="string")throw new l(`invalid ip provided: ${r}`,fn.ERR_INVALID_IP_PARAMETER);if(typeof t=="string"&&(t=parseInt(t)),isNaN(t))throw new l(`invalid port provided: ${t}`,fn.ERR_INVALID_PORT_PARAMETER);if((0,it.isIPv4)(r))return V(`/ip4/${r}/tcp/${t}`);if((0,it.isIPv6)(r))return V(`/ip6/${r}/tcp/${t}`);let e=`invalid ip:port for creating a multiaddr: ${r}:${t}`;throw Uc.error(e),new l(e,fn.ERR_INVALID_IP)}var ji=Et(Zi(),1);var mn=Et(ft("os"),1),qi=Et(ft("path"),1);var Gc={ip4:"IPv4",ip6:"IPv6"};function ne(r,t={}){let e=r.getPath();return e!=null?mn.default.platform()==="win32"?{path:qi.default.join("\\\\.\\pipe\\",e)}:{path:e}:{...r.toOptions(),...t}}function gn(r,t,e){let i=n=>V(`/${r}/${n}/tcp/${e}`);return($c(t)?Hc(Gc[r]):[t]).map(i)}function $c(r){return["0.0.0.0","::"].includes(r)}var zc=mn.default.networkInterfaces();function Hc(r){let t=[];for(let[,e]of Object.entries(zc))if(e!=null)for(let i of e)i.family===r&&t.push(i.address);return t}var dt=rt("libp2p:tcp:socket"),je=(r,t)=>{let e=t.metrics,i=t.metricPrefix??"",n=t.socketInactivityTimeout??3e5,o=t.socketCloseTimeout??500;t.listeningAddr?.getPath()!=null&&(t.remoteAddr=t.listeningAddr),t.remoteAddr?.getPath()!=null&&(t.localAddr=t.remoteAddr);let s;if(t.remoteAddr!=null)s=t.remoteAddr;else{if(r.remoteAddress==null||r.remotePort==null)throw new l("Could not determine remote address or port","ERR_NO_REMOTE_ADDRESS");s=zi(r.remoteAddress,r.remotePort)}let c=ne(s),a=c.path??`${c.host??""}:${c.port??""}`,{sink:p,source:u}=ji.default.duplex(r);r.setTimeout(n,()=>{dt("%s socket read timeout",a),e?.increment({[`${i}timeout`]:!0});let h;r.readable&&(h=new l("Socket read timeout","ERR_SOCKET_READ_TIMEOUT")),r.destroy(h)}),r.once("close",()=>{dt("%s socket close",a),e?.increment({[`${i}close`]:!0}),d.timeline.close==null&&(d.timeline.close=Date.now())}),r.once("end",()=>{dt("%s socket end",a),e?.increment({[`${i}end`]:!0})});let d={async sink(h){try{await p(h)}catch(w){w.type!=="aborted"&&dt(w)}r.end()},source:u,remoteAddr:s,timeline:{open:Date.now()},async close(h={}){if(r.destroyed){dt("%s socket was already destroyed when trying to close",a);return}h.signal=h.signal??AbortSignal.timeout(o);try{dt("%s closing socket",a),await new Promise((w,g)=>{r.once("close",()=>{dt("%s socket closed",a),w()}),r.once("error",x=>{dt("%s socket error",a,x),d.timeline.close==null&&(d.timeline.close=Date.now()),g(x)}),r.setTimeout(o),r.end(),r.writableLength>0?r.once("drain",()=>{dt("%s socket drained",a),r.destroy()}):r.destroy()})}catch(w){this.abort(w)}},abort:h=>{dt("%s socket abort due to error",a,h),r.destroy(h)}};return d};var G=rt("libp2p:tcp:listener");async function yn(r){try{await r.close()}catch(t){G.error("an error occurred closing the connection",t)}}var O;(function(r){r[r.INACTIVE=0]="INACTIVE",r[r.ACTIVE=1]="ACTIVE",r[r.PAUSED=2]="PAUSED"})(O||(O={}));var tr=class extends Ze{context;server;connections=new Set;status={code:O.INACTIVE};metrics;addr;constructor(t){if(super(),this.context=t,t.keepAlive=t.keepAlive??!0,this.addr="unknown",this.server=to.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 l("closeAbove must be >= listenBelow","ERROR_CONNECTION_LIMITS");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]:O.ACTIVE})}this.dispatchEvent(new ee("listening"))}).on("error",e=>{this.metrics?.errors.increment({[`${this.addr} listen_error`]:!0}),this.dispatchEvent(new ee("error",{detail:e}))}).on("close",()=>{this.metrics?.status.update({[this.addr]:this.status.code}),this.status.code!==O.PAUSED&&this.dispatchEvent(new ee("close"))})}onSocket(t){if(this.status.code!==O.ACTIVE)throw new l("Server is is not listening yet","ERR_SERVER_NOT_RUNNING");t.on("error",i=>{G("socket error",i),this.metrics?.events.increment({[`${this.addr} error`]:!0})});let e;try{e=je(t,{listeningAddr:this.status.listeningAddr,socketInactivityTimeout:this.context.socketInactivityTimeout,socketCloseTimeout:this.context.socketCloseTimeout,metrics:this.metrics?.events,metricPrefix:`${this.addr} `})}catch(i){G.error("inbound connection failed",i),this.metrics?.errors.increment({[`${this.addr} inbound_to_connection`]:!0});return}G("new inbound connection %s",e.remoteAddr);try{this.context.upgrader.upgradeInbound(e).then(i=>{G("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(n=>{G.error("error attempting to listen server once connection count under limit",n),this.context.closeServerOnMaxConnections?.onListenError?.(n)})}),this.context.handler!=null&&this.context.handler(i),this.context.closeServerOnMaxConnections!=null&&this.connections.size>=this.context.closeServerOnMaxConnections.closeAbove&&this.pause(!1).catch(n=>{G.error("error attempting to close server once connection count over limit",n)}),this.dispatchEvent(new ee("connection",{detail:i}))}).catch(async i=>{G.error("inbound connection failed",i),this.metrics?.errors.increment({[`${this.addr} inbound_upgrade`]:!0}),await yn(e)}).catch(i=>{G.error("closing inbound connection failed",i)})}catch(i){G.error("inbound connection failed",i),yn(e).catch(n=>{G.error("closing inbound connection failed",n),this.metrics?.errors.increment({[`${this.addr} inbound_closing_failed`]:!0})})}}getAddrs(){if(this.status.code===O.INACTIVE)return[];let t=[],e=this.server.address(),{listeningAddr:i,peerId:n}=this.status;if(e==null)return[];if(typeof e=="string")t=[i];else try{i.toString().startsWith("/ip4")?t=t.concat(gn("ip4",e.address,e.port)):e.family==="IPv6"&&(t=t.concat(gn("ip6",e.address,e.port)))}catch(o){G.error("could not turn %s:%s into multiaddr",e.address,e.port,o)}return t.map(o=>n!=null?o.encapsulate(`/p2p/${n}`):o)}async listen(t){if(this.status.code===O.ACTIVE||this.status.code===O.PAUSED)throw new l("server is already listening","ERR_SERVER_ALREADY_LISTENING");let e=t.getPeerId(),i=e==null?t.decapsulateCode(421):t,{backlog:n}=this.context;try{this.status={code:O.ACTIVE,listeningAddr:i,peerId:e,netConfig:ne(i,{backlog:n})},await this.resume()}catch(o){throw this.status={code:O.INACTIVE},o}}async close(){await Promise.all([Promise.all(Array.from(this.connections.values()).map(async t=>yn(t))),this.pause(!0).catch(t=>{G.error("error attempting to close server once connection count over limit",t)})])}async resume(){if(this.server.listening||this.status.code===O.INACTIVE)return;let t=this.status.netConfig;await new Promise((e,i)=>{this.server.once("error",i),this.server.listen(t,e)}),this.status={...this.status,code:O.ACTIVE},G("Listening on %s",this.server.address())}async pause(t){if(!this.server.listening&&this.status.code===O.PAUSED&&t){this.status={code:O.INACTIVE};return}!this.server.listening||this.status.code!==O.ACTIVE||(G("Closing server on %s",this.server.address()),this.status=t?{code:O.INACTIVE}:{...this.status,code:O.PAUSED},await new Promise((e,i)=>{this.server.close(n=>{n!=null?i(n):e()})}))}};var yt=rt("libp2p:tcp"),bn=class{opts;metrics;components;constructor(t,e={}){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"})})}[wi]=!0;[Symbol.toStringTag]="@libp2p/tcp";async dial(t,e){e.keepAlive=e.keepAlive??!0;let i=await this._connect(t,e);i.on("error",c=>{yt("socket error",c)});let n=je(i,{remoteAddr:t,socketInactivityTimeout:this.opts.outboundSocketInactivityTimeout,socketCloseTimeout:this.opts.socketCloseTimeout,metrics:this.metrics?.dialerEvents}),o=()=>{n.close().catch(c=>{yt.error("Error closing maConn after abort",c)})};e.signal?.addEventListener("abort",o,{once:!0}),yt("new outbound connection %s",n.remoteAddr);let s=await e.upgrader.upgradeOutbound(n);if(yt("outbound connection %s upgraded",n.remoteAddr),e.signal?.removeEventListener("abort",o),e.signal?.aborted===!0)throw s.close().catch(c=>{yt.error("Error closing conn after abort",c)}),new qt;return s}async _connect(t,e){if(e.signal?.aborted===!0)throw new qt;return new Promise((i,n)=>{let o=Date.now(),s=ne(t),c=s.path??`${s.host??""}:${s.port}`;yt("dialing %j",s);let a=eo.default.connect(s),p=g=>{g.message=`connection error ${c}: ${g.message}`,this.metrics?.dialerEvents.increment({error:!0}),w(g)},u=()=>{yt("connection timeout %s",c),this.metrics?.dialerEvents.increment({timeout:!0});let g=new l(`connection timeout after ${Date.now()-o}ms`,"ERR_CONNECT_TIMEOUT");a.emit("error",g)},d=()=>{yt("connection opened %j",s),this.metrics?.dialerEvents.increment({connect:!0}),w()},h=()=>{yt("connection aborted %j",s),this.metrics?.dialerEvents.increment({abort:!0}),a.destroy(),w(new qt)},w=g=>{if(a.removeListener("error",p),a.removeListener("timeout",u),a.removeListener("connect",d),e.signal!=null&&e.signal.removeEventListener("abort",h),g!=null){n(g);return}i(a)};a.on("error",p),a.on("timeout",u),a.on("connect",d),e.signal!=null&&e.signal.addEventListener("abort",h)})}createListener(t){return new tr({...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})}filter(t){return t=Array.isArray(t)?t:[t],t.filter(e=>e.protoCodes().includes(290)?!1:e.protoCodes().includes(400)?!0:St.matches(e.decapsulateCode(421)))}};function ro(r={}){return(t={})=>new bn(t,r)}var er=class{client;constructor(t){this.client=t}async put(t,e){if(!(t instanceof Uint8Array))throw new l("invalid key received","ERR_INVALID_KEY");if(!(e instanceof Uint8Array))throw new l("value received is not a Uint8Array","ERR_INVALID_VALUE");let i=await this.client.send({type:S.Type.DHT,dht:{type:et.Type.PUT_VALUE,key:t,value:e}}),n=await i.read();if(n==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let o=b.decode(n);if(await i.close(),o.type!==b.Type.OK)throw new l(o.error?.msg??"DHT put failed","ERR_DHT_PUT_FAILED")}async get(t){if(!(t instanceof Uint8Array))throw new l("invalid key received","ERR_INVALID_KEY");let e=await this.client.send({type:S.Type.DHT,dht:{type:et.Type.GET_VALUE,key:t}}),i=await e.read();if(i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let n=b.decode(i);if(await e.close(),n.type!==b.Type.OK)throw new l(n.error?.msg??"DHT get failed","ERR_DHT_GET_FAILED");if(n.dht==null||n.dht.value==null)throw new l("Invalid DHT get response","ERR_DHT_GET_FAILED");return n.dht.value}async findPeer(t){if(!jt(t))throw new l("invalid peer id received","ERR_INVALID_PEER_ID");let e=await this.client.send({type:S.Type.DHT,dht:{type:et.Type.FIND_PEER,peer:t.toBytes()}}),i=await e.read();if(i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let n=b.decode(i);if(await e.close(),n.type!==b.Type.OK)throw new l(n.error?.msg??"DHT find peer failed","ERR_DHT_FIND_PEER_FAILED");if(n.dht==null||n.dht.peer==null||n.dht.peer.addrs==null)throw new l("Invalid response","ERR_DHT_FIND_PEER_FAILED");return{id:ut(n.dht.peer.id),multiaddrs:n.dht.peer.addrs.map(o=>V(o)),protocols:[]}}async provide(t){if(t==null||H.asCID(t)==null)throw new l("invalid cid received","ERR_INVALID_CID");let e=await this.client.send({type:S.Type.DHT,dht:{type:et.Type.PROVIDE,cid:t.bytes}}),i=await e.read();if(i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let n=b.decode(i);if(await e.close(),n.type!==b.Type.OK)throw new l(n.error?.msg??"DHT provide failed","ERR_DHT_PROVIDE_FAILED")}async*findProviders(t,e=1){if(t==null||H.asCID(t)==null)throw new l("invalid cid received","ERR_INVALID_CID");let i=await this.client.send({type:S.Type.DHT,dht:{type:et.Type.FIND_PROVIDERS,cid:t.bytes,count:e}}),n=await i.read();if(n==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let o=b.decode(n);if(o.type!==b.Type.OK)throw await i.close(),new l(o.error?.msg??"DHT find providers failed","ERR_DHT_FIND_PROVIDERS_FAILED");for(;;){if(n=await i.read(),n==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let s=ct.decode(n);if(s.type===ct.Type.END){await i.close();return}if(s.type===ct.Type.VALUE&&s.peer!=null&&s.peer?.addrs!=null)yield{id:ut(s.peer.id),multiaddrs:s.peer.addrs.map(c=>V(c)),protocols:[]};else throw await i.close(),new l("unexpected message received","ERR_UNEXPECTED_MESSAGE_RECEIVED")}}async*getClosestPeers(t){if(!(t instanceof Uint8Array))throw new l("invalid key received","ERR_INVALID_KEY");let e=await this.client.send({type:S.Type.DHT,dht:{type:et.Type.GET_CLOSEST_PEERS,key:t}}),i=await e.read();if(i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let n=b.decode(i);if(n.type!==b.Type.OK)throw await e.close(),new l(n.error?.msg??"DHT find providers failed","ERR_DHT_FIND_PROVIDERS_FAILED");for(;;){if(i=await e.read(),i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let o=ct.decode(i);if(o.type===ct.Type.END){await e.close();return}if(o.type===ct.Type.VALUE&&o.value!=null)yield{id:ut(o.value),multiaddrs:[],protocols:[]};else throw await e.close(),new l("unexpected message received","ERR_UNEXPECTED_MESSAGE_RECEIVED")}}async getPublicKey(t){if(!jt(t))throw new l("invalid peer id received","ERR_INVALID_PEER_ID");let e=await this.client.send({type:S.Type.DHT,dht:{type:et.Type.GET_PUBLIC_KEY,peer:t.toBytes()}}),i=await e.read();if(i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let n=b.decode(i);if(await e.close(),n.type!==b.Type.OK)throw new l(n.error?.msg??"DHT get public key failed","ERR_DHT_GET_PUBLIC_KEY_FAILED");if(n.dht==null)throw new l("Invalid response","ERR_DHT_GET_PUBLIC_KEY_FAILED");return n.dht.value}};var rr=class{client;constructor(t){this.client=t}async getTopics(){let t=await this.client.send({type:S.Type.PUBSUB,pubsub:{type:mt.Type.GET_TOPICS}}),e=await t.read();if(e==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let i=b.decode(e);if(await t.close(),i.type!==b.Type.OK)throw new l(i.error?.msg??"Pubsub get topics failed","ERR_PUBSUB_GET_TOPICS_FAILED");if(i.pubsub==null||i.pubsub.topics==null)throw new l("Invalid response","ERR_PUBSUB_GET_TOPICS_FAILED");return i.pubsub.topics}async publish(t,e){if(typeof t!="string")throw new l("invalid topic received","ERR_INVALID_TOPIC");if(!(e instanceof Uint8Array))throw new l("data received is not a Uint8Array","ERR_INVALID_DATA");let i=await this.client.send({type:S.Type.PUBSUB,pubsub:{type:mt.Type.PUBLISH,topic:t,data:e}}),n=await i.read();if(n==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let o=b.decode(n);if(await i.close(),o.type!==b.Type.OK)throw new l(o.error?.msg??"Pubsub publish failed","ERR_PUBSUB_PUBLISH_FAILED")}async subscribe(t){if(typeof t!="string")throw new l("invalid topic received","ERR_INVALID_TOPIC");let e=await this.client.send({type:S.Type.PUBSUB,pubsub:{type:mt.Type.SUBSCRIBE,topic:t}}),i=await e.read();if(i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let n=b.decode(i);if(n.type!==b.Type.OK)throw new l(n.error?.msg??"Pubsub publish failed","ERR_PUBSUB_PUBLISH_FAILED");let o=!0;return{async*messages(){for(;o;){if(i=await e.read(),i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");yield Le.decode(i)}},async cancel(){o=!1,await e.close()}}}async getSubscribers(t){if(typeof t!="string")throw new l("invalid topic received","ERR_INVALID_TOPIC");let e=await this.client.send({type:S.Type.PUBSUB,pubsub:{type:mt.Type.LIST_PEERS,topic:t}}),i=await e.read();if(i==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let n=b.decode(i);if(await e.close(),n.type!==b.Type.OK)throw new l(n.error?.msg??"Pubsub get subscribers failed","ERR_PUBSUB_GET_SUBSCRIBERS_FAILED");if(n.pubsub==null||n.pubsub.topics==null)throw new l("Invalid response","ERR_PUBSUB_GET_SUBSCRIBERS_FAILED");return n.pubsub.peerIDs.map(o=>ut(o))}};var wn=rt("libp2p:daemon-client"),xn=class{multiaddr;dht;pubsub;tcp;constructor(t){this.multiaddr=t,this.tcp=ro()(),this.dht=new er(this),this.pubsub=new rr(this)}async connectDaemon(){return this.tcp.dial(this.multiaddr,{upgrader:Wr})}async send(t){let e=await this.connectDaemon(),i=t.pubsub?.type??t.dht?.type??t.peerStore?.type??"";wn("send",t.type,i);let n=new fe({stream:e});return n.write(S.encode(t)),n}async connect(t,e){if(!jt(t))throw new l("invalid peer id received","ERR_INVALID_PEER_ID");if(!Array.isArray(e))throw new l("addrs received are not in an array","ERR_INVALID_ADDRS_TYPE");e.forEach(s=>{if(!sn(s))throw new l("received an address that is not a multiaddr","ERR_NO_MULTIADDR_RECEIVED")});let i=await this.send({type:S.Type.CONNECT,connect:{peer:t.toBytes(),addrs:e.map(s=>s.bytes)}}),n=await i.read();if(n==null)throw new l("unspecified","ERR_CONNECT_FAILED");let o=b.decode(n);if(o.type!==b.Type.OK){let s=o.error??{msg:"unspecified"};throw new l(s.msg??"unspecified","ERR_CONNECT_FAILED")}await i.close()}async identify(){let t=await this.send({type:S.Type.IDENTIFY}),e=await t.read();if(e==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let i=b.decode(e);if(i.type!==b.Type.OK)throw new l(i.error?.msg??"Identify failed","ERR_IDENTIFY_FAILED");if(i.identify==null||i.identify.addrs==null)throw new l("Invalid response","ERR_IDENTIFY_FAILED");let n=ut(i.identify?.id),o=i.identify.addrs.map(s=>V(s));return await t.close(),{peerId:n,addrs:o}}async listPeers(){let t=await this.send({type:S.Type.LIST_PEERS}),e=await t.read();if(e==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let i=b.decode(e);if(i.type!==b.Type.OK)throw new l(i.error?.msg??"List peers failed","ERR_LIST_PEERS_FAILED");return await t.close(),i.peers.map(n=>ut(n.id))}async openStream(t,e){if(!jt(t))throw new l("invalid peer id received","ERR_INVALID_PEER_ID");if(typeof e!="string")throw new l("invalid protocol received","ERR_INVALID_PROTOCOL");let i=await this.send({type:S.Type.STREAM_OPEN,streamOpen:{peer:t.toBytes(),proto:[e]}}),n=await i.read();if(n==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let o=b.decode(n);if(o.type!==b.Type.OK)throw await i.close(),new l(o.error?.msg??"Open stream failed","ERR_OPEN_STREAM_FAILED");return i.rest()}async registerStreamHandler(t,e){if(typeof t!="string")throw new l("invalid protocol received","ERR_INVALID_PROTOCOL");let i=this.tcp.createListener({upgrader:Wr,handler:a=>{Promise.resolve().then(async()=>{let p=new fe({stream:a}),u=await p.read();if(u==null)throw new l("Could not read open stream response","ERR_OPEN_STREAM_FAILED");if(Ht.decode(u).proto!==t)throw new l("Incorrect protocol","ERR_OPEN_STREAM_FAILED");await e(p.rest())}).finally(()=>{a.close().catch(p=>{wn.error(p)}),i.close().catch(p=>{wn.error(p)})})}});await i.listen(V("/ip4/127.0.0.1/tcp/0"));let n=i.getAddrs()[0];if(n==null)throw new l("Could not listen on port","ERR_REGISTER_STREAM_HANDLER_FAILED");let o=await this.send({type:S.Type.STREAM_HANDLER,streamHandler:{addr:n.bytes,proto:[t]}}),s=await o.read();if(s==null)throw new l("Empty response from remote","ERR_EMPTY_RESPONSE");let c=b.decode(s);if(await o.close(),c.type!==b.Type.OK)throw new l(c.error?.msg??"Register stream handler failed","ERR_REGISTER_STREAM_HANDLER_FAILED")}};function Jc(r){return new xn(r)}return ao(Qc);})();
|
|
4
|
+
`+i),r.push(n+"m+"+Oe.exports.humanize(this.diff)+"\x1B[0m")}else r[0]=Xs()+t+" "+r[0]}function Xs(){return O.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Ys(...r){return process.stderr.write(Pe.format(...r)+`
|
|
5
|
+
`)}function Js(r){r?process.env.DEBUG=r:delete process.env.DEBUG}function Qs(){return process.env.DEBUG}function Zs(r){r.inspectOpts={};let t=Object.keys(O.inspectOpts);for(let e=0;e<t.length;e++)r.inspectOpts[t[e]]=O.inspectOpts[t[e]]}Oe.exports=Br()(O);var{formatters:so}=Oe.exports;so.o=function(r){return this.inspectOpts.colors=this.useColors,Pe.inspect(r,this.inspectOpts).split(`
|
|
6
|
+
`).map(t=>t.trim()).join(" ")};so.O=function(r){return this.inspectOpts.colors=this.useColors,Pe.inspect(r,this.inspectOpts)}});var ao=G((Rl,Vr)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Vr.exports=eo():Vr.exports=co()});var wo=G((iu,yo)=>{"use strict";function go(r,t){for(let e in t)Object.defineProperty(r,e,{value:t[e],enumerable:!0,configurable:!0});return r}function sc(r,t,e){if(!r||typeof r=="string")throw new TypeError("Please pass an Error to err-code");e||(e={}),typeof t=="object"&&(e=t,t=""),t&&(e.code=t);try{return go(r,e)}catch{e.message=r.message,e.stack=r.stack;let n=function(){};return n.prototype=Object.create(Object.getPrototypeOf(r)),go(new n,e)}}yo.exports=sc});var je=G((Wf,Qo)=>{Qo.exports=r=>{if(r[Symbol.asyncIterator])return r;if(r.getReader)return async function*(){let t=r.getReader();try{for(;;){let{done:e,value:o}=await t.read();if(e)return;yield o}}finally{t.releaseLock()}}();throw new Error("unknown stream")}});var qo=G((Xf,Zo)=>{Zo.exports=function(t){if(t){if(typeof t[Symbol.iterator]=="function")return t[Symbol.iterator]();if(typeof t[Symbol.asyncIterator]=="function")return t[Symbol.asyncIterator]();if(typeof t.next=="function")return t}throw new Error("argument is not an iterator or iterable")}});var mn=G((Yf,jo)=>{var Vc=qo();jo.exports=r=>async t=>{t=Vc(t);let e=b=>{typeof b.return=="function"&&b.return()},o=null,n=null,i=b=>{o=b,n&&n(b),e(t)},s=null,c=!1,a=()=>{c=!0,s&&s()},h=null,l=!1,u=()=>{l=!0,h&&h()},p=null,y=()=>{p&&p()},g=()=>new Promise((b,L)=>{s=p=b,n=L,r.once("drain",y)}),x=()=>(e(t),new Promise((b,L)=>{if(c||l||o)return b();h=s=b,n=L})),A=()=>{r.removeListener("error",i),r.removeListener("close",a),r.removeListener("finish",u),r.removeListener("drain",y)};r.once("error",i),r.once("close",a),r.once("finish",u);try{for await(let b of t){if(!r.writable||r.destroyed||o)break;r.write(b)===!1&&await g()}}catch(b){o||r.destroy(),o=b}try{if(r.writable&&r.end(),await x(),o)throw o}finally{A()}}});var gn=G((Jf,ti)=>{var Gc=mn(),$c=je();ti.exports=r=>({sink:Gc(r),source:$c(r)})});var ri=G((Qf,ei)=>{var zc=gn();ei.exports=r=>async function*(t){let e=zc(r),o;if(e.sink(t).catch(n=>{o=n}),yield*e.source,o)throw o}});var ni=G((Zf,qt)=>{qt.exports=je();qt.exports.source=je();qt.exports.sink=mn();qt.exports.transform=ri();qt.exports.duplex=gn()});var ta={};W(ta,{createClient:()=>jc});var or=new Float32Array([-0]),mt=new Uint8Array(or.buffer);function Tn(r,t,e){or[0]=r,t[e]=mt[0],t[e+1]=mt[1],t[e+2]=mt[2],t[e+3]=mt[3]}function Sn(r,t){return mt[0]=r[t],mt[1]=r[t+1],mt[2]=r[t+2],mt[3]=r[t+3],or[0]}var ir=new Float64Array([-0]),U=new Uint8Array(ir.buffer);function vn(r,t,e){ir[0]=r,t[e]=U[0],t[e+1]=U[1],t[e+2]=U[2],t[e+3]=U[3],t[e+4]=U[4],t[e+5]=U[5],t[e+6]=U[6],t[e+7]=U[7]}function Rn(r,t){return U[0]=r[t],U[1]=r[t+1],U[2]=r[t+2],U[3]=r[t+3],U[4]=r[t+4],U[5]=r[t+5],U[6]=r[t+6],U[7]=r[t+7],ir[0]}var gi=BigInt(Number.MAX_SAFE_INTEGER),yi=BigInt(Number.MIN_SAFE_INTEGER),$=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,o=~this.hi>>>0;return e===0&&(o=o+1>>>0),-(e+o*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,o=~this.hi>>>0;return e===0&&(o=o+1>>>0),-(BigInt(e)+(BigInt(o)<<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,o=this.hi>>>24;return o===0?e===0?t<16384?t<128?1:2:t<2097152?3:4:e<16384?e<128?5:6:e<2097152?7:8:o<128?9:10}static fromBigInt(t){if(t===0n)return Ct;if(t<gi&&t>yi)return this.fromNumber(Number(t));let e=t<0n;e&&(t=-t);let o=t>>32n,n=t-(o<<32n);return e&&(o=~o|0n,n=~n|0n,++n>Dn&&(n=0n,++o>Dn&&(o=0n))),new r(Number(n),Number(o))}static fromNumber(t){if(t===0)return Ct;let e=t<0;e&&(t=-t);let o=t>>>0,n=(t-o)/4294967296>>>0;return e&&(n=~n>>>0,o=~o>>>0,++o>4294967295&&(o=0,++n>4294967295&&(n=0))),new r(o,n)}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):Ct}},Ct=new $(0,0);Ct.toBigInt=function(){return 0n};Ct.zzEncode=Ct.zzDecode=function(){return this};Ct.length=function(){return 1};var Dn=4294967296n;function Ln(r){let t=0,e=0;for(let o=0;o<r.length;++o)e=r.charCodeAt(o),e<128?t+=1:e<2048?t+=2:(e&64512)===55296&&(r.charCodeAt(o+1)&64512)===56320?(++o,t+=4):t+=3;return t}function _n(r,t,e){if(e-t<1)return"";let n,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&&((n??(n=[])).push(String.fromCharCode.apply(String,i)),s=0);return n!=null?(s>0&&n.push(String.fromCharCode.apply(String,i.slice(0,s))),n.join("")):String.fromCharCode.apply(String,i.slice(0,s))}function sr(r,t,e){let o=e,n,i;for(let s=0;s<r.length;++s)n=r.charCodeAt(s),n<128?t[e++]=n:n<2048?(t[e++]=n>>6|192,t[e++]=n&63|128):(n&64512)===55296&&((i=r.charCodeAt(s+1))&64512)===56320?(n=65536+((n&1023)<<10)+(i&1023),++s,t[e++]=n>>18|240,t[e++]=n>>12&63|128,t[e++]=n>>6&63|128,t[e++]=n&63|128):(t[e++]=n>>12|224,t[e++]=n>>6&63|128,t[e++]=n&63|128);return e-o}function ot(r,t){return RangeError(`index out of range: ${r.pos} + ${t??1} > ${r.len}`)}function pe(r,t){return(r[t-4]|r[t-3]<<8|r[t-2]<<16|r[t-1]<<24)>>>0}var cr=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,ot(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 ot(this,4);return pe(this.buf,this.pos+=4)}sfixed32(){if(this.pos+4>this.len)throw ot(this,4);return pe(this.buf,this.pos+=4)|0}float(){if(this.pos+4>this.len)throw ot(this,4);let t=Sn(this.buf,this.pos);return this.pos+=4,t}double(){if(this.pos+8>this.len)throw ot(this,4);let t=Rn(this.buf,this.pos);return this.pos+=8,t}bytes(){let t=this.uint32(),e=this.pos,o=this.pos+t;if(o>this.len)throw ot(this,t);return this.pos+=t,e===o?new Uint8Array(0):this.buf.subarray(e,o)}string(){let t=this.bytes();return _n(t,0,t.length)}skip(t){if(typeof t=="number"){if(this.pos+t>this.len)throw ot(this,t);this.pos+=t}else do if(this.pos>=this.len)throw ot(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 $(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 ot(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 ot(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 ot(this,8);let t=pe(this.buf,this.pos+=4),e=pe(this.buf,this.pos+=4);return new $(t,e)}int64(){return this.readLongVarint().toBigInt()}int64Number(){return this.readLongVarint().toNumber()}int64String(){return this.readLongVarint().toString()}uint64(){return this.readLongVarint().toBigInt(!0)}uint64Number(){return this.readLongVarint().toNumber(!0)}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 ar(r){return new cr(r instanceof Uint8Array?r:r.subarray())}function v(r,t){let e=ar(r);return t.decode(e)}function gt(r){return globalThis.Buffer!=null?new Uint8Array(r.buffer,r.byteOffset,r.byteLength):r}function dt(r=0){return globalThis.Buffer?.alloc!=null?gt(globalThis.Buffer.alloc(r)):new Uint8Array(r)}function k(r=0){return globalThis.Buffer?.allocUnsafe!=null?gt(globalThis.Buffer.allocUnsafe(r)):new Uint8Array(r)}var hr={};W(hr,{base10:()=>Ai});function wi(r,t){if(r.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),o=0;o<e.length;o++)e[o]=255;for(var n=0;n<r.length;n++){var i=r.charAt(n),s=i.charCodeAt(0);if(e[s]!==255)throw new TypeError(i+" is ambiguous");e[s]=n}var c=r.length,a=r.charAt(0),h=Math.log(c)/Math.log(256),l=Math.log(256)/Math.log(c);function u(g){if(g instanceof Uint8Array||(ArrayBuffer.isView(g)?g=new Uint8Array(g.buffer,g.byteOffset,g.byteLength):Array.isArray(g)&&(g=Uint8Array.from(g))),!(g instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(g.length===0)return"";for(var x=0,A=0,b=0,L=g.length;b!==L&&g[b]===0;)b++,x++;for(var J=(L-b)*l+1>>>0,P=new Uint8Array(J);b!==L;){for(var nt=g[b],Q=0,K=J-1;(nt!==0||Q<A)&&K!==-1;K--,Q++)nt+=256*P[K]>>>0,P[K]=nt%c>>>0,nt=nt/c>>>0;if(nt!==0)throw new Error("Non-zero carry");A=Q,b++}for(var Z=J-A;Z!==J&&P[Z]===0;)Z++;for(var Ut=a.repeat(x);Z<J;++Z)Ut+=r.charAt(P[Z]);return Ut}function p(g){if(typeof g!="string")throw new TypeError("Expected String");if(g.length===0)return new Uint8Array;var x=0;if(g[x]!==" "){for(var A=0,b=0;g[x]===a;)A++,x++;for(var L=(g.length-x)*h+1>>>0,J=new Uint8Array(L);g[x];){var P=e[g.charCodeAt(x)];if(P===255)return;for(var nt=0,Q=L-1;(P!==0||nt<b)&&Q!==-1;Q--,nt++)P+=c*J[Q]>>>0,J[Q]=P%256>>>0,P=P/256>>>0;if(P!==0)throw new Error("Non-zero carry");b=nt,x++}if(g[x]!==" "){for(var K=L-b;K!==L&&J[K]===0;)K++;for(var Z=new Uint8Array(A+(L-K)),Ut=A;K!==L;)Z[Ut++]=J[K++];return Z}}}function y(g){var x=p(g);if(x)return x;throw new Error(`Non-${t} character`)}return{encode:u,decodeUnsafe:p,decode:y}}var bi=wi,Ei=bi,Pn=Ei;var ha=new Uint8Array(0);var On=(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},q=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")};var Un=r=>new TextEncoder().encode(r),kn=r=>new TextDecoder().decode(r);var lr=class{constructor(t,e,o){this.name=t,this.prefix=e,this.baseEncode=o}encode(t){if(t instanceof Uint8Array)return`${this.prefix}${this.baseEncode(t)}`;throw Error("Unknown type, must be binary type")}},ur=class{constructor(t,e,o){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=o}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 Bn(this,t)}},dr=class{constructor(t){this.decoders=t}or(t){return Bn(this,t)}decode(t){let e=t[0],o=this.decoders[e];if(o)return o.decode(t);throw RangeError(`Unable to decode multibase string ${JSON.stringify(t)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},Bn=(r,t)=>new dr({...r.decoders||{[r.prefix]:r},...t.decoders||{[t.prefix]:t}}),fr=class{constructor(t,e,o,n){this.name=t,this.prefix=e,this.baseEncode=o,this.baseDecode=n,this.encoder=new lr(t,e,o),this.decoder=new ur(t,e,n)}encode(t){return this.encoder.encode(t)}decode(t){return this.decoder.decode(t)}},kt=({name:r,prefix:t,encode:e,decode:o})=>new fr(r,t,e,o),yt=({prefix:r,name:t,alphabet:e})=>{let{encode:o,decode:n}=Pn(e,t);return kt({prefix:r,name:t,encode:o,decode:i=>q(n(i))})},xi=(r,t,e,o)=>{let n={};for(let l=0;l<t.length;++l)n[t[l]]=l;let i=r.length;for(;r[i-1]==="=";)--i;let s=new Uint8Array(i*e/8|0),c=0,a=0,h=0;for(let l=0;l<i;++l){let u=n[r[l]];if(u===void 0)throw new SyntaxError(`Non-${o} character`);a=a<<e|u,c+=e,c>=8&&(c-=8,s[h++]=255&a>>c)}if(c>=e||255&a<<8-c)throw new SyntaxError("Unexpected end of data");return s},Ii=(r,t,e)=>{let o=t[t.length-1]==="=",n=(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[n&c>>s];if(s&&(i+=t[n&c<<e-s]),o)for(;i.length*e&7;)i+="=";return i},C=({name:r,prefix:t,bitsPerChar:e,alphabet:o})=>kt({prefix:t,name:r,encode(n){return Ii(n,o,e)},decode(n){return xi(n,o,e,r)}});var Ai=yt({prefix:"9",name:"base10",alphabet:"0123456789"});var pr={};W(pr,{base16:()=>Ci,base16upper:()=>Ti});var Ci=C({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),Ti=C({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});var mr={};W(mr,{base2:()=>Si});var Si=C({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});var gr={};W(gr,{base256emoji:()=>_i});var Mn=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}"),vi=Mn.reduce((r,t,e)=>(r[e]=t,r),[]),Ri=Mn.reduce((r,t,e)=>(r[t.codePointAt(0)]=e,r),[]);function Di(r){return r.reduce((t,e)=>(t+=vi[e],t),"")}function Li(r){let t=[];for(let e of r){let o=Ri[e.codePointAt(0)];if(o===void 0)throw new Error(`Non-base256emoji character: ${e}`);t.push(o)}return new Uint8Array(t)}var _i=kt({prefix:"\u{1F680}",name:"base256emoji",encode:Di,decode:Li});var yr={};W(yr,{base32:()=>it,base32hex:()=>Ui,base32hexpad:()=>Fi,base32hexpadupper:()=>Bi,base32hexupper:()=>ki,base32pad:()=>Pi,base32padupper:()=>Oi,base32upper:()=>Ni,base32z:()=>Mi});var it=C({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Ni=C({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Pi=C({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),Oi=C({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Ui=C({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),ki=C({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Fi=C({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Bi=C({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Mi=C({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var wr={};W(wr,{base36:()=>Vi,base36upper:()=>Gi});var Vi=yt({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Gi=yt({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});var br={};W(br,{base58btc:()=>_,base58flickr:()=>$i});var _=yt({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),$i=yt({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var xr={};W(xr,{base64:()=>Er,base64pad:()=>zi,base64url:()=>Hi,base64urlpad:()=>Ki});var Er=C({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),zi=C({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Hi=C({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),Ki=C({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});var Ir={};W(Ir,{base8:()=>Wi});var Wi=C({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});var Ar={};W(Ar,{identity:()=>Xi});var Xi=kt({prefix:"\0",name:"identity",encode:r=>kn(r),decode:r=>Un(r)});var Ra=new TextEncoder,Da=new TextDecoder;var Tr={};W(Tr,{identity:()=>ge});var Qi=$n,Vn=128,Zi=127,qi=~Zi,ji=Math.pow(2,31);function $n(r,t,e){t=t||[],e=e||0;for(var o=e;r>=ji;)t[e++]=r&255|Vn,r/=128;for(;r&qi;)t[e++]=r&255|Vn,r>>>=7;return t[e]=r|0,$n.bytes=e-o+1,t}var ts=Cr,es=128,Gn=127;function Cr(r,o){var e=0,o=o||0,n=0,i=o,s,c=r.length;do{if(i>=c)throw Cr.bytes=0,new RangeError("Could not decode varint");s=r[i++],e+=n<28?(s&Gn)<<n:(s&Gn)*Math.pow(2,n),n+=7}while(s>=es);return Cr.bytes=i-o,e}var rs=Math.pow(2,7),ns=Math.pow(2,14),os=Math.pow(2,21),is=Math.pow(2,28),ss=Math.pow(2,35),cs=Math.pow(2,42),as=Math.pow(2,49),ls=Math.pow(2,56),us=Math.pow(2,63),ds=function(r){return r<rs?1:r<ns?2:r<os?3:r<is?4:r<ss?5:r<cs?6:r<as?7:r<ls?8:r<us?9:10},fs={encode:Qi,decode:ts,encodingLength:ds},hs=fs,te=hs;var ee=(r,t=0)=>[te.decode(r,t),te.decode.bytes],Ft=(r,t,e=0)=>(te.encode(r,t,e),t),Bt=r=>te.encodingLength(r);var wt=(r,t)=>{let e=t.byteLength,o=Bt(r),n=o+Bt(e),i=new Uint8Array(n+e);return Ft(r,i,0),Ft(e,i,o),i.set(t,n),new Mt(r,e,t,i)},Tt=r=>{let t=q(r),[e,o]=ee(t),[n,i]=ee(t.subarray(o)),s=t.subarray(o+i);if(s.byteLength!==n)throw new Error("Incorrect length");return new Mt(e,n,s,t)},zn=(r,t)=>{if(r===t)return!0;{let e=t;return r.code===e.code&&r.size===e.size&&e.bytes instanceof Uint8Array&&On(r.bytes,e.bytes)}},Mt=class{constructor(t,e,o,n){this.code=t,this.size=e,this.digest=o,this.bytes=n}};var Hn=0,ps="identity",Kn=q,ms=r=>wt(Hn,Kn(r)),ge={code:Hn,name:ps,encode:Kn,digest:ms};var Dr={};W(Dr,{sha256:()=>ye,sha512:()=>gs});var Rr=pt(ut("crypto"),1);var vr=({name:r,code:t,encode:e})=>new Sr(r,t,e),Sr=class{constructor(t,e,o){this.name=t,this.code=e,this.encode=o}digest(t){if(t instanceof Uint8Array){let e=this.encode(t);return e instanceof Uint8Array?wt(this.code,e):e.then(o=>wt(this.code,o))}else throw Error("Unknown type, must be binary type")}};var ye=vr({name:"sha2-256",code:18,encode:r=>q(Rr.default.createHash("sha256").update(r).digest())}),gs=vr({name:"sha2-512",code:19,encode:r=>q(Rr.default.createHash("sha512").update(r).digest())});var Xn=(r,t)=>{let{bytes:e,version:o}=r;switch(o){case 0:return ws(e,Lr(r),t||_.encoder);default:return bs(e,Lr(r),t||it.encoder)}};var Yn=new WeakMap,Lr=r=>{let t=Yn.get(r);if(t==null){let e=new Map;return Yn.set(r,e),e}return t},z=class r{constructor(t,e,o,n){this.code=e,this.version=t,this.multihash=o,this.bytes=n,this["/"]=n}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!==re)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(e.code!==Es)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,o=wt(t,e);return r.createV1(this.code,o)}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 o=e;return o&&t.code===o.code&&t.version===o.version&&zn(t.multihash,o.multihash)}toString(t){return Xn(this,t)}toJSON(){return{"/":Xn(this)}}link(){return this}get[Symbol.toStringTag](){return"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:o,code:n,multihash:i,bytes:s}=e;return new r(o,n,i,s||Jn(o,n,i.bytes))}else if(e[xs]===!0){let{version:o,multihash:n,code:i}=e,s=Tt(n);return r.create(o,i,s)}else return null}static create(t,e,o){if(typeof e!="number")throw new Error("String codecs are no longer supported");if(!(o.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(t){case 0:{if(e!==re)throw new Error(`Version 0 CID must use dag-pb (code: ${re}) block encoding`);return new r(t,e,o,o.bytes)}case 1:{let n=Jn(t,e,o.bytes);return new r(t,e,o,n)}default:throw new Error("Invalid version")}}static createV0(t){return r.create(0,re,t)}static createV1(t,e){return r.create(1,t,e)}static decode(t){let[e,o]=r.decodeFirst(t);if(o.length)throw new Error("Incorrect length");return e}static decodeFirst(t){let e=r.inspectBytes(t),o=e.size-e.multihashSize,n=q(t.subarray(o,o+e.multihashSize));if(n.byteLength!==e.multihashSize)throw new Error("Incorrect length");let i=n.subarray(e.multihashSize-e.digestSize),s=new Mt(e.multihashCode,e.digestSize,i,n);return[e.version===0?r.createV0(s):r.createV1(e.codec,s),t.subarray(e.size)]}static inspectBytes(t){let e=0,o=()=>{let[u,p]=ee(t.subarray(e));return e+=p,u},n=o(),i=re;if(n===18?(n=0,e=0):i=o(),n!==0&&n!==1)throw new RangeError(`Invalid CID version ${n}`);let s=e,c=o(),a=o(),h=e+a,l=h-s;return{version:n,codec:i,multihashCode:c,digestSize:a,multihashSize:l,size:h}}static parse(t,e){let[o,n]=ys(t,e),i=r.decode(n);if(i.version===0&&t[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return Lr(i).set(o,t),i}},ys=(r,t)=>{switch(r[0]){case"Q":{let e=t||_;return[_.prefix,e.decode(`${_.prefix}${r}`)]}case _.prefix:{let e=t||_;return[_.prefix,e.decode(r)]}case it.prefix:{let e=t||it;return[it.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)]}}},ws=(r,t,e)=>{let{prefix:o}=e;if(o!==_.prefix)throw Error(`Cannot string encode V0 in ${e.name} encoding`);let n=t.get(o);if(n==null){let i=e.encode(r).slice(1);return t.set(o,i),i}else return n},bs=(r,t,e)=>{let{prefix:o}=e,n=t.get(o);if(n==null){let i=e.encode(r);return t.set(o,i),i}else return n},re=112,Es=18,Jn=(r,t,e)=>{let o=Bt(r),n=o+Bt(t),i=new Uint8Array(n+e.byteLength);return Ft(r,i,0),Ft(t,i,o),i.set(e,n),i},xs=Symbol.for("@ipld/js-cid/CID");var bt={...Ar,...mr,...Ir,...hr,...pr,...yr,...wr,...br,...xr,...gr},Wa={...Dr,...Tr};function Zn(r,t,e,o){return{name:r,prefix:t,encoder:{name:r,prefix:t,encode:e},decoder:{decode:o}}}var Qn=Zn("utf8","u",r=>"u"+new TextDecoder("utf8").decode(r),r=>new TextEncoder().encode(r.substring(1))),_r=Zn("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=k(r.length);for(let e=0;e<r.length;e++)t[e]=r.charCodeAt(e);return t}),Is={utf8:Qn,"utf-8":Qn,hex:bt.base16,latin1:_r,ascii:_r,binary:_r,...bt},we=Is;function ne(r,t="utf8"){let e=we[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?gt(globalThis.Buffer.from(r,"utf-8")):e.decoder.decode(`${e.prefix}${r}`)}function Nr(r){let t=r??8192,e=t>>>1,o,n=t;return function(s){if(s<1||s>e)return k(s);n+s>t&&(o=k(t),n=0);let c=o.subarray(n,n+=s);return n&7&&(n=(n|7)+1),c}}var vt=class{fn;len;next;val;constructor(t,e,o){this.fn=t,this.len=e,this.next=void 0,this.val=o}};function Pr(){}var Ur=class{head;tail;len;next;constructor(t){this.head=t.head,this.tail=t.tail,this.len=t.len,this.next=t.states}},As=Nr();function Cs(r){return globalThis.Buffer!=null?k(r):As(r)}var se=class{len;head;tail;states;constructor(){this.len=0,this.head=new vt(Pr,0,0),this.tail=this.head,this.states=null}_push(t,e,o){return this.tail=this.tail.next=new vt(t,e,o),this.len+=e,this}uint32(t){return this.len+=(this.tail=this.tail.next=new kr((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(oe,10,$.fromNumber(t)):this.uint32(t)}sint32(t){return this.uint32((t<<1^t>>31)>>>0)}uint64(t){let e=$.fromBigInt(t);return this._push(oe,e.length(),e)}uint64Number(t){let e=$.fromNumber(t);return this._push(oe,e.length(),e)}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=$.fromBigInt(t).zzEncode();return this._push(oe,e.length(),e)}sint64Number(t){let e=$.fromNumber(t).zzEncode();return this._push(oe,e.length(),e)}sint64String(t){return this.sint64(BigInt(t))}bool(t){return this._push(Or,1,t?1:0)}fixed32(t){return this._push(ie,4,t>>>0)}sfixed32(t){return this.fixed32(t)}fixed64(t){let e=$.fromBigInt(t);return this._push(ie,4,e.lo)._push(ie,4,e.hi)}fixed64Number(t){let e=$.fromNumber(t);return this._push(ie,4,e.lo)._push(ie,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(Tn,4,t)}double(t){return this._push(vn,8,t)}bytes(t){let e=t.length>>>0;return e===0?this._push(Or,1,0):this.uint32(e)._push(Ss,e,t)}string(t){let e=Ln(t);return e!==0?this.uint32(e)._push(sr,e,t):this._push(Or,1,0)}fork(){return this.states=new Ur(this),this.head=this.tail=new vt(Pr,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 vt(Pr,0,0),this.len=0),this}ldelim(){let t=this.head,e=this.tail,o=this.len;return this.reset().uint32(o),o!==0&&(this.tail.next=t.next,this.tail=e,this.len+=o),this}finish(){let t=this.head.next,e=Cs(this.len),o=0;for(;t!=null;)t.fn(t.val,e,o),o+=t.len,t=t.next;return e}};function Or(r,t,e){t[e]=r&255}function Ts(r,t,e){for(;r>127;)t[e++]=r&127|128,r>>>=7;t[e]=r}var kr=class extends vt{next;constructor(t,e){super(Ts,t,e),this.next=void 0}};function oe(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 ie(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 Ss(r,t,e){t.set(r,e)}globalThis.Buffer!=null&&(se.prototype.bytes=function(r){let t=r.length>>>0;return this.uint32(t),t>0&&this._push(vs,t,r),this},se.prototype.string=function(r){let t=globalThis.Buffer.byteLength(r);return this.uint32(t),t>0&&this._push(Rs,t,r),this});function vs(r,t,e){t.set(r,e)}function Rs(r,t,e){r.length<40?sr(r,t,e):t.utf8Write!=null?t.utf8Write(r,e):t.set(ne(r),e)}function Fr(){return new se}function R(r,t){let e=Fr();return t.encode(r,e,{lengthDelimited:!1}),e.finish()}var Vt;(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"})(Vt||(Vt={}));function be(r,t,e,o){return{name:r,type:t,encode:e,decode:o}}function ft(r){function t(n){if(r[n.toString()]==null)throw new Error("Invalid enum value");return r[n]}let e=function(i,s){let c=t(i);s.int32(c)},o=function(i){let s=i.int32();return t(s)};return be("enum",Vt.VARINT,e,o)}function D(r,t){return be("message",Vt.LENGTH_DELIMITED,r,t)}var T;(function(r){let t;(function(n){n.IDENTIFY="IDENTIFY",n.CONNECT="CONNECT",n.STREAM_OPEN="STREAM_OPEN",n.STREAM_HANDLER="STREAM_HANDLER",n.DHT="DHT",n.LIST_PEERS="LIST_PEERS",n.CONNMANAGER="CONNMANAGER",n.DISCONNECT="DISCONNECT",n.PUBSUB="PUBSUB",n.PEERSTORE="PEERSTORE"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.IDENTIFY=0]="IDENTIFY",n[n.CONNECT=1]="CONNECT",n[n.STREAM_OPEN=2]="STREAM_OPEN",n[n.STREAM_HANDLER=3]="STREAM_HANDLER",n[n.DHT=4]="DHT",n[n.LIST_PEERS=5]="LIST_PEERS",n[n.CONNMANAGER=6]="CONNMANAGER",n[n.DISCONNECT=7]="DISCONNECT",n[n.PUBSUB=8]="PUBSUB",n[n.PEERSTORE=9]="PEERSTORE"})(e||(e={})),function(n){n.codec=()=>ft(e)}(t=r.Type||(r.Type={}));let o;r.codec=()=>(o==null&&(o=D((n,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),n.type!=null&&(i.uint32(8),r.Type.codec().encode(n.type,i)),n.connect!=null&&(i.uint32(18),xe.codec().encode(n.connect,i)),n.streamOpen!=null&&(i.uint32(26),Ie.codec().encode(n.streamOpen,i)),n.streamHandler!=null&&(i.uint32(34),Ae.codec().encode(n.streamHandler,i)),n.dht!=null&&(i.uint32(42),j.codec().encode(n.dht,i)),n.connManager!=null&&(i.uint32(50),Te.codec().encode(n.connManager,i)),n.disconnect!=null&&(i.uint32(58),Se.codec().encode(n.disconnect,i)),n.pubsub!=null&&(i.uint32(66),ht.codec().encode(n.pubsub,i)),n.peerStore!=null&&(i.uint32(74),De.codec().encode(n.peerStore,i)),s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={},c=i==null?n.len:n.pos+i;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.connect=xe.codec().decode(n,n.uint32());break;case 3:s.streamOpen=Ie.codec().decode(n,n.uint32());break;case 4:s.streamHandler=Ae.codec().decode(n,n.uint32());break;case 5:s.dht=j.codec().decode(n,n.uint32());break;case 6:s.connManager=Te.codec().decode(n,n.uint32());break;case 7:s.disconnect=Se.codec().decode(n,n.uint32());break;case 8:s.pubsub=ht.codec().decode(n,n.uint32());break;case 9:s.peerStore=De.codec().decode(n,n.uint32());break;default:n.skipType(a&7);break}}return s})),o),r.encode=n=>R(n,r.codec()),r.decode=n=>v(n,r.codec())})(T||(T={}));var w;(function(r){let t;(function(n){n.OK="OK",n.ERROR="ERROR"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.OK=0]="OK",n[n.ERROR=1]="ERROR"})(e||(e={})),function(n){n.codec=()=>ft(e)}(t=r.Type||(r.Type={}));let o;r.codec=()=>(o==null&&(o=D((n,i,s={})=>{if(s.lengthDelimited!==!1&&i.fork(),n.type!=null&&(i.uint32(8),r.Type.codec().encode(n.type,i)),n.error!=null&&(i.uint32(18),Ce.codec().encode(n.error,i)),n.streamInfo!=null&&(i.uint32(26),Gt.codec().encode(n.streamInfo,i)),n.identify!=null&&(i.uint32(34),Ee.codec().encode(n.identify,i)),n.dht!=null&&(i.uint32(42),st.codec().encode(n.dht,i)),n.peers!=null)for(let c of n.peers)i.uint32(50),Et.codec().encode(c,i);n.pubsub!=null&&(i.uint32(58),Re.codec().encode(n.pubsub,i)),n.peerStore!=null&&(i.uint32(66),Le.codec().encode(n.peerStore,i)),s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={peers:[]},c=i==null?n.len:n.pos+i;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.error=Ce.codec().decode(n,n.uint32());break;case 3:s.streamInfo=Gt.codec().decode(n,n.uint32());break;case 4:s.identify=Ee.codec().decode(n,n.uint32());break;case 5:s.dht=st.codec().decode(n,n.uint32());break;case 6:s.peers.push(Et.codec().decode(n,n.uint32()));break;case 7:s.pubsub=Re.codec().decode(n,n.uint32());break;case 8:s.peerStore=Le.codec().decode(n,n.uint32());break;default:n.skipType(a&7);break}}return s})),o),r.encode=n=>R(n,r.codec()),r.decode=n=>v(n,r.codec())})(w||(w={}));var Ee;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.id!=null&&e.id.byteLength>0&&(o.uint32(10),o.bytes(e.id)),e.addrs!=null)for(let i of e.addrs)o.uint32(18),o.bytes(i);n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={id:new Uint8Array(0),addrs:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.id=e.bytes();break;case 2:n.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Ee||(Ee={}));var xe;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.peer!=null&&e.peer.byteLength>0&&(o.uint32(10),o.bytes(e.peer)),e.addrs!=null)for(let i of e.addrs)o.uint32(18),o.bytes(i);e.timeout!=null&&(o.uint32(24),o.int64(e.timeout)),n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={peer:new Uint8Array(0),addrs:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;case 2:n.addrs.push(e.bytes());break;case 3:n.timeout=e.int64();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(xe||(xe={}));var Ie;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.peer!=null&&e.peer.byteLength>0&&(o.uint32(10),o.bytes(e.peer)),e.proto!=null)for(let i of e.proto)o.uint32(18),o.string(i);e.timeout!=null&&(o.uint32(24),o.int64(e.timeout)),n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={peer:new Uint8Array(0),proto:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;case 2:n.proto.push(e.string());break;case 3:n.timeout=e.int64();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Ie||(Ie={}));var Ae;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.addr!=null&&e.addr.byteLength>0&&(o.uint32(10),o.bytes(e.addr)),e.proto!=null)for(let i of e.proto)o.uint32(18),o.string(i);n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={addr:new Uint8Array(0),proto:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.addr=e.bytes();break;case 2:n.proto.push(e.string());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Ae||(Ae={}));var Ce;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{n.lengthDelimited!==!1&&o.fork(),e.msg!=null&&e.msg!==""&&(o.uint32(10),o.string(e.msg)),n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={msg:""},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.msg=e.string();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Ce||(Ce={}));var Gt;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{n.lengthDelimited!==!1&&o.fork(),e.peer!=null&&e.peer.byteLength>0&&(o.uint32(10),o.bytes(e.peer)),e.addr!=null&&e.addr.byteLength>0&&(o.uint32(18),o.bytes(e.addr)),e.proto!=null&&e.proto!==""&&(o.uint32(26),o.string(e.proto)),n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={peer:new Uint8Array(0),addr:new Uint8Array(0),proto:""},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;case 2:n.addr=e.bytes();break;case 3:n.proto=e.string();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Gt||(Gt={}));var j;(function(r){let t;(function(n){n.FIND_PEER="FIND_PEER",n.FIND_PEERS_CONNECTED_TO_PEER="FIND_PEERS_CONNECTED_TO_PEER",n.FIND_PROVIDERS="FIND_PROVIDERS",n.GET_CLOSEST_PEERS="GET_CLOSEST_PEERS",n.GET_PUBLIC_KEY="GET_PUBLIC_KEY",n.GET_VALUE="GET_VALUE",n.SEARCH_VALUE="SEARCH_VALUE",n.PUT_VALUE="PUT_VALUE",n.PROVIDE="PROVIDE"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.FIND_PEER=0]="FIND_PEER",n[n.FIND_PEERS_CONNECTED_TO_PEER=1]="FIND_PEERS_CONNECTED_TO_PEER",n[n.FIND_PROVIDERS=2]="FIND_PROVIDERS",n[n.GET_CLOSEST_PEERS=3]="GET_CLOSEST_PEERS",n[n.GET_PUBLIC_KEY=4]="GET_PUBLIC_KEY",n[n.GET_VALUE=5]="GET_VALUE",n[n.SEARCH_VALUE=6]="SEARCH_VALUE",n[n.PUT_VALUE=7]="PUT_VALUE",n[n.PROVIDE=8]="PROVIDE"})(e||(e={})),function(n){n.codec=()=>ft(e)}(t=r.Type||(r.Type={}));let o;r.codec=()=>(o==null&&(o=D((n,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),n.type!=null&&(i.uint32(8),r.Type.codec().encode(n.type,i)),n.peer!=null&&(i.uint32(18),i.bytes(n.peer)),n.cid!=null&&(i.uint32(26),i.bytes(n.cid)),n.key!=null&&(i.uint32(34),i.bytes(n.key)),n.value!=null&&(i.uint32(42),i.bytes(n.value)),n.count!=null&&(i.uint32(48),i.int32(n.count)),n.timeout!=null&&(i.uint32(56),i.int64(n.timeout)),s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={},c=i==null?n.len:n.pos+i;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.peer=n.bytes();break;case 3:s.cid=n.bytes();break;case 4:s.key=n.bytes();break;case 5:s.value=n.bytes();break;case 6:s.count=n.int32();break;case 7:s.timeout=n.int64();break;default:n.skipType(a&7);break}}return s})),o),r.encode=n=>R(n,r.codec()),r.decode=n=>v(n,r.codec())})(j||(j={}));var st;(function(r){let t;(function(n){n.BEGIN="BEGIN",n.VALUE="VALUE",n.END="END"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.BEGIN=0]="BEGIN",n[n.VALUE=1]="VALUE",n[n.END=2]="END"})(e||(e={})),function(n){n.codec=()=>ft(e)}(t=r.Type||(r.Type={}));let o;r.codec=()=>(o==null&&(o=D((n,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),n.type!=null&&(i.uint32(8),r.Type.codec().encode(n.type,i)),n.peer!=null&&(i.uint32(18),Et.codec().encode(n.peer,i)),n.value!=null&&(i.uint32(26),i.bytes(n.value)),s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={},c=i==null?n.len:n.pos+i;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.peer=Et.codec().decode(n,n.uint32());break;case 3:s.value=n.bytes();break;default:n.skipType(a&7);break}}return s})),o),r.encode=n=>R(n,r.codec()),r.decode=n=>v(n,r.codec())})(st||(st={}));var Et;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.id!=null&&e.id.byteLength>0&&(o.uint32(10),o.bytes(e.id)),e.addrs!=null)for(let i of e.addrs)o.uint32(18),o.bytes(i);n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={id:new Uint8Array(0),addrs:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.id=e.bytes();break;case 2:n.addrs.push(e.bytes());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Et||(Et={}));var Te;(function(r){let t;(function(n){n.TAG_PEER="TAG_PEER",n.UNTAG_PEER="UNTAG_PEER",n.TRIM="TRIM"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.TAG_PEER=0]="TAG_PEER",n[n.UNTAG_PEER=1]="UNTAG_PEER",n[n.TRIM=2]="TRIM"})(e||(e={})),function(n){n.codec=()=>ft(e)}(t=r.Type||(r.Type={}));let o;r.codec=()=>(o==null&&(o=D((n,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),n.type!=null&&(i.uint32(8),r.Type.codec().encode(n.type,i)),n.peer!=null&&(i.uint32(18),i.bytes(n.peer)),n.tag!=null&&(i.uint32(26),i.string(n.tag)),n.weight!=null&&(i.uint32(32),i.int64(n.weight)),s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={},c=i==null?n.len:n.pos+i;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.peer=n.bytes();break;case 3:s.tag=n.string();break;case 4:s.weight=n.int64();break;default:n.skipType(a&7);break}}return s})),o),r.encode=n=>R(n,r.codec()),r.decode=n=>v(n,r.codec())})(Te||(Te={}));var Se;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{n.lengthDelimited!==!1&&o.fork(),e.peer!=null&&e.peer.byteLength>0&&(o.uint32(10),o.bytes(e.peer)),n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={peer:new Uint8Array(0)},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.peer=e.bytes();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Se||(Se={}));var ht;(function(r){let t;(function(n){n.GET_TOPICS="GET_TOPICS",n.LIST_PEERS="LIST_PEERS",n.PUBLISH="PUBLISH",n.SUBSCRIBE="SUBSCRIBE"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.GET_TOPICS=0]="GET_TOPICS",n[n.LIST_PEERS=1]="LIST_PEERS",n[n.PUBLISH=2]="PUBLISH",n[n.SUBSCRIBE=3]="SUBSCRIBE"})(e||(e={})),function(n){n.codec=()=>ft(e)}(t=r.Type||(r.Type={}));let o;r.codec=()=>(o==null&&(o=D((n,i,s={})=>{s.lengthDelimited!==!1&&i.fork(),n.type!=null&&(i.uint32(8),r.Type.codec().encode(n.type,i)),n.topic!=null&&(i.uint32(18),i.string(n.topic)),n.data!=null&&(i.uint32(26),i.bytes(n.data)),s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={},c=i==null?n.len:n.pos+i;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.topic=n.string();break;case 3:s.data=n.bytes();break;default:n.skipType(a&7);break}}return s})),o),r.encode=n=>R(n,r.codec()),r.decode=n=>v(n,r.codec())})(ht||(ht={}));var ve;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.from!=null&&(o.uint32(10),o.bytes(e.from)),e.data!=null&&(o.uint32(18),o.bytes(e.data)),e.seqno!=null&&(o.uint32(26),o.bytes(e.seqno)),e.topicIDs!=null)for(let i of e.topicIDs)o.uint32(34),o.string(i);e.signature!=null&&(o.uint32(42),o.bytes(e.signature)),e.key!=null&&(o.uint32(50),o.bytes(e.key)),n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={topicIDs:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.from=e.bytes();break;case 2:n.data=e.bytes();break;case 3:n.seqno=e.bytes();break;case 4:n.topicIDs.push(e.string());break;case 5:n.signature=e.bytes();break;case 6:n.key=e.bytes();break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(ve||(ve={}));var Re;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.topics!=null)for(let i of e.topics)o.uint32(10),o.string(i);if(e.peerIDs!=null)for(let i of e.peerIDs)o.uint32(18),o.bytes(i);n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={topics:[],peerIDs:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.topics.push(e.string());break;case 2:n.peerIDs.push(e.bytes());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Re||(Re={}));var De;(function(r){let t;(function(n){n.UNSPECIFIED="UNSPECIFIED",n.GET_PROTOCOLS="GET_PROTOCOLS",n.GET_PEER_INFO="GET_PEER_INFO"})(t=r.Type||(r.Type={}));let e;(function(n){n[n.UNSPECIFIED=0]="UNSPECIFIED",n[n.GET_PROTOCOLS=1]="GET_PROTOCOLS",n[n.GET_PEER_INFO=2]="GET_PEER_INFO"})(e||(e={})),function(n){n.codec=()=>ft(e)}(t=r.Type||(r.Type={}));let o;r.codec=()=>(o==null&&(o=D((n,i,s={})=>{if(s.lengthDelimited!==!1&&i.fork(),n.type!=null&&(i.uint32(8),r.Type.codec().encode(n.type,i)),n.id!=null&&(i.uint32(18),i.bytes(n.id)),n.protos!=null)for(let c of n.protos)i.uint32(26),i.string(c);s.lengthDelimited!==!1&&i.ldelim()},(n,i)=>{let s={protos:[]},c=i==null?n.len:n.pos+i;for(;n.pos<c;){let a=n.uint32();switch(a>>>3){case 1:s.type=r.Type.codec().decode(n);break;case 2:s.id=n.bytes();break;case 3:s.protos.push(n.string());break;default:n.skipType(a&7);break}}return s})),o),r.encode=n=>R(n,r.codec()),r.decode=n=>v(n,r.codec())})(De||(De={}));var Le;(function(r){let t;r.codec=()=>(t==null&&(t=D((e,o,n={})=>{if(n.lengthDelimited!==!1&&o.fork(),e.peer!=null&&(o.uint32(10),Et.codec().encode(e.peer,o)),e.protos!=null)for(let i of e.protos)o.uint32(18),o.string(i);n.lengthDelimited!==!1&&o.ldelim()},(e,o)=>{let n={protos:[]},i=o==null?e.len:e.pos+o;for(;e.pos<i;){let s=e.uint32();switch(s>>>3){case 1:n.peer=Et.codec().decode(e,e.uint32());break;case 2:n.protos.push(e.string());break;default:e.skipType(s&7);break}}return n})),t),r.encode=e=>R(e,r.codec()),r.decode=e=>v(e,r.codec())})(Le||(Le={}));var Y=pt(ao(),1);Y.default.formatters.b=r=>r==null?"undefined":_.baseEncode(r);Y.default.formatters.t=r=>r==null?"undefined":it.baseEncode(r);Y.default.formatters.m=r=>r==null?"undefined":Er.baseEncode(r);Y.default.formatters.p=r=>r==null?"undefined":r.toString();Y.default.formatters.c=r=>r==null?"undefined":r.toString();Y.default.formatters.k=r=>r==null?"undefined":r.toString();Y.default.formatters.a=r=>r==null?"undefined":r.toString();function qs(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 lo(){return{forComponent(r){return Dt(r)}}}function Dt(r){let t=qs(`${r}:trace`);return Y.default.enabled(`${r}:trace`)&&Y.default.names.map(e=>e.toString()).find(e=>e.includes(":trace"))!=null&&(t=(0,Y.default)(`${r}:trace`)),Object.assign((0,Y.default)(r),{error:(0,Y.default)(`${r}:error`),trace:t})}function tt(r,t){if(globalThis.Buffer!=null)return gt(globalThis.Buffer.concat(r,t));t==null&&(t=r.reduce((n,i)=>n+i.length,0));let e=k(t),o=0;for(let n of r)e.set(n,o),o+=n.length;return gt(e)}function Lt(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 fo=Symbol.for("@achingbrain/uint8arraylist");function uo(r,t){if(t==null||t<0)throw new RangeError("index is out of bounds");let e=0;for(let o of r){let n=e+o.byteLength;if(t<n)return{buf:o,index:t-e};e=n}throw new RangeError("index is out of bounds")}function Ue(r){return!!r?.[fo]}var et=class r{bufs;length;[fo]=!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 o of t)if(o instanceof Uint8Array)e+=o.byteLength,this.bufs.push(o);else if(Ue(o))e+=o.byteLength,this.bufs.push(...o.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 o of t.reverse())if(o instanceof Uint8Array)e+=o.byteLength,this.bufs.unshift(o);else if(Ue(o))e+=o.byteLength,this.bufs.unshift(...o.bufs);else throw new Error("Could not prepend value, must be an Uint8Array or a Uint8ArrayList");this.length+=e}get(t){let e=uo(this.bufs,t);return e.buf[e.index]}set(t,e){let o=uo(this.bufs,t);o.buf[o.index]=e}write(t,e=0){if(t instanceof Uint8Array)for(let o=0;o<t.length;o++)this.set(e+o,t[o]);else if(Ue(t))for(let o=0;o<t.length;o++)this.set(e+o,t.get(o));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:o,length:n}=this._subList(t,e);return tt(o,n)}subarray(t,e){let{bufs:o,length:n}=this._subList(t,e);return o.length===1?o[0]:tt(o,n)}sublist(t,e){let{bufs:o,length:n}=this._subList(t,e),i=new r;return i.length=n,i.bufs=[...o],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 o=[],n=0;for(let i=0;i<this.bufs.length;i++){let s=this.bufs[i],c=n,a=c+s.byteLength;if(n=a,t>=a)continue;let h=t>=c&&t<a,l=e>c&&e<=a;if(h&&l){if(t===c&&e===a){o.push(s);break}let u=t-c;o.push(s.subarray(u,u+(e-t)));break}if(h){if(t===0){o.push(s);continue}o.push(s.subarray(t-c));continue}if(l){if(e===a){o.push(s);break}o.push(s.subarray(0,e-c));break}o.push(s)}return{bufs:o,length:e-t}}indexOf(t,e=0){if(!Ue(t)&&!(t instanceof Uint8Array))throw new TypeError('The "value" argument must be a Uint8ArrayList or Uint8Array');let o=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 n=o.byteLength;if(n===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<n;u++)s[o[u]]=u;let c=s,a=this.byteLength-o.byteLength,h=o.byteLength-1,l;for(let u=e;u<=a;u+=l){l=0;for(let p=h;p>=0;p--){let y=this.get(u+p);if(o[p]!==y){l=Math.max(1,p-c[y]);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 o=k(1);new DataView(o.buffer,o.byteOffset,o.byteLength).setInt8(0,e),this.write(o,t)}getInt16(t,e){let o=this.subarray(t,t+2);return new DataView(o.buffer,o.byteOffset,o.byteLength).getInt16(0,e)}setInt16(t,e,o){let n=dt(2);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt16(0,e,o),this.write(n,t)}getInt32(t,e){let o=this.subarray(t,t+4);return new DataView(o.buffer,o.byteOffset,o.byteLength).getInt32(0,e)}setInt32(t,e,o){let n=dt(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setInt32(0,e,o),this.write(n,t)}getBigInt64(t,e){let o=this.subarray(t,t+8);return new DataView(o.buffer,o.byteOffset,o.byteLength).getBigInt64(0,e)}setBigInt64(t,e,o){let n=dt(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setBigInt64(0,e,o),this.write(n,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 o=k(1);new DataView(o.buffer,o.byteOffset,o.byteLength).setUint8(0,e),this.write(o,t)}getUint16(t,e){let o=this.subarray(t,t+2);return new DataView(o.buffer,o.byteOffset,o.byteLength).getUint16(0,e)}setUint16(t,e,o){let n=dt(2);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint16(0,e,o),this.write(n,t)}getUint32(t,e){let o=this.subarray(t,t+4);return new DataView(o.buffer,o.byteOffset,o.byteLength).getUint32(0,e)}setUint32(t,e,o){let n=dt(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setUint32(0,e,o),this.write(n,t)}getBigUint64(t,e){let o=this.subarray(t,t+8);return new DataView(o.buffer,o.byteOffset,o.byteLength).getBigUint64(0,e)}setBigUint64(t,e,o){let n=dt(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setBigUint64(0,e,o),this.write(n,t)}getFloat32(t,e){let o=this.subarray(t,t+4);return new DataView(o.buffer,o.byteOffset,o.byteLength).getFloat32(0,e)}setFloat32(t,e,o){let n=dt(4);new DataView(n.buffer,n.byteOffset,n.byteLength).setFloat32(0,e,o),this.write(n,t)}getFloat64(t,e){let o=this.subarray(t,t+8);return new DataView(o.buffer,o.byteOffset,o.byteLength).getFloat64(0,e)}setFloat64(t,e,o){let n=dt(8);new DataView(n.buffer,n.byteOffset,n.byteLength).setFloat64(0,e,o),this.write(n,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(!Lt(this.bufs[e],t.bufs[e]))return!1;return!0}static fromUint8Arrays(t,e){let o=new r;return o.bufs=t,e==null&&(e=t.reduce((n,i)=>n+i.byteLength,0)),o.length=e,o}};function Wt(){let r={};return r.promise=new Promise((t,e)=>{r.resolve=t,r.reject=e}),r}var ke=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 ho(r,t,e){if(t==null)return r;if(t.aborted)return Promise.reject(new ke(e?.errorMessage,e?.errorCode));let o,n=new ke(e?.errorMessage,e?.errorCode);try{return await Promise.race([r,new Promise((i,s)=>{o=()=>{s(n)},t.addEventListener("abort",o)})])}finally{o!=null&&t.removeEventListener("abort",o)}}var Gr=class{needNext;haveNext;ended;nextResult;constructor(){this.ended=!1,this.needNext=Wt(),this.needNext.resolve(),this.haveNext=Wt()}[Symbol.asyncIterator](){return this}async next(){if(this.nextResult==null&&await this.haveNext.promise,this.nextResult==null)throw new Error("Have next but next was undefined");let t=this.nextResult;return this.nextResult=void 0,this.needNext.resolve(),this.needNext=Wt(),t}async throw(t){return this.ended=!0,t!=null&&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");this.nextResult!=null&&await this.needNext.promise,t!=null?this.nextResult={done:!1,value:t}:(this.ended=!0,this.nextResult={done:!0,value:void 0}),this.haveNext.resolve(),this.haveNext=Wt(),await ho(this.needNext.promise,e?.signal,e)}};function po(){return new Gr}var Fe=class extends Error{code;constructor(t,e){super(t),this.code=e}},$r=class extends Fe{type;constructor(t){super(t,"ABORT_ERR"),this.type="aborted"}};function mo(r,t){let e=po();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 o=r.source;r.source[Symbol.iterator]!=null?o=r.source[Symbol.iterator]():r.source[Symbol.asyncIterator]!=null&&(o=r.source[Symbol.asyncIterator]());let n=new et;return{read:async(s,c)=>{c?.signal?.throwIfAborted();let a,h=new Promise((l,u)=>{a=()=>{u(new $r("Read aborted"))},c?.signal?.addEventListener("abort",a)});try{if(s==null){let{done:u,value:p}=await Promise.race([o.next(),h]);return u===!0?new et:p}for(;n.byteLength<s;){let{value:u,done:p}=await Promise.race([o.next(),h]);if(p===!0)throw new Fe("unexpected end of input","ERR_UNEXPECTED_EOF");n.append(u)}let l=n.sublist(0,s);return n.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(n.byteLength>0){let s=r.source;r.source=async function*(){t?.yieldBytes===!1?yield n:yield*n,yield*s}()}return r}}}var js=Math.pow(2,7),tc=Math.pow(2,14),ec=Math.pow(2,21),zr=Math.pow(2,28),Hr=Math.pow(2,35),Kr=Math.pow(2,42),Wr=Math.pow(2,49),E=128,B=127;function M(r){if(r<js)return 1;if(r<tc)return 2;if(r<ec)return 3;if(r<zr)return 4;if(r<Hr)return 5;if(r<Kr)return 6;if(r<Wr)return 7;if(Number.MAX_SAFE_INTEGER!=null&&r>Number.MAX_SAFE_INTEGER)throw new RangeError("Could not encode varint");return 8}function rc(r,t,e=0){switch(M(r)){case 8:t[e++]=r&255|E,r/=128;case 7:t[e++]=r&255|E,r/=128;case 6:t[e++]=r&255|E,r/=128;case 5:t[e++]=r&255|E,r/=128;case 4:t[e++]=r&255|E,r>>>=7;case 3:t[e++]=r&255|E,r>>>=7;case 2:t[e++]=r&255|E,r>>>=7;case 1:{t[e++]=r&255,r>>>=7;break}default:throw new Error("unreachable")}return t}function nc(r,t,e=0){switch(M(r)){case 8:t.set(e++,r&255|E),r/=128;case 7:t.set(e++,r&255|E),r/=128;case 6:t.set(e++,r&255|E),r/=128;case 5:t.set(e++,r&255|E),r/=128;case 4:t.set(e++,r&255|E),r>>>=7;case 3:t.set(e++,r&255|E),r>>>=7;case 2:t.set(e++,r&255|E),r>>>=7;case 1:{t.set(e++,r&255),r>>>=7;break}default:throw new Error("unreachable")}return t}function oc(r,t){let e=r[t],o=0;if(o+=e&B,e<E||(e=r[t+1],o+=(e&B)<<7,e<E)||(e=r[t+2],o+=(e&B)<<14,e<E)||(e=r[t+3],o+=(e&B)<<21,e<E)||(e=r[t+4],o+=(e&B)*zr,e<E)||(e=r[t+5],o+=(e&B)*Hr,e<E)||(e=r[t+6],o+=(e&B)*Kr,e<E)||(e=r[t+7],o+=(e&B)*Wr,e<E))return o;throw new RangeError("Could not decode varint")}function ic(r,t){let e=r.get(t),o=0;if(o+=e&B,e<E||(e=r.get(t+1),o+=(e&B)<<7,e<E)||(e=r.get(t+2),o+=(e&B)<<14,e<E)||(e=r.get(t+3),o+=(e&B)<<21,e<E)||(e=r.get(t+4),o+=(e&B)*zr,e<E)||(e=r.get(t+5),o+=(e&B)*Hr,e<E)||(e=r.get(t+6),o+=(e&B)*Kr,e<E)||(e=r.get(t+7),o+=(e&B)*Wr,e<E))return o;throw new RangeError("Could not decode varint")}function xt(r,t,e=0){return t==null&&(t=k(M(r))),t instanceof Uint8Array?rc(r,t,e):nc(r,t,e)}function at(r,t=0){return r instanceof Uint8Array?oc(r,t):ic(r,t)}function Be(r){return r[Symbol.asyncIterator]!=null}var Me=r=>{let t=M(r),e=k(t);return xt(r,e),Me.bytes=t,e};Me.bytes=0;function ae(r,t){t=t??{};let e=t.lengthEncoder??Me;function*o(n){let i=e(n.byteLength);i instanceof Uint8Array?yield i:yield*i,n instanceof Uint8Array?yield n:yield*n}return Be(r)?async function*(){for await(let n of r)yield*o(n)}():function*(){for(let n of r)yield*o(n)}()}ae.single=(r,t)=>{t=t??{};let e=t.lengthEncoder??Me;return new et(e(r.byteLength),r)};var Xt=pt(wo(),1);var cc=8,ac=1024*1024*4,_t;(function(r){r[r.LENGTH=0]="LENGTH",r[r.DATA=1]="DATA"})(_t||(_t={}));var Yr=r=>{let t=at(r);return Yr.bytes=M(t),t};Yr.bytes=0;function Xr(r,t){let e=new et,o=_t.LENGTH,n=-1,i=t?.lengthDecoder??Yr,s=t?.maxLengthLength??cc,c=t?.maxDataLength??ac;function*a(){for(;e.byteLength>0;){if(o===_t.LENGTH)try{if(n=i(e),n<0)throw(0,Xt.default)(new Error("invalid message length"),"ERR_INVALID_MSG_LENGTH");if(n>c)throw(0,Xt.default)(new Error("message length too long"),"ERR_MSG_DATA_TOO_LONG");let h=i.bytes;e.consume(h),t?.onLength!=null&&t.onLength(n),o=_t.DATA}catch(h){if(h instanceof RangeError){if(e.byteLength>s)throw(0,Xt.default)(new Error("message length length too long"),"ERR_MSG_LENGTH_TOO_LONG");break}throw h}if(o===_t.DATA){if(e.byteLength<n)break;let h=e.sublist(0,n);e.consume(n),t?.onData!=null&&t.onData(h),yield h,o=_t.LENGTH}}}return Be(r)?async function*(){for await(let h of r)e.append(h),yield*a();if(e.byteLength>0)throw(0,Xt.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}():function*(){for(let h of r)e.append(h),yield*a();if(e.byteLength>0)throw(0,Xt.default)(new Error("unexpected end of input"),"ERR_UNEXPECTED_EOF")}()}Xr.fromReader=(r,t)=>{let e=1,o=async function*(){for(;;)try{let{done:i,value:s}=await r.next(e);if(i===!0)return;s!=null&&(yield s)}catch(i){if(i.code==="ERR_UNDER_READ")return{done:!0,value:null};throw i}finally{e=1}}();return Xr(o,{...t??{},onLength:i=>{e=i}})};var Ve=class extends Error{code;constructor(t,e){super(t),this.code=e}},bo=r=>at(r);bo.bytes=0;function Ge(r,t={}){let e=mo(r,t);return t.maxDataLength!=null&&t.maxLengthLength==null&&(t.maxLengthLength=M(t.maxDataLength)),{read:async n=>{let i=-1,s=new et,c=t?.lengthDecoder??bo;for(;;){s.append(await e.read(1,n));try{i=c(s)}catch(a){if(a instanceof RangeError)continue;throw a}if(t?.maxLengthLength!=null&&s.byteLength>t.maxLengthLength)throw new Ve("message length length too long","ERR_MSG_LENGTH_TOO_LONG");if(i>-1)break}if(t?.maxDataLength!=null&&i>t.maxDataLength)throw new Ve("message length too long","ERR_MSG_DATA_TOO_LONG");return e.read(i,n)},write:async(n,i)=>{await e.write(ae.single(n,t),i)},writeV:async(n,i)=>{let s=new et(...n.map(c=>ae.single(c,t)));await e.write(s,i)},unwrap:()=>e.unwrap()}}var Jr=Dt("libp2p:daemon-protocol:stream-handler"),$e=class{stream;lp;constructor(t){let{stream:e,maxLength:o}=t;this.stream=e,this.lp=Ge(this.stream,{maxDataLength:o??4096})}async read(){let t=await this.decoder.next();if(t.value!=null)return t.value.subarray();Jr("read received no value, closing stream"),await this.close()}async write(t){Jr("write message"),await this.lp.write(t)}rest(){return this.lp.unwrap()}async close(){Jr("closing the stream"),await this.rest().close()}};var Qr={upgradeInbound:async r=>r,upgradeOutbound:async r=>r};var wu=Symbol.for("@libp2p/connection");var Eu=Symbol.for("@libp2p/content-routing");var Au=Symbol.for("@libp2p/peer-discovery");var Zr=Symbol.for("@libp2p/peer-id");function Yt(r){return r!=null&&!!r[Zr]}var Su=Symbol.for("@libp2p/peer-routing");var Eo;(function(r){r.Accept="accept",r.Ignore="ignore",r.Reject="reject"})(Eo||(Eo={}));var Io=Symbol.for("@libp2p/transport");var xo;(function(r){r[r.FATAL_ALL=0]="FATAL_ALL",r[r.NO_FATAL=1]="NO_FATAL"})(xo||(xo={}));var Jt=class r extends Error{code;type;constructor(t="The operation was aborted"){super(t),this.code=r.code,this.type=r.type}static code="ABORT_ERR";static type="aborted"},f=class extends Error{code;props;constructor(t,e,o){super(t),this.code=e,this.name=o?.name??"CodeError",this.props=o??{}}};var ze=class extends EventTarget{#t=new Map;listenerCount(t){let e=this.#t.get(t);return e==null?0:e.length}addEventListener(t,e,o){super.addEventListener(t,e,o);let n=this.#t.get(t);n==null&&(n=[],this.#t.set(t,n)),n.push({callback:e,once:(o!==!0&&o!==!1&&o?.once)??!1})}removeEventListener(t,e,o){super.removeEventListener(t.toString(),e??null,o);let n=this.#t.get(t);n!=null&&(n=n.filter(({callback:i})=>i!==e),this.#t.set(t,n))}dispatchEvent(t){let e=super.dispatchEvent(t),o=this.#t.get(t.type);return o==null||(o=o.filter(({once:n})=>!n),this.#t.set(t.type,o)),e}safeDispatchEvent(t,e){return this.dispatchEvent(new Qt(t,e))}},qr=class extends Event{detail;constructor(t,e){super(t,e),this.detail=e?.detail}},Qt=globalThis.CustomEvent??qr;var uc=Symbol.for("nodejs.util.inspect.custom"),Ao=Object.values(bt).map(r=>r.decoder).reduce((r,t)=>r.or(t),bt.identity.decoder),Co=114,To=36,So=37,le=class{type;multihash;privateKey;publicKey;string;constructor(t){this.type=t.type,this.multihash=t.multihash,this.privateKey=t.privateKey,Object.defineProperty(this,"string",{enumerable:!1,writable:!0})}get[Symbol.toStringTag](){return`PeerId(${this.toString()})`}[Zr]=!0;toString(){return this.string==null&&(this.string=_.encode(this.multihash.bytes).slice(1)),this.string}toCID(){return z.createV1(Co,this.multihash)}toBytes(){return this.multihash.bytes}toJSON(){return this.toString()}equals(t){if(t instanceof Uint8Array)return Lt(this.multihash.bytes,t);if(typeof t=="string")return dc(t).equals(this);if(t?.multihash?.bytes!=null)return Lt(this.multihash.bytes,t.multihash.bytes);throw new Error("not valid Id")}[uc](){return`PeerId(${this.toString()})`}},ue=class extends le{type="RSA";publicKey;constructor(t){super({...t,type:"RSA"}),this.publicKey=t.publicKey}},de=class extends le{type="Ed25519";publicKey;constructor(t){super({...t,type:"Ed25519"}),this.publicKey=t.multihash.digest}},fe=class extends le{type="secp256k1";publicKey;constructor(t){super({...t,type:"secp256k1"}),this.publicKey=t.multihash.digest}};function dc(r,t){if(t=t??Ao,r.charAt(0)==="1"||r.charAt(0)==="Q"){let e=Tt(_.decode(`z${r}`));return r.startsWith("12D")?new de({multihash:e}):r.startsWith("16U")?new fe({multihash:e}):new ue({multihash:e})}return lt(Ao.decode(r))}function lt(r){try{let t=Tt(r);if(t.code===ge.code){if(t.digest.length===To)return new de({multihash:t});if(t.digest.length===So)return new fe({multihash:t})}if(t.code===ye.code)return new ue({multihash:t})}catch{return fc(z.decode(r))}throw new Error("Supplied PeerID CID is invalid")}function fc(r){if(r==null||r.multihash==null||r.version==null||r.version===1&&r.code!==Co)throw new Error("Supplied PeerID CID is invalid");let t=r.multihash;if(t.code===ye.code)return new ue({multihash:r.multihash});if(t.code===ge.code){if(t.digest.length===To)return new de({multihash:r.multihash});if(t.digest.length===So)return new fe({multihash:r.multihash})}throw new Error("Supplied PeerID CID is invalid")}var ci=pt(ut("net"),1);var He=class extends Error{code;props;constructor(t,e,o){super(t),this.code=e,this.name=o?.name??"CodeError",this.props=o??{}}};function H(r,t="utf8"){let e=we[t];if(e==null)throw new Error(`Unsupported encoding "${t}"`);return(t==="utf8"||t==="utf-8")&&globalThis.Buffer!=null&&globalThis.Buffer.from!=null?globalThis.Buffer.from(r.buffer,r.byteOffset,r.byteLength).toString("utf8"):e.encoder.encode(r).substring(1)}var Ke=class{index=0;input="";new(t){return this.index=0,this.input=t,this}readAtomically(t){let e=this.index,o=t();return o===void 0&&(this.index=e),o}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,o){return this.readAtomically(()=>{if(!(e>0&&this.readGivenChar(t)===void 0))return o()})}readNumber(t,e,o,n){return this.readAtomically(()=>{let i=0,s=0,c=this.peekChar();if(c===void 0)return;let a=c==="0",h=2**(8*n)-1;for(;;){let l=this.readAtomically(()=>{let u=this.readChar();if(u===void 0)return;let p=Number.parseInt(u,t);if(!Number.isNaN(p))return p});if(l===void 0)break;if(i*=t,i+=l,i>h||(s+=1,e!==void 0&&s>e))return}if(s!==0)return!o&&a&&s>1?void 0:i})}readIPv4Addr(){return this.readAtomically(()=>{let t=new Uint8Array(4);for(let e=0;e<t.length;e++){let o=this.readSeparator(".",e,()=>this.readNumber(10,3,!1,1));if(o===void 0)return;t[e]=o}return t})}readIPv6Addr(){let t=e=>{for(let o=0;o<e.length/2;o++){let n=o*2;if(o<e.length-3){let s=this.readSeparator(":",o,()=>this.readIPv4Addr());if(s!==void 0)return e[n]=s[0],e[n+1]=s[1],e[n+2]=s[2],e[n+3]=s[3],[n+4,!0]}let i=this.readSeparator(":",o,()=>this.readNumber(16,4,!0,2));if(i===void 0)return[n,!1];e[n]=i>>8,e[n+1]=i&255}return[e.length,!1]};return this.readAtomically(()=>{let e=new Uint8Array(16),[o,n]=t(e);if(o===16)return e;if(n||this.readGivenChar(":")===void 0||this.readGivenChar(":")===void 0)return;let i=new Uint8Array(14),s=16-(o+2),[c]=t(i.subarray(0,s));return e.set(i.subarray(0,c),16-c),e})}readIPAddr(){return this.readIPv4Addr()??this.readIPv6Addr()}};var md=new Ke;var Ad=parseInt("0xFFFF",16),Cd=new Uint8Array([0,0,0,0,0,0,0,0,0,0,255,255]);var rt=ut("node:net");function We(r){return!!(0,rt.isIP)(r)}var Do=rt.isIPv4,wc=rt.isIPv6,jr=function(r){let t=0;if(r=r.toString().trim(),Do(r)){let e=new Uint8Array(t+4);return r.split(/\./g).forEach(o=>{e[t++]=parseInt(o,10)&255}),e}if(wc(r)){let e=r.split(":",8),o;for(o=0;o<e.length;o++){let i=Do(e[o]),s;i&&(s=jr(e[o]),e[o]=H(s.slice(0,2),"base16")),s!=null&&++o<8&&e.splice(o,0,H(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(o=0;o<e.length&&e[o]!=="";o++);let i=[o,1];for(o=9-e.length;o>0;o--)i.push("0");e.splice.apply(e,i)}let n=new Uint8Array(t+16);for(o=0;o<e.length;o++){let i=parseInt(e[o],16);n[t++]=i>>8&255,n[t++]=i&255}return n}throw new Error("invalid ip address")},Lo=function(r,t=0,e){t=~~t,e=e??r.length-t;let o=new DataView(r.buffer);if(e===4){let n=[];for(let i=0;i<e;i++)n.push(r[t+i]);return n.join(".")}if(e===16){let n=[];for(let i=0;i<e;i+=2)n.push(o.getUint16(t+i).toString(16));return n.join(":").replace(/(^|:)0(:0)*:0(:|$)/,"$1::$3").replace(/:{3,4}/,"::")}return""};var Zt={},tn={},Ec=[[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"],[777,-1,"memory"]];Ec.forEach(r=>{let t=xc(...r);tn[t.code]=t,Zt[t.name]=t});function xc(r,t,e,o,n){return{code:r,size:t,name:e,resolvable:!!o,path:!!n}}function I(r){if(typeof r=="number"){if(tn[r]!=null)return tn[r];throw new Error(`no protocol with code: ${r}`)}else if(typeof r=="string"){if(Zt[r]!=null)return Zt[r];throw new Error(`no protocol with name: ${r}`)}throw new Error(`invalid protocol id type: ${typeof r}`)}var lf=I("ip4"),uf=I("ip6"),df=I("ipcidr");function rn(r,t){switch(I(r).code){case 4:case 41:return Ac(t);case 42:return Po(t);case 6:case 273:case 33:case 132:return Uo(t).toString();case 53:case 54:case 55:case 56:case 400:case 449:case 777:return Po(t);case 421:return vc(t);case 444:return Oo(t);case 445:return Oo(t);case 466:return Sc(t);default:return H(t,"base16")}}function nn(r,t){switch(I(r).code){case 4:return _o(t);case 41:return _o(t);case 42:return No(t);case 6:case 273:case 33:case 132:return on(parseInt(t,10));case 53:case 54:case 55:case 56:case 400:case 449:case 777:return No(t);case 421:return Cc(t);case 444:return Rc(t);case 445:return Dc(t);case 466:return Tc(t);default:return ne(t,"base16")}}var en=Object.values(bt).map(r=>r.decoder),Ic=function(){let r=en[0].or(en[1]);return en.slice(2).forEach(t=>r=r.or(t)),r}();function _o(r){if(!We(r))throw new Error("invalid ip address");return jr(r)}function Ac(r){let t=Lo(r,0,r.length);if(t==null)throw new Error("ipBuff is required");if(!We(t))throw new Error("invalid ip address");return t}function on(r){let t=new ArrayBuffer(2);return new DataView(t).setUint16(0,r),new Uint8Array(t)}function Uo(r){return new DataView(r.buffer).getUint16(r.byteOffset)}function No(r){let t=ne(r),e=Uint8Array.from(xt(t.length));return tt([e,t],e.length+t.length)}function Po(r){let t=at(r);if(r=r.slice(M(t)),r.length!==t)throw new Error("inconsistent lengths");return H(r)}function Cc(r){let t;r[0]==="Q"||r[0]==="1"?t=Tt(_.decode(`z${r}`)).bytes:t=z.parse(r).multihash.bytes;let e=Uint8Array.from(xt(t.length));return tt([e,t],e.length+t.length)}function Tc(r){let t=Ic.decode(r),e=Uint8Array.from(xt(t.length));return tt([e,t],e.length+t.length)}function Sc(r){let t=at(r),e=r.slice(M(t));if(e.length!==t)throw new Error("inconsistent lengths");return"u"+H(e,"base64url")}function vc(r){let t=at(r),e=r.slice(M(t));if(e.length!==t)throw new Error("inconsistent lengths");return H(e,"base58btc")}function Rc(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=it.decode("b"+t[0]),o=parseInt(t[1],10);if(o<1||o>65536)throw new Error("Port number is not in range(1, 65536)");let n=on(o);return tt([e,n],e.length+n.length)}function Dc(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=it.decode(`b${t[0]}`),o=parseInt(t[1],10);if(o<1||o>65536)throw new Error("Port number is not in range(1, 65536)");let n=on(o);return tt([e,n],e.length+n.length)}function Oo(r){let t=r.slice(0,r.length-2),e=r.slice(r.length-2),o=H(t,"base32"),n=Uo(e);return`${o}:${n}`}function ko(r){r=sn(r);let t=[],e=[],o=null,n=r.split("/").slice(1);if(n.length===1&&n[0]==="")return{bytes:new Uint8Array,string:"/",tuples:[],stringTuples:[],path:null};for(let i=0;i<n.length;i++){let s=n[i],c=I(s);if(c.size===0){t.push([c.code]),e.push([c.code]);continue}if(i++,i>=n.length)throw Bo("invalid address: "+r);if(c.path===!0){o=sn(n.slice(i).join("/")),t.push([c.code,nn(c.code,o)]),e.push([c.code,o]);break}let a=nn(c.code,n[i]);t.push([c.code,a]),e.push([c.code,rn(c.code,a)])}return{string:Fo(e),bytes:an(t),tuples:t,stringTuples:e,path:o}}function cn(r){let t=[],e=[],o=null,n=0;for(;n<r.length;){let i=at(r,n),s=M(i),c=I(i),a=Lc(c,r.slice(n+s));if(a===0){t.push([i]),e.push([i]),n+=s;continue}let h=r.slice(n+s,n+s+a);if(n+=a+s,n>r.length)throw Bo("Invalid address Uint8Array: "+H(r,"base16"));t.push([i,h]);let l=rn(i,h);if(e.push([i,l]),c.path===!0){o=l;break}}return{bytes:Uint8Array.from(r),string:Fo(e),tuples:t,stringTuples:e,path:o}}function Fo(r){let t=[];return r.map(e=>{let o=I(e[0]);return t.push(o.name),e.length>1&&e[1]!=null&&t.push(e[1]),null}),sn(t.join("/"))}function an(r){return tt(r.map(t=>{let e=I(t[0]),o=Uint8Array.from(xt(e.code));return t.length>1&&t[1]!=null&&(o=tt([o,t[1]])),o}))}function Lc(r,t){if(r.size>0)return r.size/8;if(r.size===0)return 0;{let e=at(t instanceof Uint8Array?t:Uint8Array.from(t));return e+M(e)}}function sn(r){return"/"+r.trim().split("/").filter(t=>t).join("/")}function Bo(r){return new Error("Error parsing address: "+r)}var _c=Symbol.for("nodejs.util.inspect.custom"),ln=Symbol.for("@multiformats/js-multiaddr/multiaddr"),Nc=[I("dns").code,I("dns4").code,I("dns6").code,I("dnsaddr").code],Xe=class r{bytes;#t;#e;#r;#n;[ln]=!0;constructor(t){t==null&&(t="");let e;if(t instanceof Uint8Array)e=cn(t);else if(typeof t=="string"){if(t.length>0&&t.charAt(0)!=="/")throw new Error(`multiaddr "${t}" must start with a "/"`);e=ko(t)}else if(Ye(t))e=cn(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,o,n,i="",s=I("tcp"),c=I("udp"),a=I("ip4"),h=I("ip6"),l=I("dns6"),u=I("ip6zone");for(let[y,g]of this.stringTuples())y===u.code&&(i=`%${g??""}`),Nc.includes(y)&&(e=s.name,n=443,o=`${g??""}${i}`,t=y===l.code?6:4),(y===s.code||y===c.code)&&(e=I(y).name,n=parseInt(g??"")),(y===a.code||y===h.code)&&(e=I(y).name,o=`${g??""}${i}`,t=y===h.code?6:4);if(t==null||e==null||o==null||n==null)throw new Error('multiaddr must have a valid format: "/{ip4, ip6, dns4, dns6, dnsaddr}/{address}/{tcp, udp}/{port}".');return{family:t,host:o,transport:e,port:n}}protos(){return this.#e.map(([t])=>Object.assign({},I(t)))}protoCodes(){return this.#e.map(([t])=>t)}protoNames(){return this.#e.map(([t])=>I(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(),o=this.toString(),n=o.lastIndexOf(e);if(n<0)throw new Error(`Address ${this.toString()} does not contain subaddress: ${t.toString()}`);return new r(o.slice(0,n))}decapsulateCode(t){let e=this.tuples();for(let o=e.length-1;o>=0;o--)if(e[o][0]===t)return new r(an(e.slice(0,o)));return this}getPeerId(){try{let t=[];this.stringTuples().forEach(([o,n])=>{o===Zt.p2p.code&&t.push([o,n]),o===Zt["p2p-circuit"].code&&(t=[])});let e=t.pop();if(e?.[1]!=null){let o=e[1];return o[0]==="Q"||o[0]==="1"?H(_.decode(`z${o}`),"base58btc"):H(z.parse(o).multihash.bytes,"base58btc")}return null}catch{return null}}getPath(){return this.#n}equals(t){return Lt(this.bytes,t.bytes)}async resolve(t){let e=this.protos().find(i=>i.resolvable);if(e==null)return[this];let o=Mo.get(e.name);if(o==null)throw new He(`no available resolver for ${e.name}`,"ERR_NO_AVAILABLE_RESOLVER");return(await o(this,t)).map(i=>new r(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)}[_c](){return`Multiaddr(${this.#t})`}};var Mo=new Map;function Ye(r){return!!r?.[ln]}function V(r){return new Xe(r)}var Pc=d("dns4"),Oc=d("dns6"),Uc=d("dnsaddr"),Pt=S(d("dns"),Uc,Pc,Oc),Ze=S(d("ip4"),d("ip6")),At=S(m(Ze,d("tcp")),m(Pt,d("tcp"))),qe=m(Ze,d("udp")),kc=m(qe,d("utp")),Fc=m(qe,d("quic")),Bc=m(qe,d("quic-v1")),un=S(m(At,d("ws")),m(Pt,d("ws"))),Je=S(m(un,d("p2p")),un),dn=S(m(At,d("wss")),m(Pt,d("wss")),m(At,d("tls"),d("ws")),m(Pt,d("tls"),d("ws"))),Qe=S(m(dn,d("p2p")),dn),fn=S(m(At,d("http")),m(Ze,d("http")),m(Pt,d("http"))),hn=S(m(At,d("https")),m(Ze,d("https")),m(Pt,d("https"))),Vo=m(qe,d("webrtc-direct"),d("certhash")),zo=S(m(Vo,d("p2p")),Vo),Go=m(Bc,d("webtransport"),d("certhash"),d("certhash")),Ho=S(m(Go,d("p2p")),Go),Ko=S(m(Je,d("p2p-webrtc-star"),d("p2p")),m(Qe,d("p2p-webrtc-star"),d("p2p")),m(Je,d("p2p-webrtc-star")),m(Qe,d("p2p-webrtc-star"))),Ff=S(m(Je,d("p2p-websocket-star"),d("p2p")),m(Qe,d("p2p-websocket-star"),d("p2p")),m(Je,d("p2p-websocket-star")),m(Qe,d("p2p-websocket-star"))),Wo=S(m(fn,d("p2p-webrtc-direct"),d("p2p")),m(hn,d("p2p-webrtc-direct"),d("p2p")),m(fn,d("p2p-webrtc-direct")),m(hn,d("p2p-webrtc-direct"))),Ot=S(un,dn,fn,hn,Ko,Wo,At,kc,Fc,Pt,zo,Ho),Bf=S(m(Ot,d("p2p-stardust"),d("p2p")),m(Ot,d("p2p-stardust"))),It=S(m(Ot,d("p2p")),Ko,Wo,zo,Ho,d("p2p")),$o=S(m(It,d("p2p-circuit"),It),m(It,d("p2p-circuit")),m(d("p2p-circuit"),It),m(Ot,d("p2p-circuit")),m(d("p2p-circuit"),Ot),d("p2p-circuit")),Xo=()=>S(m($o,Xo),$o),Nt=Xo(),Mf=S(m(Nt,It,Nt),m(It,Nt),m(Nt,It),Nt,It);var Vf=S(m(Nt,d("webrtc"),d("p2p")),m(Nt,d("webrtc")),m(Ot,d("webrtc"),d("p2p")),m(Ot,d("webrtc")),d("webrtc"));function Yo(r){function t(e){let o;try{o=V(e)}catch{return!1}let n=r(o.protoNames());return n===null?!1:n===!0||n===!1?n:n.length===0}return t}function m(...r){function t(e){if(e.length<r.length)return null;let o=e;return r.some(n=>(o=typeof n=="function"?n().partialMatch(e):n.partialMatch(e),Array.isArray(o)&&(e=o),o===null)),o}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:Yo(t),partialMatch:t}}function S(...r){function t(o){let n=null;return r.some(i=>{let s=typeof i=="function"?i().partialMatch(o):i.partialMatch(o);return s!=null?(n=s,!0):!1}),n}return{toString:function(){return"{ "+r.join(" ")+" }"},input:r,matches:Yo(t),partialMatch:t}}function d(r){let t=r;function e(n){let i;try{i=V(n)}catch{return!1}let s=i.protoNames();return s.length===1&&s[0]===t}function o(n){return n.length===0?null:n[0]===t?n.slice(1):null}return{toString:function(){return t},matches:e,partialMatch:o}}var si=pt(ut("net"),1);var pn={ERR_INVALID_IP_PARAMETER:"ERR_INVALID_IP_PARAMETER",ERR_INVALID_PORT_PARAMETER:"ERR_INVALID_PORT_PARAMETER",ERR_INVALID_IP:"ERR_INVALID_IP"};function Jo(r,t){if(typeof r!="string")throw new f(`invalid ip provided: ${r}`,pn.ERR_INVALID_IP_PARAMETER);if(typeof t=="string"&&(t=parseInt(t)),isNaN(t))throw new f(`invalid port provided: ${t}`,pn.ERR_INVALID_PORT_PARAMETER);if((0,rt.isIPv4)(r))return V(`/ip4/${r}/tcp/${t}`);if((0,rt.isIPv6)(r))return V(`/ip6/${r}/tcp/${t}`);throw new f(`invalid ip:port for creating a multiaddr: ${r}:${t}`,pn.ERR_INVALID_IP)}var ii=pt(ni(),1);var yn=pt(ut("os"),1),oi=pt(ut("path"),1);var Hc={ip4:"IPv4",ip6:"IPv6"};function jt(r,t={}){let e=r.getPath();return e!=null?yn.default.platform()==="win32"?{path:oi.default.join("\\\\.\\pipe\\",e)}:{path:e}:{...t,...r.toOptions()}}function wn(r,t,e){let o=n=>V(`/${r}/${n}/tcp/${e}`);return(Kc(t)?Xc(Hc[r]):[t]).map(o)}function Kc(r){return["0.0.0.0","::"].includes(r)}var Wc=yn.default.networkInterfaces();function Xc(r){let t=[];for(let[,e]of Object.entries(Wc))if(e!=null)for(let o of e)o.family===r&&t.push(o.address);return t}var tr=(r,t)=>{let e=t.logger.forComponent("libp2p:tcp:socket"),o=t.metrics,n=t.metricPrefix??"",i=t.socketInactivityTimeout??3e5,s=t.socketCloseTimeout??500;t.listeningAddr?.getPath()!=null&&(t.remoteAddr=t.listeningAddr),t.remoteAddr?.getPath()!=null&&(t.localAddr=t.remoteAddr);let c;if(t.remoteAddr!=null)c=t.remoteAddr;else{if(r.remoteAddress==null||r.remotePort==null)throw new f("Could not determine remote address or port","ERR_NO_REMOTE_ADDRESS");c=Jo(r.remoteAddress,r.remotePort)}let a=jt(c),h=a.path??`${a.host??""}:${a.port??""}`,{sink:l,source:u}=ii.default.duplex(r);r.setTimeout(i,()=>{e("%s socket read timeout",h),o?.increment({[`${n}timeout`]:!0});let y;r.readable&&(y=new f("Socket read timeout","ERR_SOCKET_READ_TIMEOUT")),r.destroy(y)}),r.once("close",()=>{e("%s socket close",h),o?.increment({[`${n}close`]:!0}),p.timeline.close==null&&(p.timeline.close=Date.now())}),r.once("end",()=>{e("%s socket end",h),o?.increment({[`${n}end`]:!0})});let p={async sink(y){try{await l(async function*(){for await(let g of y)g instanceof Uint8Array?yield g:yield g.subarray()}())}catch(g){g.type!=="aborted"&&e(g)}r.end()},source:u,remoteAddr:c,timeline:{open:Date.now()},async close(y={}){if(r.destroyed){e("%s socket was already destroyed when trying to close",h);return}if(y.signal==null){let g=AbortSignal.timeout(s);y={...y,signal:g}}try{e("%s closing socket",h),await new Promise((g,x)=>{r.once("close",()=>{e("%s socket closed",h),g()}),r.once("error",A=>{e("%s socket error",h,A),p.timeline.close==null&&(p.timeline.close=Date.now()),x(A)}),r.setTimeout(s),r.end(),r.writableLength>0?r.once("drain",()=>{e("%s socket drained",h),r.destroy()}):r.destroy()})}catch(g){this.abort(g)}},abort:y=>{e("%s socket abort due to error",h,y),r.destroy(y)},log:e};return p};async function bn(r,t){try{await r.close()}catch(e){t.log.error("an error occurred closing the connection",e)}}var N;(function(r){r[r.INACTIVE=0]="INACTIVE",r[r.ACTIVE=1]="ACTIVE",r[r.PAUSED=2]="PAUSED"})(N||(N={}));var er=class extends ze{context;server;connections=new Set;status={code:N.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=si.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 f("closeAbove must be >= listenBelow","ERROR_CONNECTION_LIMITS");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]:N.ACTIVE})}this.dispatchEvent(new Qt("listening"))}).on("error",e=>{this.metrics?.errors.increment({[`${this.addr} listen_error`]:!0}),this.dispatchEvent(new Qt("error",{detail:e}))}).on("close",()=>{this.metrics?.status.update({[this.addr]:this.status.code}),this.status.code!==N.PAUSED&&this.dispatchEvent(new Qt("close"))})}onSocket(t){if(this.status.code!==N.ACTIVE)throw new f("Server is is not listening yet","ERR_SERVER_NOT_RUNNING");t.on("error",o=>{this.log("socket error",o),this.metrics?.events.increment({[`${this.addr} error`]:!0})});let e;try{e=tr(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(o){this.log.error("inbound connection failed",o),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(o=>{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(n=>{this.log.error("error attempting to listen server once connection count under limit",n),this.context.closeServerOnMaxConnections?.onListenError?.(n)})}),this.context.handler!=null&&this.context.handler(o),this.context.closeServerOnMaxConnections!=null&&this.connections.size>=this.context.closeServerOnMaxConnections.closeAbove&&this.pause(!1).catch(n=>{this.log.error("error attempting to close server once connection count over limit",n)}),this.dispatchEvent(new Qt("connection",{detail:o}))}).catch(async o=>{this.log.error("inbound connection failed",o),this.metrics?.errors.increment({[`${this.addr} inbound_upgrade`]:!0}),await bn(e,{log:this.log})}).catch(o=>{this.log.error("closing inbound connection failed",o)})}catch(o){this.log.error("inbound connection failed",o),bn(e,{log:this.log}).catch(n=>{this.log.error("closing inbound connection failed",n),this.metrics?.errors.increment({[`${this.addr} inbound_closing_failed`]:!0})})}}getAddrs(){if(this.status.code===N.INACTIVE)return[];let t=[],e=this.server.address(),{listeningAddr:o,peerId:n}=this.status;if(e==null)return[];if(typeof e=="string")t=[o];else try{o.toString().startsWith("/ip4")?t=t.concat(wn("ip4",e.address,e.port)):e.family==="IPv6"&&(t=t.concat(wn("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=>n!=null?i.encapsulate(`/p2p/${n}`):i)}async listen(t){if(this.status.code===N.ACTIVE||this.status.code===N.PAUSED)throw new f("server is already listening","ERR_SERVER_ALREADY_LISTENING");let e=t.getPeerId(),o=e==null?t.decapsulateCode(421):t,{backlog:n}=this.context;try{this.status={code:N.ACTIVE,listeningAddr:o,peerId:e,netConfig:jt(o,{backlog:n})},await this.resume()}catch(i){throw this.status={code:N.INACTIVE},i}}async close(){await Promise.all([Promise.all(Array.from(this.connections.values()).map(async t=>bn(t,{log:this.log}))),this.pause(!0).catch(t=>{this.log.error("error attempting to close server once connection count over limit",t)})])}async resume(){if(this.server.listening||this.status.code===N.INACTIVE)return;let t=this.status.netConfig;await new Promise((e,o)=>{this.server.once("error",o),this.server.listen(t,e)}),this.status={...this.status,code:N.ACTIVE},this.log("Listening on %s",this.server.address())}async pause(t){if(!this.server.listening&&this.status.code===N.PAUSED&&t){this.status={code:N.INACTIVE};return}!this.server.listening||this.status.code!==N.ACTIVE||(this.log("Closing server on %s",this.server.address()),this.status=t?{code:N.INACTIVE}:{...this.status,code:N.PAUSED},await new Promise((e,o)=>{this.server.close(n=>{n!=null?o(n):e()})}))}};var xn=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"})})}[Io]=!0;[Symbol.toStringTag]="@libp2p/tcp";async dial(t,e){e.keepAlive=e.keepAlive??!0,e.noDelay=e.noDelay??!0;let o=await this._connect(t,e);o.on("error",c=>{this.log("socket error",c)});let n=tr(o,{remoteAddr:t,socketInactivityTimeout:this.opts.outboundSocketInactivityTimeout,socketCloseTimeout:this.opts.socketCloseTimeout,metrics:this.metrics?.dialerEvents,logger:this.components.logger}),i=()=>{n.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",n.remoteAddr);let s=await e.upgrader.upgradeOutbound(n);if(this.log("outbound connection %s upgraded",n.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 Jt;return s}async _connect(t,e){if(e.signal?.aborted===!0)throw new Jt;return new Promise((o,n)=>{let i=Date.now(),s=jt(t,{...this.opts.dialOpts??{},...e});this.log("dialing %a",t);let c=ci.default.connect(s),a=y=>{let g=s.path??`${s.host??""}:${s.port}`;y.message=`connection error ${g}: ${y.message}`,this.metrics?.dialerEvents.increment({error:!0}),p(y)},h=()=>{this.log("connection timeout %a",t),this.metrics?.dialerEvents.increment({timeout:!0});let y=new f(`connection timeout after ${Date.now()-i}ms`,"ERR_CONNECT_TIMEOUT");c.emit("error",y)},l=()=>{this.log("connection opened %a",t),this.metrics?.dialerEvents.increment({connect:!0}),p()},u=()=>{this.log("connection aborted %a",t),this.metrics?.dialerEvents.increment({abort:!0}),c.destroy(),p(new Jt)},p=y=>{if(c.removeListener("error",a),c.removeListener("timeout",h),c.removeListener("connect",l),e.signal!=null&&e.signal.removeEventListener("abort",u),y!=null){n(y);return}o(c)};c.on("error",a),c.on("timeout",h),c.on("connect",l),e.signal!=null&&e.signal.addEventListener("abort",u)})}createListener(t){return new er({...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})}filter(t){return t=Array.isArray(t)?t:[t],t.filter(e=>e.protoCodes().includes(290)?!1:e.protoCodes().includes(400)?!0:At.matches(e.decapsulateCode(421)))}};function ai(r={}){return t=>new xn(t,r)}function li(r,t){let e=Ge(r,t),o={read:async(n,i)=>{let s=await e.read(i);return n.decode(s)},write:async(n,i,s)=>{await e.write(i.encode(n),s)},writeV:async(n,i,s)=>{await e.writeV(n.map(c=>i.encode(c)),s)},pb:n=>({read:async i=>o.read(n,i),write:async(i,s)=>o.write(i,n,s),writeV:async(i,s)=>o.writeV(i,n,s),unwrap:()=>o}),unwrap:()=>e.unwrap()};return o}var qc=Dt("libp2p:daemon-client:dht"),rr=class{client;constructor(t){this.client=t}async put(t,e){if(!(t instanceof Uint8Array))throw new f("invalid key received","ERR_INVALID_KEY");if(!(e instanceof Uint8Array))throw new f("value received is not a Uint8Array","ERR_INVALID_VALUE");let o=await this.client.send({type:T.Type.DHT,dht:{type:j.Type.PUT_VALUE,key:t,value:e}}),n=await o.read(w);if(qc("read",n),await o.unwrap().close(),n.type!==w.Type.OK)throw new f(n.error?.msg??"DHT put failed","ERR_DHT_PUT_FAILED")}async get(t){if(!(t instanceof Uint8Array))throw new f("invalid key received","ERR_INVALID_KEY");let e=await this.client.send({type:T.Type.DHT,dht:{type:j.Type.GET_VALUE,key:t}}),o=await e.read(w);if(await e.unwrap().close(),o.type!==w.Type.OK)throw new f(o.error?.msg??"DHT get failed","ERR_DHT_GET_FAILED");if(o.dht==null||o.dht.value==null)throw new f("Invalid DHT get response","ERR_DHT_GET_FAILED");return o.dht.value}async findPeer(t){if(!Yt(t))throw new f("invalid peer id received","ERR_INVALID_PEER_ID");let e=await this.client.send({type:T.Type.DHT,dht:{type:j.Type.FIND_PEER,peer:t.toBytes()}}),o=await e.read(w);if(await e.unwrap().close(),o.type!==w.Type.OK)throw new f(o.error?.msg??"DHT find peer failed","ERR_DHT_FIND_PEER_FAILED");if(o.dht==null||o.dht.peer==null||o.dht.peer.addrs==null)throw new f("Invalid response","ERR_DHT_FIND_PEER_FAILED");return{id:lt(o.dht.peer.id),multiaddrs:o.dht.peer.addrs.map(n=>V(n))}}async provide(t){if(t==null||z.asCID(t)==null)throw new f("invalid cid received","ERR_INVALID_CID");let e=await this.client.send({type:T.Type.DHT,dht:{type:j.Type.PROVIDE,cid:t.bytes}}),o=await e.read(w);if(await e.unwrap().close(),o.type!==w.Type.OK)throw new f(o.error?.msg??"DHT provide failed","ERR_DHT_PROVIDE_FAILED")}async*findProviders(t,e=1){if(t==null||z.asCID(t)==null)throw new f("invalid cid received","ERR_INVALID_CID");let o=await this.client.send({type:T.Type.DHT,dht:{type:j.Type.FIND_PROVIDERS,cid:t.bytes,count:e}}),n=await o.read(w);if(n.type!==w.Type.OK)throw await o.unwrap().close(),new f(n.error?.msg??"DHT find providers failed","ERR_DHT_FIND_PROVIDERS_FAILED");for(;;){let i=await o.read(st);if(i.type===st.Type.END){await o.unwrap().close();return}if(i.type===st.Type.VALUE&&i.peer!=null&&i.peer?.addrs!=null)yield{id:lt(i.peer.id),multiaddrs:i.peer.addrs.map(s=>V(s))};else throw await o.unwrap().close(),new f("unexpected message received","ERR_UNEXPECTED_MESSAGE_RECEIVED")}}async*getClosestPeers(t){if(!(t instanceof Uint8Array))throw new f("invalid key received","ERR_INVALID_KEY");let e=await this.client.send({type:T.Type.DHT,dht:{type:j.Type.GET_CLOSEST_PEERS,key:t}}),o=await e.read(w);if(o.type!==w.Type.OK)throw await e.unwrap().close(),new f(o.error?.msg??"DHT find providers failed","ERR_DHT_FIND_PROVIDERS_FAILED");for(;;){let n=await e.read(st);if(n.type===st.Type.END){await e.unwrap().close();return}if(n.type===st.Type.VALUE&&n.value!=null)yield{id:lt(n.value),multiaddrs:[]};else throw await e.unwrap().close(),new f("unexpected message received","ERR_UNEXPECTED_MESSAGE_RECEIVED")}}async getPublicKey(t){if(!Yt(t))throw new f("invalid peer id received","ERR_INVALID_PEER_ID");let e=await this.client.send({type:T.Type.DHT,dht:{type:j.Type.GET_PUBLIC_KEY,peer:t.toBytes()}}),o=await e.read(w);if(await e.unwrap().close(),o.type!==w.Type.OK)throw new f(o.error?.msg??"DHT get public key failed","ERR_DHT_GET_PUBLIC_KEY_FAILED");if(o.dht==null)throw new f("Invalid response","ERR_DHT_GET_PUBLIC_KEY_FAILED");return o.dht.value}};var nr=class{client;constructor(t){this.client=t}async getTopics(){let t=await this.client.send({type:T.Type.PUBSUB,pubsub:{type:ht.Type.GET_TOPICS}}),e=await t.read(w);if(await t.unwrap().close(),e.type!==w.Type.OK)throw new f(e.error?.msg??"Pubsub get topics failed","ERR_PUBSUB_GET_TOPICS_FAILED");if(e.pubsub==null||e.pubsub.topics==null)throw new f("Invalid response","ERR_PUBSUB_GET_TOPICS_FAILED");return e.pubsub.topics}async publish(t,e){if(typeof t!="string")throw new f("invalid topic received","ERR_INVALID_TOPIC");if(!(e instanceof Uint8Array))throw new f("data received is not a Uint8Array","ERR_INVALID_DATA");let o=await this.client.send({type:T.Type.PUBSUB,pubsub:{type:ht.Type.PUBLISH,topic:t,data:e}}),n=await o.read(w);if(await o.unwrap().close(),n.type!==w.Type.OK)throw new f(n.error?.msg??"Pubsub publish failed","ERR_PUBSUB_PUBLISH_FAILED")}async subscribe(t){if(typeof t!="string")throw new f("invalid topic received","ERR_INVALID_TOPIC");let e=await this.client.send({type:T.Type.PUBSUB,pubsub:{type:ht.Type.SUBSCRIBE,topic:t}}),o=await e.read(w);if(o.type!==w.Type.OK)throw new f(o.error?.msg??"Pubsub publish failed","ERR_PUBSUB_PUBLISH_FAILED");let n=!0;return{async*messages(){for(;n;)yield await e.read(ve)},async cancel(){n=!1,await e.unwrap().close()}}}async getSubscribers(t){if(typeof t!="string")throw new f("invalid topic received","ERR_INVALID_TOPIC");let e=await this.client.send({type:T.Type.PUBSUB,pubsub:{type:ht.Type.LIST_PEERS,topic:t}}),o=await e.read(w);if(await e.unwrap().close(),o.type!==w.Type.OK)throw new f(o.error?.msg??"Pubsub get subscribers failed","ERR_PUBSUB_GET_SUBSCRIBERS_FAILED");if(o.pubsub==null||o.pubsub.topics==null)throw new f("Invalid response","ERR_PUBSUB_GET_SUBSCRIBERS_FAILED");return o.pubsub.peerIDs.map(n=>lt(n))}};var In=Dt("libp2p:daemon-client"),An=class{multiaddr;dht;pubsub;tcp;constructor(t){this.multiaddr=t,this.tcp=ai()({logger:lo()}),this.dht=new rr(this),this.pubsub=new nr(this)}async connectDaemon(){return this.tcp.dial(this.multiaddr,{upgrader:Qr})}async send(t){let e=await this.connectDaemon(),o=t.pubsub?.type??t.dht?.type??t.peerStore?.type??"";In("send",t.type,o);let n=li(e);return await n.write(t,T),n}async connect(t,e){if(!Yt(t))throw new f("invalid peer id received","ERR_INVALID_PEER_ID");if(!Array.isArray(e))throw new f("addrs received are not in an array","ERR_INVALID_ADDRS_TYPE");e.forEach(i=>{if(!Ye(i))throw new f("received an address that is not a multiaddr","ERR_NO_MULTIADDR_RECEIVED")});let o=await this.send({type:T.Type.CONNECT,connect:{peer:t.toBytes(),addrs:e.map(i=>i.bytes)}}),n=await o.read(w);if(n.type!==w.Type.OK){let i=n.error??{msg:"unspecified"};throw new f(i.msg??"unspecified","ERR_CONNECT_FAILED")}await o.unwrap().close()}async identify(){let t=await this.send({type:T.Type.IDENTIFY}),e=await t.read(w);if(e.type!==w.Type.OK)throw new f(e.error?.msg??"Identify failed","ERR_IDENTIFY_FAILED");if(e.identify==null||e.identify.addrs==null)throw new f("Invalid response","ERR_IDENTIFY_FAILED");let o=lt(e.identify?.id),n=e.identify.addrs.map(i=>V(i));return await t.unwrap().close(),{peerId:o,addrs:n}}async listPeers(){let t=await this.send({type:T.Type.LIST_PEERS}),e=await t.read(w);if(e.type!==w.Type.OK)throw new f(e.error?.msg??"List peers failed","ERR_LIST_PEERS_FAILED");return await t.unwrap().close(),e.peers.map(o=>lt(o.id))}async openStream(t,e){if(!Yt(t))throw new f("invalid peer id received","ERR_INVALID_PEER_ID");if(typeof e!="string")throw new f("invalid protocol received","ERR_INVALID_PROTOCOL");let o=await this.send({type:T.Type.STREAM_OPEN,streamOpen:{peer:t.toBytes(),proto:[e]}}),n=await o.read(w);if(n.type!==w.Type.OK)throw await o.unwrap().close(),new f(n.error?.msg??"Open stream failed","ERR_OPEN_STREAM_FAILED");return o.unwrap()}async registerStreamHandler(t,e){if(typeof t!="string")throw new f("invalid protocol received","ERR_INVALID_PROTOCOL");let o=this.tcp.createListener({upgrader:Qr,handler:c=>{Promise.resolve().then(async()=>{let a=new $e({stream:c}),h=await a.read();if(h==null)throw new f("Could not read open stream response","ERR_OPEN_STREAM_FAILED");if(Gt.decode(h).proto!==t)throw new f("Incorrect protocol","ERR_OPEN_STREAM_FAILED");await e(a.rest())}).finally(()=>{c.close().catch(a=>{In.error(a)}),o.close().catch(a=>{In.error(a)})})}});await o.listen(V("/ip4/127.0.0.1/tcp/0"));let n=o.getAddrs()[0];if(n==null)throw new f("Could not listen on port","ERR_REGISTER_STREAM_HANDLER_FAILED");let i=await this.send({type:T.Type.STREAM_HANDLER,streamHandler:{addr:n.bytes,proto:[t]}}),s=await i.read(w);if(await i.unwrap().close(),s.type!==w.Type.OK)throw new f(s.error?.msg??"Register stream handler failed","ERR_REGISTER_STREAM_HANDLER_FAILED")}};function jc(r){return new An(r)}return mi(ta);})();
|
|
7
7
|
return Libp2PDaemonClient}));
|