dependabot[bot]
110b06b81c
Bump dyn-clone from 1.0.5 to 1.0.6 ( #1394 )
...
Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/dtolnay/dyn-clone/releases )
- [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.5...1.0.6 )
---
updated-dependencies:
- dependency-name: dyn-clone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 19:29:33 +02:00
Squirrel
8347d2f85c
rename build_import_queue to not be statemint specific ( #1389 )
...
* rename to aura
* Update polkadot-parachain/src/service.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
2022-06-21 14:58:27 +00:00
dependabot[bot]
895d0f4dc1
Bump quote from 1.0.18 to 1.0.19 ( #1395 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.18 to 1.0.19.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.18...1.0.19 )
---
updated-dependencies:
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-06-21 11:28:19 +00:00
dependabot[bot]
c8a9259a02
Bump proc-macro2 from 1.0.39 to 1.0.40
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.39...1.0.40 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-21 12:49:51 +02:00
Sebastian Kunert
ebbf6b6e21
Strip 'Cargo.toml' from workspace path for patches ( #1391 )
2022-06-21 10:26:03 +02:00
girazoki
17ca448df5
Add event with XCM executor outcome, which includes weight fee ( #1286 )
...
* Add event with XCM executor outcome, which includes weight fee
* Show weight used in processed messages
* remove added event
* named events
* message_id for message_hash
* Update pallets/xcmp-queue/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
2022-06-20 13:49:28 +00:00
Bastian Köcher
9bb1a50e89
Companion: Bump syn ( #1388 )
...
* Companion: Bump syn
* Update Substrate & Polkadot
2022-06-20 11:55:31 +00:00
Qinxuan Chen
094dbe1521
Remove futures compat feature ( #1386 )
...
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
2022-06-18 23:30:07 +02:00
Squirrel
818a19873a
NonTransfer should be a superset of collator selection ( #1385 )
...
* This should ideally be set.
* Not convinced guard order is always guarenteed.
* assets / uniques should not be included.
* correction
2022-06-18 14:06:52 +00:00
Qinxuan Chen
7d0ae5ea3a
Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli ( #1325 )
...
* Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Remove useless
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
* Use shared_params.chain
Signed-off-by: koushiro <koushiro.cqx@gmail.com >
2022-06-18 15:33:52 +02:00
Alexander Theißen
e5810bb5fd
Remove redundant binary specification ( #1303 )
...
* Remove redundant binary specification
* Update polkadot-launch config
Co-authored-by: joepetrowski <joe@parity.io >
2022-06-17 19:32:39 +00:00
dependabot[bot]
2e52ce29e9
Bump clap from 3.1.18 to 3.2.2 ( #1370 )
...
* Bump clap from 3.1.18 to 3.2.2
Bumps [clap](https://github.com/clap-rs/clap ) from 3.1.18 to 3.2.2.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.2 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump clap to 3.2.5 and fix warnings
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Kunert <skunert49@gmail.com >
2022-06-17 15:05:44 +00:00
Squirrel
ebfa19af31
Split chain_spec to individual chain families ( #1347 )
...
* Split chain_spec to individual chain families.
* cargo fmt
* Replace ifs with match
* Runtime::Generic variant avoiding Option
2022-06-17 14:47:21 +00:00
Sebastian Kunert
da3ae61939
Disable beefy for inprocess relay chain node ( #1382 )
...
* Disable beefy for inprocess relay chain node
* Update client/relay-chain-inprocess-interface/src/lib.rs
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-06-17 14:27:01 +00:00
dependabot[bot]
1cd2831840
Bump thread_local from 1.1.3 to 1.1.4 ( #1380 )
...
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases )
- [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.3...1.1.4 )
---
updated-dependencies:
- dependency-name: thread_local
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 14:28:18 +02:00
Jun Jiang
89da276012
Add upstream new args ( #1379 )
2022-06-17 11:40:23 +00:00
Keith Yeung
49fc743a7e
Companion for paritytech/substrate#11631 ( #1363 )
2022-06-16 17:36:19 +00:00
ZhiYong
e857bc957f
Companion for substrate#11618 ( #1367 )
...
* Companion for substrate#11618
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
2022-06-16 02:43:16 +00:00
Keith Yeung
ae5e6d4c4d
Bounded ping pallet ( #1333 )
...
* Bounded ping pallet
* cargo fmt
2022-06-15 20:58:52 +00:00
Niklas Adolfsson
26717de64d
companion #11661 ( #1364 )
...
* bump jsonrpsee v0.14.0
* update Cargo.lock
2022-06-14 22:33:42 +00:00
dependabot[bot]
735dd4d48d
Bump toml from 0.5.8 to 0.5.9 ( #1357 )
...
Bumps [toml](https://github.com/alexcrichton/toml-rs ) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/alexcrichton/toml-rs/releases )
- [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.8...0.5.9 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-14 23:21:28 +02:00
Shawn Tabrizi
11201950d2
Lower all Assets / NFT deposits by 10x ( #1332 )
...
* lower all deposits by 10x
* undo rococo stuff
* Apply suggestions from code review
* update asset deposits
* align statemint deposit ratios
Co-authored-by: joepetrowski <joe@parity.io >
2022-06-14 17:13:11 +00:00
Keith Yeung
5fc7d4be96
Bounded collator selection pallet ( #1337 )
...
* Bounded collator selection pallet
* Update pallets/collator-selection/src/lib.rs
Co-authored-by: Squirrel <gilescope@gmail.com >
Co-authored-by: Squirrel <gilescope@gmail.com >
2022-06-14 12:36:14 +00:00
dependabot[bot]
ba5ce4a615
Bump parity-scale-codec from 3.1.3 to 3.1.5 ( #1356 )
...
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec ) from 3.1.3 to 3.1.5.
- [Release notes](https://github.com/paritytech/parity-scale-codec/releases )
- [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paritytech/parity-scale-codec/compare/parity-scale-codec-3.1.3...parity-scale-codec-3.1.5 )
---
updated-dependencies:
- dependency-name: parity-scale-codec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-14 12:45:28 +02:00
Vlad
7004130d8e
Fix release-parachains-v* pipelines ( #1355 )
...
* Fix `release-parachains-v*` pipelines
* Formatting
2022-06-14 12:24:47 +02:00
Keith Yeung
567cb0ed97
Bounded aura ext pallet ( #1359 )
...
* Bounded aura ext pallet
* bump deps
Co-authored-by: parity-processbot <>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
2022-06-14 02:38:50 +00:00
Keith Yeung
7b87e86562
Derive MaxEncodedLen on cumulus_pallet_xcm::Origin ( #1360 )
2022-06-14 01:26:31 +00:00
dependabot[bot]
635821bdd2
Bump parity-scale-codec from 3.1.2 to 3.1.3 ( #1343 )
...
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/paritytech/parity-scale-codec/releases )
- [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paritytech/parity-scale-codec/compare/parity-scale-codec-3.1.2...parity-scale-codec-3.1.3 )
---
updated-dependencies:
- dependency-name: parity-scale-codec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 10:50:19 +02:00
Bastian Köcher
2aa5d96f7a
Validation-worker: Add support for patches and rerun on Cargo.lock ( #1344 )
...
* Validation-worker: Add support for patches and rerun on Cargo.lock
* Update Cargo.lock
2022-06-13 09:57:56 +02:00
Chevdor
61c626f3c2
Fix client workflow ( #1292 )
2022-06-09 13:18:07 +01:00
Chevdor
3b6fb167a8
Add client checklist + doc ( #1297 )
...
* Add client checklist + doc
* Add versionning doc
* Update release.md
* Update release.md
* Update .github/ISSUE_TEMPLATE/release-client.md
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io >
* Fix grumbles
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io >
2022-06-09 13:17:32 +01:00
dependabot[bot]
3f6e456945
Bump tokio from 1.19.0 to 1.19.2 ( #1339 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.19.0 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.0...tokio-1.19.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08 11:58:03 +00:00
dependabot[bot]
c9639a61a8
Bump async-trait from 0.1.54 to 0.1.56 ( #1338 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.54 to 0.1.56.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.54...0.1.56 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08 10:52:34 +02:00
dependabot[bot]
71f1e1a718
Bump tokio from 1.18.2 to 1.19.0 ( #1330 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.19.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 14:50:30 +02:00
dependabot[bot]
03857393e6
Bump crossbeam-utils from 0.8.5 to 0.8.8 ( #1334 )
...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam ) from 0.8.5 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases )
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.8 )
---
updated-dependencies:
- dependency-name: crossbeam-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 14:47:25 +02:00
yjh
b68f8acda0
chore: rm unused sc-service ( #1331 )
...
* chore: rm unused sc-service
* fmt
2022-06-07 14:25:43 +02:00
Bastian Köcher
8befd605b6
Ensure relay chain block number strictly increases ( #1280 )
...
* Ensure relay chain block number strictly increases
This is a safeguard for when async backing is enabled on the relay chain and multiple parachain
blocks per relay chain block are legal. We will need to later change this to support then multiple
parachain blocks per relay chain block.
* Make the check configurable
* Fix compilation
* Update pallets/parachain-system/src/lib.rs
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
* Update pallets/parachain-system/src/lib.rs
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
* Fix test
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com >
2022-06-05 09:21:03 -05:00
dependabot[bot]
dba5a11f01
Bump async-trait from 0.1.53 to 0.1.54 ( #1328 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.53 to 0.1.54.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.53...0.1.54 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-05 13:00:38 +02:00
dependabot[bot]
8805863943
Bump syn from 1.0.95 to 1.0.96 ( #1329 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 1.0.95 to 1.0.96.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.95...1.0.96 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-05 10:15:21 +00:00
Alexander Samusev
3e8a5465cf
[ci] Add build docker test-parachain for zombienet ( #1327 )
...
* [ci] Add build docker test-parachain for zombienet
* debug ci
* disable cancel pipeline
* fix wrong rename
* enable jobs
* uncomment needs
* fixes
2022-06-02 19:20:22 +02:00
Chevdor
7f2e6a157b
Run the release branch check on the cumulus code releases as well ( #1326 )
2022-06-02 13:53:38 +02:00
Chevdor
1ee585ce58
Fix problematic char ( #1323 )
2022-06-01 22:49:12 +02:00
Alexander Samusev
474a3c93ee
Publish polkadot-parachain docker images on PRs ( #1311 )
...
* [WIP] Dockerize polkadot-parachain
* fix build job
* disable test job for debug
* disable all tests for debug
* add publish docker
* fix docker publish
* uncomment tests; add dag
* fix docker naming
* add DAG to build job
* small fixes
* combine test and build
* fix typo
* divide test and build back
* Update .gitlab-ci.yml
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io >
* rename docker image
* add needs publish-s3
* remove collect artifacts from test
Co-authored-by: Denis Pisarev <denis.pisarev@parity.io >
2022-06-01 15:07:19 +02:00
Chevdor
faf3563c61
Add release branch checks ( #1319 )
2022-06-01 14:23:00 +02:00
joe petrowski
0c4a9f0801
Statemint Should Not Recognise DOT Reserves ( #1318 )
...
* recognise no reserves
* adjust should_execute
* docs and pass should_execute
* typo
2022-06-01 11:11:31 +00:00
Squirrel
e403b268d4
Fixup benches after dir re-org ( #1300 )
...
* Fixup after dir re-org
* Update scripts/benchmarks-ci.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Update scripts/benchmarks-ci.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Update scripts/benchmarks-ci.sh
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* fix typo
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
2022-06-01 07:40:03 +00:00
dependabot[bot]
6a7add66e7
Bump parking_lot from 0.12.0 to 0.12.1 ( #1322 )
...
Bumps [parking_lot](https://github.com/Amanieu/parking_lot ) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/Amanieu/parking_lot/releases )
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.0...0.12.1 )
---
updated-dependencies:
- dependency-name: parking_lot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 23:16:54 +02:00
Gavin Wood
1ea523dde7
Companion for #11124 ( #1316 )
...
* Fixes
* Bump
* Formatting
* Bump
* Bump
2022-05-31 18:50:02 +01:00
Squirrel
fefd160138
Add rockmine json ( #1290 )
2022-05-31 10:06:42 +00:00
Bastian Köcher
6f416eece2
Ensure we send the correct polkadot node version to telemetry ( #1307 )
...
This is basically a hack, but with the current way we initialize the node this is the easiest
solution to ensure we send the correct version etc.
2022-05-30 19:50:00 +02:00