Skip to content
  1. Apr 03, 2023
    • dependabot[bot]'s avatar
      Bump tempfile from 3.4.0 to 3.5.0 · c019f4fa
      dependabot[bot] authored
      
      
      Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.5.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]>
      c019f4fa
    • dependabot[bot]'s avatar
      Bump serde_json from 1.0.94 to 1.0.95 · 2e6e79ef
      dependabot[bot] authored
      
      
      Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.94 to 1.0.95.
      - [Release notes](https://github.com/serde-rs/json/releases)
      - [Commits](https://github.com/serde-rs/json/compare/v1.0.94...v1.0.95)
      
      ---
      updated-dependencies:
      - dependency-name: serde_json
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      2e6e79ef
    • dependabot[bot]'s avatar
      Bump tokio from 1.26.0 to 1.27.0 · 0698b1ff
      dependabot[bot] authored
      
      
      Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.26.0 to 1.27.0.
      - [Release notes](https://github.com/tokio-rs/tokio/releases)
      - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.26.0...tokio-1.27.0)
      
      ---
      updated-dependencies:
      - dependency-name: tokio
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      0698b1ff
  2. Mar 30, 2023
  3. Mar 28, 2023
  4. Mar 27, 2023
    • Svyatoslav Nikolsky's avatar
      Run benchmarks for mock runtimes (#1996) · efcc8db1
      Svyatoslav Nikolsky authored
      * run benchmarks for pallet-bridge-grandpa mock runtime
      
      * run benchmarks for pallet-bridge-relayers mock runtime
      
      * run benchmarks for pallet-bridge-parachains mock runtime
      
      * run benchmarks for pallet-bridge-messages mock runtime
      
      * test benchmarks on mockj runtimes from CI
      
      * clippy and spelling
      efcc8db1
    • Svyatoslav Nikolsky's avatar
      Rust cargo doc for all features (#1995) · ecddd4a3
      Svyatoslav Nikolsky authored
      * run rustfix rustdoc in grandpa pallet benchmarks
      
      * enable rustdoc for all features
      
      * fix rialto parachain runtime compilation
      ecddd4a3
    • Serban Iorga's avatar
      Fix gitlab-check (#1994) · e0997c14
      Serban Iorga authored
      e0997c14
    • dependabot[bot]'s avatar
      Bump clap from 4.1.11 to 4.1.13 · 5284850e
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.11 to 4.1.13.
      - [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.1.11...v4.1.13)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      5284850e
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.28.3 to 0.28.4 · 743cd60d
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.3 to 0.28.4.
      - [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]>
      743cd60d
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.67 to 0.1.68 · dc322bae
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.67 to 0.1.68.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.67...0.1.68)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      dc322bae
  5. Mar 24, 2023
  6. Mar 23, 2023
    • Svyatoslav Nikolsky's avatar
      Remove deprecated code from bridge-runtime-common (#1983) · 6540f74d
      Svyatoslav Nikolsky authored
      * removed FromBridgedChainMessageDispatch in favor of XcmBlobMessageDispatch
      
      * use HaulBlobExporter/HaulBlobExporterAdapter instead of XcmBridge/XcmBridgeAdapter
      
      * tests for sending/dispatching messages
      
      * use new schema in testnet bridges + some cleanup
      
      * clippy
      
      * spelling + added TODO
      
      * cleanup some checks
      
      * benchmarks compilation
      
      * all is XCM
      
      * updated README.md
      
      * ref issue from TODO
      6540f74d
  7. Mar 22, 2023
  8. Mar 20, 2023
    • Svyatoslav Nikolsky's avatar
      Kusama <> Polkadot relay prototype (#1982) · 28cf5c95
      Svyatoslav Nikolsky authored
      * moved bridge declarations to dedicated folder
      
      * Kusama <> Polkadot bridges declaration
      
      * support for Kusama <> Polkadot bridge in CLI
      
      * update dictionary
      28cf5c95
    • dependabot[bot]'s avatar
      Bump serde from 1.0.156 to 1.0.157 · b195223d
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.156 to 1.0.157.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.156...v1.0.157)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      b195223d
    • Svyatoslav Nikolsky's avatar
      ignore binary-merkle-tree (#1980) · 70caa75d
      Svyatoslav Nikolsky authored
      70caa75d
    • dependabot[bot]'s avatar
      Bump thiserror from 1.0.39 to 1.0.40 · 3dc640d3
      dependabot[bot] authored
      
      
      Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40.
      - [Release notes](https://github.com/dtolnay/thiserror/releases)
      - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.39...1.0.40)
      
      ---
      updated-dependencies:
      - dependency-name: thiserror
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      3dc640d3
    • dependabot[bot]'s avatar
      Bump subxt from `d4545de` to `ae63d3d` · 8a272910
      dependabot[bot] authored
      
      
      Bumps [subxt](https://github.com/paritytech/subxt) from `d4545de` to `ae63d3d`.
      - [Release notes](https://github.com/paritytech/subxt/releases)
      - [Commits](https://github.com/paritytech/subxt/compare/d4545de8cf426db57a498c14ec28b8e2efc008df...ae63d3d4cc0c7f430582a52a8755a912c47c3abd)
      
      ---
      updated-dependencies:
      - dependency-name: subxt
        dependency-type: direct:production
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      8a272910
    • dependabot[bot]'s avatar
      Bump clap from 4.1.8 to 4.1.11 · 40937e8a
      dependabot[bot] authored
      
      
      Bumps [clap](https://github.com/clap-rs/clap) from 4.1.8 to 4.1.11.
      - [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.1.8...v4.1.11)
      
      ---
      updated-dependencies:
      - dependency-name: clap
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      40937e8a
    • dependabot[bot]'s avatar
      Bump finality-grandpa from 0.16.1 to 0.16.2 · d72394c4
      dependabot[bot] authored
      
      
      Bumps [finality-grandpa](https://github.com/paritytech/finality-grandpa) from 0.16.1 to 0.16.2.
      - [Release notes](https://github.com/paritytech/finality-grandpa/releases)
      - [Commits](https://github.com/paritytech/finality-grandpa/compare/v0.16.1...v0.16.2)
      
      ---
      updated-dependencies:
      - dependency-name: finality-grandpa
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      d72394c4
    • dependabot[bot]'s avatar
      Bump serde from 1.0.155 to 1.0.156 · 54147603
      dependabot[bot] authored
      
      
      Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.156.
      - [Release notes](https://github.com/serde-rs/serde/releases)
      - [Commits](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.156)
      
      ---
      updated-dependencies:
      - dependency-name: serde
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      54147603
    • dependabot[bot]'s avatar
      Bump anyhow from 1.0.69 to 1.0.70 · b513193e
      dependabot[bot] authored
      
      
      Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.69 to 1.0.70.
      - [Release notes](https://github.com/dtolnay/anyhow/releases)
      - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.69...1.0.70)
      
      ---
      updated-dependencies:
      - dependency-name: anyhow
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      b513193e
    • dependabot[bot]'s avatar
      Bump sysinfo from 0.28.2 to 0.28.3 · 20867abd
      dependabot[bot] authored
      
      
      Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.2 to 0.28.3.
      - [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]>
      20867abd
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.66 to 0.1.67 · 4d9a4530
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.66 to 0.1.67.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.66...0.1.67)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      4d9a4530
    • dependabot[bot]'s avatar
      Bump trie-db from 0.26.0 to 0.27.1 · 8a88a753
      dependabot[bot] authored
      
      
      Bumps [trie-db](https://github.com/paritytech/trie) from 0.26.0 to 0.27.1.
      - [Release notes](https://github.com/paritytech/trie/releases)
      - [Commits](https://github.com/paritytech/trie/compare/trie-db-v0.26.0...trie-db-v0.27.1)
      
      ---
      updated-dependencies:
      - dependency-name: trie-db
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      8a88a753
  9. Mar 17, 2023
  10. Mar 16, 2023
  11. Mar 15, 2023
  12. Mar 14, 2023
  13. Mar 13, 2023