Skip to content
Snippets Groups Projects
  1. Aug 04, 2021
    • Robert Klotzner's avatar
      Fix flaky test (#3569) · 1718ed1d
      Robert Klotzner authored
      Fixes #3557
      1718ed1d
    • Martin Pugh's avatar
      [CI] Add manual Gitlab job for running all benchmarks (#3515) · d18da318
      Martin Pugh authored
      * initial weights job
      
      * add artifact
      
      * revertme: changes to test branch
      
      * add benchmarking instructions
      
      * Revert "revertme: changes to test branch"
      
      This reverts commit 2eab22037223967e66a70a16fda14f58e41c6ced.
      
      * add kusama + westend weights jobs
      
      * fix chevdor comments
      
      * add temporary changes for testing again
      
      * fix
      
      * fix
      
      * test sccache fix
      
      * Revert "add temporary changes for testing again"
      
      This reverts commit bb5a7660151f404994c85abfff31502aac89c1d1.
      
      * whitespace
      d18da318
  2. Aug 03, 2021
  3. Aug 02, 2021
  4. Aug 01, 2021
    • Shaun W's avatar
      XCM simulator (#3538) · 1b0baab4
      Shaun W authored
      * Add xcm-simulator and xcm-simulator-example.
      
      * Abstract xcmp and dmp handling.
      
      * Use mock message queue.
      
      * Xcm simulator example unit tests.
      
      * Use relay chain block number on sending msg.
      
      * Fix typo.
      
      * fmt
      
      * more fmt
      
      * Fix deps.
      1b0baab4
  5. Jul 31, 2021
  6. Jul 30, 2021
    • Squirrel's avatar
      Companion for substrate #9319 (#3456) · 4c5b7309
      Squirrel authored
      * move client consensus code out of primitives
      
      * merging crates
      
      * import tweak
      
      * Fixing build: ServiceFactory is a word...
      
      * updating lock file
      
      * Fixed typo in error message
      
      (to bump build)
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      4c5b7309
  7. Jul 28, 2021
  8. Jul 27, 2021
  9. Jul 26, 2021
  10. Jul 23, 2021
  11. Jul 22, 2021
  12. Jul 21, 2021
    • Lldenaurois's avatar
      Dispute coordinator - Recover disputes on startup (#3481) · 1858ff57
      Lldenaurois authored
      * node/dispute-coordinator: Introduce resume capability
      
      This commit introduces a resume capability for the
      dispute coordinator subsystem. Specifically, this will allow
      to recover data for disputes for which we have no local statements.
      
      * node/dispute-coordinator: Add resume function to TestState and modify Harness
      
      This commit modifies the TestHarness to return a TestState. We subsequently
      define a resume function on TestState that allows to interrupt the test and
      test specifically for behavior on startup of the subsystem.
      
      * node/dispute-coordinator: Implement resume functionality
      
      This commit implements the resume functionality for the subsystem.
      In addition, we will forward any DisputeParticipation::Participate
      message in order to ensure that disputes for which we do not have
      local statements may be recovered in due time.
      
      * Address Feedback
      
      * Modify to run handle_leaf on first import
      
      * Modify missing_local_statement logic
      
      * node/dispute-coordinator: Add simple test to ensure we adequately
      handle local_statements that are not missing.
      
      * Add missing keystore tests
      1858ff57
    • Hernando Castano's avatar
      Use correct syntax for owning all files in a folder (#3510) · 7aaaa9ec
      Hernando Castano authored
      From the GitHub docs:
      
      > # The `docs/*` pattern will match files like
      > # `docs/getting-started.md` but not further nested files like
      > # `docs/build-app/troubleshooting.md`.
      > docs/*  docs@example.com
      >
      > # In this example, @octocat owns any file in an apps directory
      > # anywhere in your repository.
      > apps/ @octocat
      7aaaa9ec
    • Andreas Doerr's avatar
      Add wococo-local chain spec (#3509) · 310aa6f3
      Andreas Doerr authored
      310aa6f3
    • asynchronous rob's avatar
      Dispute vote filtering for block authors (#3498) · 675f71a8
      asynchronous rob authored
      
      * guide: filter_multi_dispute_data
      
      * guide: elaborate
      
      * Implementation of dispute data filtering
      
      * tests for filtering
      
      * don't use std, you fool!
      
      * use swap_remove
      
      * Update runtime/parachains/src/disputes.rs
      
      Co-authored-by: default avatarAndronik Ordian <write@reusable.software>
      
      * use btreeste
      
      * address API nit
      
      Co-authored-by: default avatarAndronik Ordian <write@reusable.software>
      675f71a8
    • dependabot[bot]'s avatar
      Bump indexmap from 1.6.1 to 1.7.0 (#3497) · 1fd95607
      dependabot[bot] authored
      
      Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.1 to 1.7.0.
      - [Release notes](https://github.com/bluss/indexmap/releases)
      - [Commits](https://github.com/bluss/indexmap/compare/1.6.1...1.7.0)
      
      ---
      updated-dependencies:
      - dependency-name: indexmap
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      1fd95607
  13. Jul 20, 2021