Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Malus: add disputed block percentage #6100

Merged
merged 52 commits into from
Oct 13, 2022

Commits on Oct 4, 2022

  1. Malus: add disputed block percentage

    * Bump clap to support value_parser with range
    
    * Add rand crate and use Bernoulli and Distribution
    
    * Add conditional logic based on sampled value from Bernoulli distribution
    
    * Add SuggestGarbageCandidateOptions struct
    bredamatt committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ed18805 View commit details
    Browse the repository at this point in the history
  2. Cleanup tests

    bredamatt committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1eb3844 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f46e97c View commit details
    Browse the repository at this point in the history
  4. * Remove Inner

    * Remove intercept_outgoing
    bredamatt committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    99bc912 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. * Rename sampled variable

    * Move info! logs to include candidate hash of malicious candidate
    bredamatt committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a259272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f371e5e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. * Support static probability for ReplaceValidationResult proxy

    * Update some comments and docs
    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f3dca67 View commit details
    Browse the repository at this point in the history
  2. * Add --percentage to back-garbage-candidate variant

    * Rename structs for consistency
    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    d08d405 View commit details
    Browse the repository at this point in the history
  3. * Add probabilistic behavior to dispute-ancestor variant

    * Add probabilistic behavior to `back-garbage-candidate` variant
    * Rename structs in dispute variant
    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e9a1b3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fff00b View commit details
    Browse the repository at this point in the history
  5. * cargo +nightly fmt --all

    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    bfe0aa7 View commit details
    Browse the repository at this point in the history
  6. * Move Bernoulli distributrion to ReplaceValidationResult constructor

    * Rename random_bool to behave_maliciously
    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4704e98 View commit details
    Browse the repository at this point in the history
  7. * Remove dangling comment

    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0ec9bc1 View commit details
    Browse the repository at this point in the history
  8. * Consistent log

    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    563fa17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f789958 View commit details
    Browse the repository at this point in the history
  10. * Cargo +nightly fmt --all

    bredamatt committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    decb9e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    3ad5cec View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit e36cc59
    Author: Chris Sosnin <[email protected]>
    Date:   Mon Oct 10 10:06:44 2022 +0400
    
        Fix flaky test (#6131)
    
        * Split test + decrease test timeout
    
        * fmt
    
        * spellcheck
    
    commit f85f96c
    Author: girazoki <[email protected]>
    Date:   Mon Oct 10 06:39:30 2022 +0200
    
        Add event to asset claim (#6029)
    
    commit fb0dd8e
    Author: Leszek Wiesner <[email protected]>
    Date:   Mon Oct 10 00:23:54 2022 +0200
    
        Companion for 12109 (#5929)
    
        * Update following `pallet-vesting` configurable `WithdrawReasons`
    
        * Update lib.rs
    
        * Update lib.rs
    
        * Update lib.rs
    
        * update lockfile for {"substrate"}
    
        * fix warning
    
        Co-authored-by: Shawn Tabrizi <[email protected]>
        Co-authored-by: parity-processbot <>
    
    commit 1c786b3
    Author: Bastian Köcher <[email protected]>
    Date:   Fri Oct 7 13:40:40 2022 +0200
    
        Companion for upgrading pin-project (#6118)
    
        * Companion for upgrading pin-project
    
        This will remove some warnings with the latest rustc nightly/stable.
    
        paritytech/substrate#12426
    
        * update lockfile for {"substrate"}
    
        Co-authored-by: parity-processbot <>
    
    commit 3d6b563
    Author: Sergej Sakac <[email protected]>
    Date:   Thu Oct 6 19:20:58 2022 +0200
    
        Maximum value for `MultiplierUpdate` (#6021)
    
        * update multiplier
    
        * fix
    
        * update lockfile for {"substrate"}
    
        * fmt
    
        * fix typo
    
        Co-authored-by: parity-processbot <>
    
    commit 09f340c
    Author: Adrian Catangiu <[email protected]>
    Date:   Thu Oct 6 12:58:39 2022 +0300
    
        service: use MmrRootProvider as custom BEEFY payload provider (companion for 12428) (#6112)
    
        * service: use MmrRootProvider as custom BEEFY payload provider
    
        * update lockfile for {"substrate"}
    
        Co-authored-by: parity-processbot <>
    
    commit d12042f
    Author: Branislav Kontur <[email protected]>
    Date:   Thu Oct 6 10:03:34 2022 +0200
    
        Skip `unexpected metric type`
    
        * Dump more info for `unexpected metric type`
    
        * Skip `unexpected metric type`
    
    commit 3646202
    Author: Andronik <[email protected]>
    Date:   Thu Oct 6 00:36:51 2022 +0200
    
        update kvdb & co (#6111)
    
        * toml changes
    
        * REVERTME: patch
    
        * adapt parachains db interface
    
        * fix Cargo.toml patch after master rebase
    
        * fix av-store
    
        * fix chain-selection
    
        * fix parachains-db?
    
        * Revert "fix Cargo.toml patch after master rebase"
    
        This reverts commit 3afcbf0.
    
        * Revert "REVERTME: patch"
    
        This reverts commit 464b717.
    
        * Use `Ok` imported from prelude
    
        Co-authored-by: Bastian Köcher <[email protected]>
    
        * update lockfile for {"substrate"}
    
        * Revert "update lockfile for {"substrate"}"
    
        This reverts commit fdc623d.
    
        * cargo update -p sp-io
    
        Co-authored-by: Bastian Köcher <[email protected]>
        Co-authored-by: parity-processbot <>
    
    commit 7870daf
    Author: Gavin Wood <[email protected]>
    Date:   Wed Oct 5 22:17:59 2022 +0100
    
        Companion for #11649: Bound uses of `Call` (#5729)
    
        * Fixes
    
        * Clear out old weights
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Resolve merges
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Fix weight traits
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * polkadot runtime: Clippy
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * rococo runtime: update pallet configs
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Add preimage migration
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Add all migrations
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Democracy is not on Westend
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * [Migration] Refund stored multisig calls (#6075)
    
        * Add Preimages to referenda config
    
        Needed since Gov V2 just merged.
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Update weights
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Add multisig migration to Westend+Rococo
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Fix Executive syntax
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
        * Bump Substrate
    
        Signed-off-by: Oliver Tale-Yazdi <[email protected]>
        Co-authored-by: Oliver Tale-Yazdi <[email protected]>
        Co-authored-by: parity-processbot <>
        Co-authored-by: Roman Useinov <[email protected]>
    
    commit df4a1c3
    Author: Alexander Theißen <[email protected]>
    Date:   Wed Oct 5 15:15:07 2022 +0200
    
        Pass through `runtime-benchmark` feature (#6110)
    
    commit 3eb61f8
    Author: Keith Yeung <[email protected]>
    Date:   Wed Oct 5 17:47:15 2022 +0800
    
        Properly migrate weights to v2 (#6091)
    
        * Create migration for config pallet
    
        * Use XcmWeight in XCM pallet extrinsics
    
        * Link to PR in doc comment
    
        * cargo fmt
    
        * Fix tests
    
        * Fix tests
    
        * Remove unused import
    
        * Update runtime/parachains/src/configuration/migration.rs
    
        Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    
        * Add missing on_runtime_upgrade implementation
    
        * Use new migration API
    
        * cargo fmt
    
        * Fix log message
    
        Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    
    commit edd6499
    Author: Chris Sosnin <[email protected]>
    Date:   Wed Oct 5 11:48:50 2022 +0400
    
        Buffered connection management for collator-protocol (#6022)
    
        * Extract metrics into a separate module
    
        * Introduce validators buffer
    
        * Integrate buffer into the subsystem
    
        * Only reconnect on new advertisements
    
        * Test
    
        * comma
    
        * doc comment
    
        * Make capacity buffer compile time non-zero
    
        * Add doc comments
    
        * nits
    
        * remove derives
    
        * review
    
        * better naming
    
        * check timeout
    
        * Extract interval stream into lib
    
        * Ensure collator disconnects after timeout
    
        * spellcheck
    
        * rename buf
    
        * Remove double interval
    
        * Add a log on timeout
    
        * Cleanup buffer on timeout
    
    commit c913107
    Author: Robert Klotzner <[email protected]>
    Date:   Tue Oct 4 18:47:52 2022 +0200
    
        Add unknown words (#6105)
    
    commit ce430c2
    Author: Robert Klotzner <[email protected]>
    Date:   Tue Oct 4 18:02:05 2022 +0200
    
        Batch vote import in dispute-distribution (#5894)
    
        * Start work on batching in dispute-distribution.
    
        * Guide work.
    
        * More guide changes. Still very much WIP.
    
        * Finish guide changes.
    
        * Clarification
    
        * Adjust argument about slashing.
    
        * WIP: Add constants to receiver.
    
        * Maintain order of disputes.
    
        * dispute-distribuion sender Rate limit.
    
        * Cleanup
    
        * WIP: dispute-distribution receiver.
    
        - [ ] Rate limiting
        - [ ] Batching
    
        * WIP: Batching.
    
        * fmt
    
        * Update `PeerQueues` to maintain more invariants.
    
        * WIP: Batching.
    
        * Small cleanup
    
        * Batching logic.
    
        * Some integration work.
    
        * Finish.
    
        Missing: Tests
    
        * Typo.
    
        * Docs.
    
        * Report missing metric.
    
        * Doc pass.
    
        * Tests for waiting_queue.
    
        * Speed up some crypto by 10x.
    
        * Fix redundant import.
    
        * Add some tracing.
    
        * Better sender rate limit
    
        * Some tests.
    
        * Tests
    
        * Add logging to rate limiter
    
        * Update roadmap/implementers-guide/src/node/disputes/dispute-distribution.md
    
        Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    
        * Update roadmap/implementers-guide/src/node/disputes/dispute-distribution.md
    
        Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    
        * Update node/network/dispute-distribution/src/receiver/mod.rs
    
        Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    
        * Review feedback.
    
        * Also log peer in log messages.
    
        * Fix indentation.
    
        * waker -> timer
    
        * Guide improvement.
    
        * Remove obsolete comment.
    
        * waker -> timer
    
        * Fix spell complaints.
    
        * Fix Cargo.lock
    
        Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    
    commit efb82ef
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Oct 4 11:28:21 2022 +0000
    
        Bump lru from 0.7.8 to 0.8.0 (#6060)
    
        * Bump lru from 0.7.8 to 0.8.0
    
        Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.8 to 0.8.0.
        - [Release notes](https://github.com/jeromefroe/lru-rs/releases)
        - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
        - [Commits](jeromefroe/lru-rs@0.7.8...0.8.0)
    
        ---
        updated-dependencies:
        - dependency-name: lru
          dependency-type: direct:production
          update-type: version-update:semver-minor
        ...
    
        Signed-off-by: dependabot[bot] <[email protected]>
    
        * Change `LruCache` paramerter to `NonZeroUsize`
    
        * Change type of `session_cache_lru_size` to `NonZeroUsize`
    
        * Add expects instead of unwrap
    
        Co-authored-by: Bastian Köcher <[email protected]>
    
        * Use match to get rid of expects
    
        Signed-off-by: dependabot[bot] <[email protected]>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
        Co-authored-by: Sebastian Kunert <[email protected]>
        Co-authored-by: Bastian Köcher <[email protected]>
    
    commit 60554e1
    Author: Andrei Sandu <[email protected]>
    Date:   Tue Oct 4 13:36:42 2022 +0300
    
        Keep sessions in window for the full unfinalized chain (#6054)
    
        * Impl dynamic window size. Keep sessions for unfinalized chain
    
        Signed-off-by: Andrei Sandu <[email protected]>
    
        * feedback
    
        Signed-off-by: Andrei Sandu <[email protected]>
    
        * Stretch also in contructor plus  tests
    
        Signed-off-by: Andrei Sandu <[email protected]>
    
        * review feedback
    
        Signed-off-by: Andrei Sandu <[email protected]>
    
        * fix approval-voting tests
    
        Signed-off-by: Andrei Sandu <[email protected]>
    
        * grunting: dispute coordinator tests
    
        Signed-off-by: Andrei Sandu <[email protected]>
    
        Signed-off-by: Andrei Sandu <[email protected]>
    
    commit 4ddf0ff
    Author: Serban Iorga <[email protected]>
    Date:   Tue Oct 4 12:25:48 2022 +0300
    
        Companion for BEEFY: Simplify hashing for pallet-beefy-mmr (#6098)
    
        * beefy-mmr: Simplify hashing
    
        * update lockfile for {"substrate"}
    
        Co-authored-by: parity-processbot <>
    bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5001fa5 View commit details
    Browse the repository at this point in the history
  3. Revert "Squashed commit of the following:"

    This reverts commit 5001fa5.
    bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b6e446e View commit details
    Browse the repository at this point in the history
  4. Companion for BEEFY: Simplify hashing for pallet-beefy-mmr (#6098)

    * beefy-mmr: Simplify hashing
    
    * update lockfile for {"substrate"}
    
    Co-authored-by: parity-processbot <>
    serban300 authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0a4d2b9 View commit details
    Browse the repository at this point in the history
  5. Keep sessions in window for the full unfinalized chain (#6054)

    * Impl dynamic window size. Keep sessions for unfinalized chain
    
    Signed-off-by: Andrei Sandu <[email protected]>
    
    * feedback
    
    Signed-off-by: Andrei Sandu <[email protected]>
    
    * Stretch also in contructor plus  tests
    
    Signed-off-by: Andrei Sandu <[email protected]>
    
    * review feedback
    
    Signed-off-by: Andrei Sandu <[email protected]>
    
    * fix approval-voting tests
    
    Signed-off-by: Andrei Sandu <[email protected]>
    
    * grunting: dispute coordinator tests
    
    Signed-off-by: Andrei Sandu <[email protected]>
    
    Signed-off-by: Andrei Sandu <[email protected]>
    sandreim authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    dffb976 View commit details
    Browse the repository at this point in the history
  6. Bump lru from 0.7.8 to 0.8.0 (#6060)

    * Bump lru from 0.7.8 to 0.8.0
    
    Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.8 to 0.8.0.
    - [Release notes](https://github.com/jeromefroe/lru-rs/releases)
    - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
    - [Commits](jeromefroe/lru-rs@0.7.8...0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: lru
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Change `LruCache` paramerter to `NonZeroUsize`
    
    * Change type of `session_cache_lru_size` to `NonZeroUsize`
    
    * Add expects instead of unwrap
    
    Co-authored-by: Bastian Köcher <[email protected]>
    
    * Use match to get rid of expects
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sebastian Kunert <[email protected]>
    Co-authored-by: Bastian Köcher <[email protected]>
    3 people authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    89d1f31 View commit details
    Browse the repository at this point in the history
  7. Batch vote import in dispute-distribution (#5894)

    * Start work on batching in dispute-distribution.
    
    * Guide work.
    
    * More guide changes. Still very much WIP.
    
    * Finish guide changes.
    
    * Clarification
    
    * Adjust argument about slashing.
    
    * WIP: Add constants to receiver.
    
    * Maintain order of disputes.
    
    * dispute-distribuion sender Rate limit.
    
    * Cleanup
    
    * WIP: dispute-distribution receiver.
    
    - [ ] Rate limiting
    - [ ] Batching
    
    * WIP: Batching.
    
    * fmt
    
    * Update `PeerQueues` to maintain more invariants.
    
    * WIP: Batching.
    
    * Small cleanup
    
    * Batching logic.
    
    * Some integration work.
    
    * Finish.
    
    Missing: Tests
    
    * Typo.
    
    * Docs.
    
    * Report missing metric.
    
    * Doc pass.
    
    * Tests for waiting_queue.
    
    * Speed up some crypto by 10x.
    
    * Fix redundant import.
    
    * Add some tracing.
    
    * Better sender rate limit
    
    * Some tests.
    
    * Tests
    
    * Add logging to rate limiter
    
    * Update roadmap/implementers-guide/src/node/disputes/dispute-distribution.md
    
    Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    
    * Update roadmap/implementers-guide/src/node/disputes/dispute-distribution.md
    
    Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    
    * Update node/network/dispute-distribution/src/receiver/mod.rs
    
    Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    
    * Review feedback.
    
    * Also log peer in log messages.
    
    * Fix indentation.
    
    * waker -> timer
    
    * Guide improvement.
    
    * Remove obsolete comment.
    
    * waker -> timer
    
    * Fix spell complaints.
    
    * Fix Cargo.lock
    
    Co-authored-by: Tsvetomir Dimitrov <[email protected]>
    2 people authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    b012597 View commit details
    Browse the repository at this point in the history
  8. Add unknown words (#6105)

    eskimor authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    2fd74d9 View commit details
    Browse the repository at this point in the history
  9. Buffered connection management for collator-protocol (#6022)

    * Extract metrics into a separate module
    
    * Introduce validators buffer
    
    * Integrate buffer into the subsystem
    
    * Only reconnect on new advertisements
    
    * Test
    
    * comma
    
    * doc comment
    
    * Make capacity buffer compile time non-zero
    
    * Add doc comments
    
    * nits
    
    * remove derives
    
    * review
    
    * better naming
    
    * check timeout
    
    * Extract interval stream into lib
    
    * Ensure collator disconnects after timeout
    
    * spellcheck
    
    * rename buf
    
    * Remove double interval
    
    * Add a log on timeout
    
    * Cleanup buffer on timeout
    slumber authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7e89bab View commit details
    Browse the repository at this point in the history
  10. Properly migrate weights to v2 (#6091)

    * Create migration for config pallet
    
    * Use XcmWeight in XCM pallet extrinsics
    
    * Link to PR in doc comment
    
    * cargo fmt
    
    * Fix tests
    
    * Fix tests
    
    * Remove unused import
    
    * Update runtime/parachains/src/configuration/migration.rs
    
    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    
    * Add missing on_runtime_upgrade implementation
    
    * Use new migration API
    
    * cargo fmt
    
    * Fix log message
    
    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    2 people authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c169279 View commit details
    Browse the repository at this point in the history
  11. Pass through runtime-benchmark feature (#6110)

    athei authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    233c158 View commit details
    Browse the repository at this point in the history
  12. Companion for #11649: Bound uses of Call (#5729)

    * Fixes
    
    * Clear out old weights
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Resolve merges
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fix weight traits
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * polkadot runtime: Clippy
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * rococo runtime: update pallet configs
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Add preimage migration
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Add all migrations
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Democracy is not on Westend
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * [Migration] Refund stored multisig calls (#6075)
    
    * Add Preimages to referenda config
    
    Needed since Gov V2 just merged.
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update weights
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Add multisig migration to Westend+Rococo
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fix Executive syntax
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump Substrate
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    Co-authored-by: parity-processbot <>
    Co-authored-by: Roman Useinov <[email protected]>
    3 people authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1655839 View commit details
    Browse the repository at this point in the history
  13. update kvdb & co (#6111)

    * toml changes
    
    * REVERTME: patch
    
    * adapt parachains db interface
    
    * fix Cargo.toml patch after master rebase
    
    * fix av-store
    
    * fix chain-selection
    
    * fix parachains-db?
    
    * Revert "fix Cargo.toml patch after master rebase"
    
    This reverts commit 3afcbf0.
    
    * Revert "REVERTME: patch"
    
    This reverts commit 464b717.
    
    * Use `Ok` imported from prelude
    
    Co-authored-by: Bastian Köcher <[email protected]>
    
    * update lockfile for {"substrate"}
    
    * Revert "update lockfile for {"substrate"}"
    
    This reverts commit fdc623d.
    
    * cargo update -p sp-io
    
    Co-authored-by: Bastian Köcher <[email protected]>
    Co-authored-by: parity-processbot <>
    2 people authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e2a977a View commit details
    Browse the repository at this point in the history
  14. Skip unexpected metric type

    * Dump more info for `unexpected metric type`
    
    * Skip `unexpected metric type`
    bkontur authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    4a6cf48 View commit details
    Browse the repository at this point in the history
  15. service: use MmrRootProvider as custom BEEFY payload provider (compan…

    …ion for 12428) (#6112)
    
    * service: use MmrRootProvider as custom BEEFY payload provider
    
    * update lockfile for {"substrate"}
    
    Co-authored-by: parity-processbot <>
    acatangiu authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    78b8294 View commit details
    Browse the repository at this point in the history
  16. Maximum value for MultiplierUpdate (#6021)

    * update multiplier
    
    * fix
    
    * update lockfile for {"substrate"}
    
    * fmt
    
    * fix typo
    
    Co-authored-by: parity-processbot <>
    Szegoo authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    82f7ad5 View commit details
    Browse the repository at this point in the history
  17. Companion for upgrading pin-project (#6118)

    * Companion for upgrading pin-project
    
    This will remove some warnings with the latest rustc nightly/stable.
    
    paritytech/substrate#12426
    
    * update lockfile for {"substrate"}
    
    Co-authored-by: parity-processbot <>
    bkchr authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    978d87f View commit details
    Browse the repository at this point in the history
  18. Companion for 12109 (#5929)

    * Update following `pallet-vesting` configurable `WithdrawReasons`
    
    * Update lib.rs
    
    * Update lib.rs
    
    * Update lib.rs
    
    * update lockfile for {"substrate"}
    
    * fix warning
    
    Co-authored-by: Shawn Tabrizi <[email protected]>
    Co-authored-by: parity-processbot <>
    2 people authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0717246 View commit details
    Browse the repository at this point in the history
  19. Add event to asset claim (#6029)

    girazoki authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    1e96dfd View commit details
    Browse the repository at this point in the history
  20. Fix flaky test (#6131)

    * Split test + decrease test timeout
    
    * fmt
    
    * spellcheck
    slumber authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    857e635 View commit details
    Browse the repository at this point in the history
  21. ci/guide: install mdbook-graphviz (#6119)

    * ci/guide: install mdbook-graphviz
    
    * install graphviz in build-implementers-guide
    
    * Update scripts/ci/gitlab/pipeline/build.yml
    
    Co-authored-by: Alexander Samusev <[email protected]>
    2 people authored and bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    96185c3 View commit details
    Browse the repository at this point in the history
  22. Revert "Squashed commit of the following:"

    This reverts commit 5001fa5.
    bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    612302c View commit details
    Browse the repository at this point in the history
  23. Merge branch 'master' of github.com:paritytech/polkadot into bredamat…

    …t/malus-percentage-parameter
    bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    35af7ad View commit details
    Browse the repository at this point in the history
  24. * Remove unused imports

    bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    cf3f453 View commit details
    Browse the repository at this point in the history
  25. * cargo +nightly fmt --all

    bredamatt committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f1440e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    6f54587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9842ee9 View commit details
    Browse the repository at this point in the history
  3. cargo +nightly fmt --all

    bredamatt committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    56347c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge branch 'master' of github.com:paritytech/polkadot into bredamat…

    …t/malus-percentage-parameter
    bredamatt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4a7dd91 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    bredamatt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    72591a9 View commit details
    Browse the repository at this point in the history
  3. cargo +nightly fmt --all

    bredamatt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    23d9498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be1f5a9 View commit details
    Browse the repository at this point in the history
  5. CI unused import check fix

    bredamatt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    cdc68c4 View commit details
    Browse the repository at this point in the history
  6. Move info! log to startup

    bredamatt committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    dd96c47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c20d8c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge branch 'master' of github.com:paritytech/polkadot into bredamat…

    …t/malus-percentage-parameter
    bredamatt committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    7529e94 View commit details
    Browse the repository at this point in the history