Skip to content

Commit

Permalink
Merge pull request #1149 from interlay/nakul/feat_update_to_v1
Browse files Browse the repository at this point in the history
feat: update dependencies to polkadot v1 release
  • Loading branch information
gregdhill authored Sep 20, 2023
2 parents a45087b + 719192e commit 82359fa
Show file tree
Hide file tree
Showing 139 changed files with 3,764 additions and 5,000 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: git fetch --prune --unshallow
- name: Install System Dependencies
run: |
Expand Down Expand Up @@ -47,15 +49,13 @@ jobs:
./target/release/interbtc-parachain benchmark pallet \
--pallet '*' \
--extrinsic '*' \
--execution=wasm \
--wasm-execution=compiled \
--steps 2 --repeat 1 \
--template .deploy/runtime-weight-template.hbs \
--chain interlay-dev --output parachain/runtime/interlay/src/weights/
./target/release/interbtc-parachain benchmark pallet \
--pallet '*' \
--extrinsic '*' \
--execution=wasm \
--wasm-execution=compiled \
--steps 2 --repeat 1 \
--template .deploy/runtime-weight-template.hbs \
Expand Down
Loading

0 comments on commit 82359fa

Please sign in to comment.