Skip to content
  1. May 18, 2023
  2. May 17, 2023
  3. May 16, 2023
    • Branislav Kontur's avatar
      Bump polkadot/substrate (#2134) · 0f6091d4
      Branislav Kontur authored
      * Bump polkadot/substrate
      
      * Fix millau network service
      
      * Fix polkadot_node_core_pvf_worker
      
      * Fix sc-network
      
      * Fix parachain rpc stuff
      
      * Check `integrity-test` for `bridge-runtime-common`
      
      * Backport fix from cumulus https://github.com/paritytech/cumulus/pull/2585/files#diff-5a942d80670b5ef31bb18b5acacab93ff30512d7cd21c19d7da364f76f6bb5c3 because of https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/2842938
      
      * TODO
      
      * Bump cumulus
      0f6091d4
  4. May 15, 2023
    • dependabot[bot]'s avatar
      Bump tokio from 1.28.0 to 1.28.1 · 9233f0a3
      dependabot[bot] authored
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.0 to 1.28.1.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.0...tokio-1.28.1)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      9233f0a3
    • dependabot[bot]'s avatar
      Bump serde from 1.0.162 to 1.0.163 · a29c1caa
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.162 to 1.0.163.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.162...v1.0.163)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      a29c1caa
  5. May 12, 2023
  6. May 11, 2023
  7. May 10, 2023
  8. May 09, 2023
  9. May 08, 2023
    • dependabot[bot]'s avatar
      Bump time from 0.3.20 to 0.3.21 · b075b009
      dependabot[bot] authored
      
      
      Bumps [time](https://github.com/time-rs/time) from 0.3.20 to 0.3.21.
      - [Release notes](https://github.com/time-rs/time/releases)
      - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
      - [Commits](https://github.com/time-rs/time/compare/v0.3.20...v0.3.21)
      
      ---
      updated-dependencies:
      - dependency-name: time
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      b075b009
    • dependabot[bot]'s avatar
      Bump serde from 1.0.160 to 1.0.162 · 51a3a516
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.160...1.0.162)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      51a3a516
    • dependabot[bot]'s avatar
      Bump clap from 4.2.5 to 4.2.7 · da88d044
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.7.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v4.2.5...v4.2.7)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      da88d044
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.28.4 to 0.29.0 · cdca322c
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.4 to 0.29.0.
      - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)
      
      ---
      updated-dependencies:
      - dependency-name: sysinfo
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      cdca322c
  10. May 03, 2023
  11. May 02, 2023
  12. May 01, 2023
    • Svyatoslav Nikolsky's avatar
      Add millau specific messages weights (#2097) · ae44c6b7
      Svyatoslav Nikolsky authored
      * refactor weights a bit
      
      * post cherry-pick fixes
      
      * do not run spellcheck on new weight files
      
      * fix
      ae44c6b7
    • Svyatoslav Nikolsky's avatar
      Add integrity tests to rialto parachain runtiime (#2096) · 6ad0bd1f
      Svyatoslav Nikolsky authored
      * add integrity tests to rialto-parachain runtime
      
      * post cherry-pick fixes
      6ad0bd1f
    • dependabot[bot]'s avatar
      Bump tokio from 1.27.0 to 1.28.0 · 6919556d
      dependabot[bot] authored
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.27.0 to 1.28.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      6919556d
    • dependabot[bot]'s avatar
      Bump clap from 4.2.4 to 4.2.5 · 58795fcb
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.2.4 to 4.2.5.
      - [Release notes](https://github.com/clap-rs/clap/releases)
      - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/clap-rs/clap/compare/v4.2.4...v4.2.5)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      58795fcb
    • dependabot[bot]'s avatar
      Bump scale-info from 2.5.0 to 2.6.0 · 01bf3108
      dependabot[bot] authored
      
      
      Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.5.0 to 2.6.0.
      - [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/commits)
      
      ---
      updated-dependencies:
      - dependency-name: scale-info
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      01bf3108
    • dependabot[bot]'s avatar
      Bump anyhow from 1.0.70 to 1.0.71 · 8fe38324
      dependabot[bot] authored
      
      
      Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71.
      - [Release notes](https://github.com/dtolnay/anyhow/releases)
      - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71)
      
      ---
      updated-dependencies:
      - dependency-name: anyhow
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      8fe38324
  13. Apr 28, 2023
  14. Apr 27, 2023
  15. Apr 26, 2023