Skip to content

Commit b7b293f

Browse files
authored
[Calamari]Bump deps to polkadot-v0.9.11 (#211)
* 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
1 parent 068b72a commit b7b293f

19 files changed

+1538
-1960
lines changed

.github/resources/config-for-integration-test.json

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
]
8282
}
8383
],
84+
"simpleParachains": [],
8485
"hrmpChannels": [],
8586
"types": {},
8687
"finalization": false

.github/resources/config-for-runtime-upgrade-test.json

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
]
102102
}
103103
],
104+
"simpleParachains": [],
104105
"hrmpChannels": [],
105106
"types": {},
106107
"finalization": false

.github/workflows/publish-draft-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
if: ${{ needs.check-for-runtime-upgrade.outputs.do-versions-match == 'false' }}
314314
name: fetch and chmod polkadot
315315
run: |
316-
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.10/polkadot
316+
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.11/polkadot
317317
chmod +x $HOME/.local/bin/polkadot
318318
ls -ahl $HOME/.local/bin/
319319
-
@@ -517,7 +517,7 @@ jobs:
517517
-
518518
name: fetch and chmod polkadot
519519
run: |
520-
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.10/polkadot
520+
curl -L -o $HOME/.local/bin/polkadot https://github.com/paritytech/polkadot/releases/download/v0.9.11/polkadot
521521
chmod +x $HOME/.local/bin/polkadot
522522
ls -ahl $HOME/.local/bin/
523523
-

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@
1010

1111
### Bug fixes
1212

13+
## v3.0.6
14+
15+
### Breaking changes
16+
- [\#211](https://github.com/Manta-Network/Manta/pull/211) Update Parity dependencies to `v0.9.11`.
17+
- [Support Metadata V14](https://github.com/paritytech/cumulus/pull/623)
18+
19+
### Features
20+
- [Support XCM V2](https://github.com/paritytech/polkadot/pull/3629)
21+
22+
### Improvements
23+
- [Follow Rework Transaction Priority calculation](https://github.com/paritytech/substrate/pull/9834)
24+
- Refactor Node Rpc Service.
25+
- Remove some unused dependencies.
26+
27+
### Bug fixes
28+
1329
## v3.0.5
1430

1531
### Breaking changes

0 commit comments

Comments
 (0)