Skip to content

Commit

Permalink
Fix/download name (#416)
Browse files Browse the repository at this point in the history
* Download fix label

* mega patch update
  • Loading branch information
timbrinded authored Jun 6, 2024
1 parent 0ecac56 commit a73230d
Show file tree
Hide file tree
Showing 13 changed files with 908 additions and 676 deletions.
6 changes: 6 additions & 0 deletions .changeset/dry-hounds-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@moonwall/cli": patch
"@moonwall/tests": patch
---

downloader fix
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand All @@ -83,7 +83,7 @@ jobs:
bun-version: latest
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
bun-version: latest
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.2
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.3.0",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"description": "Testing framework for the Moon family of projects",
"scripts": {
"build": "pnpm -r --filter='./packages/**' run build",
Expand All @@ -23,8 +23,8 @@
"typecheck": "pnpm -r --filter='./packages/**' run typecheck"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@changesets/cli": "2.27.3",
"@biomejs/biome": "1.8.0",
"@changesets/cli": "2.27.5",
"typescript": "5.4.5"
}
}
32 changes: 16 additions & 16 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,42 +58,42 @@
"prepublish": "pnpm run build && pnpm run generate-types"
},
"dependencies": {
"@acala-network/chopsticks": "0.10.2",
"@acala-network/chopsticks": "0.12.1",
"@moonbeam-network/api-augment": "0.2902.0",
"@moonwall/types": "workspace:*",
"@moonwall/util": "workspace:*",
"@octokit/rest": "^20.1.0",
"@polkadot/api": "11.1.1",
"@polkadot/api-derive": "11.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/types": "11.1.1",
"@polkadot/types-codec": "11.1.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@vitest/ui": "1.6.0",
"@zombienet/orchestrator": "0.0.85",
"@zombienet/orchestrator": "0.0.86",
"@zombienet/utils": "0.0.25",
"bottleneck": "2.19.5",
"chalk": "5.3.0",
"clear": "0.1.0",
"cli-progress": "3.12.0",
"colors": "1.4.0",
"debug": "4.3.4",
"debug": "4.3.5",
"dotenv": "16.4.5",
"ethers": "6.12.1",
"ethers": "6.13.0",
"get-port": "^7.1.0",
"inquirer": "9.2.22",
"inquirer": "9.2.23",
"inquirer-press-to-continue": "1.2.0",
"jsonc-parser": "3.2.1",
"minimatch": "9.0.4",
"node-fetch": "3.3.2",
"semver": "7.6.2",
"viem": "2.12.0",
"viem": "2.13.7",
"vitest": "1.6.0",
"web3": "4.8.0",
"web3": "4.9.0",
"web3-providers-ws": "^4.0.7",
"ws": "8.17.0",
"yaml": "2.4.2",
"yaml": "2.4.3",
"yargs": "17.7.2"
},
"peerDependencies": {
Expand All @@ -103,17 +103,17 @@
"vitest": "^1.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.0",
"@types/clear": "^0.1.4",
"@types/cli-progress": "3.11.5",
"@types/debug": "4.1.12",
"@types/inquirer": "^9.0.7",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"tsup": "8.0.2",
"tsx": "4.10.5",
"tsup": "8.1.0",
"tsx": "4.12.0",
"typescript": "5.4.5"
},
"publishConfig": {
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/src/internal/cmdFunctions/fetchArtifact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export async function fetchArtifact(args: fetchArtifactArgs) {
}
return true;
};

const binary = args.bin;
const repos = (await configExists()) ? await allReposAsync() : standardRepos();
const repo = repos.find((network) => network.binaries.find((bin) => bin.name === binary));
Expand Down Expand Up @@ -123,7 +122,7 @@ export async function fetchArtifact(args: fetchArtifactArgs) {
return;
}
const version = (await runTask(`./${binPath} --version`)).trim();
process.stdout.write(` ${chalk.green(version.trim())} ✓\n`);
process.stdout.write(`${path.basename(binPath)} ${chalk.green(version.trim())} ✓\n`);
return;
}
const binaryPath = args.outputName
Expand Down
20 changes: 10 additions & 10 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"schema": "typescript-json-schema --tsNodeRegister --esModuleInterop -o config_schema.json ./src/config.ts MoonwallConfig && pnpm biome format config_schema.json --write"
},
"dependencies": {
"@polkadot/api": "11.1.1",
"@polkadot/api-base": "11.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/api-base": "11.2.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/types": "11.1.1",
"@polkadot/types": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@zombienet/utils": "0.0.25",
"bottleneck": "2.19.5",
"debug": "4.3.4",
"ethers": "6.12.1",
"viem": "2.12.0",
"web3": "4.8.0"
"debug": "4.3.5",
"ethers": "6.13.0",
"viem": "2.13.7",
"web3": "4.9.0"
},
"peerDependencies": {
"@polkadot/api": "^10.12.6"
Expand All @@ -74,9 +74,9 @@
"access": "public"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.0",
"@types/debug": "4.1.12",
"tsup": "8.0.2",
"tsup": "8.1.0",
"typescript": "5.4.5",
"typescript-json-schema": "0.63.0"
}
Expand Down
28 changes: 14 additions & 14 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,45 +55,45 @@
"dependencies": {
"@moonbeam-network/api-augment": "0.2902.0",
"@moonwall/types": "workspace:*",
"@polkadot/api": "11.1.1",
"@polkadot/api-derive": "11.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/keyring": "12.6.2",
"@polkadot/rpc-provider": "11.1.1",
"@polkadot/types": "11.1.1",
"@polkadot/types-codec": "11.1.1",
"@polkadot/rpc-provider": "11.2.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"bottleneck": "2.19.5",
"chalk": "5.3.0",
"clear": "0.1.0",
"cli-progress": "3.12.0",
"colors": "1.4.0",
"debug": "4.3.4",
"debug": "4.3.5",
"dotenv": "16.4.5",
"ethers": "6.12.1",
"inquirer": "9.2.22",
"ethers": "6.13.0",
"inquirer": "9.2.23",
"inquirer-press-to-continue": "1.2.0",
"node-fetch": "3.3.2",
"rlp": "3.0.0",
"semver": "7.6.2",
"viem": "2.12.0",
"viem": "2.13.7",
"vitest": "1.6.0",
"web3": "4.8.0",
"web3": "4.9.0",
"ws": "8.17.0",
"yaml": "2.4.2",
"yaml": "2.4.3",
"yargs": "17.7.2"
},
"peerDependencies": {
"@polkadot/api": "^10.11.2",
"vitest": "^1.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.0",
"@types/debug": "4.1.12",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/ws": "^8.5.10",
"@types/yargs": "17.0.32",
"tsup": "8.0.2",
"tsup": "8.1.0",
"typescript": "5.4.5"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit a73230d

Please sign in to comment.