- Aug 29, 2022
-
-
Mara Broda authored
* Bump crate versions * Bump spec_version to 9280 for kusama * Bump spec_version to 9280 for polkadot * Bump spec_version to 9280 for rococo * Bump spec_version to 9280 for westend * update Cargo.lock Co-authored-by: parity-processbot <>
-
- Aug 11, 2022
-
-
dependabot[bot] authored
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.19.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.19.2) --- 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>
-
- Jul 28, 2022
-
-
Chevdor authored
* Bump crate versions * Update cargo.lock
-
- Jul 06, 2022
-
-
Chevdor authored
* Bump spec_version to 9260 * Version bump to v0.9.26
-
Svyatoslav Nikolsky authored
* remove bridges folder * remove BRIDGES.md * remove bridges mentions from top Cargo.toml * remove bridges from CODEOWNERS * remove bridges mentions from testing.md * remove bridge pallets from Rococo/Wococo runtime * also remove from node
-
- Jun 21, 2022
-
-
Mara Broda authored
* kusama: bump spec_version to 9250 * polkadot: bump spec_version to 9250 * rococo: bump spec_version to 9250 * westend: bump spec_version to 9250 * bump version to 0.9.25 * bump transaction version (polkadot & kusama) (#5690) * kusama: bump transaction_version to 12 * polkadot: bump transaction_version to 13
-
- May 27, 2022
-
-
Mara Broda authored
* bump version to 0.9.23 * bump spec_version to 9230
-
- May 24, 2022
-
-
Bernhard Schuster authored
-
- May 19, 2022
-
-
Bernhard Schuster authored
* rename overseer-gen to orchestra Also drop `gum` and use `tracing`. * make orchestra compile as standalone * introduce Spawner trait to split from sp_core Finalizes the independence of orchestra from polkadot-overseer * slip of the pen * other fixins * remove unused import * Update node/overseer/orchestra/proc-macro/src/impl_builder.rs Co-authored-by:
Vsevolod Stakhov <vsevolod.stakhov@parity.io> * Update node/overseer/orchestra/proc-macro/src/impl_builder.rs Co-authored-by:
Vsevolod Stakhov <vsevolod.stakhov@parity.io> * orchestra everywhere * leaky data * Bump scale-info from 2.1.1 to 2.1.2 (#5552) Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.1.1 to 2.1.2. - [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.1.1...v2.1.2) --- updated-d...
-
- May 16, 2022
-
-
Mara Broda authored
* bump versions to 0.9.22 * bump spec_version to 9220
-
dependabot[bot] authored
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.1...tokio-1.18.2) --- updated-dependencies: - dependency-name: tokio 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>
-
- May 06, 2022
-
-
Tsvetomir Dimitrov authored
Disputes which are unknown for the Runtime are sent with priority by the Provisioner when preparing inherent data (#5336) * Implement MallocSizeOf for DisputeState * Implementation of `Disputes` Runtime API message * Modify on-chain dispute import * Add feature flag for the new functionality * Update node/core/provisioner/src/onchain_disputes.rs Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> * Add target to log messages * Update node/core/provisioner/src/lib.rs Co-authored-by:
Andronik <write@reusable.software> * Use `staging-client` feature to enable the client code using the staging runtime api * Remove TODO comment * Don't filter out DisputeState * Fix disputes selection logic * spelling * Tests * Rename `Disputes` message to `StagingDisputes` * Update node/core/provisioner/src/lib.rs Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> * Code review feedback - Logging - Separate error module - Add additional fields for GetOnchainDisputesErr - logging and impl MallocSizeOf - fix impl MallocSizeOf for DisputeState - fix tests * Update node/core/provisioner/src/error.rs Co-authored-by:
Andronik <write@reusable.software> * Update node/core/provisioner/src/lib.rs Co-authored-by:
Andronik <write@reusable.software> * Update node/core/provisioner/src/lib.rs Co-authored-by:
Andronik <write@reusable.software> * Apply suggestions from code review dummy metrics instance Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io> * Revert "Apply suggestions from code review" This reverts commit 6dc518cbf77e037ff4760d315938a68c806e662e. * Code review feedback: #[cfg(test)] for new_dummy() in metrics * Code review feedback: break the disputes generation logic in separate functions * Code review feedback - align_eight Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by:
Andronik <write@reusable.software> Co-authored-by:
Bernhard Schuster <bernhard@ahoi.io>
-
dependabot[bot] authored
Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.1. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.23.1...v0.24.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- May 04, 2022
-
-
dependabot[bot] authored
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Apr 26, 2022
-
-
Sergejs Kostjucenko authored
* Move CI scripts and update references * Update paths in .gitlab-ci.yml * Removed outdated entries from CODEOWNERS
-
- Apr 16, 2022
-
-
Robert Klotzner authored
* Make debug builds more useful & testing likely faster. Stolen from substrate. * Add some more packages from https://github.com/paritytech/polkadot/pull/3344/files * Fix compilation.
-
- Apr 08, 2022
-
-
Mara Broda authored
-
- Mar 15, 2022
-
-
Bernhard Schuster authored
* add some gum * bump expander * gum * fix all remaining issues * last fixup * Update node/gum/proc-macro/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * change * netowrk * fixins * chore * allow optional fmt str + args, prep for expr as kv field * tracing -> gum rename fallout * restrict further * allow multiple levels of field accesses * another round of docs and a slip of the pen * update ADR * fixup lock fiel * use target: instead of target= * minors * fix * chore * Update node/gum/README.md Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Andrei Sandu <54316454+sandreim@users.noreply.github.com>
-
- Mar 11, 2022
-
-
Dan Shields authored
* bump all spec version to 9180 and versions to 0.9.18 * all to 0.9.18 * lock update
-
- Feb 28, 2022
-
-
Andrei Sandu authored
* WIP: Wasm compilation perf Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Undying collator WIP Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix build Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * more fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update test with undying Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Correctly compute post hash Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update helper Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * squash bugs Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add --pov-size cli parameter Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * refactor Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix strings Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add pov-size param to export genesis state Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix graveyard size Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * docs + fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix PVF bug and switch to u8 graves Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Update tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Build/publish undying collator as colander img Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add undying-collator to colander image * Fix transaction overflow Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * warn fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add parachain id for export genesis cli Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix the build Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * scale test up Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * default parachain id Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add PVF complexity param Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Hash on each iteration Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Update pvf metric histogram buckets Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Ladi attempt to fix tests * Fix test * Fix typos * Fix pvf typo * CI integration Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo lock missing Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix clap merge damage Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add zombienet image back Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Use collator image from env Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * bump zombienet version * update test to check pvf prep/exec Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * delete file Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * use default bootnode in upgrade test * FIx tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add some stress - pvf exec times up to 2s Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix name Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Dial down pvf execution time < 2s Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * 1100 Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * bump Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * try again Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add connectivity check Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fixes and refactor folder struct Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * change toml name to match Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * bump zombienet Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * impl Feedback for Review
Signed-off-by:Andrei Sandu <andrei-mihail@parity.io> * spell check Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Zombienet: add disputes test (#4859) * Zombienet disputes test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * CI: add zombienet-parachain-disputes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Bump zombienet Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * reduce duration Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Update zombienet_tests/functional/0002-parachains-disputes.feature fix test * Update zombienet_tests/functional/0002-parachains-disputes.feature fix fix * more logs and set collator image Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * spellcheck Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix cargo lock damage Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * merge fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * bump zombienet image Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo lock Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * debugging CI run - scale down test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix cargo merge damage Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * default command fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Revert "debugging CI run - scale down test" This reverts commit eec2ba7e65ede3f929e2f0a8fe44930df2119450. * more review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> Co-authored-by:
Javier Viola <javier@parity.io> Co-authored-by:
Lldenaurois <Ljdenaurois@gmail.com>
-
- Feb 25, 2022
-
-
dependabot[bot] authored
Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: color-eyre 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>
-
wigy authored
* Updating dependencies * Adapting code to scale v3 * Upgrade bitvec to 1.0.0 * Fix bitvec arithmetics * Update Cargo.lock * Update sp-io * Fixing the build * Yanked scale-info 2.0.0 Co-authored-by:
Bastian Köcher <info@kchr.de>
-
- Feb 24, 2022
-
-
Bastian Köcher authored
* Switch to edition 2021 * Reset bridges * Fix compilation * Fix test-runtime * Fix malus
-
- Feb 22, 2022
-
-
Bernhard Schuster authored
* pyroscope * fixup * add pyroscope target * fixins * spellcheck * rename 'pyroscoped' feature to 'pyroscope' * build testnet binary with pyroscope feature * Update Cargo.toml Co-authored-by:
Andronik <write@reusable.software> * make args a string, resolve using std::net * fixup * remove --features pyroscope for testnet builds Until the panics are fixed in upstream, this is sane. * chore: bump pyroscope to 0.3.1 Fixes an underflow panic. * Revert "remove --features pyroscope for testnet builds" This reverts commit 57dbdc7aa5f6427aeb1e3dfdfc97071c3a74851e. * fix: Make sample rate a prime Co-authored-by:
Pierre Besson <pierre.besson@parity.io> Co-authored-by:
Andronik <write@reusable.software>
-
Koute authored
* Bump `tokio` to 1.17.0 * Bump the `tokio` version in the test service too * Revert changes to `bridges/relays/client-substrate/Cargo.toml` Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- Feb 11, 2022
-
-
dependabot[bot] authored
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.15.0 to 1.16.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.15.0...tokio-1.16.1) --- 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>
-
Mara Broda authored
* Bump spec_version * Bump version to 0.9.17
-
- Feb 09, 2022
-
-
dependabot[bot] authored
Bumps [color-eyre](https://github.com/yaahc/color-eyre) from 0.5.11 to 0.6.0. - [Release notes](https://github.com/yaahc/color-eyre/releases) - [Changelog](https://github.com/yaahc/color-eyre/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/color-eyre/compare/v0.5.11...v0.6.0) --- updated-dependencies: - dependency-name: color-eyre 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>
-
- Feb 08, 2022
-
-
Bastian Köcher authored
This is some Substrate crate that shouldn't be used outside of Substrate.
-
dependabot[bot] authored
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.2 to 2.0.4. - [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.2...v2.0.4) --- updated-dependencies: - dependency-name: assert_cmd 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>
-
- Feb 02, 2022
-
-
Chevdor authored
* Bump spec_version * Bump version to 0.9.16
-
- Jan 25, 2022
-
-
Chevdor authored
* Add codeden-units=1 ref #4311 * opt-level to 3 * Fix opt-level * Refactor apt-level into the release profile
-
- Jan 13, 2022
-
-
Alexander Popiak authored
* add fast-runtime feature for reduced session times * make democracy periods fast on fast-runtime * propagate fast-runtime feature through cargo.toml files * add fast motion and term durations to Kusama * Update runtime/westend/Cargo.toml Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> * set session time to 2 minutes to avoid block production issues * formatting * update Substrate * set democracy fast periods back to 1min * set launch period and enactment period to 1 block in fast-runtime * remove unnecessary westend period configs * add prod_or_test macro to allow specifying prod, test and env values for parameter types * move prod_or_test macro into common module and use it consistently * rename macro to prod_or_fast * cargo +nightly fmt * bump impl_versions * newline Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> * add note that env variable is evaluated at compile time * newline Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> * newline Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> * cargo fmt * impl_version: 0 * impl_version: 0 * use prod_or_fast macro for LeasePeriod and LeaseOffset * use prod_or_fast macro in WND and ROC constants Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by:
Giles Cope <gilescope@gmail.com>
-
Florian Franzen authored
* cargo: sync workspace members with dependencies * Remove bridges stuff * Fix Co-authored-by:
Bastian Köcher <info@kchr.de>
-
- Jan 10, 2022
-
-
Web3 Philosopher authored
-
sandreim authored
* Remove sleep and use polkadot test service Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * updates Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix other tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Run metrics tests separately Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * copy some substrate utilities Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update runtime metric test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Remove sleep from cli tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Polkadot companion for Substrate#10463 (#4519) * Grandpa and Beefy protocol names include chain id Signed-off-by:
acatangiu <adrian@parity.io> * chain_spec: include fork id * use simplified protocol name * fix after merge * avoid using hash default, even for protocol names * update lockfile for substrate Co-authored-by: parity-processbot <> * configuration: Update upgrade validation delay doc (#4662) * typo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo lock Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * use testnet profile Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Don't run with runtime-benchmark feature Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * conditional compile up one level Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> Co-authored-by:
Sergei Shulepov <sergei@parity.io>
-
- Jan 07, 2022
-
-
Sergey Pepyakin authored
This commit implements the last major piece of #3211: the subsystem that tracks PVFs that require voting, issues pre-check requests to candidate-validation and makes sure that the votes are submitted to the chain.
-
Javier Viola authored
-
- Jan 04, 2022
-
-
ordian authored
-
- Dec 29, 2021
-
-
ordian authored
* add custom profiles and specify MSVR as 1.57 * fix host-perf-check command * use testnet profile for CI images * do not do lto for testnet profile * fix artifact path * test with testnet profile to reuse build artifacts * Revert "fix host-perf-check command" This reverts commit f1d15492204b8251685a97636cbb5a5f394f21da. * bump zombienet version Co-authored-by:
Javier Viola <javier@parity.io>
-