Skip to content

Commit

Permalink
Update cli params and srtools (#1722)
Browse files Browse the repository at this point in the history
* Update cli params

* Fix SRTools pipeline
  • Loading branch information
adamdossa authored Sep 17, 2024
1 parent fb198bd commit 4281092
Show file tree
Hide file tree
Showing 5 changed files with 597 additions and 330 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
echo - prop: ${{ steps.srtool_build.outputs.proposal_hash }}
echo "Runtime location: ${{ steps.srtool_build.outputs.wasm }}"
- name: Archive Runtime
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.chain }}-runtime-${{ github.sha }}
path: |
${{ steps.srtool_build.outputs.wasm }}
${{ steps.srtool_build.outputs.wasm_compressed }}
${{ matrix.chain }}-srtool-digest.json
2 changes: 1 addition & 1 deletion scripts/cli/environment.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// PM2 config file
let chain = "ci-local";
let chain = "local";
let polymesh_bin = "../../target/release/polymesh";
let common = "--wasm-execution compiled " +
// "--db-cache=3000 " +
Expand Down
169 changes: 30 additions & 139 deletions scripts/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"minimist": "1.2.6",
"nodejs-fs-utils": "1.2.6",
"path": "0.12.7",
"pm2": "^5.3.1",
"pm2": "^5.4.2",
"readline-sync": "1.4.10",
"ts-node-dev": "^2.0.0"
},
Expand Down
Loading

0 comments on commit 4281092

Please sign in to comment.