dependabot[bot]
96fa827da2
Bump primitive-types from 0.12.0 to 0.12.1 ( #2774 )
...
Bumps [primitive-types](https://github.com/paritytech/parity-common ) from 0.12.0 to 0.12.1.
- [Commits](https://github.com/paritytech/parity-common/compare/primitive-types-v0.12.0...primitive-types-v0.12.1 )
---
updated-dependencies:
- dependency-name: primitive-types
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-06-24 09:37:10 +00:00
Squirrel
5487ce7687
Asset Conversion release to westmint ( #2148 )
...
* Dex and payment by dex in westmint
* Wrap U256 type for now
(to support required traits.)
* cargo fmt
* We can now use U256
* Rename PromotedBalance
* name change
* Updating the code to master.
TODO: handle dust!
* cargo fmt
* Minimising changes and step towards getting benchmarks compiling
(still a From<u32> bound in the pallet)
* minimise diff
* Update parachains/runtimes/assets/westmint/src/lib.rs
Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com >
* Update parachains/runtimes/assets/westmint/src/lib.rs
Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com >
* Update parachains/common/src/impls.rs
Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com >
* Fix benchmark build
* Add in AssetConversionAPI
* Handle dust
* cargo fmt
* Don't need to be explicit that it's AccountId32
* remove pool setup fee
(Asset deposit fees are a sufficient anti-spam measure)
* More natural way to specify native
* cargo fmt
* Update parachains/runtimes/assets/westmint/src/lib.rs
* Additional required impls
* either form of multilocation should be acceptable.
* add call filter exclusion
* Fix typo & try_convert now fails if native is converted
* merge master fixup
* Fix: HoldReason should be there.
* Box MultiAssetId
Otherwise it blows out the Call enum memory size.
* cargo fmt
* update lock file
* add std feature, update lock file
* need to turn on std on common
* adding in westmint tests
* WeightToFee must be from the destination chain.
* cargo fmt
* account for higher ED on westmint
* type removed as not used
* cargo fmt
* remove unused import
* minimising diff
* import needed only with feature enabled
* use multilocation contains
* move the impls to separate file
* simplify on conversion
* simplify on reverse conversion also.
* rename var
* clippy
* removed dead code
* cargo fmt
* Use pay by swap
* review suggestions
* cargo fmt
* Update parachains/runtimes/assets/asset-hub-westend/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
* add benchmarks for new assets pallet
* revert common/src changes
* need a concrete id
* more fixes
* lock
---------
Co-authored-by: Jegor Sidorenko <5252494+jsidorenko@users.noreply.github.com >
Co-authored-by: joepetrowski <joe@parity.io >
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
2023-06-23 20:31:50 +00:00
Branislav Kontur
9486fe9704
Companion for substrate#14435 (BenchmarkHelper for frame-system) ( #2766 )
...
* Temporary fix for frame_system::set_code benchmark
* Removed temprary fix
* BenchmarkHelper for frame-system (TODO: add stuff for ParachainSystem OnSetCode)
* BenchmarkHelper for frame-system (TODO: add stuff for ParachainSystem OnSetCode)
* Glutton
* Fix benchmarks for `set_code`
* Changed dummy values to non-zero
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-06-23 12:34:54 +00:00
PG Herveou
073dad97ad
Contracts-rococo: Update migration ( #2763 )
2023-06-22 17:50:32 +00:00
dependabot[bot]
ca058e9e8b
Bump scale-info from 2.7.0 to 2.8.0 ( #2768 )
...
Bumps [scale-info](https://github.com/paritytech/scale-info ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/paritytech/scale-info/releases )
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paritytech/scale-info/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: scale-info
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-06-22 12:23:04 +02:00
Branislav Kontur
43c9a94969
AssetHubs - split weights for pallet_assets ( #2743 )
...
* AssetHubs - split weights for pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-kusama assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-kusama assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-westend assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-polkadot assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-westend assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-polkadot assets pallet_assets
* Rename weight file for pallet_assets instances (polkadot)
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-polkadot assets pallet_assets
* Rename weight file for pallet_assets instances (kusama/westend)
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-kusama assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-westend assets pallet_assets
* Changed `pallet_assets_remote` -> `pallet_assets_foreign`
* fmt
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-kusama assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-westend assets pallet_assets
* ".git/.scripts/commands/bench/bench.sh" pallet asset-hub-polkadot assets pallet_assets
---------
Co-authored-by: parity-processbot <>
2023-06-20 15:48:25 +00:00
Egor_P
7c28c5319a
[Backport] version bumps from 9430 ( #2709 )
...
* Bump crate versions
* Bump spec_version to 9430
2023-06-19 13:57:25 +00:00
Gavin Wood
cf68e59132
Fellowship: Voters can initiate proposals on their votable tracks ( #2725 )
...
* Voters can initiate proposals on their tracks in Fellowship
* Bump
* Remove it_builds
* Docs
2023-06-19 10:41:50 +01:00
Branislav Kontur
2dbba10f6e
Add TransactionPaymentCallApi to Bridge Hubs ( #2729 )
2023-06-14 11:53:29 +00:00
dependabot[bot]
49815cee3c
Bump log from 0.4.18 to 0.4.19 ( #2728 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.18 to 0.4.19.
- [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.18...0.4.19 )
---
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-06-13 12:38:47 +02:00
asynchronous rob
08d0acf10e
Update all uses of pallet-aura to disallow multiple blocks per slot ( #2707 )
...
* Update all uses of pallet-aura to disallow multiple blocks per slot
* use ConstBool
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
2023-06-09 21:47:35 +00:00
dependabot[bot]
206a4a4810
Bump serde from 1.0.163 to 1.0.164 ( #2719 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.163 to 1.0.164.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164 )
---
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-06-09 14:18:19 +00:00
Juan
4afbff9763
Add Migrations to contracts config ( #2701 )
...
* add Migrations to contracts config
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
2023-06-09 11:46:10 +00:00
Ignacio Palacios
5a0f9d243c
add account nonce api to glutton ( #2714 )
2023-06-08 14:45:55 +02:00
Egor_P
a6597ba645
[Backport] weights 9430 to master ( #2710 )
...
* [benchmarks] pr with weights (#2667 )
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
* [benchmarks] pr with weights (#2668 )
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
* [benchmarks] pr with weights (#2669 )
co-authored-by: paritytech-ci <paritytech-ci@parity.io >
---------
Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com >
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
2023-06-08 09:39:37 +00:00
Muharem Ismailov
ce0dcd5741
Runtime: Polkadot Fellowship promotion/demotion periods, members activity and salaries ( #2607 )
...
* core fellowship
* core fellowship weights
* salary
* weights
* fellowship pot
* registration period 15 days
* use treasury account for salary pay, promotion origin
* decision period for tracks 30 days
* docs
* comment
* Couple of fixes and some refactoring
* Alter curves to be a bit more conservative
* Use `PayOverXcm` for fellowship salary payments
* Docs and remove unneeded code
* Fixes
* Move Fellowship stuff in line with whitepaper
* fix: induction by a single Fellow (not proficient)
* doc fix
* renames, pallet index, allow unpaid for salary pallet
* Fix budget units
* Fixes
* Test sovereign account for Fellowship salaries
* Nice address test
* Fixes
* test for PayOverXcm setup
* Update parachains/runtimes/collectives/collectives-polkadot/src/fellowship/mod.rs
Co-authored-by: Bastian Köcher <git@kchr.de >
---------
Co-authored-by: Gav <gavin@parity.io >
Co-authored-by: Bastian Köcher <git@kchr.de >
2023-06-06 11:48:15 +01:00
Just van Stam
119604ed2d
companion for xcm alias origin ( #2680 )
...
* companion for xcm alias origin
* update lockfile for {"polkadot", "substrate"}
* add benchmark function for runtimes
---------
Co-authored-by: parity-processbot <>
2023-06-05 16:07:02 +00:00
PG Herveou
005b9d0989
Contracts: Use RuntimeUpgrade hooks instead of Hooks::on_runtime_upgrade ( #2570 )
...
* Fixes
* Remove on_runtime_upgrade hook
* remove upgrade_fn / add doc to Migration struct
* Add cumulus_pallet_*::migration to Migrations type
* add docstring
* fix
* Update parachain-template/runtime/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de >
* Update parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs
* Update pallets/parachain-system/src/migration.rs
---------
Co-authored-by: Bastian Köcher <git@kchr.de >
2023-06-05 11:56:55 +00:00
Gavin Wood
2a4edaf39c
Companion for #7329 : XCM: Remove & replace Polkadot's Convert trait ( #2688 )
...
* Fixups for new Convert APIs
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-06-05 11:40:33 +00:00
joe petrowski
6007549589
Rename Statemint to Asset Hub ( #2633 )
...
* change dir names
* cargo toml updates
* fix crate imports for build
* change chain spec names and PR review rule
* update cli to accept asset-hub
* find/replace benchmark commands
* integration tests
* bridges docs
* more integration tests
* AuraId
* other statemint tidying
* rename statemint mod
* chain spec mod
* rename e2e test dirs
* one more Runtime::Statemine
* benchmark westmint
* rename chain spec name and id
* rename chain spec files
* more tidying in scripts/docs/tests
* rename old dir if exists
* Force people to manually do the move.
(Safer as there could be additional considerations with their setup)
* review touchups
* more renaming
* Update polkadot-parachain/src/command.rs
Co-authored-by: Bastian Köcher <git@kchr.de >
* better error message
* do not break on-chain spec_name
* log info message that path has been renamed
* better penpal docs
---------
Co-authored-by: gilescope <gilescope@gmail.com >
Co-authored-by: Bastian Köcher <git@kchr.de >
Co-authored-by: parity-processbot <>
2023-06-02 09:58:19 +00:00
Bastian Köcher
cad48b7136
Adds missing features ( #2677 )
2023-06-02 08:21:49 +00:00
Ignacio Palacios
afed8139a3
Add correct Sign Extensions to Glutton parachain ( #2656 )
...
* add correct sign extensions
* remove warnings
2023-05-31 11:49:33 +02:00
dependabot[bot]
0c5038e556
Bump log from 0.4.17 to 0.4.18 ( #2651 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.17 to 0.4.18.
- [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.17...0.4.18 )
---
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-05-31 04:51:12 +00:00
joe petrowski
23584c7b42
Add Ability to Add/Remove Invulnerable Collators ( #2596 )
...
* add add and remove invulnerable dispatchables
* add migration
* fix benchmarking code
* add weights
* add migration to runtimes
* clippy
* pass SafeCallFilter
* make try-runtime work
* typos
Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com >
* better insert and added test
* fix try-runtime update
* Apply suggestions from code review
Co-authored-by: Bastian Köcher <git@kchr.de >
* Update pallets/collator-selection/src/migration.rs
* check events in test
* Update pallets/collator-selection/src/migration.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
* just dispatchresult
* only sp_std for try-runtime
---------
Co-authored-by: Ankan <10196091+Ank4n@users.noreply.github.com >
Co-authored-by: Bastian Köcher <git@kchr.de >
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com >
2023-05-29 13:03:48 +00:00
Gavin Wood
ec21c0a24d
Companion for polkadot#7234 (XCM: Tools for uniquely referencing messages) ( #2601 )
...
* Fixes for new API
* Formatting
* Fixes
* Fixes
* Further fixes
* XCMP dispatch events mention message ID
* XCMP event includes ID
* Add DMP message ID functionality
* Integrate into test parachains
* Remove WithUniqueTopic usage
* Use new primitive
* Formatting
* undiener
* Revert lock
* Fixes
* Fixes
* Fixes
* Fixes
* Formatting
* message_hash becomes message_id
* Rename
* Another Rename
* Fixes
* Fix
* Bump
* Fixes
* Grumble.
2023-05-25 16:52:38 +01:00
Bastian Köcher
490ab62a6d
Companion for: Substrate#13869 ( #2631 )
...
* Companion for: Substrate#13869
https://github.com/paritytech/substrate/pull/13869
* Fix
* Warning
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-05-24 23:19:28 +00:00
Branislav Kontur
286f727705
Updated README.md for bridges ( #2629 )
...
* Updated README.md
* Update BRIDGES.md
Co-authored-by: Squirrel <gilescope@gmail.com >
---------
Co-authored-by: Squirrel <gilescope@gmail.com >
2023-05-24 10:51:30 +00:00
Branislav Kontur
45e4370a27
Change SA for Rococo/Statemine_1000 + removed CheckedExtrinsic ( #2627 )
2023-05-23 21:32:47 +02:00
joe petrowski
0224d1420b
Add Foreign Assets to Statemint ( #2540 )
...
* add foreign assets to statemint
* make review changes
* two dots
---------
Co-authored-by: parity-processbot <>
2023-05-23 15:13:19 +00:00
Ignacio Palacios
1559fee4b3
Companion for substrate#14188 (Add genesis config to Glutton pallet) ( #2612 )
...
* sudo + genesis for glutton
* ".git/.scripts/commands/fmt/fmt.sh"
* add AdminOrigin to glutton
* ".git/.scripts/commands/fmt/fmt.sh"
* update Cargo.lock
---------
Co-authored-by: command-bot <>
2023-05-23 16:55:28 +02:00
Koute
afd1192898
Do not assume AssetIds are Copy (companion for substrate#14158) ( #2586 )
...
* Do not assume `AssetId`s are `Copy`
* update lockfile for {"substrate", "polkadot"}
---------
Co-authored-by: parity-processbot <>
2023-05-23 12:09:45 +00:00
Jegor Sidorenko
93b30fe8d8
NFT Fractionalization on Westmint ( #2600 )
...
* NFT Fractionalization on Westmint
* Typos
* One more typo
* Undo Cargo.lock
* Point to master
* Referense the first instance of the assets pallet
* Update cargo.lock
---------
Co-authored-by: parity-processbot <>
2023-05-23 11:04:44 +00:00
Sergej Sakac
4023f519b6
Try-runtime proper return types ( #2615 )
...
* Try-runtime proper return types
* update
* update pallet-xcm
2023-05-23 09:59:52 +00:00
Jegor Sidorenko
79d5691170
Nfts on Statemint ( #2595 )
2023-05-23 09:35:02 +00:00
Adrian Catangiu
4e4799927a
BridgeHub[Rococo/Wococo] test batched relaying of messages and their dispatch ( #2578 )
...
Added some tests that aim to cover the runtime configuration
that is exercised when BH receives relayed complex message.
* checks correct importing of proofs for:
bridged chain finality, bridged para heads, bridged messages,
* checks relayer extension correctly configured to reward
submitting relayer,
* checks relayed message is successfully dispatched.
Also moved generic test-utils from
`asset-test-utils: parachains/runtimes/assets/test-utils`
one level up to new crate
`parachains-runtimes-test-utils: parachains/runtimes/test-utils`
to be reused by BridgeHubs.
Signed-off-by: acatangiu <adrian@parity.io >
Co-authored-by: Branislav Kontur <bkontur@gmail.com >
2023-05-18 18:10:36 +03:00
dependabot[bot]
5fb86be53f
Bump scale-info from 2.6.0 to 2.7.0 ( #2587 )
...
Bumps [scale-info](https://github.com/paritytech/scale-info ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/paritytech/scale-info/releases )
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md )
- [Commits](https://github.com/paritytech/scale-info/commits/v2.7.0 )
---
updated-dependencies:
- dependency-name: scale-info
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-05-17 22:06:40 +02:00
Sergej Sakac
0bc3d2c0ce
Glutton Parachain ( #2294 )
...
* Glutton Parachain
* implement collator stuff
* add glutton
* implement missing api calls
* small changes
* use shell-runtime as starting point
* update docs
* Glutton chain configurations
* successfully build
* add local chain config
* chain spec
* update Cargo.lock
* Update parachains/runtimes/glutton/glutton-kusama/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
* Update parachains/runtimes/glutton/glutton-kusama/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
* Update parachains/runtimes/glutton/glutton-kusama/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
* Update parachains/runtimes/glutton/glutton-kusama/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
* explicit indices
* update para_id
* irrelevant docs
* update glutton.json
* para_id as cli argument
* expect
* merge
* update
* fixes
* xcm-builder/runtime-benchmarks added
* benchmarks enabled
* add glutton to bench scripts + nitpick
* remove local bootnode
* ".git/.scripts/commands/fmt/fmt.sh"
* make clippy happy
* fix clippy
* fix chain_spec
* fix chain_spec 2
* fix chain_spec 3
* ".git/.scripts/commands/bench/bench.sh" pallet glutton-kusama-dev-1300 glutton pallet_glutton
* Update polkadot-parachain/src/chain_spec/glutton.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
* Update parachains/runtimes/glutton/glutton-kusama/src/lib.rs
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
---------
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
Co-authored-by: NachoPal <ignacio.palacios.santos@gmail.com >
Co-authored-by: command-bot <>
2023-05-17 09:49:18 +00:00
Branislav Kontur
17b2e1b300
BridgeHubRococo/Wococo nits + updated subtree ( #2572 )
...
* Nits (merge before separatelly)
* Small cosmetics for Rococo/Wococo bridge local run
* Squashed 'bridges/' changes from 04b3dda6aa..5fc377ab34
5fc377ab34 Support for kusama-polkadot relaying (#2128 )
01f4b7f1ba Fix clippy warnings (#2127 )
696ff1c368 BHK/P alignments (#2115 )
2a66aa3248 Small fixes (#2126 )
7810f1a988 Cosmetics (#2124 )
daf250f69c Remove some `expect()` statements (#2123 )
1c5fba8274 temporarily remove balance guard (#2121 )
3d0e547361 Propagate message receival confirmation errors (#2116 )
1c33143f07 Propagate message verification errors (#2114 )
b075b00910 Bump time from 0.3.20 to 0.3.21
51a3a51618 Bump serde from 1.0.160 to 1.0.162
da88d044a6 Bump clap from 4.2.5 to 4.2.7
cdca322cd6 Bump sysinfo from 0.28.4 to 0.29.0
git-subtree-dir: bridges
git-subtree-split: 5fc377ab34f7dfd3293099c5feec49255e827812
* Fix
* Allow to change storage constants (DeliveryReward, RequiredStakeForStakeAndSlash) + tests
* Clippy
* New SA for RO/WO
* Squashed 'bridges/' changes from 5fc377ab34..0f6091d481
0f6091d481 Bump polkadot/substrate (#2134 )
9233f0a337 Bump tokio from 1.28.0 to 1.28.1
a29c1caa93 Bump serde from 1.0.162 to 1.0.163
git-subtree-dir: bridges
git-subtree-split: 0f6091d48184ebb4f75cb3089befa6b92cf37335
2023-05-16 22:33:30 +00:00
dependabot[bot]
d49154a9e3
Bump serde from 1.0.162 to 1.0.163 ( #2568 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.162 to 1.0.163.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.162...v1.0.163 )
---
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-05-15 16:59:28 +02:00
Egor_P
0bab3ce64d
[Backport] version bumps from 9420 ( #2561 )
...
* Bump crate versions
* Bump spec_version to 9420
* Bump transaction_version (#2520 )
* bump trnsaction_version
* revert transaction_version bump for all except the collectives
* make cargo fmt happy again
2023-05-12 12:46:25 +00:00
Sasha Gryaznov
234f0dd809
docs: fix build command and some broken links ( #2567 )
2023-05-11 22:19:36 +02:00
Falco Hirschenberger
45530012da
companion PR for https://github.com/paritytech/substrate/pull/13373 ( #2547 )
...
* companion PR for https://github.com/paritytech/substrate/pull/13373
* Add missing trait function
* Fix template
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Add missing weight functions
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* update lockfile for {"polkadot", "substrate"}
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: Falco Hirschenberger <falco.hirschenberger@itwm.fraunhofer.de >
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: parity-processbot <>
2023-05-11 18:27:33 +00:00
Doordashcon
ff64dddea8
Substrate Companion ( #2514 )
...
* pallet-sudo-weightinfo
* revert
* s
* runtime-benchmarks
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-05-11 16:50:46 +00:00
Egor_P
83899e2f16
[Backport] weights from 9420 ( #2562 )
...
* [benchmarks] Update weights for collectives (#2532 )
* [benchmarks] pr with weights
* bump zombienet version (#2525 )
* bump zombienet version
* fix para registration args
---------
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: Javier Viola <javier@parity.io >
* [benchmarks] Update weights for bridge-hubs (#2533 )
* [benchmarks] pr with weights
* bump zombienet version (#2525 )
* bump zombienet version
* fix para registration args
---------
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: Javier Viola <javier@parity.io >
* [benchmarks] Update weights for statemine/t (#2535 )
* [benchmarks] pr with weights
* bump zombienet version (#2525 )
* bump zombienet version
* fix para registration args
---------
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: Javier Viola <javier@parity.io >
---------
Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com >
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: Javier Viola <javier@parity.io >
2023-05-11 06:22:19 +00:00
Muharem Ismailov
c89992f391
Collectives: xcm base weights ( #2550 )
2023-05-10 07:31:01 +00:00
joe petrowski
943e2c8622
Substrate 13843 (Asset Freezing) Companion ( #2437 )
...
* add migrations
* fix pallet instancing in migration
* migrate by instance
* weights
* remove migrations
* update weights
* update weights
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: muharem <ismailov.m.h@gmail.com >
Co-authored-by: parity-processbot <>
2023-05-08 11:04:15 +00:00
joe petrowski
0d09c1e5d9
add set_invulnerables to SafeCallFilter ( #2537 )
2023-05-08 09:16:40 +00:00
dependabot[bot]
98e47b25ff
Bump serde from 1.0.160 to 1.0.162 ( #2534 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.160 to 1.0.162.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.160...1.0.162 )
---
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>
Co-authored-by: parity-processbot <>
2023-05-06 14:30:15 +00:00
Oliver Tale-Yazdi
299d25ba4b
Fix Clippy ( #2522 )
...
* Import Clippy config from Polkadot
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Auto clippy fix
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* No tabs in comments
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Prefer matches
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Dont drop references
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Trivial
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Refactor
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* fmt
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* add clippy to ci
* Clippy reborrow
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Update client/pov-recovery/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de >
* Update client/pov-recovery/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de >
* Partially revert 'Prefer matches'
Using matches! instead of match does give less compiler
checks as per review from @chevdor.
Partially reverts 8c0609677f3ea040f77fffd5be6facf7c3fec95c
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* Update .cargo/config.toml
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
* Revert revert 💩
Should be fine to use matches! macro since it is an explicit whitelist,
not wildcard matching.
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Co-authored-by: alvicsam <alvicsam@gmail.com >
Co-authored-by: Bastian Köcher <git@kchr.de >
Co-authored-by: Chevdor <chevdor@users.noreply.github.com >
Co-authored-by: parity-processbot <>
2023-05-06 08:01:03 +02:00
Muharem Ismailov
faf86c5b76
Companion: XCM remote lock config ( #2463 )
...
* xcm remote lock config
* rename
* update lockfile for {"polkadot", "substrate"}
---------
Co-authored-by: parity-processbot <>
2023-05-05 14:39:13 +00:00