- Jul 11, 2023
-
-
Bastian Köcher authored
* Companion for removal of execution strategies https://github.com/paritytech/substrate/pull/14387 * Fix some tests *
* Adapt to latest changes * Start supporting the offchain transaction pool * Fix tests * FMT * Remove patches * Update Substrate * update lockfile for {"substrate"} * Fix parachain upgrade smoke test * Fix test * Rewrite all tests to use `MockSubstemClient` --------- Co-authored-by: parity-processbot <> -
Chris Sosnin authored
* configuration: drop pvf_checking_enabled * fix warning
-
- Jul 10, 2023
-
-
Bastian Köcher authored
After an upgrade cooldown triggered to remove a signal we also need to prune it from the list.
-
Lulu authored
These crates should not be pushed. See: https://forum.parity.io/t/renaming-squated-crates-in-substrate-polkadot-cumulus/1964
-
Bastian Köcher authored
-
- Jul 09, 2023
-
-
Kian Paimani authored
-
- Jul 07, 2023
-
-
Yuri Volkov authored
As Node@^16 reaches its end-of-life this October, we're upgrading to Node@^18 everywhere
-
Andrei Sandu authored
* Remove redundant erasure encoding Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix comments Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> --------- Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io>
-
- Jul 06, 2023
-
-
dependabot[bot] authored
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: actions/setup-node 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>
-
s0me0ne-unkn0wn authored
* Introduce `ci-only-tests` feature * Add comment
-
- Jul 05, 2023
-
-
Marcin S. authored
* Begin adding landlock + test * Move PVF implementer's guide section to own page, document security * Implement test * Add some docs * Do some cleanup * Fix typo * Warn on host startup if landlock is not supported * Clarify docs a bit * Minor improvements * Add some docs about determinism * Address review comments (mainly add warning on landlock error) * Update node/core/pvf/src/host.rs Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Update node/core/pvf/src/host.rs Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Fix unused fn * Update ABI docs to reflect latest discussions * Remove outdated notes * Try to trigger new test-linux-oldkernel-stable job Job introduced in https://github.com/paritytech/polkadot/pull/7371. --------- Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com>
-
Bastian Köcher authored
* Companion for Substrate#14511 https://github.com/paritytech/substrate/pull/14511 * Make benchmarking build without any native runtime * Fix warning * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
-
joe petrowski authored
-
- Jul 04, 2023
-
-
Squirrel authored
-
cheme authored
* State version switch and migration init * fix * migration declaration (last position, westend was first) * revert unrelated cargo fmt * move to unrelease * fmt? * fmt * Change size of processing per blocks * Dispatch error
-
Maksym Hlukhovtsov authored
-
Andrei Sandu authored
* Move expensive computations to blocking thread Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add internal error and fix dependent subystems Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix test fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * minor refactor and TODOs Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Impl Feedback for Review Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * More docs Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add some example timings in comments Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> --------- Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io>
-
Bastian Köcher authored
* Implement runtime apis for fake runtime These runtime api implementations are only used to make the compiler think that we have implemented all required runtime apis. They will not be called as we switch the executor to `WasmExecutor`. In the near future we will not require these fake implementations anymore after Substrate has shifted away from this compile time requirement. This brings us the advantage that the `polkadot-service` doesn't need to depend on the runtimes for getting the `RuntimeApi` type. It also removes around 1min of build time on my machine ;) * Fix warning * FMT * ".git/.scripts/commands/fmt/fmt.sh" * Use more descriptive id * Fix warnings * Adapt path * Fix
--------- Co-authored-by: command-bot <>
-
- Jul 03, 2023
-
-
Branislav Kontur authored
-
- Jul 02, 2023
-
-
Oliver Tale-Yazdi authored
Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
-
- Jun 30, 2023
-
-
Gavin Wood authored
Revert "Introduce Tinkernet multisig XCM configs to Kusama/Rococo through xcm-builder (#7165)" (#7446) This reverts commit af995205.
-
- Jun 29, 2023
-
-
Bastian Köcher authored
* Companion for Substrate#14474 This removes the requirement to pass the native dispatch. * Adapt * Better * Remove patch * ... * Fix * Update Substrate
-
- Jun 28, 2023
-
-
Gabriel Facco de Arruda authored
* Introduce Tinkernet multisig XCM configs * fmt fix * overflow handling, comments, clippy fixes * Adding Tinkernet XCM configs to xcm-builder * switching spaces to tab * remove derivation.rs in favor of location_conversion.rs * replace hardcoded literals with constants * autoformat * Fix for the unit test * replacing expect with an error and renaming constants * Resolving clippy warning --------- Co-authored-by: parity-processbot <>
-
Sebastian Kunert authored
* Bump trie-db * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
-
Oliver Tale-Yazdi authored
* Increase recusive limit to 512 for macro expansions Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> * Increase limit to 1024 Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> * Adjust comment Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> * Increase more limits Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> * Add QueuePausedQuery * ... on westend Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * update lockfile for {"substrate"} * update lockfile for {"substrate"} * Add QueuePausedQuery * ... on westend Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix test error Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * CI buggy Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by:
Alexandru Vasile <alexandru.vasile@parity.io> Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: parity-processbot <>
-
- Jun 27, 2023
-
-
Sebastian Kunert authored
* Remove unneeded feature flag * More serde flags * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <>
-
- Jun 26, 2023
-
-
Maksym Hlukhovtsov authored
This reverts commit e1577614.
-
- Jun 25, 2023
-
-
Anton authored
* add pallet_im_online::migration to Unreleased migrations refs https://github.com/paritytech/polkadot/pull/7309#issuecomment-1593030554 * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
-
Gavin Wood authored
* Remove * rm trait
-
- Jun 23, 2023
-
-
Andrei Eres authored
* Warn if participated in the losing side of a dispute * Update naming * Additionally filter by candidate hash * Debug zombienet tests * Update 0002-parachains-disputes.zndsl * Debug zombienet * Update node/core/dispute-coordinator/src/initialized.rs Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Add checking to zombienet tests --------- Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com>
-
- Jun 22, 2023
-
-
Oliver Tale-Yazdi authored
* Disable flaky test Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix import Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
-
dependabot[bot] authored
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Javyer authored
-
- Jun 21, 2023
-
-
Milos Kriz authored
-
joe petrowski authored
* clear existing hrmp channel request when force opening * return unused weight * Apply suggestions from code review Co-authored-by:
Bastian Köcher <git@kchr.de> * fix * update weight signature to u32 --------- Co-authored-by:
Bastian Köcher <git@kchr.de>
-
Andrei Sandu authored
* Measure re-encoding time Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix build Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> --------- Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io>
-
Oleg Plakida authored
* ".git/.scripts/commands/bench-vm/bench-vm.sh" all westend * ".git/.scripts/commands/bench-vm/bench-vm.sh" all polkadot * ".git/.scripts/commands/bench-vm/bench-vm.sh" all kusama --------- Co-authored-by: command-bot <>
-
Koute authored
-
eskimor authored
* Clarifications on vstaging. * Typos. --------- Co-authored-by:
eskimor <eskimor@no-such-url.com>
-
- Jun 20, 2023
-
-
asynchronous rob authored
-