@0xobelisk/sui-cli 1.2.0-pre.100 → 1.2.0-pre.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dubhe.js +20 -20
- package/dist/dubhe.js.map +1 -1
- package/package.json +3 -3
- package/src/utils/publishHandler.ts +8 -0
package/dist/dubhe.js
CHANGED
|
@@ -12,7 +12,7 @@ Welcome to Dubhe
|
|
|
12
12
|
|
|
13
13
|
`))}import{Transaction as ke}from"@0xobelisk/sui-client";import{execSync as $o}from"child_process";import j from"chalk";import*as Me from"fs/promises";import{mkdirSync as uo,writeFileSync as po}from"fs";import{dirname as go,join as Se}from"path";import{SUI_PRIVATE_KEY_PREFIX as mo}from"@mysten/sui/cryptography";import pe from"chalk";import{ZodError as ao}from"zod";import{fromZodError as lo,ValidationError as co}from"zod-validation-error";var Fe=class extends Error{name="NotInsideProjectError";message="You are not inside a Dubhe project"},V=class extends Error{name="DubheCliError"},$e=class extends Error{name="UpgradeError"};function W(e){if(e instanceof co)console.log(pe.redBright(e.message));else if(e instanceof ao){let t=lo(e,{prefixSeparator:`
|
|
14
14
|
- `,issueSeparator:`
|
|
15
|
-
- `});console.log(pe.redBright(t.message))}else e instanceof Fe?(console.log(pe.red(e.message)),console.log(""),console.log(pe.blue("To learn more about Dubhe's configuration, please go to https://github.com/0xobelisk"))):e instanceof V?console.log(pe.red(e)):console.log(e)}import*as R from"fs";import M from"chalk";import{spawn as Re}from"child_process";import{Dubhe as fo,loadMetadata as ho}from"@0xobelisk/sui-client";var Ce="0xfef203de9d3a2980429e91df535a0503ccf8d3c05aa3815936984243dc96f19f",Pe="0x8817b4976b6c607da01cea49d728f71d09274c82e9b163fa20c2382586f8aefc";function je(e){if(e.startsWith(mo))return e.length===70?e:!1;if(e.startsWith("0x")){let t=e.slice(2);return t.length===64?t:!1}else return e.length===64?e:!1}async function G(e,t){try{let o=await Me.readFile(`${e}/.history/sui_${t}/latest.json`,"utf8");return JSON.parse(o)}catch(o){throw new Error(`read .history/sui_${t}/latest.json failed. ${o}`)}}async function yo(e,t){try{let o=await Me.readFile(`${e}/.history/sui_${t}/latest.json`,"utf8");return JSON.parse(o).dappHub}catch{return""}}async function se(e){let o=`${process.cwd()}/src/dubhe`;switch(e){case"mainnet":return Ce;case"testnet":return Ce;case"devnet":return Ce;case"localnet":return await yo(o,"localnet");default:throw new Error(`Invalid network: ${e}`)}}async function
|
|
15
|
+
- `});console.log(pe.redBright(t.message))}else e instanceof Fe?(console.log(pe.red(e.message)),console.log(""),console.log(pe.blue("To learn more about Dubhe's configuration, please go to https://github.com/0xobelisk"))):e instanceof V?console.log(pe.red(e)):console.log(e)}import*as R from"fs";import M from"chalk";import{spawn as Re}from"child_process";import{Dubhe as fo,loadMetadata as ho}from"@0xobelisk/sui-client";var Ce="0xfef203de9d3a2980429e91df535a0503ccf8d3c05aa3815936984243dc96f19f",Pe="0x8817b4976b6c607da01cea49d728f71d09274c82e9b163fa20c2382586f8aefc";function je(e){if(e.startsWith(mo))return e.length===70?e:!1;if(e.startsWith("0x")){let t=e.slice(2);return t.length===64?t:!1}else return e.length===64?e:!1}async function G(e,t){try{let o=await Me.readFile(`${e}/.history/sui_${t}/latest.json`,"utf8");return JSON.parse(o)}catch(o){throw new Error(`read .history/sui_${t}/latest.json failed. ${o}`)}}async function yo(e,t){try{let o=await Me.readFile(`${e}/.history/sui_${t}/latest.json`,"utf8");return JSON.parse(o).dappHub}catch{return""}}async function se(e){let o=`${process.cwd()}/src/dubhe`;switch(e){case"mainnet":return Ce;case"testnet":return Ce;case"devnet":return Ce;case"localnet":return await yo(o,"localnet");default:throw new Error(`Invalid network: ${e}`)}}async function Qe(e){let o=`${process.cwd()}/src/dubhe`;switch(e){case"mainnet":return Pe;case"testnet":return Pe;case"devnet":return Pe;case"localnet":return await ge(o,e);default:throw new Error(`Invalid network: ${e}`)}}async function Ze(e,t){return(await G(e,t)).components}async function et(e,t){return(await G(e,t)).resources}async function tt(e,t){return(await G(e,t)).version}async function ge(e,t){return(await G(e,t)).packageId}async function Ue(e,t){return(await G(e,t)).upgradeCap}async function ot(e,t){return(await G(e,t)).startCheckpoint}async function me(e,t,o,n,s,r,a,l,d,c){let m={projectName:e,network:t,startCheckpoint:o,packageId:n,dappHub:s,upgradeCap:r,version:a,components:l,resources:d,enums:c},u=process.cwd(),w=JSON.stringify(m,null,2);await Oe(w,`${u}/src/${e}/.history/sui_${t}/latest.json`,"Update deploy log")}async function fe(e,t,o){let n=process.cwd();try{let s=await ho(t,o);if(s){let r=JSON.stringify(s,null,2);await Oe(r,`${n}/src/${e}/.history/sui_${t}/${o}.json`,"Save package metadata"),await Oe(r,`${n}/metadata.json`,"Save latest metadata")}}catch(s){console.warn(M.yellow(`Warning: Failed to save metadata: ${s}`))}}async function Oe(e,t,o){uo(go(t),{recursive:!0}),po(t,e),o!==void 0&&console.log(`${o}: ${t}`)}function re(e){let t=Se(e,"Published.toml");if(!R.existsSync(t))return{};let o=R.readFileSync(t,"utf-8"),n={},s=/\[published\.(\w+)\]([\s\S]*?)(?=\[published\.|$)/g,r;for(;(r=s.exec(o))!==null;){let a=r[1],l=r[2],d=m=>{let u=l.match(new RegExp(`${m}\\s*=\\s*"([^"]*)"`));return u?u[1]:""},c=l.match(/version\s*=\s*(\d+)/);n[a]={chainId:d("chain-id"),publishedAt:d("published-at"),originalId:d("original-id"),version:c?parseInt(c[1],10):1}}return n}function He(e,t){let o=Se(e,"Published.toml"),n=`# Generated by Move
|
|
16
16
|
# This file contains metadata about published versions of this package in different environments
|
|
17
17
|
# This file SHOULD be committed to source control
|
|
18
18
|
`;for(let[s,r]of Object.entries(t))n+=`
|
|
@@ -21,7 +21,7 @@ Welcome to Dubhe
|
|
|
21
21
|
`,n+=`published-at = "${r.publishedAt}"
|
|
22
22
|
`,n+=`original-id = "${r.originalId}"
|
|
23
23
|
`,n+=`version = ${r.version}
|
|
24
|
-
`;R.writeFileSync(o,n,"utf-8")}function he(e,t,o,n,s,r){let a=re(e),l=a[t];a[t]={chainId:o,publishedAt:n,originalId:s??l?.originalId??n,version:r??(l?l.version+1:1)},He(e,a),console.log(`Updated Published.toml in ${e} for ${t}.`)}function
|
|
24
|
+
`;R.writeFileSync(o,n,"utf-8")}function he(e,t,o,n,s,r){let a=re(e),l=a[t];a[t]={chainId:o,publishedAt:n,originalId:s??l?.originalId??n,version:r??(l?l.version+1:1)},He(e,a),console.log(`Updated Published.toml in ${e} for ${t}.`)}function nt(e,t){let o=re(e),n=o[t];if(n)return o[t]={...n,publishedAt:"0x0000000000000000000000000000000000000000000000000000000000000000",originalId:"0x0000000000000000000000000000000000000000000000000000000000000000"},He(e,o),n}function Le(e,t,o){let n=re(e);n[t]=o,He(e,n)}function ie(e,t){return Se(e,`Pub.${t}.toml`)}function _e(e,t,o,n){let s=[],r=o,a=t;if(R.existsSync(e)){let c=R.readFileSync(e,"utf-8"),m=c.match(/^chain-id\s*=\s*"([^"]*)"/m),u=m?m[1]:"";if(u!==""&&u!==t)console.log(` Pub file chain-id changed (${u} \u2192 ${t}), resetting entries.`);else{let b=/\[\[published\]\]([\s\S]*?)(?=\[\[published\]\]|$)/g,C;for(;(C=b.exec(c))!==null;){let D=C[1],g=y=>{let v=D.match(new RegExp(`^${y}\\s*=\\s*"([^"]*)"`,"m"));return v?v[1]:""},P=D.match(/^source\s*=\s*\{\s*local\s*=\s*"([^"]*)"\s*\}/m),p=P?P[1]:"";p&&s.push({source:p,publishedAt:g("published-at"),originalId:g("original-id"),upgradeCap:g("upgrade-cap")})}}}let l=s.findIndex(c=>c.source===n.source);l>=0?s[l]=n:s.push(n);let d=`# generated by dubhe cli
|
|
25
25
|
# this file contains metadata from ephemeral publications
|
|
26
26
|
# this file should NOT be committed to source control
|
|
27
27
|
|
|
@@ -43,8 +43,8 @@ Welcome to Dubhe
|
|
|
43
43
|
\u274C Failed to switch to environment ${e}`)),console.error(M.red(` \u2514\u2500 ${d.trim()}`)),o(new Error(d))}})})}catch(t){throw t}}var J=e=>new Promise(t=>setTimeout(t,e));function xo(){let e=process.env.PRIVATE_KEY||process.env.NEXT_PUBLIC_PRIVATE_KEY;if(!e)throw new V(`Missing private key environment variable.
|
|
44
44
|
Run 'echo "PRIVATE_KEY=YOUR_PRIVATE_KEY" > .env'
|
|
45
45
|
or 'echo "NEXT_PUBLIC_PRIVATE_KEY=YOUR_PRIVATE_KEY" > .env'
|
|
46
|
-
in your contracts directory to use the default sui private key.`);let t=je(e);if(t===!1)throw new V("Please check your privateKey.");return t}function z({network:e,packageId:t,metadata:o}){let n=xo();return new fo({networkType:e,secretKey:n,packageId:t,metadata:o})}function
|
|
47
|
-
`)),R.writeFileSync(o,s,"utf-8")}function
|
|
46
|
+
in your contracts directory to use the default sui private key.`);let t=je(e);if(t===!1)throw new V("Please check your privateKey.");return t}function z({network:e,packageId:t,metadata:o}){let n=xo();return new fo({networkType:e,secretKey:n,packageId:t,metadata:o})}function st(e){let t=Object.entries(e.components).map(([s,r])=>{if(typeof r=="string")return{[s]:{fields:[{entity_id:"address"},{value:r}],keys:["entity_id"],offchain:!1}};if(Object.keys(r).length===0)return{[s]:{fields:[{entity_id:"address"}],keys:["entity_id"],offchain:!1}};let a=r.fields||{},l=r.keys||["entity_id"],d=r.offchain??!1;!a.entity_id&&l.includes("entity_id")&&(a.entity_id="address");let c=Object.entries(a),m=c.find(([b])=>b==="entity_id"),u=c.filter(([b])=>b!=="entity_id"),w=m?[m,...u]:u;return{[s]:{fields:w.map(([b,C])=>({[b]:C})),keys:l,offchain:d}}}),o=Object.entries(e.resources).map(([s,r])=>{if(typeof r=="string")return{[s]:{fields:[{entity_id:"String"},{value:r}],keys:["entity_id"],offchain:!1}};if(Object.keys(r).length===0)return{[s]:{fields:[{entity_id:"String"}],keys:["entity_id"],offchain:!1}};let a=r.fields||{},l=r.keys||[],d=r.offchain??!1;if(l.length===0){let u=Object.entries(a),w=[["entity_id","String"],...u];return{[s]:{fields:w.map(([b,C])=>({[b]:C})),keys:["entity_id"],offchain:d}}}let c=Object.entries(a),m=[["entity_id","String"],...c];return{[s]:{fields:m.map(([u,w])=>({[u]:w})),keys:["entity_id",...l],offchain:d}}});o.some(s=>"dapp_fee_state"in s)||o.push({dapp_fee_state:{fields:[{entity_id:"String"},{base_fee:"u256"},{byte_fee:"u256"},{free_credit:"u256"},{total_bytes_size:"u256"},{total_recharged:"u256"},{total_paid:"u256"}],keys:["entity_id"],offchain:!1}});let n=Object.entries(e.enums||{}).map(([s,r])=>{let a=r.sort((l,d)=>l.localeCompare(d)).map(l=>l);return{[s]:a}});return JSON.stringify({components:t,resources:o,enums:n},null,2)}function Ve(e,t){let o=`${e}/Move.toml`,s=R.readFileSync(o,"utf-8");t==="0x0"?(s=s.replace(/dubhe\s*=\s*"[^"]*"/,'dubhe = "0x0"'),s=s.replace(/published-at\s*=\s*"[^"]*"\r?\n?/,"")):(s=s.replace(/dubhe\s*=\s*"[^"]*"/,`dubhe = "${t}"`),/published-at\s*=\s*"[^"]*"/.test(s)?s=s.replace(/published-at\s*=\s*"[^"]*"/,`published-at = "${t}"`):s=s.replace(/(\[package\][^\n]*\n)/,`$1published-at = "${t}"
|
|
47
|
+
`)),R.writeFileSync(o,s,"utf-8")}function rt(e,t){let o=`${e}/sources/codegen/genesis.move`,n=R.readFileSync(o,"utf-8"),s=/(\/\/ ==========================================)[\s\S]*?(\/\/ ==========================================)/,r=n.match(s);if(!r)throw new Error("Could not find separator comments in genesis.move");let a=t.map(c=>` ${c}::register_table(dapp_hub, ctx);`).join(`
|
|
48
48
|
`),l=`${r[1]}
|
|
49
49
|
${a}
|
|
50
50
|
${r[2]}`,d=n.replace(s,l);R.writeFileSync(o,d,"utf-8")}import*as $ from"fs";import*as Y from"path";function We(e,t){if(!$.existsSync(e))return null;let o=$.readFileSync(e,"utf-8");if(o.includes("localnet"))return null;let n;return o.includes("[environments]")?n=o.replace("[environments]",`[environments]
|
|
@@ -52,7 +52,7 @@ localnet = "${t}"`):n=o.trimEnd()+`
|
|
|
52
52
|
|
|
53
53
|
[environments]
|
|
54
54
|
localnet = "${t}"
|
|
55
|
-
`,$.writeFileSync(e,n,"utf-8"),o}async function
|
|
55
|
+
`,$.writeFileSync(e,n,"utf-8"),o}async function ze(e,t){if(!$.existsSync(e))return;let o=$.readFileSync(e,"utf-8"),n=new RegExp(`\\[env\\.${t}\\][\\s\\S]*?(?=\\[|$)`,"g"),s=o.replace(n,"");$.writeFileSync(e,s,"utf-8")}function it(e,t,o,n,s){let r=Y.resolve(e),a=$.readFileSync(r,"utf-8"),l=a.split(`
|
|
56
56
|
`),d=l.findIndex(w=>w.trim()===`[env.${t}]`),c={chainId:n,originalPublishedId:"",latestPublishedId:"",publishedVersion:0};if(d===-1)if(o==="publish")c.originalPublishedId=s,c.latestPublishedId=s,c.publishedVersion=1;else throw new Error(`Network type [env.${t}] not found in the file and cannot upgrade.`);else{for(let w=d+1;w<l.length;w++){let b=l[w].trim();if(b.startsWith("["))break;let[C,D]=b.split("=").map(g=>g.trim().replace(/"/g,""));switch(C){case"original-published-id":c.originalPublishedId=D;break;case"latest-published-id":c.latestPublishedId=D;break;case"published-version":c.publishedVersion=parseInt(D,10);break}}o==="publish"?(c.originalPublishedId=s,c.latestPublishedId=s,c.publishedVersion=1):o==="upgrade"&&(c.latestPublishedId=s,c.publishedVersion+=1)}let m=`
|
|
57
57
|
[env.${t}]
|
|
58
58
|
chain-id = "${c.chainId}"
|
|
@@ -61,17 +61,17 @@ latest-published-id = "${c.latestPublishedId}"
|
|
|
61
61
|
published-version = "${c.publishedVersion}"
|
|
62
62
|
`,u=d===-1?a+m:l.slice(0,d).join(`
|
|
63
63
|
`)+m;$.writeFileSync(r,u,"utf-8")}function at(e,t,o){let n,s;try{let r;t==="localnet"?(r=" --build-env testnet",o&&(r+=` --pubfile-path ${o}`)):r=t?` -e ${t}`:"";let a=JSON.parse($o(`sui move build --dump-bytecode-as-base64 --no-tree-shaking${r} --path ${e}`,{encoding:"utf-8",stdio:"pipe"}));n=a.modules,s=a.dependencies}catch(r){throw console.error(j.red(" \u2514\u2500 Build failed")),console.error(r.stdout||r.stderr),new Error(`Build failed: ${r.stdout||r.stderr||r.message}`)}return[n,s]}async function lt(e){let t=await e.suiInteractor.currentClient.getChainIdentifier();console.log(` \u251C\u2500 ChainId: ${t}`);let o=e.getAddress(),n=await e.suiInteractor.currentClient.getCoins({owner:o,coinType:"0x2::sui::SUI"});if(n.data.length>0){let s=n.data.reduce((r,a)=>r+Number(a.balance),0);if(s>0)return console.log(` \u251C\u2500 Deployer balance: ${s/10**9} SUI`),t;console.log(j.yellow(" \u251C\u2500 Deployer balance: 0 SUI, please ensure your account has sufficient SUI balance"))}return t}async function Co(e,t,o,n,s){console.log(`
|
|
64
|
-
\u{1F680} Starting Contract Publication...`),console.log(` \u251C\u2500 Project: ${n}`),console.log(` \u251C\u2500 Network: ${o}`),console.log(" \u251C\u2500 Waiting for node...");let r=await lt(e);console.log(" \u251C\u2500 Validating Environment..."),await
|
|
64
|
+
\u{1F680} Starting Contract Publication...`),console.log(` \u251C\u2500 Project: ${n}`),console.log(` \u251C\u2500 Network: ${o}`),console.log(" \u251C\u2500 Waiting for node...");let r=await lt(e);console.log(" \u251C\u2500 Validating Environment..."),await ze(`${n}/Move.lock`,o),console.log(` \u2514\u2500 Account: ${e.getAddress()}`),console.log(`
|
|
65
65
|
\u{1F4E6} Building Contract...`);let a=o==="localnet"?ie(process.cwd(),o):void 0,l=`${n}/Published.toml`,d=null;o==="localnet"&&$.existsSync(l)&&(d=$.readFileSync(l,"utf-8"),$.unlinkSync(l));let c=Y.join(Y.dirname(n),"dubhe","Published.toml"),m=null;o==="localnet"&&$.existsSync(c)&&(m=$.readFileSync(c,"utf-8"),$.unlinkSync(c));let u=`${n}/Move.toml`,w=Y.join(Y.dirname(n),"dubhe","Move.toml"),b=null,C=null;o==="localnet"&&(b=We(u,r),C=We(w,r));let D,g;try{[D,g]=at(n,o,a)}finally{d!==null&&$.writeFileSync(l,d,"utf-8"),m!==null&&$.writeFileSync(c,m,"utf-8"),b!==null&&$.writeFileSync(u,b,"utf-8"),C!==null&&$.writeFileSync(w,C,"utf-8")}console.log(`
|
|
66
66
|
\u{1F504} Publishing Contract...`);let P=new ke;s&&P.setGasBudget(s);let[p]=P.publish({modules:D,dependencies:g});P.transferObjects([p],e.getAddress());let y;try{y=await e.signAndSendTxn({tx:P})}catch(_){throw console.error(j.red(" \u2514\u2500 Publication failed")),console.error(_.message),new Error(`Contract publication failed: ${_.message}`)}if(!y||y.effects?.status.status==="failure")throw new Error("Contract publication transaction failed");console.log(" \u251C\u2500 Processing publication results...");let v=1,h="",E="",U=t.components,I=t.resources,x=t.enums,F="",H="",S=[];y.objectChanges.map(_=>{_.type==="published"&&(console.log(` \u251C\u2500 Package ID: ${_.packageId}`),h=_.packageId||""),_.type==="created"&&_.objectType&&_.objectType==="0x2::package::UpgradeCap"&&(console.log(` \u251C\u2500 Upgrade Cap: ${_.objectId}`),F=_.objectId||""),_.type==="created"&&_.objectType&&_.objectType.includes("dapp_service::DappHub")&&(E=_.objectId||""),_.type==="created"&&S.push(_)}),console.log(` \u2514\u2500 Transaction: ${y.digest}`),it(`${n}/Move.lock`,o,"publish",r,h),he(n,o,r,h,h,1),console.log(`
|
|
67
67
|
\u26A1 Executing Deploy Hook...`),await J(5e3),H=await e.suiInteractor.currentClient.getLatestCheckpointSequenceNumber();let B=new ke,O=[],de=t.name==="dubhe"?E:await se(o);O.push(B.object(de)),O.push(B.object("0x6")),B.moveCall({target:`${h}::genesis::run`,arguments:O});let ue;try{ue=await e.signAndSendTxn({tx:B})}catch(_){throw console.error(j.red(" \u2514\u2500 Deploy hook execution failed")),console.error(_.message),new Error(`genesis::run failed: ${_.message}`)}if(ue.effects?.status.status==="success"){console.log(" \u251C\u2500 Hook execution successful"),console.log(` \u251C\u2500 Transaction: ${ue.digest}`),console.log(`
|
|
68
|
-
\u{1F4CB} Created Objects:`),S.map(
|
|
68
|
+
\u{1F4CB} Created Objects:`),S.map(Xe=>{console.log(` \u251C\u2500 ID: ${Xe.objectId}`),console.log(` \u2514\u2500 Type: ${Xe.objectType}`)}),await me(t.name,o,H,h,de,F,v,U,I,x),await fe(t.name,o,h);let _=JSON.parse($.readFileSync(`${process.cwd()}/dubhe.config.json`,"utf-8"));_.original_package_id=h,_.dubhe_object_id=de,_.original_dubhe_package_id=await Qe(o),_.start_checkpoint=H,$.writeFileSync(`${process.cwd()}/dubhe.config.json`,JSON.stringify(_,null,2)),console.log(`
|
|
69
69
|
\u2705 Contract Publication Complete
|
|
70
70
|
`)}else throw new Error(`genesis::run transaction failed. Digest: ${ue.digest}`)}async function Po(e){return $.existsSync(e)?!0:(console.log(j.yellow(`
|
|
71
71
|
\u2139\uFE0F Dubhe Framework Files Not Found`)),console.log(j.yellow(" \u251C\u2500 Expected Path:"),e),console.log(j.yellow(" \u251C\u2500 To set up Dubhe Framework:")),console.log(j.yellow(" \u2502 1. Create directory: mkdir -p contracts/dubhe")),console.log(j.yellow(" \u2502 2. Clone repository: git clone https://github.com/0xobelisk/dubhe contracts/dubhe")),console.log(j.yellow(" \u2502 3. Or download from: https://github.com/0xobelisk/dubhe")),console.log(j.yellow(" \u2514\u2500 After setup, restart the local node")),!1)}async function So(e,t){let o=process.cwd(),n=`${o}/src/dubhe`;if(!await Po(n))return;console.log(`
|
|
72
|
-
\u{1F680} Starting Dubhe Framework Publication...`),console.log(" \u251C\u2500 Waiting for node...");let s=await lt(e);await
|
|
72
|
+
\u{1F680} Starting Dubhe Framework Publication...`),console.log(" \u251C\u2500 Waiting for node...");let s=await lt(e);await ze(`${n}/Move.lock`,t),t==="localnet"&&await ze(`${n}/Move.lock`,"testnet"),await Ve(n,"0x0");let r=await e.suiInteractor.currentClient.getLatestCheckpointSequenceNumber(),a=`${n}/Published.toml`,l=null;t==="localnet"&&$.existsSync(a)&&(l=$.readFileSync(a,"utf-8"),$.unlinkSync(a));let d=`${n}/Move.toml`,c=null;t==="localnet"&&(c=We(d,s));let m,u;try{[m,u]=at(n,t)}finally{l!==null&&$.writeFileSync(a,l,"utf-8"),c!==null&&$.writeFileSync(d,c,"utf-8")}let w=new ke,[b]=w.publish({modules:m,dependencies:u});w.transferObjects([b],e.getAddress());let C;try{C=await e.signAndSendTxn({tx:w})}catch(h){throw console.error(j.red(" \u2514\u2500 Publication failed")),console.error(h.message),new Error(`Dubhe framework publication failed: ${h.message}`)}if(!C||C.effects?.status.status==="failure")throw new Error("Dubhe framework publication transaction failed");let D=1,g="",P="",p="";C.objectChanges.map(h=>{h.type==="published"&&(g=h.packageId||""),h.type==="created"&&h.objectType&&h.objectType==="0x2::package::UpgradeCap"&&(p=h.objectId||""),h.type==="created"&&h.objectType&&h.objectType.includes("dapp_service::DappHub")&&(P=h.objectId||"")}),await J(3e3);let y=new ke;y.moveCall({target:`${g}::genesis::run`,arguments:[y.object(P),y.object("0x6")]});let v;try{v=await e.signAndSendTxn({tx:y})}catch(h){throw console.error(j.red(" \u2514\u2500 Deploy hook execution failed")),console.error(h.message),new Error(`Dubhe genesis::run failed: ${h.message}`)}if(v.effects?.status.status!=="success")throw new Error("Deploy hook execution failed");if(await Ve(n,g),await me("dubhe",t,r,g,P,p,D,{},{},{}),it(`${n}/Move.lock`,t,"publish",s,g),he(n,t,s,g,g,1),t==="localnet"){let h=ie(o,t);_e(h,s,"testnet",{source:n,publishedAt:g,originalId:g,upgradeCap:p})}}async function ct(e,t,o,n){await K(t);let s=z({network:t}),a=`${process.cwd()}/src/${e.name}`;t==="localnet"&&e.name!=="dubhe"&&await So(s,t),await Co(s,e,t,a,n)}import{Transaction as dt,UpgradePolicy as _o}from"@0xobelisk/sui-client";import{execSync as ko}from"child_process";import X from"chalk";import*as Te from"fs";import*as ut from"path";function Ee(e,t,o,n){let s=ut.resolve(e),a=Te.readFileSync(s,"utf-8").split(`
|
|
73
73
|
`),l=a.findIndex(m=>m.trim()===`[env.${t}]`);if(l===-1)return console.log(`Network type [env.${t}] not found in the file.`),"";let d=-1,c="";for(let m=l+1;m<a.length;m++){let u=a[m].trim();if(u.startsWith("["))break;if(u.startsWith(o)){d=m,c=u.split("=")[1].trim().replace(/"/g,"");break}}if(d!==-1){a[d]=`${o} = "${n}"`;let m=a.join(`
|
|
74
|
-
`);Te.writeFileSync(s,m,"utf-8")}else console.log(`${o} not found for [env.${t}].`);return c}async function pt(e,t,o){await K(o);let n=process.cwd(),s=`${n}/src/${t}`,r=z({network:o}),a=Number(await
|
|
74
|
+
`);Te.writeFileSync(s,m,"utf-8")}else console.log(`${o} not found for [env.${t}].`);return c}async function pt(e,t,o){await K(o);let n=process.cwd(),s=`${n}/src/${t}`,r=z({network:o}),a=Number(await tt(s,o)),l=await ge(s,o),d=await Ue(s,o),c=await ot(s,o),m=await se(o),u=await et(s,o),w=await Ze(s,o),b=[];Object.entries(e.resources).forEach(([p,y])=>{u.hasOwnProperty(p)||b.push({name:p,fields:y})}),Object.entries(e.components).forEach(([p,y])=>{w.hasOwnProperty(p)||b.push({name:p,fields:y})});let C=b.map(p=>p.name);C.length>0&&rt(s,C);let D=Ee(`${s}/Move.lock`,o,"original-published-id","0x0000000000000000000000000000000000000000000000000000000000000000"),g=o!=="localnet"?nt(s,o):void 0,P=process.cwd();if(o==="localnet"){let p=`${P}/src/dubhe`,v=re(p).localnet;if(v){let h=ie(P,o),E=await Ue(p,o).catch(()=>"");_e(h,v.chainId,"testnet",{source:p,publishedAt:v.publishedAt,originalId:v.originalId,upgradeCap:E})}}try{let p,y,v;try{let S;o==="localnet"?S=`sui move build --dump-bytecode-as-base64 --no-tree-shaking --build-env testnet --pubfile-path ${ie(P,o)} --path ${n}/src/${t}`:S=`sui move build --dump-bytecode-as-base64 --no-tree-shaking -e ${o} --path ${n}/src/${t}`;let{modules:B,dependencies:O,digest:de}=JSON.parse(ko(S,{encoding:"utf-8",stdio:"pipe"}));p=B,y=O,v=de}catch(S){throw g&&Le(s,o,g),new $e(S.stdout||S.stderr||S.message)}console.log(`
|
|
75
75
|
\u{1F680} Starting Upgrade Process...`),console.log("\u{1F4CB} OldPackageId:",l),console.log("\u{1F4CB} UpgradeCap Object Id:",d),console.log("\u{1F4CB} OldVersion:",a);let h=new dt,E=h.moveCall({target:"0x2::package::authorize_upgrade",arguments:[h.object(d),h.pure.u8(_o.COMPATIBLE),h.pure.vector("u8",v)]}),U=h.upgrade({modules:p,dependencies:y,package:l,ticket:E});h.moveCall({target:"0x2::package::commit_upgrade",arguments:[h.object(d),U]});let I=await r.signAndSendTxn({tx:h,onSuccess:S=>{console.log(X.green(`Upgrade Transaction Digest: ${S.digest}`))},onError:S=>{console.log(X.red("Upgrade Transaction failed!")),console.error(S)}}),x="";I.objectChanges.map(S=>{S.type==="published"&&(console.log(X.blue(`${t} new PackageId: ${S.packageId}`)),console.log(X.blue(`${t} new Version: ${a+1}`)),x=S.packageId)}),Ee(`${s}/Move.lock`,o,"original-published-id",D),Ee(`${s}/Move.lock`,o,"latest-published-id",x),Ee(`${s}/Move.lock`,o,"published-version",a+1+"");let F=re(s)[o],H=g?.chainId??F?.chainId??"";if(he(s,o,H,x,g?.originalId??F?.originalId??D,a+1),me(t,o,c,x,m,d,a+1,e.components,e.resources,e.enums),b.length>0){console.log(`
|
|
76
76
|
\u{1F680} Starting Migration Process...`),b.forEach(O=>{console.log("\u{1F4CB} Added Fields:",JSON.stringify(O,null,2))}),await new Promise(O=>setTimeout(O,5e3));let S=new dt,B=a+1;S.moveCall({target:`${x}::migrate::migrate_to_v${B}`,arguments:[S.object(m),S.pure.address(x),S.pure.u32(B)]}),await r.signAndSendTxn({tx:S,onSuccess:O=>{console.log(X.green(`Migration Transaction Digest: ${O.digest}`))},onError:O=>{console.log(X.red("Migration Transaction failed!, Please execute the migration manually.")),console.error(O)}})}else console.log(`
|
|
77
77
|
\u2705 No schema changes \u2014 migration step skipped.`),await new Promise(S=>setTimeout(S,2e3))}catch(p){throw g&&Le(s,o,g),console.log(X.red("upgrade handler execution failed!")),p}}import{Dubhe as Eo}from"@0xobelisk/sui-client";import*as De from"fs";function To(){console.log(T.yellow("\u{1F514} Stopping existing Local Node..."));let e=!1;if(process.platform==="win32")try{ae("taskkill /F /IM sui.exe",{stdio:"ignore"}),e=!0}catch{}else{let t=["sui start","sui.*start","^sui","sui.*--with-faucet"];for(let o of t)try{let n=ae(`pgrep -f "${o}"`,{stdio:"pipe"}).toString().trim();if(n){let s=n.split(`
|
|
@@ -80,15 +80,15 @@ published-version = "${c.publishedVersion}"
|
|
|
80
80
|
\u{1F504} Force mode enabled`)),To(),console.log(T.yellow(" \u251C\u2500 Waiting for processes to terminate...")),await J(3e3),Do(e),console.log("");else if(Io()){console.log(T.yellow(`
|
|
81
81
|
\u26A0\uFE0F Warning: Local Node Already Running`)),console.log(T.yellow(" \u251C\u2500 Cannot start a new instance")),console.log(T.yellow(" \u2514\u2500 Please stop the existing process first"));return}ne(),console.log("\u{1F680} Starting Local Node...");let o=null;try{let n=["start","--with-faucet"];if(t&&n.push("--force-regenesis"),n.push("--data-ingestion-dir",e),o=gt("sui",n,{env:{...process.env,RUST_LOG:"off,sui_node=info"},stdio:"ignore"}),o.on("error",r=>{console.error(T.red(`
|
|
82
82
|
\u274C Failed to Start Local Node`)),console.error(T.red(` \u2514\u2500 Error: ${r.message}`))}),await J(5e3),console.log(" \u251C\u2500 Faucet: Enabled"),console.log(` \u251C\u2500 Force Regenesis: ${t?"Yes":"No"}`),console.log(" \u251C\u2500 RPC server: http://127.0.0.1:9000/"),console.log(" \u2514\u2500 Faucet server: http://127.0.0.1:9123/"),await Ao(),await J(2e3),je("suiprivkey1qzez45sjjsepjgtksqvpq6jw7dzw3zq0dx7a4sulfypd73acaynw5jl9x2c")===!1)throw new V("Please check your privateKey.");console.log(T.green("\u{1F389} Local environment is ready!")),No(o),await new Promise(r=>{o?.on("exit",()=>r())})}catch(n){console.error(T.red(`
|
|
83
|
-
\u274C Failed to Start Local Node`)),console.error(T.red(` \u2514\u2500 Error: ${n.message}`)),o&&o.kill("SIGINT"),process.exit(1)}}import Fo from"readline";import Oo from"yargs";import Q from"chalk";import Mo from"dotenv";import{spawn as Ro}from"child_process";Mo.config();var ht=!0,
|
|
83
|
+
\u274C Failed to Start Local Node`)),console.error(T.red(` \u2514\u2500 Error: ${n.message}`)),o&&o.kill("SIGINT"),process.exit(1)}}import Fo from"readline";import Oo from"yargs";import Q from"chalk";import Mo from"dotenv";import{spawn as Ro}from"child_process";Mo.config();var ht=!0,Be=["shell","wait"],f=(e=0)=>{ht&&process.exit(e)},ft=()=>le.filter(e=>!Be.includes(e.command)).map(e=>e.command),jo={command:"shell",describe:"Open a shell to interact with the Dubhe System",builder(e){return e.options({network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Node network (mainnet/testnet/devnet/localnet)"}})},handler:async({network:e})=>{e=="default"&&(e=await A(),console.log(Q.yellow(`Use default network: [${e}]`))),ht=!1;let t=[];function o(s){let r=ft().filter(a=>a?a.startsWith(s.toLowerCase()):!1);return[r.length?r:ft(),s]}let n=Fo.createInterface({input:process.stdin,output:process.stdout,prompt:`dubhe(${Q.green(e)}) ${Q.bold(">")} `,completer:o,historySize:200});n.on("line",async s=>{let r=s.trim();if(!r){n.prompt();return}t.push(r);let a=r.split(/\s+/),l=a[0].toLowerCase(),d=le.find(c=>c.command===l&&!Be.includes(l));if(a.includes("--help")||a.includes("-h")){if(d)try{let c=Ro("node",[process.argv[1],l,"--help"],{stdio:"inherit",env:{...process.env}});c.on("exit",()=>{n.prompt()}),c.on("error",()=>{console.log(`
|
|
84
84
|
${d.describe||`${l} command`}`),console.log(`
|
|
85
85
|
Usage: ${l} [options]`),console.log(`
|
|
86
86
|
For complete help with all options, please exit shell and run:`),console.log(Q.cyan(` dubhe ${l} --help`)),n.prompt()});return}catch{console.log(`
|
|
87
87
|
${d.describe||`${l} command`}`),console.log(`
|
|
88
88
|
Usage: ${l} [options]`),console.log(`
|
|
89
|
-
For complete help with all options, please exit shell and run:`),console.log(Q.cyan(` dubhe ${l} --help`))}else console.log(`\u{1F937} Unknown command: "${l}". Type 'help' to see available commands.`);n.prompt();return}if(d)try{let{builder:c,handler:m}=d,u=Oo().exitProcess(!1);if(c){typeof c=="function"?c(u):u.options(c);let w=u.parseSync([l,"--network",e,...a.slice(1)]);m&&await m(w)}}catch(c){console.log(Q.red(c))}else if(l=="help"){console.log("Available dubhe commands:");let c=le.filter(u=>!
|
|
89
|
+
For complete help with all options, please exit shell and run:`),console.log(Q.cyan(` dubhe ${l} --help`))}else console.log(`\u{1F937} Unknown command: "${l}". Type 'help' to see available commands.`);n.prompt();return}if(d)try{let{builder:c,handler:m}=d,u=Oo().exitProcess(!1);if(c){typeof c=="function"?c(u):u.options(c);let w=u.parseSync([l,"--network",e,...a.slice(1)]);m&&await m(w)}}catch(c){console.log(Q.red(c))}else if(l=="help"){console.log("Available dubhe commands:");let c=le.filter(u=>!Be.includes(u.command)),m=Math.max(...c.map(u=>(typeof u.command=="string"?u.command:Array.isArray(u.command)?u.command[0]:"").length));c.forEach(u=>{let b=(typeof u.command=="string"?u.command:Array.isArray(u.command)?u.command[0]:"").padEnd(m);console.log(` ${Q.green(b)} ${u.describe}`)}),n.prompt();return}else if(["exit","quit"].indexOf(l)!==-1){console.log("Goodbye You will have a nice day! \u{1F44B}"),n.close();return}else console.log(`\u{1F937} Unknown command: "${r}". Type 'help' to see available commands.`);n.prompt()}),n.on("close",()=>{process.exit(0)}),ne(),n.prompt()}},yt=jo;var Uo={command:"node",describe:"Manage local Sui node",builder:{"data-dir":{type:"string",default:".chk",desc:"Path to the data directory"},force:{type:"boolean",default:!1,desc:"Force restart: stop existing node and remove data directory"}},async handler({"data-dir":e,force:t}){try{await mt(e,t)}catch(o){console.error("Error executing command:",o),f(1)}f()}},bt=Uo;import{requestSuiFromFaucetV2 as Ho,getFaucetHost as Lo}from"@mysten/sui/faucet";import{SuiClient as Vo,getFullnodeUrl as Wo}from"@mysten/sui/client";var qe=60,zo=1e3,wt=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],Bo={command:"faucet",describe:"Interact with a Dubhe faucet",builder(e){return e.options({network:{type:"string",desc:"URL of the Dubhe faucet",choices:["testnet","devnet","localnet"],default:"localnet"},recipient:{type:"string",desc:"Sui address to fund"}})},async handler({network:e,recipient:t}){let o="";t===void 0?o=z(e).getAddress():o=t,console.log(`
|
|
90
90
|
\u{1F30A} Starting Faucet Operation...`),console.log(` \u251C\u2500 Network: ${e}`),t===void 0?(console.log(" \u251C\u2500 Using Environment PrivateKey"),console.log(` \u251C\u2500 Generated Address: ${o}`)):console.log(` \u251C\u2500 Using Provided Address: ${o}`),console.log(" \u251C\u2500 Requesting funds from faucet...");let n=0,s=!1,r=0,a=Date.now(),l=!1,d=()=>{l=!0,process.stdout.write("\r"+" ".repeat(50)+"\r"),console.log(`
|
|
91
|
-
\u2514\u2500 Operation cancelled by user`),f(1)};process.on("SIGINT",d);try{for(;n<
|
|
91
|
+
\u2514\u2500 Operation cancelled by user`),f(1)};process.on("SIGINT",d);try{for(;n<qe&&!s&&!l;)try{await Ho({host:Lo(e),recipient:o}),s=!0}catch{if(l)break;n++,n===qe&&(console.log(` \u2514\u2500 Failed to request funds after ${qe} attempts.`),console.log(" \u2514\u2500 Please check your network connection and try again later."),console.log(" \u2514\u2500 You can visit https://faucet.testnet.sui.io/ to request funds manually."),f(1));let b=Math.floor((Date.now()-a)/1e3),C=wt[r%wt.length];r++,process.stdout.write(`\r \u251C\u2500 ${C} Retrying... (${b}s)`),await new Promise(D=>setTimeout(D,zo))}}finally{process.removeListener("SIGINT",d)}l&&f(1),process.stdout.write("\r"+" ".repeat(50)+"\r"),console.log(" \u2514\u2500 Checking balance...");let c=new Vo({url:Wo(e)}),m={owner:o},u=await c.getBalance(m);console.log(`
|
|
92
92
|
\u{1F4B0} Account Summary`),console.log(` \u251C\u2500 Address: ${o}`),console.log(` \u2514\u2500 Balance: ${(Number(u.totalBalance)/1e9).toFixed(4)} SUI`),console.log(`
|
|
93
93
|
\u2705 Faucet Operation Complete
|
|
94
94
|
`),f()}},vt=Bo;import{schemaGen as qo,loadConfig as Go}from"@0xobelisk/sui-common";import xt from"chalk";import Ko from"node:path";var Yo={command:"schemagen",describe:"Autogenerate Dubhe schemas based on the config file",builder:{"config-path":{type:"string",default:"dubhe.config.ts",desc:"Path to the config file"},network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Node network (mainnet/testnet/devnet/localnet)"}},async handler({"config-path":e,network:t}){try{if(!e)throw new Error("Config path is required");t=="default"&&(t=await A(),console.log(xt.yellow(`Use default network: [${t}]`)));let o=await Go(e),n=Ko.dirname(e);await qo(n,o,t),f()}catch(o){console.log(xt.red("Schemagen failed!")),console.error(o.message),f(1)}}},$t=Yo;import{loadConfig as Jo}from"@0xobelisk/sui-common";import{execSync as Xo}from"child_process";import Qo from"chalk";var Zo={command:"publish",describe:"Publish dubhe move contract",builder(e){return e.options({network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Node network (mainnet/testnet/devnet/localnet)"},"config-path":{type:"string",default:"dubhe.config.ts",desc:"Configuration file path"},"gas-budget":{type:"number",desc:"Optional gas budget for the transaction",optional:!0},force:{type:"boolean",default:!0,desc:"Force publish: do not update dependencies"}})},async handler({network:e,"config-path":t,"gas-budget":o,force:n}){try{e=="default"&&(e=await A(),console.log(Qo.yellow(`Use default network: [${e}]`)));let s=await Jo(t);Xo(`pnpm dubhe convert-json --config-path ${t}`,{encoding:"utf-8"}),await ct(s,e,n,o)}catch(s){W(s),f(1)}f()}},Ct=Zo;import{execSync as Pt}from"child_process";import{loadConfig as en}from"@0xobelisk/sui-common";function tn(){try{return Pt("sui client active-env",{encoding:"utf-8",stdio:"pipe"}).trim()}catch{return"testnet"}}async function on(e,t,o="100000000",n){let r=`${process.cwd()}/src/${e.name}`,l=`sui move test ${n?`--build-env ${n}`:""} --path ${r} ${t?`--test ${t}`:""} --gas-limit ${o}`;return Pt(l,{stdio:"pipe",encoding:"utf-8"})}var nn={command:"test",describe:"Run Move unit tests in Dubhe contracts",builder(e){return e.options({"config-path":{type:"string",default:"dubhe.config.ts",description:"Path to the Dubhe config file"},test:{type:"string",desc:"Run a specific test by name"},"gas-limit":{type:"string",desc:"Set the gas limit for the test",default:"100000000"}})},async handler({"config-path":e,test:t,"gas-limit":o}){try{console.log("\u{1F680} Running move test");let n=await en(e),s=tn(),a=await on(n,t,o,s==="localnet"||s==="devnet"?"testnet":void 0);a&&process.stdout.write(a)}catch(n){n.stdout&&process.stdout.write(n.stdout),n.stderr&&process.stderr.write(n.stderr),!n.stdout&&!n.stderr&&n.message&&process.stderr.write(n.message),f(1)}f()}},St=nn;import{execSync as sn,exec as rn}from"child_process";import _t from"path";import kt from"chalk";import{loadConfig as an}from"@0xobelisk/sui-common";async function ln(e,t,o=!1){let n=process.cwd(),s=_t.join(n,"src",e.name),r;return t==="localnet"?r=`sui move build --build-env testnet --pubfile-path ${_t.join(n,"Pub.localnet.toml")} --path ${s}`:r=`sui move build -e ${t} --path ${s}`,o&&(r+=" --dump-bytecode-as-base64"),sn(r,{encoding:"utf-8"})}var cn={command:"build",describe:"Build Dubhe contracts",builder(e){return e.options({"config-path":{type:"string",default:"dubhe.config.ts",description:"Path to the Dubhe config file"},network:{type:"string",default:"default",choices:["mainnet","testnet","devnet","localnet","default"],desc:"Node network (mainnet/testnet/devnet/localnet)"},"dump-bytecode-as-base64":{type:"boolean",default:!1,desc:"Dump bytecode as base64"}})},async handler({"config-path":e,network:t,"dump-bytecode-as-base64":o}){try{t=="default"&&(t=await A(),console.log(kt.yellow(`Use default network: [${t}]`))),console.log("\u{1F680} Running move build");let n=await an(e);await K(t);let s=await ln(n,t,o);console.log(s),rn(`pnpm dubhe convert-json --config-path ${e}`)}catch(n){console.error(kt.red("Error executing sui move build:")),n.stdout&&process.stdout.write(n.stdout),n.stderr&&process.stderr.write(n.stderr),!n.stdout&&!n.stderr&&n.message&&process.stderr.write(n.message),f(1)}}},Et=cn;var dn={command:"hello",describe:"hello, dubhe",builder(e){return e},async handler(){ne()}},Tt=dn;import{Dubhe as Dt}from"@0xobelisk/sui-client";import*as be from"fs";import ye from"chalk";async function It(e=!1,t=!1){t&&(console.log(ye.gray("Note: The generated account will be stored in the .env file with NEXT_PUBLIC_ prefix for client-side usage.")),console.log(ye.yellow(`Warning: Do not expose the .env file, it is intended for local testing only.
|
|
@@ -105,24 +105,24 @@ Watch stopped.`),f()})}},Rt=_n;import jt from"wait-on";import ce from"ora";impor
|
|
|
105
105
|
- Sui localnode on port 9000
|
|
106
106
|
- Sui faucet on port 9123
|
|
107
107
|
- PostgreSQL database on port 5432
|
|
108
|
-
- Dubhe GraphQL server on port 4000`):t["local-database"]?(s="Timeout waiting for local database",r="Please make sure PostgreSQL is running on port 5432"):t["local-node"]?(s="Timeout waiting for local Sui node",r="Please make sure Sui localnode is running on port 9123"):t["local-indexer"]&&(s="Timeout waiting for local indexer",r="Please make sure indexer is running and health endpoint is available at http://127.0.0.1:8080/health"),n.fail(Z.red(s)),console.error(Z.yellow(r)),f(1)}}},Vt=Nn;var Fn={command:"switch-env",describe:"Switch environment",builder(e){return e.option("network",{type:"string",choices:["mainnet","testnet","devnet","localnet"],default:"localnet",desc:"Switch to node network (mainnet/testnet/devnet/localnet)"})},async handler(e){await K(e.network),f()}},Wt=Fn;import On from"dotenv";import ee from"chalk";On.config();var Mn={command:"info",describe:"Get information about the current Sui node",builder(e){return e.options({network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Node network (mainnet/testnet/devnet/localnet)"}})},handler:async({network:e})=>{try{e=="default"&&(e=await A(),console.log(ee.yellow(`Use default network: [${e}]`)));let t=z({network:e}),o=t.getSigner();console.log(ee.blue("Account Information:")),console.log(` Network: ${ee.green(e)}`),console.log(` Address: ${ee.green(o.toSuiAddress())}`);try{let n=await t.getBalance("0x2::sui::SUI"),s=(Number(n.totalBalance)/10**9).toFixed(4);console.log(` Balance: ${ee.green(s)} SUI`)}catch{console.log(` Balance: ${ee.red("Failed to fetch balance")} ${ee.gray("(Network error)")}`)}f()}catch(t){W(t),f(1)}}},zt=Mn;import{loadConfig as Rn}from"@0xobelisk/sui-common";async function Bt(e,t,o){if(o)await fe(e.name,t,o);else{let n=`${process.cwd()}/src/${e.name}`,s=await ge(n,t);await fe(e.name,t,s)}}import jn from"chalk";var Un={command:"load-metadata",describe:"Load metadata for a package",builder(e){return e.options({network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Node network (mainnet/testnet/devnet/localnet)"},"config-path":{type:"string",desc:"Configuration file path",default:"dubhe.config.ts"},"package-id":{type:"string",desc:"Package ID to load metadata for",optional:!0}})},async handler({network:e,"config-path":t,"package-id":o}){try{e=="default"&&(e=await A(),console.log(jn.yellow(`Use default network: [${e}]`)));let n=await Rn(t);await Bt(n,e,o)}catch(n){W(n),f(1)}f()}},qt=Un;import i from"chalk";import{spawn as Wn}from"child_process";import Jt from"cli-table3";import Ae from"inquirer";import*as k from"fs";import*as N from"path";import*as oe from"os";import*as Qt from"net";import zn from"axios";var te={name:"@0xobelisk/sui-cli",version:"1.2.0-pre.100",description:"Tookit for interacting with move eps framework",keywords:["sui","obelisk labs","move","blockchain"],homepage:"https://github.com/0xobelisk/dubhe/tree/main/packages/sui-cli#readme",bugs:"https://github.com/0xobelisk/dubhe/issues",repository:{type:"git",url:"https://github.com/0xobelisk/dubhe.git"},license:"Apache-2.0",author:"team@obelisk.build",type:"module",exports:{".":"./dist/index.js"},types:"src/index.ts",bin:{dubhe:"./dist/dubhe.js"},scripts:{build:"pnpm run type-check && pnpm run build:js","build:js":"tsup && chmod +x ./dist/dubhe.js",clean:"pnpm run clean:js","clean:js":"rimraf dist",dev:"tsup --watch",format:"prettier --write .","format:check":"prettier --check .",lint:"eslint . --ext .ts",test:"vitest run","test:all":"pnpm test && pnpm test:integration","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts","test:localnet":"vitest run --config vitest.integration.config.ts tests/integration/localnet.test.ts","test:testnet":"vitest run --config vitest.integration.config.ts tests/integration/testnet.test.ts","test:watch":"vitest","type-check":"tsc --noEmit",validate:"pnpm format:check && pnpm type-check"},dependencies:{"@0xobelisk/sui-client":"workspace:*","@0xobelisk/sui-common":"workspace:*","@mysten/sui":"1.35.0","@types/wait-on":"^5.3.4",axios:"^1.12.0",chalk:"^5.0.1",child_process:"^1.0.2",chokidar:"^3.5.3","cli-progress":"^3.12.0","cli-table3":"^0.6.5",dotenv:"^16.0.3",ejs:"^3.1.8",execa:"^7.0.0",glob:"^8.0.3","http-proxy-agent":"^7.0.2","https-proxy-agent":"^7.0.6",inquirer:"^9.2.15",ora:"^5.4.1",path:"^0.12.7",typescript:"^5.8.3","wait-on":"^7.0.1",yargs:"^17.7.1",zod:"^3.22.3","zod-validation-error":"^1.3.0"},devDependencies:{"@types/cli-progress":"^3.11.5","@types/ejs":"^3.1.1","@types/glob":"^7.2.0","@types/inquirer":"^9.0.7","@types/node":"^22.16.0","@types/yargs":"^17.0.10",eslint:"^9.0.0","eslint-config-prettier":"^9.1.0",prettier:"3.3.3","ts-node":"^10.9.1",tsup:"^6.7.0",tsx:"^3.12.6",vitest:"0.31.4"},engines:{node:">=22.0.0"},publishConfig:{access:"public"}};import Ie from"chalk";import*as Gt from"cli-progress";import*as Kt from"fs";import Ln from"axios";async function Yt(e,t){try{let o=await Ln.get(e,{responseType:"stream",timeout:3e4,headers:{"User-Agent":"dubhe-cli"},maxRedirects:5,validateStatus:n=>n<400});await Vn(o,t),console.log(Ie.green(" \u2713 Successfully downloaded"))}catch(o){if(o.code==="ENOTFOUND")throw new Error(`DNS resolution failed: ${o.message}. Please check your internet connection.`);if(o.code==="ECONNRESET")throw new Error(`Connection reset: ${o.message}. Please check your network connection.`);if(o.code==="ETIMEDOUT")throw new Error(`Connection timeout: ${o.message}. Please check your network connection.`);if(o.message.includes("protocol mismatch"))throw new Error(`Protocol mismatch: ${o.message}. Please check your network configuration.`);if(o.response)throw new Error(`HTTP ${o.response.status}: ${o.response.statusText}`);{let n=o instanceof Error?o.message:String(o);throw new Error(`Download failed: ${n}`)}}}async function Vn(e,t){let o=parseInt(e.headers["content-length"]||"0"),n=new Gt.SingleBar({format:Ie.cyan("Download Progress")+" |{bar}| {percentage}% | {value}/{total} MB | Speed: {speed} MB/s | ETA: {eta}s",barCompleteChar:"\u2588",barIncompleteChar:"\u2591",hideCursor:!0,barsize:30,forceRedraw:!0});o>0?n.start(Math.round(o/1024/1024*100)/100,0,{speed:"0.00"}):console.log(Ie.blue("\u{1F4E5} Downloading... (unable to get file size)"));let s=Kt.createWriteStream(t),r=0,a=Date.now();return new Promise((l,d)=>{e.data.on("data",c=>{if(r+=c.length,o>0){let m=Math.round(r/1024/1024*100)/100,u=(Date.now()-a)/1e3,w=u>0?Math.round(m/u*100)/100:0;n.update(m,{speed:w.toFixed(2)})}}),e.data.pipe(s),s.on("finish",()=>{o>0&&n.stop();let c=Math.round(r/1024/1024*100)/100,m=(Date.now()-a)/1e3,u=m>0?Math.round(c/m*100)/100:0;console.log(Ie.green(`\u2713 Download completed! ${c} MB, average speed: ${u} MB/s`)),l()}),s.on("error",c=>{o>0&&n.stop(),d(c)})})}function Ge(){let e=process.platform,t=process.arch,o,n;switch(e){case"darwin":o="macos";break;case"win32":o="windows";break;case"linux":o="ubuntu";break;default:o=e}switch(t){case"x64":n="x86_64";break;case"arm64":n="aarch64";break;default:n=t}return{platform:e,arch:t,platformForAsset:o,archForAsset:n}}var L={sui:{name:"sui",repo:"MystenLabs/sui",binaryName:"sui",installDir:N.join(oe.homedir(),".dubhe","bin")},"dubhe-indexer":{name:"dubhe-indexer",repo:"0xobelisk/dubhe",binaryName:"dubhe-indexer",installDir:N.join(oe.homedir(),".dubhe","bin")}};async function q(e,t=[]){return new Promise(o=>{let n=Wn(e,t,{shell:!0}),s="",r="";n.stdout?.on("data",a=>{s+=a.toString()}),n.stderr?.on("data",a=>{r+=a.toString()}),n.on("close",a=>{o({code:a||0,stdout:s,stderr:r})}),n.on("error",()=>{o({code:-1,stdout:s,stderr:r})})})}async function Zt(e,t={}){try{let o={timeout:3e4,maxRedirects:5,validateStatus:s=>s<500,...t},n=await zn(e,o);return{ok:n.status>=200&&n.status<300,status:n.status,statusText:n.statusText,json:async()=>n.data,headers:n.headers}}catch(o){let n=o.response?.status||0,s=o.response?.statusText||o.message;return o.code==="ENOTFOUND"?s="DNS resolution failed - please check your internet connection":o.code==="ECONNRESET"?s="Connection reset - please check your network connection":o.code==="ETIMEDOUT"?s="Connection timeout - please check your network connection":o.message.includes("protocol mismatch")&&(s="Protocol mismatch - please check your network configuration"),{ok:!1,status:n,statusText:s,json:async()=>o.response?.data||{},headers:o.response?.headers||{}}}}async function Ke(e,t=10,o=3){let n=`https://api.github.com/repos/${e}/releases?per_page=${t}`;for(let s=1;s<=o;s++)try{s>1&&console.log(i.gray(` Retry ${s}/${o}...`));let r=await Zt(n,{headers:{"User-Agent":"dubhe-cli",Accept:"application/vnd.github.v3+json"}});if(!r.ok)throw r.status===403?new Error(`GitHub API rate limit: ${r.status}. Please retry later or set GITHUB_TOKEN environment variable`):new Error(`GitHub API request failed: ${r.status} ${r.statusText}`);return await r.json()}catch(r){if(s>1&&console.log(i.yellow(` \u26A0\uFE0F Attempt ${s} failed: ${r instanceof Error?r.message:String(r)}`)),s===o)return console.error(i.red(` \u274C Failed to fetch releases after ${o} attempts`)),[];await new Promise(a=>setTimeout(a,1e3*s))}return[]}function ve(e,t){return e.assets.filter(n=>{let s=n.name.toLowerCase(),r=[t.platformForAsset.toLowerCase(),...t.platformForAsset==="macos"?["darwin","apple"]:[],...t.platformForAsset==="windows"?["win","win32","windows"]:[],...t.platformForAsset==="ubuntu"?["linux","gnu"]:[]],a=[t.archForAsset.toLowerCase(),...t.archForAsset==="x86_64"?["amd64","x64"]:[],...t.archForAsset==="aarch64"?["arm64"]:[]],l=r.some(m=>s.includes(m)),d=a.some(m=>s.includes(m)),c=s.endsWith(".tar.gz")||s.endsWith(".zip")||s.endsWith(".tgz")||s.endsWith(".tar.bz2")||s.endsWith(".tar.xz");return l&&d&&c}).map(n=>n.name)}async function Bn(e,t){let o=L[e];return o?(await Ke(o.repo,10)).map(s=>({version:s.tag_name,hasCompatibleAsset:ve(s,t).length>0})):[]}async function qn(e){try{let t=xe();if(!t){console.log(i.gray(`Please add to PATH: export PATH="$PATH:${e}"`));return}let{shellName:o,configFile:n}=t,s=o==="fish"?`set -gx PATH $PATH ${e}`:`export PATH="$PATH:${e}"`;if(k.existsSync(n)&&k.readFileSync(n,"utf8").includes(e)){console.log(i.green(` \u2713 PATH already configured in ${n}`));return}let a=`# Added by dubhe doctor
|
|
108
|
+
- Dubhe GraphQL server on port 4000`):t["local-database"]?(s="Timeout waiting for local database",r="Please make sure PostgreSQL is running on port 5432"):t["local-node"]?(s="Timeout waiting for local Sui node",r="Please make sure Sui localnode is running on port 9123"):t["local-indexer"]&&(s="Timeout waiting for local indexer",r="Please make sure indexer is running and health endpoint is available at http://127.0.0.1:8080/health"),n.fail(Z.red(s)),console.error(Z.yellow(r)),f(1)}}},Vt=Nn;var Fn={command:"switch-env",describe:"Switch environment",builder(e){return e.option("network",{type:"string",choices:["mainnet","testnet","devnet","localnet"],default:"localnet",desc:"Switch to node network (mainnet/testnet/devnet/localnet)"})},async handler(e){await K(e.network),f()}},Wt=Fn;import On from"dotenv";import ee from"chalk";On.config();var Mn={command:"info",describe:"Get information about the current Sui node",builder(e){return e.options({network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Node network (mainnet/testnet/devnet/localnet)"}})},handler:async({network:e})=>{try{e=="default"&&(e=await A(),console.log(ee.yellow(`Use default network: [${e}]`)));let t=z({network:e}),o=t.getSigner();console.log(ee.blue("Account Information:")),console.log(` Network: ${ee.green(e)}`),console.log(` Address: ${ee.green(o.toSuiAddress())}`);try{let n=await t.getBalance("0x2::sui::SUI"),s=(Number(n.totalBalance)/10**9).toFixed(4);console.log(` Balance: ${ee.green(s)} SUI`)}catch{console.log(` Balance: ${ee.red("Failed to fetch balance")} ${ee.gray("(Network error)")}`)}f()}catch(t){W(t),f(1)}}},zt=Mn;import{loadConfig as Rn}from"@0xobelisk/sui-common";async function Bt(e,t,o){if(o)await fe(e.name,t,o);else{let n=`${process.cwd()}/src/${e.name}`,s=await ge(n,t);await fe(e.name,t,s)}}import jn from"chalk";var Un={command:"load-metadata",describe:"Load metadata for a package",builder(e){return e.options({network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Node network (mainnet/testnet/devnet/localnet)"},"config-path":{type:"string",desc:"Configuration file path",default:"dubhe.config.ts"},"package-id":{type:"string",desc:"Package ID to load metadata for",optional:!0}})},async handler({network:e,"config-path":t,"package-id":o}){try{e=="default"&&(e=await A(),console.log(jn.yellow(`Use default network: [${e}]`)));let n=await Rn(t);await Bt(n,e,o)}catch(n){W(n),f(1)}f()}},qt=Un;import i from"chalk";import{spawn as Wn}from"child_process";import Jt from"cli-table3";import Ae from"inquirer";import*as k from"fs";import*as N from"path";import*as oe from"os";import*as Qt from"net";import zn from"axios";var te={name:"@0xobelisk/sui-cli",version:"1.2.0-pre.102",description:"Tookit for interacting with move eps framework",keywords:["sui","obelisk labs","move","blockchain"],homepage:"https://github.com/0xobelisk/dubhe/tree/main/packages/sui-cli#readme",bugs:"https://github.com/0xobelisk/dubhe/issues",repository:{type:"git",url:"https://github.com/0xobelisk/dubhe.git"},license:"Apache-2.0",author:"team@obelisk.build",type:"module",exports:{".":"./dist/index.js"},types:"src/index.ts",bin:{dubhe:"./dist/dubhe.js"},scripts:{build:"pnpm run type-check && pnpm run build:js","build:js":"tsup && chmod +x ./dist/dubhe.js",clean:"pnpm run clean:js","clean:js":"rimraf dist",dev:"tsup --watch",format:"prettier --write .","format:check":"prettier --check .",lint:"eslint . --ext .ts",test:"vitest run","test:all":"pnpm test && pnpm test:integration","test:coverage":"vitest run --coverage","test:integration":"vitest run --config vitest.integration.config.ts","test:localnet":"vitest run --config vitest.integration.config.ts tests/integration/localnet.test.ts","test:testnet":"vitest run --config vitest.integration.config.ts tests/integration/testnet.test.ts","test:watch":"vitest","type-check":"tsc --noEmit",validate:"pnpm format:check && pnpm type-check"},dependencies:{"@0xobelisk/sui-client":"workspace:*","@0xobelisk/sui-common":"workspace:*","@mysten/sui":"1.35.0","@types/wait-on":"^5.3.4",axios:"^1.12.0",chalk:"^5.0.1",child_process:"^1.0.2",chokidar:"^3.5.3","cli-progress":"^3.12.0","cli-table3":"^0.6.5",dotenv:"^16.0.3",ejs:"^3.1.8",execa:"^7.0.0",glob:"^8.0.3","http-proxy-agent":"^7.0.2","https-proxy-agent":"^7.0.6",inquirer:"^9.2.15",ora:"^5.4.1",path:"^0.12.7",typescript:"^5.8.3","wait-on":"^7.0.1",yargs:"^17.7.1",zod:"^3.22.3","zod-validation-error":"^1.3.0"},devDependencies:{"@types/cli-progress":"^3.11.5","@types/ejs":"^3.1.1","@types/glob":"^7.2.0","@types/inquirer":"^9.0.7","@types/node":"^22.16.0","@types/yargs":"^17.0.10",eslint:"^9.0.0","eslint-config-prettier":"^9.1.0",prettier:"3.3.3","ts-node":"^10.9.1",tsup:"^6.7.0",tsx:"^3.12.6",vitest:"0.31.4"},engines:{node:">=22.0.0"},publishConfig:{access:"public"}};import Ie from"chalk";import*as Gt from"cli-progress";import*as Kt from"fs";import Ln from"axios";async function Yt(e,t){try{let o=await Ln.get(e,{responseType:"stream",timeout:3e4,headers:{"User-Agent":"dubhe-cli"},maxRedirects:5,validateStatus:n=>n<400});await Vn(o,t),console.log(Ie.green(" \u2713 Successfully downloaded"))}catch(o){if(o.code==="ENOTFOUND")throw new Error(`DNS resolution failed: ${o.message}. Please check your internet connection.`);if(o.code==="ECONNRESET")throw new Error(`Connection reset: ${o.message}. Please check your network connection.`);if(o.code==="ETIMEDOUT")throw new Error(`Connection timeout: ${o.message}. Please check your network connection.`);if(o.message.includes("protocol mismatch"))throw new Error(`Protocol mismatch: ${o.message}. Please check your network configuration.`);if(o.response)throw new Error(`HTTP ${o.response.status}: ${o.response.statusText}`);{let n=o instanceof Error?o.message:String(o);throw new Error(`Download failed: ${n}`)}}}async function Vn(e,t){let o=parseInt(e.headers["content-length"]||"0"),n=new Gt.SingleBar({format:Ie.cyan("Download Progress")+" |{bar}| {percentage}% | {value}/{total} MB | Speed: {speed} MB/s | ETA: {eta}s",barCompleteChar:"\u2588",barIncompleteChar:"\u2591",hideCursor:!0,barsize:30,forceRedraw:!0});o>0?n.start(Math.round(o/1024/1024*100)/100,0,{speed:"0.00"}):console.log(Ie.blue("\u{1F4E5} Downloading... (unable to get file size)"));let s=Kt.createWriteStream(t),r=0,a=Date.now();return new Promise((l,d)=>{e.data.on("data",c=>{if(r+=c.length,o>0){let m=Math.round(r/1024/1024*100)/100,u=(Date.now()-a)/1e3,w=u>0?Math.round(m/u*100)/100:0;n.update(m,{speed:w.toFixed(2)})}}),e.data.pipe(s),s.on("finish",()=>{o>0&&n.stop();let c=Math.round(r/1024/1024*100)/100,m=(Date.now()-a)/1e3,u=m>0?Math.round(c/m*100)/100:0;console.log(Ie.green(`\u2713 Download completed! ${c} MB, average speed: ${u} MB/s`)),l()}),s.on("error",c=>{o>0&&n.stop(),d(c)})})}function Ke(){let e=process.platform,t=process.arch,o,n;switch(e){case"darwin":o="macos";break;case"win32":o="windows";break;case"linux":o="ubuntu";break;default:o=e}switch(t){case"x64":n="x86_64";break;case"arm64":n="aarch64";break;default:n=t}return{platform:e,arch:t,platformForAsset:o,archForAsset:n}}var L={sui:{name:"sui",repo:"MystenLabs/sui",binaryName:"sui",installDir:N.join(oe.homedir(),".dubhe","bin")},"dubhe-indexer":{name:"dubhe-indexer",repo:"0xobelisk/dubhe",binaryName:"dubhe-indexer",installDir:N.join(oe.homedir(),".dubhe","bin")}};async function q(e,t=[]){return new Promise(o=>{let n=Wn(e,t,{shell:!0}),s="",r="";n.stdout?.on("data",a=>{s+=a.toString()}),n.stderr?.on("data",a=>{r+=a.toString()}),n.on("close",a=>{o({code:a||0,stdout:s,stderr:r})}),n.on("error",()=>{o({code:-1,stdout:s,stderr:r})})})}async function Zt(e,t={}){try{let o={timeout:3e4,maxRedirects:5,validateStatus:s=>s<500,...t},n=await zn(e,o);return{ok:n.status>=200&&n.status<300,status:n.status,statusText:n.statusText,json:async()=>n.data,headers:n.headers}}catch(o){let n=o.response?.status||0,s=o.response?.statusText||o.message;return o.code==="ENOTFOUND"?s="DNS resolution failed - please check your internet connection":o.code==="ECONNRESET"?s="Connection reset - please check your network connection":o.code==="ETIMEDOUT"?s="Connection timeout - please check your network connection":o.message.includes("protocol mismatch")&&(s="Protocol mismatch - please check your network configuration"),{ok:!1,status:n,statusText:s,json:async()=>o.response?.data||{},headers:o.response?.headers||{}}}}async function Ye(e,t=10,o=3){let n=`https://api.github.com/repos/${e}/releases?per_page=${t}`;for(let s=1;s<=o;s++)try{s>1&&console.log(i.gray(` Retry ${s}/${o}...`));let r=await Zt(n,{headers:{"User-Agent":"dubhe-cli",Accept:"application/vnd.github.v3+json"}});if(!r.ok)throw r.status===403?new Error(`GitHub API rate limit: ${r.status}. Please retry later or set GITHUB_TOKEN environment variable`):new Error(`GitHub API request failed: ${r.status} ${r.statusText}`);return await r.json()}catch(r){if(s>1&&console.log(i.yellow(` \u26A0\uFE0F Attempt ${s} failed: ${r instanceof Error?r.message:String(r)}`)),s===o)return console.error(i.red(` \u274C Failed to fetch releases after ${o} attempts`)),[];await new Promise(a=>setTimeout(a,1e3*s))}return[]}function ve(e,t){return e.assets.filter(n=>{let s=n.name.toLowerCase(),r=[t.platformForAsset.toLowerCase(),...t.platformForAsset==="macos"?["darwin","apple"]:[],...t.platformForAsset==="windows"?["win","win32","windows"]:[],...t.platformForAsset==="ubuntu"?["linux","gnu"]:[]],a=[t.archForAsset.toLowerCase(),...t.archForAsset==="x86_64"?["amd64","x64"]:[],...t.archForAsset==="aarch64"?["arm64"]:[]],l=r.some(m=>s.includes(m)),d=a.some(m=>s.includes(m)),c=s.endsWith(".tar.gz")||s.endsWith(".zip")||s.endsWith(".tgz")||s.endsWith(".tar.bz2")||s.endsWith(".tar.xz");return l&&d&&c}).map(n=>n.name)}async function Bn(e,t){let o=L[e];return o?(await Ye(o.repo,10)).map(s=>({version:s.tag_name,hasCompatibleAsset:ve(s,t).length>0})):[]}async function qn(e){try{let t=xe();if(!t){console.log(i.gray(`Please add to PATH: export PATH="$PATH:${e}"`));return}let{shellName:o,configFile:n}=t,s=o==="fish"?`set -gx PATH $PATH ${e}`:`export PATH="$PATH:${e}"`;if(k.existsSync(n)&&k.readFileSync(n,"utf8").includes(e)){console.log(i.green(` \u2713 PATH already configured in ${n}`));return}let a=`# Added by dubhe doctor
|
|
109
109
|
${s}`;k.appendFileSync(n,`
|
|
110
110
|
${a}
|
|
111
|
-
`),console.log(i.green(` \u2713 Automatically added to PATH in ${n}`)),console.log(i.blue(` \u{1F4DD} To apply changes: source ${n} or restart terminal`))}catch(t){console.log(i.yellow(` \u26A0\uFE0F Could not auto-configure PATH: ${t instanceof Error?t.message:String(t)}`)),console.log(i.gray(` Please manually add to PATH: export PATH="$PATH:${e}"`))}}function xe(){let e=oe.homedir(),t=process.env.SHELL;if(t){if(t.includes("zsh"))return{shellName:"zsh",configFile:N.join(e,".zshrc")};if(t.includes("bash")){let n=N.join(e,".bash_profile"),s=N.join(e,".bashrc");return{shellName:"bash",configFile:process.platform==="darwin"&&k.existsSync(n)?n:s}}else if(t.includes("fish")){let n=N.join(e,".config","fish");return k.existsSync(n)||k.mkdirSync(n,{recursive:!0}),{shellName:"fish",configFile:N.join(n,"config.fish")}}}let o=[{name:"zsh",file:N.join(e,".zshrc")},{name:"bash",file:process.platform==="darwin"?N.join(e,".bash_profile"):N.join(e,".bashrc")},{name:"bash",file:N.join(e,".bashrc")}];for(let n of o)if(k.existsSync(n.file))return{shellName:n.name,configFile:n.file};return process.env.ZSH||k.existsSync("/bin/zsh")?{shellName:"zsh",configFile:N.join(e,".zshrc")}:null}async function
|
|
111
|
+
`),console.log(i.green(` \u2713 Automatically added to PATH in ${n}`)),console.log(i.blue(` \u{1F4DD} To apply changes: source ${n} or restart terminal`))}catch(t){console.log(i.yellow(` \u26A0\uFE0F Could not auto-configure PATH: ${t instanceof Error?t.message:String(t)}`)),console.log(i.gray(` Please manually add to PATH: export PATH="$PATH:${e}"`))}}function xe(){let e=oe.homedir(),t=process.env.SHELL;if(t){if(t.includes("zsh"))return{shellName:"zsh",configFile:N.join(e,".zshrc")};if(t.includes("bash")){let n=N.join(e,".bash_profile"),s=N.join(e,".bashrc");return{shellName:"bash",configFile:process.platform==="darwin"&&k.existsSync(n)?n:s}}else if(t.includes("fish")){let n=N.join(e,".config","fish");return k.existsSync(n)||k.mkdirSync(n,{recursive:!0}),{shellName:"fish",configFile:N.join(n,"config.fish")}}}let o=[{name:"zsh",file:N.join(e,".zshrc")},{name:"bash",file:process.platform==="darwin"?N.join(e,".bash_profile"):N.join(e,".bashrc")},{name:"bash",file:N.join(e,".bashrc")}];for(let n of o)if(k.existsSync(n.file))return{shellName:n.name,configFile:n.file};return process.env.ZSH||k.existsSync("/bin/zsh")?{shellName:"zsh",configFile:N.join(e,".zshrc")}:null}async function Ge(e,t){let o=L[e];if(!o)return console.error(`Unknown tool: ${e}`),!1;let n=Ke();console.log(i.gray(` System: ${n.platform}/${n.arch}`));try{console.log(i.gray(" Fetching release information..."));let s=await Ye(o.repo,10);if(s.length===0)return console.error(i.red(` \u274C Unable to fetch releases for ${o.name}`)),!1;let r=null;if(t){if(t.startsWith("v")||(t=`v${t}`),r=s.find(g=>g.tag_name===t)||null,!r)return console.error(`Version ${t} not found`),!1}else for(let g of s)if(ve(g,n).length>0){r=g;break}if(!r)return console.error("No compatible version found"),!1;let a=ve(r,n);if(a.length===0)return console.error(`Version ${r.tag_name} has no compatible binaries`),!1;let l=a[0],d=r.assets.find(g=>g.name===l);if(!d)return console.error(`Asset file not found: ${l}`),!1;console.log(i.green(` \u2713 Found compatible version: ${r.tag_name}`)),console.log(i.gray(` Download file: ${d.name}`));try{let g=await Zt(d.browser_download_url,{method:"HEAD",headers:{"User-Agent":"dubhe-cli"}});if(!g.ok)console.log(i.yellow(` \u26A0\uFE0F Warning: Unable to access download file (${g.status})`));else{let P=g.headers["content-length"];P&&console.log(i.gray(` File size: ${Math.round(parseInt(P)/1024/1024*100)/100} MB`))}}catch{console.log(i.yellow(" \u26A0\uFE0F Warning: Unable to verify download file"))}k.existsSync(o.installDir)||(k.mkdirSync(o.installDir,{recursive:!0}),console.log(i.gray(` Created install directory: ${o.installDir}`))),console.log(i.blue(" \u{1F4E5} Downloading..."));let c=N.join(oe.tmpdir(),d.name),m=3;for(let g=1;g<=m;g++)try{g>1&&console.log(i.gray(` Attempt ${g} to download...`)),await Yt(d.browser_download_url,c);break}catch(P){let p=P instanceof Error?P.message:String(P);if(console.log(i.yellow(` \u26A0\uFE0F Download failed (attempt ${g}): ${p}`)),g===m)throw new Error(`Download failed after ${m} attempts: ${p}`);console.log(i.gray(` Waiting ${g*2} seconds before retry...`)),await new Promise(y=>setTimeout(y,g*2e3))}console.log(i.blue(" \u{1F4E6} Extracting and installing..."));let u=N.join(oe.tmpdir(),`extract_${Date.now()}`);if(k.mkdirSync(u,{recursive:!0}),d.name.endsWith(".tar.gz")||d.name.endsWith(".tgz")){let g=await q("tar",["-xzf",c,"-C",u]);if(g.code!==0)throw new Error(`Extraction failed: ${g.stderr}`)}else if(d.name.endsWith(".tar.bz2")){let g=await q("tar",["-xjf",c,"-C",u]);if(g.code!==0)throw new Error(`Extraction failed: ${g.stderr}`)}else if(d.name.endsWith(".tar.xz")){let g=await q("tar",["-xJf",c,"-C",u]);if(g.code!==0)throw new Error(`Extraction failed: ${g.stderr}`)}else if(d.name.endsWith(".zip")){let g=await q("unzip",["-q",c,"-d",u]);if(g.code!==0)throw new Error(`Extraction failed: ${g.stderr}`)}else throw new Error(`Unsupported compression format: ${d.name}`);let w=g=>{let P=k.readdirSync(g,{withFileTypes:!0});for(let p of P){let y=N.join(g,p.name);if(p.isDirectory()){let v=w(y);if(v)return v}else if(p.name===o.binaryName||p.name===`${o.binaryName}.exe`)return y}return null},b=w(u);if(!b)throw new Error(`Cannot find ${o.binaryName} binary in extracted files`);let C=N.join(o.installDir,o.binaryName+(process.platform==="win32"?".exe":""));return k.copyFileSync(b,C),process.platform!=="win32"&&k.chmodSync(C,493),k.rmSync(c,{force:!0}),k.rmSync(u,{recursive:!0,force:!0}),console.log(i.green(" \u2705 Installation completed!")),console.log(i.gray(` Location: ${C}`)),console.log(i.gray(` Version: ${r.tag_name}`)),(process.env.PATH||"").includes(o.installDir)||(console.log(i.yellow(" \u26A0\uFE0F Warning: Install directory is not in PATH environment variable")),process.platform==="win32"?console.log(i.gray(` Please add to PATH: set PATH=%PATH%;${o.installDir}`)):await qn(o.installDir)),!0}catch(s){return console.error(i.red(`\u274C Installation failed: ${s}`)),!1}}async function Gn(e){let t=Ke(),o=await Bn(e,t);if(o.length===0)return console.log(i.red(`Unable to get version information for ${e}`)),null;let n=o.filter(r=>r.hasCompatibleAsset).slice(0,5);if(n.length===0)return console.log(i.red("No compatible versions found for current system")),null;console.log(i.blue(`
|
|
112
112
|
\u{1F4CB} Select version for ${e}`)),console.log(i.gray(`System: ${t.platform}/${t.arch}`)),console.log(i.gray(`Compatible versions (latest 5):
|
|
113
113
|
`));let s=n.map((r,a)=>({name:`${r.version} ${a===0?i.green("(latest)"):i.gray("(available)")}`,value:r.version,short:r.version}));try{let r=await Ae.prompt([{type:"list",name:"version",message:"Please select a version to install:",choices:[...s,new Ae.Separator,{name:i.gray("Cancel installation"),value:"cancel"}],default:s[0].value}]);return r.version==="cancel"?(console.log(i.gray("Installation cancelled")),null):r.version}catch{return console.log(i.gray(`
|
|
114
114
|
Installation cancelled`)),null}}function Ne(e){let t=L[e];if(!t)return!1;let o=N.join(t.installDir,t.binaryName+(process.platform==="win32"?".exe":""));return k.existsSync(o)}async function Kn(){try{let e=te.version,t=await q("dubhe-indexer",["--version"]);if(t.code!==0)return{name:"Dubhe-indexer Version Consistency",status:"warning",message:"Cannot get dubhe-indexer version",fixSuggestion:"Unable to verify version consistency"};let o=t.stdout.trim().match(/dubhe-indexer\s+(\S+)/);if(!o)return{name:"Dubhe-indexer Version Consistency",status:"warning",message:"Cannot parse dubhe-indexer version",fixSuggestion:"Unable to verify version consistency"};let n=o[1];return e===n?{name:"Dubhe-indexer Version Consistency",status:"success",message:`Versions match (${e})`}:{name:"Dubhe-indexer Version Consistency",status:"warning",message:`Version mismatch: sui-cli ${e}, dubhe-indexer ${n}`,fixSuggestion:`Consider reinstalling dubhe-indexer to match sui-cli version ${e}`}}catch{return{name:"Dubhe-indexer Version Consistency",status:"warning",message:"Version check failed",fixSuggestion:"Unable to verify version consistency"}}}async function we(e,t="--version"){try{let o=await q(e,[t]);if(o.code===0){let n=o.stdout.trim().split(`
|
|
115
115
|
`)[0];return{name:e,status:"success",message:`Installed ${n}`}}else{if(Ne(e)){let n=xe(),s=n?n.configFile:"~/.zshrc (or ~/.bashrc)";return{name:e,status:"warning",message:"Installed but not in PATH",fixSuggestion:`Binary exists in install directory. Please apply PATH changes: source ${s} (or restart terminal), then run dubhe doctor again`}}return{name:e,status:"error",message:"Not installed",fixSuggestion:Xt(e)}}}catch{if(Ne(e)){let n=xe(),s=n?n.configFile:"~/.zshrc (or ~/.bashrc)";return{name:e,status:"warning",message:"Installed but not in PATH",fixSuggestion:`Binary exists in install directory. Please apply PATH changes: source ${s} (or restart terminal), then run dubhe doctor again`}}return{name:e,status:"error",message:"Not installed",fixSuggestion:Xt(e)}}}function Xt(e){return{docker:"Visit https://docs.docker.com/get-docker/ to install Docker","docker-compose":"Visit https://docs.docker.com/compose/install/ to install Docker Compose",sui:"Run `dubhe doctor --install sui` to auto-install, or visit https://docs.sui.io/guides/developer/getting-started/sui-install","dubhe-indexer":"Run `dubhe doctor --install dubhe-indexer` to auto-install, or download from https://github.com/0xobelisk/dubhe/releases",pnpm:"Run: npm install -g pnpm",node:"Visit https://nodejs.org/ to download and install Node.js"}[e]||`Please install ${e}`}async function Yn(){try{let e=await q("node",["--version"]);if(e.code===0){let t=e.stdout.trim();return parseFloat(t.replace("v",""))>=18?{name:"Node.js Version",status:"success",message:`${t} (meets requirement >=18.0)`}:{name:"Node.js Version",status:"warning",message:`${t} (recommend upgrade to >=18.0)`,fixSuggestion:"Please upgrade Node.js to 18.0 or higher"}}else return{name:"Node.js Version",status:"error",message:"Not installed",fixSuggestion:"Please install Node.js 18.0 or higher"}}catch{return{name:"Node.js Version",status:"error",message:"Check failed",fixSuggestion:"Please install Node.js"}}}async function Jn(){try{return(await q("docker",["info"])).code===0?{name:"Docker Service",status:"success",message:"Running"}:{name:"Docker Service",status:"warning",message:"Not running",fixSuggestion:"Please start Docker service"}}catch{return{name:"Docker Service",status:"error",message:"Check failed",fixSuggestion:"Please install and start Docker"}}}async function Xn(){try{let e=await q("npm",["config","get","registry"]);return e.code===0?{name:"NPM Configuration",status:"success",message:`Configured (${e.stdout.trim()})`}:{name:"NPM Configuration",status:"warning",message:"Configuration issue",fixSuggestion:"Check NPM configuration: npm config list"}}catch{return{name:"NPM Configuration",status:"warning",message:"Check failed",fixSuggestion:"Please install Node.js and NPM"}}}async function eo(e){let t=["127.0.0.1","0.0.0.0"];for(let o of t)if(!await Qn(e,o))return!1;return!0}async function Qn(e,t){return new Promise(o=>{let n=Qt.createServer(),s=setTimeout(()=>{n.close(),o(!1)},2e3);n.listen(e,t,()=>{clearTimeout(s),n.close(()=>{o(!0)})}),n.on("error",r=>{clearTimeout(s),n.close(),r.code,o(!1)})})}async function Zn(){try{return await eo(5432)?{name:"PostgreSQL Port (5432)",status:"success",message:"Available"}:{name:"PostgreSQL Port (5432)",status:"warning",message:"Port is occupied",fixSuggestion:"Port 5432 is in use. Check if PostgreSQL is already running or stop the service using this port. This may cause template startup failure."}}catch{return{name:"PostgreSQL Port (5432)",status:"warning",message:"Check failed",fixSuggestion:"Unable to check port status"}}}async function es(){try{return await eo(4e3)?{name:"GraphQL Server Port (4000)",status:"success",message:"Available"}:{name:"GraphQL Server Port (4000)",status:"warning",message:"Port is occupied",fixSuggestion:"Port 4000 is in use. Check if GraphQL server is already running or stop the service using this port. This may cause template startup failure."}}catch{return{name:"GraphQL Server Port (4000)",status:"warning",message:"Check failed",fixSuggestion:"Unable to check port status"}}}function ts(e){let t={success:i.green("\u2713"),warning:i.yellow("!"),error:i.red("\u2717")},o={success:i.green("Pass"),warning:i.yellow("Warning"),error:i.red("Fail")},n="";return e.status==="success"?n=e.message:n=e.fixSuggestion||e.message,[e.name,`${t[e.status]} ${o[e.status]}`,n]}async function os(e){if(console.log(i.bold.blue(`
|
|
116
116
|
\u{1F50D} Dubhe Doctor - Development Environment Checker
|
|
117
|
-
`)),e.listVersions){let p=e.listVersions;L[p]||(console.error(i.red(`\u274C Unsupported tool: ${p}`)),f(1)),console.log(i.blue(`\u{1F4CB} Available versions for ${p}:`));let y=
|
|
118
|
-
`));let v=L[p],h=await
|
|
117
|
+
`)),e.listVersions){let p=e.listVersions;L[p]||(console.error(i.red(`\u274C Unsupported tool: ${p}`)),f(1)),console.log(i.blue(`\u{1F4CB} Available versions for ${p}:`));let y=Ke();console.log(i.gray(`System: ${y.platform}/${y.arch}
|
|
118
|
+
`));let v=L[p],h=await Ye(v.repo,10);h.length===0&&(console.log(i.red("Unable to get version information")),f(1));let E=h.map(I=>({version:I.tag_name,hasCompatibleAsset:ve(I,y).length>0,publishDate:new Date(I.published_at).toLocaleDateString("en-US")})),U=new Jt({head:[i.bold.cyan("Version"),i.bold.cyan("Compatibility"),i.bold.cyan("Release Date")],colWidths:[30,15,25]});if(E.forEach(I=>{U.push([I.version,I.hasCompatibleAsset?i.green("\u2713 Compatible"):i.red("\u2717 Incompatible"),I.publishDate])}),console.log(U.toString()),e.debug&&E.length>0){console.log(i.blue(`
|
|
119
119
|
\u{1F50D} Debug Information:`));let I=E.find(x=>x.hasCompatibleAsset);if(I){let x=h.find(F=>F.tag_name===I.version);if(x){console.log(i.gray(`Latest compatible version: ${I.version}`)),console.log(i.gray("Available asset files:")),x.assets.forEach(H=>{console.log(i.gray(` - ${H.name}`))});let F=ve(x,y);console.log(i.gray("Compatible asset files:")),F.forEach(H=>{console.log(i.green(` \u2713 ${H}`))})}}}f()}if(console.log(i.gray(`Checking your development environment...
|
|
120
|
-
`)),e.install){let p=e.install;L[p]||(console.error(i.red(`\u274C Unsupported tool: ${p}`)),console.log(i.gray(`Supported tools: ${Object.keys(L).join(", ")}`)),f(1));let y=null;e.selectVersion?(y=await Gn(p),y||f(1)):p==="dubhe-indexer"&&(y=te.version,console.log(i.blue(`\u{1F4E6} Installing dubhe-indexer version ${y} (matching sui-cli version)`)));let v=await
|
|
120
|
+
`)),e.install){let p=e.install;L[p]||(console.error(i.red(`\u274C Unsupported tool: ${p}`)),console.log(i.gray(`Supported tools: ${Object.keys(L).join(", ")}`)),f(1));let y=null;e.selectVersion?(y=await Gn(p),y||f(1)):p==="dubhe-indexer"&&(y=te.version,console.log(i.blue(`\u{1F4E6} Installing dubhe-indexer version ${y} (matching sui-cli version)`)));let v=await Ge(p,y||void 0);f(v?0:1)}let t=[];console.log(`Running checks...
|
|
121
121
|
`);let o=await Yn();t.push(o);let n=await we("pnpm");t.push(n);let s=await Xn();s.status==="error"&&(s.status="warning"),t.push(s);let r=await we("docker");t.push(r);let a=null;r.status==="success"&&(a=await Jn(),t.push(a));let l=await we("docker-compose");t.push(l);let d=await we("sui");t.push(d);let c=await we("dubhe-indexer");if(t.push(c),c.status==="success"){let p=await Kn();t.push(p)}let m=await Zn();t.push(m);let u=await es();t.push(u);let w=new Jt({head:[i.bold.cyan("Check Item"),i.bold.cyan("Result"),i.bold.cyan("Description/Fix Suggestion")],colWidths:[25,15,60],style:{head:["cyan"],border:["grey"]},wordWrap:!0});t.forEach(p=>{w.push(ts(p))}),console.log(w.toString());let b={success:t.filter(p=>p.status==="success").length,warning:t.filter(p=>p.status==="warning").length,error:t.filter(p=>p.status==="error").length};console.log(`
|
|
122
122
|
`+i.bold("\u{1F4CA} Check Summary:")),console.log(` ${i.green("\u2713 Passed:")} ${b.success} items`),console.log(` ${i.yellow("! Warning:")} ${b.warning} items`),console.log(` ${i.red("\u2717 Failed:")} ${b.error} items`);let C=t.find(p=>p.name==="Dubhe-indexer Version Consistency"&&p.status==="warning"&&p.message.includes("Version mismatch"));if(C){console.log(i.yellow(`
|
|
123
123
|
\u26A0\uFE0F Dubhe-indexer version inconsistency detected!`)),console.log(i.gray(` ${C.message}`));try{(await Ae.prompt([{type:"confirm",name:"reinstallDubheIndexer",message:"Would you like to reinstall dubhe-indexer to match the sui-cli version?",default:!0}])).reinstallDubheIndexer?(console.log(i.blue(`
|
|
124
124
|
\u{1F4E6} Reinstalling dubhe-indexer...
|
|
125
|
-
`)),console.log(i.blue(`${"=".repeat(60)}`)),console.log(i.blue("\u{1F4E6} Installing dubhe-indexer...")),console.log(i.blue(`${"=".repeat(60)}`)),await
|
|
125
|
+
`)),console.log(i.blue(`${"=".repeat(60)}`)),console.log(i.blue("\u{1F4E6} Installing dubhe-indexer...")),console.log(i.blue(`${"=".repeat(60)}`)),await Ge("dubhe-indexer",te.version)?(console.log(i.green(`
|
|
126
126
|
\u2705 Dubhe-indexer reinstallation completed successfully!`)),console.log(i.blue(" Please restart your terminal or run: source ~/.zshrc (or ~/.bashrc)")),console.log(i.blue(" Then run: dubhe doctor to verify the installation"))):(console.log(i.red(`
|
|
127
127
|
\u274C Dubhe-indexer reinstallation failed`)),console.log(i.gray(" You can try manual installation: dubhe doctor --install dubhe-indexer")))):(console.log(i.gray(`
|
|
128
128
|
Version inconsistency ignored. You can reinstall later with:`)),console.log(i.gray(" dubhe doctor --install dubhe-indexer")))}catch{console.log(i.gray(`
|
|
@@ -131,7 +131,7 @@ Version inconsistency check cancelled.`))}}let D=t.filter(p=>p.status==="error")
|
|
|
131
131
|
\u26A0\uFE0F Tools already installed but not in PATH: ${v}`)),console.log(i.gray(` Location: ${h}`)),console.log(i.blue(" To fix this, apply PATH changes:")),console.log(i.green(` source ${U}`)),console.log(i.blue(" Or restart your terminal, then run: dubhe doctor")),console.log(i.gray(` If you want to reinstall, remove the files from ${h} and run dubhe doctor again`))}if(y.length>0){let v=y.map(h=>h.name).join(", ");console.log(i.blue(`
|
|
132
132
|
\u{1F680} Auto-installable tools detected: ${v}`));try{if((await Ae.prompt([{type:"confirm",name:"installAll",message:`Would you like to automatically install these tools? (${v})`,default:!0}])).installAll){console.log(i.blue(`
|
|
133
133
|
\u{1F4E6} Starting installation of auto-installable tools...
|
|
134
|
-
`));let E=[];for(let x of y){console.log(i.blue(`${"=".repeat(60)}`)),console.log(i.blue(`\u{1F4E6} Installing ${x.name}...`)),console.log(i.blue(`${"=".repeat(60)}`));let F=x.name==="dubhe-indexer"?te.version:void 0;x.name==="dubhe-indexer"&&console.log(i.blue(` Using version ${F} (matching sui-cli version)`));let H=await
|
|
134
|
+
`));let E=[];for(let x of y){console.log(i.blue(`${"=".repeat(60)}`)),console.log(i.blue(`\u{1F4E6} Installing ${x.name}...`)),console.log(i.blue(`${"=".repeat(60)}`));let F=x.name==="dubhe-indexer"?te.version:void 0;x.name==="dubhe-indexer"&&console.log(i.blue(` Using version ${F} (matching sui-cli version)`));let H=await Ge(x.name,F);E.push({name:x.name,success:H}),H?console.log(i.green(`
|
|
135
135
|
\u2705 ${x.name} installation completed successfully!`)):(console.log(i.red(`
|
|
136
136
|
\u274C ${x.name} installation failed`)),console.log(i.gray(` Manual installation: dubhe doctor --install ${x.name}`))),console.log("")}console.log(i.blue(`${"=".repeat(60)}`)),console.log(i.bold("\u{1F4CB} Installation Summary:")),console.log(i.blue(`${"=".repeat(60)}`)),E.forEach(x=>{let F=x.success?i.green("\u2705 Success"):i.red("\u274C Failed");console.log(` ${x.name}: ${F}`)});let U=E.filter(x=>x.success).length,I=E.length-U;if(console.log(`
|
|
137
137
|
${i.green("Successful:")} ${U}/${E.length}`),I>0&&console.log(` ${i.red("Failed:")} ${I}/${E.length}`),U>0){let x=xe(),F=x?x.configFile:"~/.zshrc (or ~/.bashrc)";console.log(i.blue(`
|
|
@@ -143,5 +143,5 @@ Installation cancelled. You can install them manually later:`)),y.forEach(E=>{co
|
|
|
143
143
|
\u274C Your environment has some issues. Please fix them according to the suggestions above.`)),f(1)):b.warning>0?console.log(i.yellow(`
|
|
144
144
|
\u26A0\uFE0F Your environment is basically ready, but we recommend fixing the warnings for better development experience.`)):console.log(i.green(`
|
|
145
145
|
\u2705 Congratulations! Your development environment is fully ready!`))),console.log(i.gray(`
|
|
146
|
-
\u{1F4A1} Tip: For more help, visit https://docs.sui.io/ or https://github.com/0xobelisk/dubhe`))}var ns={command:"doctor",describe:"Check if local development environment is ready",builder(e){return e.option("install",{type:"string",describe:"Auto-install specified tool (sui, dubhe-indexer)",choices:Object.keys(L)}).option("select-version",{type:"boolean",default:!1,describe:"Select specific version for installation"}).option("list-versions",{type:"string",describe:"List available versions for specified tool",choices:Object.keys(L)}).option("debug",{type:"boolean",default:!1,describe:"Show detailed debug information"})},async handler(e){try{await os({install:e.install,selectVersion:e["select-version"],listVersions:e["list-versions"],debug:e.debug})}catch(t){console.error(i.red("Error occurred during check:"),t),f(1)}}},to=ns;import ss from"chalk";import{loadConfig as rs}from"@0xobelisk/sui-common";import
|
|
146
|
+
\u{1F4A1} Tip: For more help, visit https://docs.sui.io/ or https://github.com/0xobelisk/dubhe`))}var ns={command:"doctor",describe:"Check if local development environment is ready",builder(e){return e.option("install",{type:"string",describe:"Auto-install specified tool (sui, dubhe-indexer)",choices:Object.keys(L)}).option("select-version",{type:"boolean",default:!1,describe:"Select specific version for installation"}).option("list-versions",{type:"string",describe:"List available versions for specified tool",choices:Object.keys(L)}).option("debug",{type:"boolean",default:!1,describe:"Show detailed debug information"})},async handler(e){try{await os({install:e.install,selectVersion:e["select-version"],listVersions:e["list-versions"],debug:e.debug})}catch(t){console.error(i.red("Error occurred during check:"),t),f(1)}}},to=ns;import ss from"chalk";import{loadConfig as rs}from"@0xobelisk/sui-common";import Je from"fs";var is={command:"convert-json",describe:"Convert JSON from Dubhe config to config.json",builder(e){return e.options({"config-path":{type:"string",default:"dubhe.config.ts",description:"Options to pass to forge test"},"output-path":{type:"string",default:"dubhe.config.json",description:"Output path for the config.json file"}})},async handler({"config-path":e,"output-path":t}){try{console.log("\u{1F680} Running convert json");let o=await rs(e),n=JSON.parse(st(o)),s=["original_package_id","dubhe_object_id","original_dubhe_package_id","start_checkpoint"],r={};if(Je.existsSync(t))try{r=JSON.parse(Je.readFileSync(t,"utf-8"))}catch{}let a={...n};for(let l of s)r[l]!==void 0&&(a[l]=r[l]);Je.writeFileSync(t,JSON.stringify(a,null,2))}catch(o){console.error(ss.red("Error executing convert json:")),console.log(o.stdout),f(1)}f()}},oo=is;import{loadConfig as as}from"@0xobelisk/sui-common";import ls from"chalk";var cs={command:"upgrade",describe:"Upgrade your move contracts",builder(e){return e.options({network:{type:"string",choices:["mainnet","testnet","devnet","localnet","default"],default:"default",desc:"Network of the node (mainnet/testnet/devnet/localnet)"},"config-path":{type:"string",default:"dubhe.config.ts",decs:"Path to the config file"}})},async handler({network:e,"config-path":t}){try{e=="default"&&(e=await A(),console.log(ls.yellow(`Use default network: [${e}]`)));let o=await as(t);await pt(o,o.name,e)}catch(o){W(o),f(1)}f()}},no=cs;var le=[bt,Ct,vt,$t,no,St,Et,Tt,At,Ft,Mt,Rt,Vt,Wt,zt,qt,to,oo,yt];import*as ro from"dotenv";ro.config();ds(us(process.argv)).scriptName("dubhe").command(le).version(te.version).demandCommand(1,"Please provide a command").recommendCommands().strict().fail((e,t)=>{console.error(so.red(e)),e.includes("Missing required argument")&&console.log(so.yellow(`Run 'pnpm dubhe ${process.argv[2]} --help' for a list of available and required arguments.`)),console.log(""),t!=null&&(W(t),console.log("")),process.exit(1)}).alias({h:"help"}).argv;
|
|
147
147
|
//# sourceMappingURL=dubhe.js.map
|