Skip to content

Commit

Permalink
[manta] Bump upstream to v0.9.16 (#377)
Browse files Browse the repository at this point in the history
* Bump upstream to v0.9.16

Co-authored-by: Dengjianping <djptux@gmail.com>
  • Loading branch information
2 people authored and dziabko committed Mar 8, 2022
1 parent 79d83c5 commit e89b518
Show file tree
Hide file tree
Showing 66 changed files with 3,576 additions and 1,996 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ candidate branch.
- [ ] Verify new extrinsics have been correctly whitelisted/blacklisted
- [ ] Verify [benchmarks](#benchmarks) have been updated for any modified
runtime logic.
- [ ] Check for any upstream storage migrations and perform tests with `try-runtime`, if any.

The following checks can be performed after we have forked off to the release branch.
- [ ] Complete the following [manual QA workflow](https://hackmd.io/TbFmorG2RnOPmLuFcg9JOQ?view).
Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ write a little note why.
- [ ] If import a new pallet, choose a proper module index for it, and allow it in `BaseFilter`. Ensure **every** extrinsic works from front-end. If there's corresponding tool, ensure both work for each other.
- [ ] If needed, update our Javascript/Typescript APIs. These APIs are offcially used by exchanges or community developers.
- [ ] If we're going to issue a new release, freeze the code one week early(it depends, but usually it's one week), ensure we have enough time for related testing.
- [ ] Check if inheriting any upstream runtime storage migrations. If any, perform tests with `try-runtime`.
8 changes: 8 additions & 0 deletions .github/workflows/generate_calamari_weights_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ jobs:
id: manta_collator_selection
name: manta_collator_selection
iterations: 20
-
extrinsic:
id: '*'
name: pallet_preimage
pallet:
id: pallet_preimage
name: pallet_preimage
iterations: 20
steps:
-
uses: actions/download-artifact@v2
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/generate_manta_weights_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ jobs:
id: pallet_timestamp
name: pallet_timestamp
iterations: 20
-
extrinsic:
id: '*'
name: pallet_preimage
pallet:
id: pallet_preimage
name: pallet_preimage
iterations: 20
steps:
-
uses: actions/download-artifact@v2
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/publish-draft-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ jobs:
runtime-upgrade-test:
needs:
- build-node-base
- build-node-current
- build-runtimes
- start-runtime-upgrade-tester
- check-for-runtime-upgrade
Expand Down Expand Up @@ -307,7 +308,8 @@ jobs:
name: fetch manta-base
uses: actions/download-artifact@v2
with:
name: manta-base
# Workaround for 0.9.16 breaking change, using the latest binary instead for base.
name: manta
-
if: ${{ needs.check-for-runtime-upgrade.outputs.do-versions-match == 'false' }}
name: mv and chmod manta-base
Expand All @@ -321,7 +323,7 @@ jobs:
if: ${{ needs.check-for-runtime-upgrade.outputs.do-versions-match == 'false' }}
name: fetch and chmod polkadot
run: |
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.13/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.16/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down Expand Up @@ -530,7 +532,7 @@ jobs:
-
name: fetch and chmod polkadot
run: |
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.13/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.16/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Pending

## v3.1.3
## v3.1.4
### Breaking changes

### Features

### Improvements
- Bump spec version to **3130**.
- Bump spec version to **3140**.
- [\#377](https://github.com/Manta-Network/Manta/pull/377) Update upstream dependencies to v0.9.16.
- [\#359](https://github.com/Manta-Network/Manta/pull/359) Update upstream dependencies to v0.9.15.
- [\#337](https://github.com/Manta-Network/Manta/pull/337) Add a congested_chain_simulation test in Calamari.
- [\#341](https://github.com/Manta-Network/Manta/pull/341) Create Release Checklist Issue Template.
Expand Down
Loading

0 comments on commit e89b518

Please sign in to comment.