Skip to content
  1. Mar 14, 2023
  2. Mar 13, 2023
    • Branislav Kontur's avatar
      Backport xcm bridging extensions to the bridge repo (#1813) · 7b946da2
      Branislav Kontur authored
      * Backport xcm bridging extensions to the bridge repo
      
      * Fixes
      
      * Fixes
      7b946da2
    • dependabot[bot]'s avatar
      Bump futures from 0.3.26 to 0.3.27 · 88c1114e
      dependabot[bot] authored
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
      - [Release notes](https://github.com/rust-lang/futures-rs/releases)
      - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      88c1114e
    • dependabot[bot]'s avatar
      Bump serde from 1.0.152 to 1.0.155 · 8668f73b
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.155.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.155)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      8668f73b
    • dependabot[bot]'s avatar
      Bump subxt from `a7b45ef` to `d4545de` · 3df8823e
      dependabot[bot] authored
      
      
      Bumps [subxt](https://github.com/paritytech/subxt) from `a7b45ef` to `d4545de`.
      - [Release notes](https://github.com/paritytech/subxt/releases)
      - [Commits](https://github.com/paritytech/subxt/compare/a7b45ef1d13f257d66ecb3775c0b100954618c71...d4545de8cf426db57a498c14ec28b8e2efc008df)
      
      ---
      updated-dependencies:
      - dependency-name: subxt
        dependency-type: direct:production
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      3df8823e
  3. Mar 09, 2023
    • Serban Iorga's avatar
      Some error improvements (#1956) · ef1b1bcd
      Serban Iorga authored
      * Use `HeaderChainError` in parachains module
      
      * Use MessageProofError instead of 'static str in some places
      
      * Avoid implementing Into<'static str> for some errors
      
      We avoid deriving `Debug` for the structs that we use in the runtime and
      we derive `RuntimeDebug` instead in order to avoid bloating th eruntime
      with static strs. But implementing `Into<'static str>` does the same. So
      in some places it makes sense to replace `Into<'static str>` with `Debug`.
      
      * Move the messages error definition
      
      Move the messages error definition outside of `mod target`
      ef1b1bcd
  4. Mar 08, 2023
  5. Mar 07, 2023
  6. Mar 06, 2023
    • Svyatoslav Nikolsky's avatar
      fix nightly benchmarks test (#1939) · 8ad152b0
      Svyatoslav Nikolsky authored
      8ad152b0
    • dependabot[bot]'s avatar
      Bump tokio from 1.25.0 to 1.26.0 · d451b4f8
      dependabot[bot] authored
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      d451b4f8
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.64 to 0.1.66 · 8019c50a
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.64 to 0.1.66.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.64...0.1.66)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      8019c50a
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.93 to 1.0.94 · aa055fce
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      aa055fce
    • dependabot[bot]'s avatar
      Bump subxt from `1c5faf3` to `a7b45ef` · ec2ef31c
      dependabot[bot] authored
      
      
      Bumps [subxt](https://github.com/paritytech/subxt) from `1c5faf3` to `a7b45ef`.
      - [Release notes](https://github.com/paritytech/subxt/releases)
      - [Commits](https://github.com/paritytech/subxt/compare/1c5faf3f8f79cbba5bd51fe3042d47584beb54ef...a7b45ef1d13f257d66ecb3775c0b100954618c71)
      
      ---
      updated-dependencies:
      - dependency-name: subxt
        dependency-type: direct:production
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      ec2ef31c
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.28.1 to 0.28.2 · 20026366
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.1 to 0.28.2.
      - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
      - [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-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      20026366
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.38 to 1.0.39 · fe246d1e
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      fe246d1e
  7. Mar 03, 2023
  8. Mar 02, 2023
  9. Mar 01, 2023
  10. Feb 28, 2023
  11. Feb 27, 2023
    • Svyatoslav Nikolsky's avatar
      fix nightly clippy issues (#1915) · cccf73b3
      Svyatoslav Nikolsky authored
      cccf73b3
    • dependabot[bot]'s avatar
      Bump tempfile from 3.3.0 to 3.4.0 · a33a91e7
      dependabot[bot] authored
      
      
      Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0.
      - [Release notes](https://github.com/Stebalien/tempfile/releases)
      - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
      - [Commits](https://github.com/Stebalien/tempfile/commits)
      
      ---
      updated-dependencies:
      - dependency-name: tempfile
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      a33a91e7
    • dependabot[bot]'s avatar
      Bump time from 0.3.17 to 0.3.20 · 1df768a2
      dependabot[bot] authored
      
      
      Bumps [time](https://github.com/time-rs/time) from 0.3.17 to 0.3.20.
      - [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.17...v0.3.20)
      
      ---
      updated-dependencies:
      - dependency-name: time
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      1df768a2
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.28.0 to 0.28.1 · cf17b424
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.0 to 0.28.1.
      - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
      - [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-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      cf17b424
    • dependabot[bot]'s avatar
      Bump jsonrpsee from 0.15.1 to 0.16.2 · 0b6276b4
      dependabot[bot] authored
      
      
      Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.15.1 to 0.16.2.
      - [Release notes](https://github.com/paritytech/jsonrpsee/releases)
      - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.15.1...v0.16.2)
      
      ---
      updated-dependencies:
      - dependency-name: jsonrpsee
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      0b6276b4
    • dependabot[bot]'s avatar
      Bump rand from 0.7.3 to 0.8.5 · 328dde02
      dependabot[bot] authored
      
      
      Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5.
      - [Release notes](https://github.com/rust-random/rand/releases)
      - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/rust-random/rand/compare/0.7.3...0.8.5)
      
      ---
      updated-dependencies:
      - dependency-name: rand
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      328dde02