Skip to content

Commit

Permalink
Polkadot v0.9.22 (#130)
Browse files Browse the repository at this point in the history
* update .tomls

* add sidechain weights

* add pallet sidechain

* update subwasm

* add force_batch to utility weight

* update GHA to v3

* update strool-actions

* update calp

* bump version

* fix compilation

* fix rpc module

* version bumps

* bump tokio and add hwbench

* cargo fmt

* fix compilation

* fix some more compilation issues

* update .json
  • Loading branch information
haerdib authored May 25, 2022
1 parent 70119c6 commit 080e864
Show file tree
Hide file tree
Showing 27 changed files with 1,680 additions and 1,784 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
VERBOSE: ${{ github.events.input.verbose }}
SUBWASM_VERSION: 0.14.1
SUBWASM_VERSION: 0.17.0


jobs:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
RUST_BIN_DIR: target/${{ matrix.rust-target }}/debug
RELEASE_NAME: debug
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Print env
run: |
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
RUSTV: ${{ matrix.rust }}
TARGET: ${{ matrix.rust-target }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# With rustup's nice new toml format, we just need to run rustup show to install the toolchain
# https://github.com/actions-rs/toolchain/issues/126#issuecomment-782989659
Expand All @@ -137,7 +137,7 @@ jobs:
matrix:
runtime: ["shell", "integritee"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Cache target dir
uses: actions/cache@v2
Expand All @@ -150,7 +150,7 @@ jobs:
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.3.0
uses: chevdor/srtool-actions@v0.4.0
with:
chain: ${{ matrix.runtime }}
runtime_dir: polkadot-parachains/${{ matrix.runtime }}-runtime
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
config: [rococo, westend, kusama, polkadot, moonbase]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
release_url: ${{ steps.create-release.outputs.html_url }}
asset_upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download Integritee Collator
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
matrix:
runtime: ["shell", "integritee"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Delete image from ghcr.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set output
id: vars
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Push to Dockerhub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download integritee-collator from release
uses: dsaltares/fetch-gh-release-asset@master
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Loading

0 comments on commit 080e864

Please sign in to comment.