Skip to content

Commit

Permalink
Update to polkadot v0.9.20 (#576)
Browse files Browse the repository at this point in the history
* update srtool-actions

* add machine command

* bump code version

* cargo update

* upstream teerex has 0.9.20 branch now

* update dependencies

* [benchmarking bot] Auto commit generated weights files (#574)

Co-authored-by: Kailai-Wang <[email protected]>

* include pallet_teerex weights

* bump verions

* [benchmarking bot] Auto commit generated weights files (#575)

Co-authored-by: Kailai-Wang <[email protected]>

* add teerex to rococo for mirror testing

* add tee-dev for rococo

* cargo update

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kailai-Wang <[email protected]>
  • Loading branch information
3 people authored May 12, 2022
1 parent c9e0769 commit 3f3419e
Show file tree
Hide file tree
Showing 58 changed files with 1,815 additions and 1,511 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build ${{ github.event.inputs.chain }} wasm with srtool
id: srtool_build
uses: chevdor/srtool-actions@v0.3.0
uses: chevdor/srtool-actions@v0.4.0
with:
chain: ${{ github.event.inputs.chain }}-parachain
runtime_dir: runtime/${{ github.event.inputs.chain }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Build with srtool
id: srtool_build
uses: chevdor/srtool-actions@v0.3.0
uses: chevdor/srtool-actions@v0.4.0
with:
chain: ${{ matrix.chain }}-parachain
runtime_dir: runtime/${{ matrix.chain }}
Expand Down
Loading

0 comments on commit 3f3419e

Please sign in to comment.