- 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>
-
- Dec 24, 2021
-
-
cheme authored
* merge master (do not compile) * fix * lock * update lock * Update to refactoring. * runtime version * fmt * remove trie patch * remove patch * No layout alias for bridge proof. * update depupdate depss * No switch until migration. * master lock * test * test * Revert "test" This reverts commit 57325ef73332bf4b054aa4a667bb716fcf8a0d89. * Revert "test" This reverts commit ce74d0e2062806f72c0e9e9ca07b14165f43521e. * rename feature * state version as parameter, use the feature only on runtimes. * update * update to state version in runtime * state version from storage * update lockfile for substrate Co-authored-by: parity-processbot <>
-
- Dec 17, 2021
-
-
Bernhard Schuster authored
* enable disputes, for all known chains but polkadot * chore: fmt * don't propagate disputes either * review * remove disputes feature * remove superfluous line * Update node/service/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * fixup * allow being a dummy * rialto * add an enum, to make things work better * overseer * fix test * comments * move condition out * excess arg Co-authored-by:
Andronik Ordian <write@reusable.software>
-
dependabot[bot] authored
Bumps [nix](https://github.com/nix-rust/nix) from 0.23.0 to 0.23.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.0...v0.23.1) --- updated-dependencies: - dependency-name: nix 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>
-
- Dec 16, 2021
-
-
sandreim authored
* Add runtime metrics provider Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Runner changes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Some sample metrics in paras_inherent Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update cargo toml Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * bug Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * more fmt after merge Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Refactor metric prefix override Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * remove bug comment Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add runtime metric primitives Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Impl trace event parsing Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Update metrics Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo lock Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix target check Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Runtime metrics primitives Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Runtime metrics crate Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Node side runtime metric changes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * use runtime CounterVec instead of macro Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt nice Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * remove dead code Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * base58 decoding Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * base58 encoding Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix warn Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * typo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Review feedback Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Finish label support Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * please compile Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add feature gate Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Comment cargo toml Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fix cargo toml description Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Update doc. Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * switch to `runtime-metrics` feature Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo toml Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * better ux Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * from_utf8_unchecked is safe Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fmt Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Add Counter and refactor Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * more fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * add integration test Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * dev deps Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * gitlab script update Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * review fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * fix merge damage Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Run tests twice Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * small fix Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * typo Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * cargo lock Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * tests Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * spellcheck happy ? Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * more fixes Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * Guard tracing init Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * missing copyright Signed-off-by:
Andrei Sandu <andrei-mihail@parity.io> * update lockfile for substrate Co-authored-by: parity-processbot <>
-
- Dec 10, 2021
-
-
Bernhard Schuster authored
* remove Default from CandidateHash * Apply suggestions from code review Co-authored-by:
Andronik Ordian <write@reusable.software> * chore: fmt * remove backed candidate default * Partial migration away from CandidateReceipt::default * Remove more CandidateReceipt defaults * fmt * Mostly remove CommittedCandidateReceipt default usage * Remove CommittedCandidateReceipt * Remove more Defaults from polakdot primitives v1 + fmt * Remove more Default from polkadot primites v1 * WIP trying to get overseer example + tests to compile * feat: add primitives test helpers * reduce deps of helper * update primitive helpers * make candidate validation compile * fixup cargo lock * make av-store compile * fixup disputes coordinator tests * test: fixup backing * test: fixup approval voting * fixup bitfield signing * test: fixup runtime-api * test: fixup availability dist * foxi[ pverseer test] * remove some Defaults, remove bounds from `dummy` All `fn dummy` in primitives need to be removed anyways. This aids in the transition. * it's a test helper, so always use std * test: fixup parachains runtime tests Excluding benches. * fix keyring * fix paras runtime properly, no more default * Remove fn dummy() usage from approval voting * Move TestCandidateBuilder out of av store to test helpers * Make candidate validation tests pass * Make most dispute coirdinator tests pass * Make provisioner tests work * Make availability recovery tests work with test helpers * Update polkadot-collator-protocol tests * Update statement distribution tests * Update polkadot overseer examples and tests * Derive default for validation code so we don't break unrelated things * Make para runtime test pass (no bench) * Some more work * chore: cargo fmt * cargo fix * avoid some Default::default * fixup dispute coordinator test * remove unused crate deps * remove Default::default wherever possible, replace by dummy_* for the most part * chore: cargo fmt * Remove some warnings * Remove CommittedCandidateReceipt dummy * Remove CandidateReceipt dummy * Remove CandidateDescriptor dummy * Remove commented out code * Fix para runtime tests * chore: nightly * Some updates to the builder * Dynamically adjust mock head data size * Make dispute cooridinator tests work * Fix test candidate_backing_reorders_votes work * +nightly-2021-10-29 fmt * Spelling and remove a default use in builder * Various clean up * More small updates * fmt * More small updates * Doc comments for test helpers * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras_inherent --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras_inherent --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs * Update lib.rs * review comments * fix warnings * fix test by using correct candidate receipt relay parent Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
emostov <32168567+emostov@users.noreply.github.com> Co-authored-by:
Parity Bot <admin@parity.io> Co-authored-by:
Gavin Wood <gavin@parity.io>
-
- Dec 09, 2021
-
-
Chris Sosnin authored
-
- Dec 01, 2021
-
-
dependabot[bot] authored
Bumps [nix](https://github.com/nix-rust/nix) from 0.20.0 to 0.23.0. - [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.20.0...v0.23.0) --- updated-dependencies: - dependency-name: nix 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>
-