Skip to content

Commit

Permalink
[Calamari]Bump deps to polkadot-v0.9.11 (#211)
Browse files Browse the repository at this point in the history
* Bump deps to polkadot-v0.9.11

* Fix the issue about failing to deploy manta-pc-launch

* Improve rpc service, remove two subcommands

* Update changelog, and add try-runtime command param back
  • Loading branch information
Dengjianping authored Oct 16, 2021
1 parent 068b72a commit b7b293f
Show file tree
Hide file tree
Showing 19 changed files with 1,538 additions and 1,960 deletions.
1 change: 1 addition & 0 deletions .github/resources/config-for-integration-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
]
}
],
"simpleParachains": [],
"hrmpChannels": [],
"types": {},
"finalization": false
Expand Down
1 change: 1 addition & 0 deletions .github/resources/config-for-runtime-upgrade-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
]
}
],
"simpleParachains": [],
"hrmpChannels": [],
"types": {},
"finalization": false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-draft-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,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.10/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.11/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
-
name: fetch and chmod polkadot
run: |
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.10/polkadot
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.11/polkadot
chmod +x $HOME/.local/bin/polkadot
ls -ahl $HOME/.local/bin/
-
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@

### Bug fixes

## v3.0.6

### Breaking changes
- [\#211](https://github.com/Manta-Network/Manta/pull/211) Update Parity dependencies to `v0.9.11`.
- [Support Metadata V14](https://github.com/paritytech/cumulus/pull/623)

### Features
- [Support XCM V2](https://github.com/paritytech/polkadot/pull/3629)

### Improvements
- [Follow Rework Transaction Priority calculation](https://github.com/paritytech/substrate/pull/9834)
- Refactor Node Rpc Service.
- Remove some unused dependencies.

### Bug fixes

## v3.0.5

### Breaking changes
Expand Down
Loading

0 comments on commit b7b293f

Please sign in to comment.