Egor_P
4125a9a1b9
[benchmarks] pr with weights ( #2093 )
...
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
parachains-v9370-rc3
2023-01-17 08:34:09 +01:00
Egor_P
d65913c2e3
update polkadot dependecies ( #2086 )
parachains-v9370-rc2
2023-01-13 14:01:28 +01:00
EgorPopelyaev
fbf5804bf7
Bump spec_version to 9370
parachains-v9370-rc1
v0.9.370-rc1
2023-01-13 09:34:45 +01:00
EgorPopelyaev
0d47dab5af
Bump crate versions
2023-01-13 09:34:42 +01:00
EgorPopelyaev
5c486299cc
Update poilkadot dependencies
2023-01-13 09:34:13 +01:00
Gavin Wood
8e92df9f42
Remove old migrations ( #2040 )
...
Co-authored-by: joepetrowski <joe@parity.io >
2023-01-13 09:30:26 +01:00
dependabot[bot]
1ad62790fd
Bump JasonEtco/create-an-issue from 2.6.0 to 2.9.1 ( #2042 )
...
Bumps [JasonEtco/create-an-issue](https://github.com/JasonEtco/create-an-issue ) from 2.6.0 to 2.9.1.
- [Release notes](https://github.com/JasonEtco/create-an-issue/releases )
- [Commits](https://github.com/JasonEtco/create-an-issue/compare/9e6213aec58987fa7d2f4deb8b256b99e63107a2...e27dddc79c92bc6e4562f268fffa5ed752639abd )
---
updated-dependencies:
- dependency-name: JasonEtco/create-an-issue
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 09:20:33 +00:00
dependabot[bot]
c5834ebb46
Bump ruby/setup-ruby from 1.127.0 to 1.133.2 ( #2075 )
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.127.0 to 1.133.2.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Commits](https://github.com/ruby/setup-ruby/compare/ee2113536afb7f793eed4ce60e8d3b26db912da4...93287a1fa82c6ddbb6d8db978df4b0119cd8879f )
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 08:37:03 +00:00
Bastian Köcher
d5d92edcbf
Refactor validate_block ( #2069 )
...
* Refactor `validate_block`
This pull request changes the `validate_block` implementation. One of the key changes are that we
free data structures as early as possible. The memory while validating the block is scarce and we
need to give as much as possible to the actual execution of the block. Besides that the pr moves the
validation of the `validation_data` into the `validate_block` implementation completely instead of
using this machinery with putting the data into some global variable that would then be read while
executing the block. There are also some new docs to explain the internals of `validate_block`.
* No clone wars!!
* Integrate more feedback
* FMT
* Delay the header encoding
2023-01-10 16:42:41 +00:00
dependabot[bot]
7679cee58b
Bump tokio from 1.23.0 to 1.24.1 ( #2065 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.23.0 to 1.24.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.24.1 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 10:07:10 +01:00
Bastian Köcher
ac2dc71ab2
Remove the RelaychainClient trait ( #2068 )
...
* Remove the `RelaychainClient` trait
It was just some historical trait that isn't really required anymore. Besides that this pr re-exports
types that are being used by the relay chain interface to make its usage easier.
* Fix warning
2023-01-09 09:44:06 +01:00
dependabot[bot]
62991eae71
Bump assert_cmd from 2.0.5 to 2.0.7 ( #2066 )
...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd ) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/assert-rs/assert_cmd/releases )
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_cmd/compare/v2.0.5...v2.0.7 )
---
updated-dependencies:
- dependency-name: assert_cmd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-07 10:09:52 +01:00
Jegor Sidorenko
2f949f474e
NFTs 2.0 on Westmint ( #2058 )
...
* Add nfts pallet to westmint config
* Fmt
* Use ConstU32
2023-01-06 11:02:17 +00:00
Anton
4c43472a2d
upgrade libp2p to 0.50.0 ( #2056 )
...
* update asynchronous-codec
* update futures-rustls
* update rustls
* update ipnet
* update once_cell
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
2023-01-05 22:48:33 +00:00
Oliver Tale-Yazdi
dffcf83a5b
Co #6498 : Selectable on-runtime-upgrade checks ( #2057 )
...
* Use UpgradeCheckSelector
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* cargo update -p polkadot-primitives
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
* cargo update -p sp-io
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io >
2023-01-05 17:23:01 +00:00
Egor_P
41fbf7285f
Backport version bumps from 9360 ( #2037 )
...
* Bump crate versions
* Bump spec_version to 9360
* bump rococo and penpal spec_version
* bump txn versions (#2018 ) (#2020 )
2023-01-05 08:57:26 +00:00
Egor_P
c64b33ce23
remove 9330 migrations from statemint series ( #2031 ) ( #2039 )
...
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com >
2023-01-05 08:57:18 +00:00
Michal Kucharczyk
37aa2a8c5d
BlockId removal: refactor: BlockBackend::block|block_status ( #2041 )
...
* BlockId removal: refactor: BlockBackend::block|block_status
It changes the arguments of:
- `BlockBackend::block`
- `BlockBackend::block_status`
method from: `BlockId<Block>` to: `Block::Hash`
This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292 )
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
2023-01-02 12:32:51 +00:00
dependabot[bot]
847e1c00a2
Bump secp256k1 from 0.24.0 to 0.24.2 ( #1973 )
...
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1 ) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases )
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/secp256k1-0.24.2/CHANGELOG.md )
- [Commits](https://github.com/rust-bitcoin/rust-secp256k1/compare/secp256k1-0.24.0...secp256k1-0.24.2 )
---
updated-dependencies:
- dependency-name: secp256k1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 23:23:10 +01:00
Egor_P
f3fd88fae0
Backport weights from 9360 ( #2038 )
...
* [benchmarks] pr with weights (#2026 )
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
* [benchmarks] pr with weights Collectives (#2025 )
* [benchmarks] pr with weights
* provide veto method for trait
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: muharem <ismailov.m.h@gmail.com >
* [benchmarks] pr with weights (#2027 )
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: paritytech-ci <paritytech-ci@parity.io >
Co-authored-by: muharem <ismailov.m.h@gmail.com >
2022-12-29 10:54:45 +00:00
dependabot[bot]
ac28cda2a6
Bump serde from 1.0.151 to 1.0.152 ( #2045 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.151 to 1.0.152.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.151...v1.0.152 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-28 10:56:47 +01:00
Muharem Ismailov
0df51f43d4
Collectives parachain integration tests update ( #2036 )
...
* Collectives: update integration tests
* update title
2022-12-23 14:41:48 +00:00
dependabot[bot]
112302936c
Bump async-trait from 0.1.59 to 0.1.60 ( #2024 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.59 to 0.1.60.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.59...0.1.60 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-23 10:43:29 +01:00
dependabot[bot]
777318a84a
Bump clap from 4.0.29 to 4.0.32 ( #2032 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.0.29 to 4.0.32.
- [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.0.29...v4.0.32 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 23:01:52 +01:00
Muharem Ismailov
4133633252
Alliance: remove veto weight func ( #2030 )
...
* Alliance: remove veto weight func
* update lockfile for {"substrate", "polkadot"}
Co-authored-by: parity-processbot <>
2022-12-22 20:49:52 +00:00
Muharem Ismailov
bb26a826e1
Companion: Accept Kusama StakingAdmin origin ( #1865 )
...
* Companion: Accept Kusamsa StakinAdmin origin
* Fellows origin for xcmp queue controller
* plurality bodies to ensure origin
* include root into controller ensure origin
* fix
* use xcm bodies
* rename to more frequent "defense"
Co-authored-by: parity-processbot <>
2022-12-22 12:01:46 +00:00
dependabot[bot]
7f9f0799a2
Bump serde_json from 1.0.89 to 1.0.91 ( #2009 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.89 to 1.0.91.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.91 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 15:01:52 +00:00
Dino Pačandi
6c245a005e
Companion for Substrate 12307 ( #1947 )
...
* Companion for pallet-assets callback
* Update lock file
2022-12-21 14:06:13 +00:00
Michal Kucharczyk
2de0d08e23
BlockId removal: refactor: HeaderBackend::status ( #2007 )
...
* BlockId removal: refactor: HeaderBackend::status
It changes the arguments of `HeaderBackend::status` method from: `BlockId<Block>` to: `Block::Hash`
This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292 )
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
2022-12-21 11:52:40 +00:00
dependabot[bot]
8fa1210dc6
Bump proc-macro2 from 1.0.47 to 1.0.49 ( #2010 )
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.47 to 1.0.49.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.47...1.0.49 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 09:55:08 +00:00
dependabot[bot]
7d4187b7e6
Bump syn from 1.0.105 to 1.0.107 ( #2008 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 1.0.105 to 1.0.107.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/1.0.105...1.0.107 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 09:16:16 +00:00
Branislav Kontur
489a5b501a
Bridge hub kusama fine-tuning before release ( #1999 )
...
* Fix benchmarks-ci.sh - missing pallet_utility/pallet_multisig
* Missing ParentAsSuperuser for bridge-hubs
* Fixed missing stuff in benchmarks.yml
* Added MigrateToTrackInactive + CheckingAccount (for completness as other runtimes)
* Measured xcm weights for bridge-hubs
* Fix for fungible benchmarks
* ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::fungible
* ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::generic
* ".git/.scripts/bench-bot.sh" xcm bridge-hub-rococo bridge-hubs pallet_xcm_benchmarks::fungible
* ".git/.scripts/bench-bot.sh" xcm bridge-hub-kusama bridge-hubs pallet_xcm_benchmarks::generic
* Reverting migrations - no need for them
* script for generate genesis spec/head/wasm
* Adding invulnerables and session.keys to the script
(https://github.com/paritytech/devops/issues/2196 )
* update chainspec with cmd: ./scripts/create_bridge_hub_kusama_spec.sh ./target/release/wbuild/bridge-hub-kusama-runtime/bridge_hub_kusama_runtime.compact.compressed.wasm 1003
* para_id 1003 -> 1002, cmd: ./scripts/create_bridge_hub_kusama_spec.sh ./target/release/wbuild/bridge-hub-kusama-runtime/bridge_hub_kusama_runtime.compact.compressed.wasm 1002
Co-authored-by: command-bot <>
2022-12-21 09:59:00 +01:00
Michal Kucharczyk
b7dff85939
BlockId removal: refactor: HeaderBackend::header ( #1977 )
...
* BlockId removal: refactor: HeaderBackend::header
It changes the arguments of:
- `HeaderBackend::header`,
- `Client::header`
methods from: `BlockId<Block>` to: `Block::Hash`
This PR is part of BlockId::Number refactoring analysis (paritytech/substrate#11292 )
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
2022-12-20 12:46:44 +00:00
Squirrel
29175bb984
Expect less chaos: use explicit call indices ( #1984 )
...
* Expect less chaos: set call index explicitly.
* mark test pallet as dev mode so explicit call indicies are not required.
* Fix 'dev_mode' syntax
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 >
2022-12-20 12:04:56 +00:00
Davide Galassi
73837c384e
Limit number of blocks per level (2nd attempt) ( #1559 )
...
Prevents the StateDbError::TooManySiblingBlocks error from being triggered by eagerly removing
stale blocks from the backend on block import and before the error condition is met.
Introduces a just in time block recovery mechanism for blocks that were wrongly removed
via an explicit pov-recovery method
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com >
2022-12-20 12:13:49 +01:00
dependabot[bot]
f621351332
Bump thiserror from 1.0.37 to 1.0.38 ( #2004 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.37 to 1.0.38.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 09:23:39 +00:00
dependabot[bot]
766e95f3d1
Bump dyn-clone from 1.0.9 to 1.0.10 ( #2005 )
...
Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone ) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/dtolnay/dyn-clone/releases )
- [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.9...1.0.10 )
---
updated-dependencies:
- dependency-name: dyn-clone
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 09:22:52 +00:00
dependabot[bot]
7d3fb23a23
Bump quote from 1.0.21 to 1.0.23 ( #2003 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.21 to 1.0.23.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.21...1.0.23 )
---
updated-dependencies:
- dependency-name: quote
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 09:22:07 +00:00
dependabot[bot]
88a2d0e67e
Bump serde from 1.0.150 to 1.0.151 ( #2001 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.150 to 1.0.151.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.150...v1.0.151 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 23:18:54 +01:00
dependabot[bot]
3aa91954c4
Bump toml from 0.5.9 to 0.5.10 ( #1995 )
...
Bumps [toml](https://github.com/toml-rs/toml ) from 0.5.9 to 0.5.10.
- [Release notes](https://github.com/toml-rs/toml/releases )
- [Commits](https://github.com/toml-rs/toml/commits/toml-v0.5.10 )
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 10:03:53 +01:00
dependabot[bot]
8cec35ccc8
Bump scale-info from 2.3.0 to 2.3.1 ( #1978 )
...
Bumps [scale-info](https://github.com/paritytech/scale-info ) from 2.3.0 to 2.3.1.
- [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.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: scale-info
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-16 09:50:50 +01:00
Sebastian Kunert
b66421fa4a
Remove integration tests that are covered by zombienet ( #1998 )
2022-12-15 17:06:02 +01:00
dependabot[bot]
d526ada9bd
Bump serde from 1.0.149 to 1.0.150 ( #1987 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.149 to 1.0.150.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.149...v1.0.150 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 16:13:06 +01:00
Kian Paimani
391a5d8988
companion for try-runtime revamp ( #1997 )
...
* companion for try-rutnime revamp
* Fixes
Co-authored-by: Bastian Köcher <info@kchr.de >
2022-12-15 10:50:52 +00:00
Sebastian Kunert
babf73bbc6
Allow to specify multiple relay chain RPC urls for collator node ( #1880 )
...
* Allow specification of multiple urls for relay chain rpc nodes
* Add pooled RPC client basics
* Add list of clients to pooled client
* Improve
* Forward requests to dispatcher
* Switch clients on error
* Implement rotation logic
* Improve subscription handling
* Error handling cleanup
* Remove retry from rpc-client
* Improve naming
* Improve documentation
* Improve `ClientManager` abstraction
* Adjust zombienet test
* Add more comments
* fmt
* Apply reviewers comments
* Extract reconnection to extra method
* Add comment to reconnection method
* Clean up some dependencies
* Fix build
* fmt
* Provide alias for cli argument
* Apply review comments
* Rename P* to Relay*
* Improve zombienet test
* fmt
* Fix zombienet sleep
* Simplify zombienet test
* Reduce log clutter and fix starting position
* Do not distribute duplicated imported and finalized blocks
* fmt
* Apply code review suggestions
* Move building of relay chain interface to `cumulus-client-service`
* Refactoring to not push back into channel
* FMT
2022-12-15 11:42:07 +01:00
Alexander Samusev
e4c7978bfe
[ci] small fix for job switcher ( #1990 )
2022-12-14 12:02:56 +01:00
Sasha Gryaznov
d7311ca543
Companion for substrate#12845 ( #1960 )
...
* Companion for substrate#12845
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
2022-12-13 16:34:13 +00:00
Alexander Samusev
3d13ae05fb
[ci] Add variable to disable selected jobs ( #1986 )
...
* [ci] Add variable to disable selected jobs
* apply suggestion
Co-authored-by: parity-processbot <>
2022-12-13 16:34:50 +01:00
Muharem Ismailov
0881cebe44
Collectives integration tests ( #1979 )
...
Co-authored-by: parity-processbot <>
2022-12-13 14:09:42 +00:00
Gavin Wood
3b5ecae880
Introduce migrations for inactive balances ( #1943 )
...
* Introduce migrations
* Introduce migrations
* Bump
Co-authored-by: joepetrowski <joe@parity.io >
2022-12-13 12:48:37 +00:00