Lulu
472f08a251
Rename squatted crates ( #2875 )
...
* Rename squatted crates
This commit adds the staging- prefix to squatted crates so we can go
forward and publish them to crates.io.
Using the staging- prefix is a temp fix until we decide on replacement names.
https://forum.parity.io/t/renaming-squated-crates-in-substrate-polkadot-cumulus/1964/6
* Revert "Rename squatted crates"
This reverts commit 6387eabf3abb00e2a87a246d7a1bacc31e0e7798.
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Dont publish parachain-info
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-08-15 23:50:06 +02:00
dependabot[bot]
dfec8b98cf
Bump tokio from 1.30.0 to 1.31.0 ( #3016 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.30.0...tokio-1.31.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>
2023-08-15 21:46:52 +00:00
Paulo Martins
58ecf30caf
additional turboflakes bridge-hub bootnodes ( #2924 )
2023-08-15 23:04:17 +02:00
dependabot[bot]
6b07f1306f
Bump log from 0.4.19 to 0.4.20 ( #3009 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.19 to 0.4.20.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.19...0.4.20 )
---
updated-dependencies:
- dependency-name: log
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>
2023-08-15 23:02:53 +02:00
Squirrel
10d09fbb90
fix set-metadata safecall inconsistencies ( #2952 )
2023-08-15 18:52:58 +01:00
Adrian Catangiu
d841bdca18
Revert "companion for 14754: cli: move no-beefy flag to sc-cli ( #2996 )" ( #3007 )
...
* Revert "companion for 14754: cli: move no-beefy flag to sc-cli (#2996 )"
This reverts commit ab840db20d .
* bump substrate ref
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-08-15 16:40:54 +00:00
Alexander Samusev
f75a57a763
Add --workspace to clippy ( #3014 )
...
* [DNM] Debug clippy
* add --workspace
2023-08-15 17:05:14 +02:00
Bastian Köcher
896c60185a
Companion for Polkadot#7617 ( #3008 )
...
* Companion for Polkadot#7617
https://github.com/paritytech/polkadot/pull/7617
* Adapt to latest Polkadot changes.
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-08-15 09:29:10 +00:00
dependabot[bot]
381e6422a3
Bump async-trait from 0.1.72 to 0.1.73 ( #3010 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.72 to 0.1.73.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.72...0.1.73 )
---
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>
2023-08-15 09:57:03 +02:00
Branislav Kontur
dcbb5f4df7
PriceForSiblingDelivery replaced by runtime::common::PriceForParachainDelivery (#3012 )
2023-08-15 07:03:19 +00:00
Oliver Tale-Yazdi
6c79b58567
Use same fmt and clippy configs as in Polkadot ( #3004 )
...
* Copy rustfmt.toml from Polkadot master
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Format with new config
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Add Polkadot clippy config
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Update Cargo.lock
Looks like https://github.com/paritytech/polkadot/pull/7611 did not
correctly update the lockfile. Maybe a different Rust Version?!
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-08-14 20:30:12 +00:00
Oliver Tale-Yazdi
61480a1881
Update Cargo.lock ( #3005 )
...
Looks like https://github.com/paritytech/polkadot/pull/7611 did not
correctly update the lockfile. Maybe a different Rust Version?!
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-08-14 15:32:02 +00:00
dependabot[bot]
0417eebf45
Bump hex-literal from 0.3.4 to 0.4.1 ( #2966 )
...
Bumps [hex-literal](https://github.com/RustCrypto/utils ) from 0.3.4 to 0.4.1.
- [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.4...hex-literal-v0.4.1 )
---
updated-dependencies:
- dependency-name: hex-literal
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>
2023-08-14 13:08:53 +00:00
jserrat
95ccf11cab
add test-utils feature to polkadot-node-core-pvf ( #2989 )
...
* add test-utils feature to polkadot-node-core-pvf
* Update Cargo.lock
* Fix Cargo.lock
* Revert Cargo.lock updates
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Update Substrate and Polkadot
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Update lockfile
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: Marcin S <marcin@realemail.net >
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-08-14 12:42:40 +00:00
dependabot[bot]
e33ebde498
Bump tokio from 1.29.1 to 1.30.0 ( #3000 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.30.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>
2023-08-14 12:14:39 +00:00
Derek Colley
d465e6cc29
add metaspan boot nodes ( #2993 )
2023-08-14 13:19:33 +02:00
Adrian Catangiu
ab840db20d
companion for 14754: cli: move no-beefy flag to sc-cli ( #2996 )
...
* companion 14754: no-beefy flag moved to sc-cli
Signed-off-by: Adrian Catangiu <adrian@parity.io >
* bump substrate ref
Signed-off-by: Adrian Catangiu <adrian@parity.io >
* bump polkadot ref
---------
Signed-off-by: Adrian Catangiu <adrian@parity.io >
2023-08-11 16:11:24 +00:00
Egor_P
3671a16c7e
fix failing gha because of the wrong assignee ( #2992 )
...
* fix failing gha because of the wrong assignee
* add assignees
2023-08-11 12:11:02 +00:00
dependabot[bot]
f77bcf5447
Bump tempfile from 3.7.0 to 3.7.1 ( #2990 )
...
Bumps [tempfile](https://github.com/Stebalien/tempfile ) from 3.7.0 to 3.7.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.7.0...v3.7.1 )
---
updated-dependencies:
- dependency-name: tempfile
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: parity-processbot <>
2023-08-11 11:01:25 +00:00
Ignacio Palacios
eadfbca388
Replicate e2e integration test as emulated ( #2958 )
...
* Allow functions to work over both parachains and relay chains
* additional references
* import
* backup
* refactoring para and relay traits
* use runtime crates to build types
* decouple ProcessMessage
* decouple ProcessMessage 2
* dmp and xcmp handlers decouple
* backup
* refactor done
* common int values working
* added global ext with mutex
* works for two mutex
* single mutex and remove condvar
* global test ext done
* failing moving test_ext because relay block num
* relay_block_number issue fixed
* backup
* Test working with assertions
* assertions get Test as arg
* DispatchArgs as generic
* clean up
* backup
* teleports for asset-hub-kusama done
* improve assert_expected_events macro
* rename Test generics
* check assertions for tuples
* test assertions redone
* reserve_transfer_assets done
* send transact done
* hrmp test for paras
* hrmp channels test done
* hrmp channels test done 2
* before modifying test dispatch
* reserve tests done & Test dispatch fixed
* reserve transfer local asset
* force_create_and_mint_asset
* force create and mint done
* tests done
* fix imports in common
* common events refactored
* add option to events attributes
* asset-hub-polkadot tests done
* asset-hub-westend half done
* relay chain events move to common
* remove failing send tests for asset-hub-westend
* added events to bridge-hub-rococo
* added events to collectives-polkadot
* cargo clean up
* fix asset-hub-westend tests
* ".git/.scripts/commands/fmt/fmt.sh"
* fix clippy
* ".git/.scripts/commands/fmt/fmt.sh"
* Removed unnecessary deps
* Extracted some commonality for Kusama/Polkadot (which will be reused also for BridgeHubs) (#2971 )
* Extracted some commonality for Kusama/Polkadot (which will be reused also for BridgeHubs)
* AssetHubRococo should better use AssetHubKusama runtime
* add fund_account
---------
Co-authored-by: NachoPal <ignacio.palacios.santos@gmail.com >
* address comments
* rename event assertion helpers
* clean comments
* address comments 2
* ".git/.scripts/commands/fmt/fmt.sh"
---------
Co-authored-by: Giles Cope <gilescope@gmail.com >
Co-authored-by: command-bot <>
Co-authored-by: Branislav Kontur <bkontur@gmail.com >
2023-08-10 19:38:18 +02:00
Branislav Kontur
e077bdd99f
Bridges subtree sync ( #2991 )
...
* Squashed 'bridges/' changes from 0417308a48..278119fec2
278119fec2 Grandpa: Store the authority set changes (#2336 ) (#2337 )
19f9c8ffdb remove message sender origin (#2322 )
3c7c271d2e GRANDPA module: store accepted justifications (#2298 ) (#2301 )
fb7d12e793 GRANDPA justifications: equivocation detection primitives (#2295 ) (#2297 )
d03a2ed450 More backports from Cumulus subtree to polkadot-staging (#2283 )
3c4ada921b Update dependecies (#2277 ) (#2281 )
3e195c9e76 GRANDPA: optimize votes_ancestries when needed (#2262 ) (#2264 )
7065bbabc6 Implement RuntimeDebug for GrandpaJustification (#2254 )
8c9e59bcbc Define generate_grandpa_key_ownership_proof() (#2247 ) (#2248 )
0b46956df7 Deduplicate Grandpa consensus log reading logic (#2245 ) (#2246 )
96c9701710 Fix deps from Cumulus (#2244 )
git-subtree-dir: bridges
git-subtree-split: 278119fec2b45990cf1271999b0c21befe7003d9
* Subtree update
* Squashed 'bridges/' changes from 278119fec2..edf33a2c85
edf33a2c85 Backport fix (for wasm `std` env) (#2339 )
git-subtree-dir: bridges
git-subtree-split: edf33a2c85399d366e008228f2d9e63e8a492d95
2023-08-10 09:24:53 +00:00
Gavin Wood
0765e2d152
Polkadot parachains get topic-based message IDs ( #2642 )
...
* Polkadot parachains get topics
* Formatting
---------
Co-authored-by: joepetrowski <joe@parity.io >
Co-authored-by: parity-processbot <>
2023-08-10 09:08:56 +00:00
Davide Galassi
195a2c38eb
Companion for substrate #14412 ( #2938 )
...
* Companion for substrate #14412
* Relax Send/Sync requirement for PhantomData
* Update cargo.lock
2023-08-09 20:00:02 +02:00
dependabot[bot]
cab889fa8d
Bump clap from 4.3.19 to 4.3.21 ( #2984 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.3.19 to 4.3.21.
- [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/v4.3.19...v4.3.21 )
---
updated-dependencies:
- dependency-name: clap
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>
2023-08-09 09:39:51 +00:00
dependabot[bot]
2ed0814f23
Bump serde from 1.0.176 to 1.0.183 ( #2981 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.176 to 1.0.183.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.176...v1.0.183 )
---
updated-dependencies:
- dependency-name: serde
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>
2023-08-08 11:42:04 +00:00
Xiliang Chen
2c2995d6af
update weight file template ( #2982 )
2023-08-08 09:45:00 +00:00
dependabot[bot]
af7ae724c3
Bump Swatinem/rust-cache from 2.5.0 to 2.6.0 ( #2968 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/2656b87321093db1cb55fbd73183d195214fdfd1...b8a6852b4f997182bdea832df3f9e153038b5191 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
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>
2023-08-04 09:06:34 +00:00
Bulat Saifullin
ea0dcb411a
Remove collators from bootnodes list ( #2914 )
2023-08-03 12:45:05 +00:00
Dmitry Markin
0dc2812c38
[companion] Get rid of Peerset compatibility layer ( #2739 )
...
* Init `PeerStore` in `build_collator_network`
* kick CI
* Update Cargo.lock for substrate
* Companion for substrate 14373
* Companion for paritytech/substrate#14020
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: Davide Galassi <davxy@datawok.net >
Co-authored-by: parity-processbot <>
2023-08-02 15:58:13 +00:00
dependabot[bot]
ff3803503a
Bump syn from 2.0.27 to 2.0.28 ( #2961 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.27 to 2.0.28.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.27...2.0.28 )
---
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>
2023-08-02 11:17:07 +00:00
Oleg Plakida
fc83800e5e
Update weights with VM runners ( #2712 )
...
* paritytech/ci-cd#697 : Update weights with VM runners
- Update weights using VM instances
- Change runner tag for weights ci job to weights-vm
* ".git/.scripts/commands/bench/bench.sh" all
* ".git/.scripts/commands/bench-all/bench-all.sh" --target_dir=cumulus
---------
Co-authored-by: parity-processbot <>
Co-authored-by: Branislav Kontur <bkontur@gmail.com >
2023-08-01 17:37:18 +01:00
Branislav Kontur
a4ae46b743
Companion for Polkadot#7563 ( #2956 )
...
* `XcmContext` to `buy_weight / refund_weight`
* Fix tests
* Fix more tests
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
2023-08-01 12:14:34 +00:00
Muharem Ismailov
a15f573e7d
e2e tests for Gov2 ( #2944 )
...
* Fellowship e2e tests
* fixes
* fixe wrong result
* Update parachains/integration-tests/e2e/collectives/README.md
* Apply suggestions from code review
Co-authored-by: Squirrel <gilescope@gmail.com >
* fixes
---------
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
Co-authored-by: Squirrel <gilescope@gmail.com >
2023-08-01 09:17:47 +00:00
Marcin S
082d9e1d6e
Companion for Polkadot#7337 ( #2929 )
...
* Companion for Polkadot#7337
Companion for paritytech/polkadot#7337
* Remove unnecessary items relating to PVF workers
* Remove `dont_use_external_workers` parameter
* Update Cargo.lock
* update lockfile for {"polkadot", "substrate"}
* Update Cargo.lock
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-08-01 08:32:20 +00:00
dependabot[bot]
b99307f119
Bump serde_json from 1.0.103 to 1.0.104 ( #2946 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.103 to 1.0.104.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.104 )
---
updated-dependencies:
- dependency-name: serde_json
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>
2023-08-01 05:54:29 +00:00
Oliver Tale-Yazdi
bc49b3eb38
Add missing workspace members ( #2843 )
...
* Step 1: Sort workspace members
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Step 2: Add missing workspace members
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-07-31 11:31:31 +03:00
Squirrel
9b93df8467
was implicitly turned on before by a dep recently removed ( #2949 )
2023-07-28 20:50:25 +00:00
Chevdor
ce295364c8
Change Matrix to new secrets and V2 server ( #2937 )
...
* Change to new secrets
* Fix rooms
* Fix matrix server
* Notification formatting and matrix server fix
2023-07-28 13:06:05 +00:00
dependabot[bot]
c4512f79a4
Bump quote from 1.0.31 to 1.0.32 ( #2939 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.31 to 1.0.32.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.31...1.0.32 )
---
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>
2023-07-27 13:36:58 +00:00
dependabot[bot]
32eff90797
Bump serde from 1.0.175 to 1.0.176 ( #2942 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.175 to 1.0.176.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.175...v1.0.176 )
---
updated-dependencies:
- dependency-name: serde
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>
2023-07-27 12:04:25 +00:00
Davide Galassi
63f4c2e53c
Companion for substrate 14647 ( #2941 )
...
* Companion for substrate 14647
* Futher cleanup
* Apply review suggestion
Co-authored-by: Sebastian Kunert <skunert49@gmail.com >
* Apply suggestions from code review
Co-authored-by: Sebastian Kunert <skunert49@gmail.com >
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: Sebastian Kunert <skunert49@gmail.com >
Co-authored-by: parity-processbot <>
2023-07-27 11:07:24 +00:00
Branislav Kontur
7995da0460
[xcm ] Compatibility fix for xcm benchmarks ( #2934 )
...
* Compatibility fix for xcm benchmarks (cause of missing companion)
* ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=asset-hub-polkadot --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_benchmarks::fungible
* Fix for reserve_asset_deposited (https://github.com/paritytech/cumulus/issues/1974 )
* Revert back hard-coded 1_000_000_000_u64 for `reserve_asset_deposited` with TODOs
* ".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=asset-hub-kusama --runtime_dir=assets --target_dir=cumulus --pallet=pallet_xcm_benchmarks::fungible
---------
Co-authored-by: command-bot <>
2023-07-26 12:49:10 +00:00
PG Herveou
4233427717
Companion PR for contracts delegate deposit PR ( #2913 )
...
* Companion PR for https://github.com/paritytech/substrate/pull/14079
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
2023-07-26 12:41:48 +00:00
Marijn Schouten
c1b95feaac
change HashFor to HashingFor ( #2828 )
...
* change HashFor to HashingFor
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
2023-07-25 17:42:42 +00:00
Anton
bc5a52678a
[Substrate companion] update libp2p to 0.52.0 ( #2838 )
...
* update tinyvec to 1.6.0
* update once_cell to 1.18.0
* update data-encoding and libc
* update js-sys
* update wasm-bindgen-futures
* update pin-project
* update arrayvec
* update sha2
* update lru to 0.11
* update sha2 w/ diener patched substrate
* updated Cargo.lock
* redo updates
* redo sha2 updates with diener
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-07-25 14:58:13 +00:00
Chevdor
4b7c10c2da
Add information about the parity container image ( #2783 )
2023-07-25 14:48:56 +00:00
Xiliang Chen
688aa88570
improve deps for xcm-emulator ( #2925 )
...
* improve deps for xcm-emulator
* ".git/.scripts/commands/fmt/fmt.sh"
---------
Co-authored-by: command-bot <>
2023-07-25 13:52:55 +00:00
dependabot[bot]
d57965464b
Bump syn from 2.0.26 to 2.0.27 ( #2932 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.26 to 2.0.27.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.26...2.0.27 )
---
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>
2023-07-25 10:18:51 +00:00
dependabot[bot]
f561a8ab60
Bump serde from 1.0.171 to 1.0.175 ( #2933 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.171 to 1.0.175.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.171...v1.0.175 )
---
updated-dependencies:
- dependency-name: serde
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>
2023-07-25 10:18:42 +00:00
dependabot[bot]
3d63b9c076
Bump clap from 4.3.17 to 4.3.19 ( #2930 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.3.17 to 4.3.19.
- [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/v4.3.17...v4.3.19 )
---
updated-dependencies:
- dependency-name: clap
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>
2023-07-25 10:18:25 +00:00