- Mar 03, 2023
-
-
Oliver Tale-Yazdi authored
* Migrate to from_parts Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fix remaining files Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p polkadot-primitives Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Use Master Cargo.lock Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p polkadot-primitives Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
-
Branislav Kontur authored
Update polkadot with one more commit: from 54bcee1d5615f53781d5172fcce6700dbf35dad2 -> 3dd8331414c92f5d01d6a470eae43049099d7aa9 (#2266) * Update polkadot with one commit: from 54bcee1d5615f53781d5172fcce6700dbf35dad2 -> 3dd8331414c92f5d01d6a470eae43049099d7aa9 * Fix test * Fix test better * typo
-
- Mar 02, 2023
-
-
joe petrowski authored
* add version checks on para ugprade * Apply suggestions from code review Co-authored-by: Bastian Köcher <[email protected]> * remove unneeded imports and errors * fix test error path --------- Co-authored-by: Bastian Köcher <[email protected]>
-
Jegor Sidorenko authored
* Assets balances * Update docs * AssetsApi with MultiLocation as preparation for multi pallet_assets instances (#2187) * AssetsApi with MultiLocation for Westmint + assets-common * AssetsApi with MultiLocation for Statemine/t * typo * typo for check-docs job * WIP: AssetsApi return MultiAsset instead of (MultiLocation, Balance) * WIP: assets_api + conversion refactor * WIP: assets_api + conversion refactor * Finished asset runtimes * Refactor AssetsApi to FungiblesApi * Refactor * Fix check-rust-docs * Removed todo * Fix check-rust-doc * Update parachains/runtimes/assets/common/Cargo.toml Co-authored-by: Bastian Köcher <[email protected]> * update lockfile for {"substrate", "polkadot"} --------- Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: parity-processbot <> Co-authored-by: Bastian Köcher <[email protected]>
-
Sergej Sakac authored
* Companion for #13486 * fix * Update Substrate & Polkadot --------- Co-authored-by: Bastian Köcher <[email protected]>
-
- Mar 01, 2023
-
-
dependabot[bot] authored
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Kutsal Kaan Bilgin authored
Add Helikon boot nodes for Bridge Hub Kusama, Collectives Polkadot, Collectives . Westend, Statemine, Statemint and Westmint. (#2250)
-
- Feb 27, 2023
-
-
Mira Ressel authored
-
Egor_P authored
* Wwstmint test for ReceiveTeleportedAsset * Missing fix for `weigh_multi_assets` * Added tests for statemine/statemint * [Enhancement] Use XCM V3 for initiate_teleport weight calc (#2102) * [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <> * removed `frame_support::sp_tracing::try_init_simple();` * Review fixes * Removed `as u64` --------- Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: Roman Useinov <[email protected]>
-
Milos Kriz authored
* add gatotech bootnode to Polkadot's Statemint * add gatotech bootnode to Polkadot's Collectives * add gatotech bootnode to Kusama's Statemine * add gatotech bootnode to Kusama's Bridge Hub * add gatotech bootnode to Westend's Westmint * add gatotech bootnode to Westend's Collectives
-
- Feb 26, 2023
-
-
Paulo Martins authored
-
- Feb 24, 2023
-
-
Jegor Sidorenko authored
* Companion for #13349 * Add missing line * Cargo.lock --------- Co-authored-by: parity-processbot <>
-
- Feb 23, 2023
-
-
Javier Viola authored
* update zombienet version * remove 'is up' assertions
-
Alexander Samusev authored
* [WIP][ci] Return benchmark to bm machines * run build on docker machines * restart pipeline * rm docker runner * fix refs * add weights * return ci * fix asset benchmark
-
Muharem Ismailov authored
-
- Feb 22, 2023
-
-
Derek Colley authored
* Add metaspan.io parachain boot nodes * Add metaspan.io parachain boot nodes --------- Co-authored-by: Derek Colley <[email protected]>
-
Jegor Sidorenko authored
* Weights for offchain atrribute updates * update lockfile for {"substrate", "polkadot"} --------- Co-authored-by: parity-processbot <>
-
- Feb 21, 2023
-
-
Michal Kucharczyk authored
* `BlockId` removal: `BlockBuilderProvider::new_block_at` It changes the arguments of `BlockBuilderProvider::new_block_at` from: `BlockId<Block>` to: `Block::Hash` * update lockfile for {"polkadot", "substrate"} * fix --------- Co-authored-by: parity-processbot <>
-
Muharem Ismailov authored
* Benchmarks script improvements * EOF --------- Co-authored-by: parity-processbot <>
-
Michal Kucharczyk authored
* BlockId removal: refactor of runtime API It changes the first argument of all generated runtime API calls from: `BlockId<Block>` to: `Block::Hash` * fmt * cargo update -p polkadot-primitives * Revert "cargo update -p polkadot-primitives" This reverts commit 58506ecd31e1e5e42b78c2db3982acbc4d8edc70. * update lockfile for {"substrate", "polkadot"} --------- Co-authored-by: parity-processbot <>
-
- Feb 20, 2023
-
-
Nikos Kontakis authored
* Rename .feature extension to .zndsl * Rename .feature to .zndsl into scripts
-
s0me0ne-unkn0wn authored
* Adjust commands * Use `NetworkWorker::next_action()` instead of `poll()` * rustfmt * minor: fix mutability * Move imports * Replace `NetworkWorker::next_action()` with `run()` * Import fix * Make `NetworkWorker::run` consume self * Retire `OldV1SessionInfo` * update lockfile for {"polkadot", "substrate"} * update lockfile for {"substrate", "polkadot"} * update lockfile for {"substrate", "polkadot"} * Make stuff compile Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]> Co-authored-by: Piotr Mikołajczyk <[email protected]> Co-authored-by: Dmitry Markin <[email protected]> Co-authored-by: parity-processbot <> Co-authored-by: Oliver Tale-Yazdi <[email protected]>
-
- Feb 17, 2023
-
-
Chevdor authored
* WIP * More fixes * Add API section and various fixes
-
Tom authored
Co-authored-by: root <[email protected]>
-
- Feb 16, 2023
-
-
Marcin S. authored
* Convert message `Vec`s into `BoundedVec`s * cargo fmt * Fix missing conversions in collator * Fix the fix * Fix the fix to the fix * Fix tests * Fix^4 * Avoid use of unwrap * update lockfile for {"substrate", "polkadot"} --------- Co-authored-by: parity-processbot <>
-
- Feb 15, 2023
-
-
dependabot[bot] authored
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.4 to 4.1.6. - [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.1.4...v4.1.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [toml](https://github.com/toml-rs/toml) from 0.6.0 to 0.7.2. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.6.0...toml-v0.7.2) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
s0me0ne-unkn0wn authored
* Add an RPC call to request `ExecutorParams` * update lockfile for {"substrate", "polkadot"} --------- Co-authored-by: parity-processbot <>
-
dependabot[bot] authored
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.92...v1.0.93) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 14, 2023
-
-
Sam Elamin authored
* wait for relay chain to sync then get parachain header * Spawn new thread to wait for the target block * second round of comments from the PR on substrate * third round of pr comments * add zombienet tests * rebase issues * refactor tests based on pr comments * rebase issues * pr comments * passing zombienet test * cargo +nightly fmt * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * use cargo lock from master * pr comments * cargo fmt * use finalised block instead of best block * use import notification stream * rebase changes * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/relay-chain-interface/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/relay-chain-interface/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * pr comments * use new file names * db snaphots moved to google cloud storage * Update client/network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update client/service/src/lib.rs Co-authored-by: Sebastian Kunert <[email protected]> * pr comments * Update zombienet/tests/0007-full_node_warp_sync.toml Co-authored-by: Sebastian Kunert <[email protected]> * Update zombienet/tests/0007-full_node_warp_sync.toml Co-authored-by: Sebastian Kunert <[email protected]> * Scenario 1 Parachain node and in-node relay chain both start with --sync warp. This ensures that the waiting logic works as expected. Scenario 2 Parachain node starts with warp sync, relay chain points to a node already synced up scenario 3 Parachain node starts with warp sync, relay chain points to a node that uses warp sync * Use test-parachain * use test-parachain chainspecs * remove relay chain spec as it is no longer required * add back relaychain spec file * pr comments * Upload snapshots to google cloud * Update zombienet/tests/0007-prepare-warp-sync-db-snapshot.md Co-authored-by: Sebastian Kunert <[email protected]> * update documentation * Fix snapshot URLs * use master lock file * add finalized_block_hash * Patch diener for CI * Bump Zombienet * Add 0007 zombienet test * Bump zombienet * Revert "Patch diener for CI" This reverts commit 9ece6c9fc9b17058b61cd7e9dee29d3a9af87841. * merge fixes * use master lock file * Update Substrate & Polkadot --------- Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Michal Kucharczyk <[email protected]> Co-authored-by: Sebastian Kunert <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Tom authored
Co-authored-by: root <[email protected]>
-
dependabot[bot] authored
Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 3.3.0 to 3.4.0. - [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.3.0...v3.4.0) --- updated-dependencies: - dependency-name: parity-scale-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Jegor Sidorenko authored
* Companion for #13158 * Update values * Add MaxAttributesPerCall * Update weights * Apply suggestions * Fix imports * update lockfile for {"substrate", "polkadot"} --------- Co-authored-by: parity-processbot <>
-
- Feb 13, 2023
-
-
girazoki authored
* set setMembersOrigin * Update Substrate & Polkadot --------- Co-authored-by: Bastian Köcher <[email protected]>
-
- Feb 09, 2023
-
-
Roman Useinov authored
* [Enhancement] Use XCM V3 for initiate_teleport weight calc * deref * replicate in all the runtimes * fmt * better handling for AllOf * fmt * small type fix * replicate the fix for all runtimes --------- Co-authored-by: parity-processbot <>
-
Sebastian Kunert authored
* Increase delay for pov-recovery * Update client/service/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Comment * FMT * Clear waiting_recovery when block is recovered or recovery failed * Introduce recovery queue that preserved insertion order * Better error logs * Decrease slot duration * Style improvements * Add option to use unordered queue * Maintain cache of finalized blocks * Wait for one relay chain slot before recovery * Make retries testable * fmt * Improve docs * Improve docs * Simplify RecoveryQueue * Remove unwanted changes * Adjust to comments * Apply suggestions from code review Co-authored-by: Bastian Köcher <[email protected]> * Move recovery delay into the queue * Check for finalized number * Clean up * Use timer Co-authored-by: Bastian Köcher <[email protected]> * Simplify implementation * Revert "Use timer" This reverts commit 3809eed840d3a09d54212f99486782ff80cdc1c9. * Properly clear `to_recover` flag --------- Co-authored-by: Bastian Köcher <[email protected]>
-
- Feb 08, 2023
-
-
dependabot[bot] authored
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.91...v1.0.92) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Branislav Kontur authored
-
- Feb 07, 2023
-
-
Oliver Tale-Yazdi authored
* Rename pallet random-collective-flip Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p polkadot-runtime-common Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p polkadot-runtime-common Signed-off-by: Oliver Tale-Yazdi <[email protected]> * cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Try to fix features Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
-