Skip to content

Commit

Permalink
Bump deps to v0.9.18 (#481)
Browse files Browse the repository at this point in the history
* Bump deps to v0.9.18
* Add min-xcm-fee storage, related extrinsic and test cases
* Remove unused crates, and update doc for extrinsic
* Add AllowedDestParaIds and add test case for it
  • Loading branch information
Dengjianping authored Jun 3, 2022
1 parent 190dd64 commit b4ab435
Show file tree
Hide file tree
Showing 54 changed files with 3,775 additions and 2,592 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,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.16/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.18/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
-
name: fetch and chmod polkadot
run: |
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.16/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.18/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Features

### Improvements
[\#481](https://github.com/Manta-Network/Manta/pull/481) Update upstream dependencies to v0.9.18.

### Bug fixes

Expand Down
Loading

0 comments on commit b4ab435

Please sign in to comment.