Skip to content
  1. Mar 20, 2023
    • 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
  2. Mar 13, 2023
    • 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
  3. Mar 06, 2023
    • 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
  4. Mar 01, 2023
  5. Feb 13, 2023
  6. Feb 06, 2023
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.63 to 0.1.64 · 61b229b6
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.63 to 0.1.64.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.63...0.1.64)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      61b229b6
    • dependabot[bot]'s avatar
      Bump futures from 0.3.25 to 0.3.26 · 9ddeebed
      dependabot[bot] authored
      
      
      Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.25 to 0.3.26.
      - [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.25...0.3.26)
      
      ---
      updated-dependencies:
      - dependency-name: futures
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      9ddeebed
  7. Jan 30, 2023
  8. Jan 27, 2023
    • omahs's avatar
      Fix: typos (#1822) · 986eeb55
      omahs authored
      * Fix: typos
      
      Fix: typos
      
      * Fix: typos
      
      Fix: typos
      
      * Fix: typo
      
      Fix: typo
      
      * Fix: typos
      
      Fix: typos
      
      * Fix: typos
      
      Fix: typos
      986eeb55
  9. Jan 23, 2023
  10. Jan 20, 2023
    • dependabot[bot]'s avatar
      Bump async-trait from 0.1.61 to 0.1.62 · 89c5e798
      dependabot[bot] authored
      
      
      Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.61 to 0.1.62.
      - [Release notes](https://github.com/dtolnay/async-trait/releases)
      - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.61...0.1.62)
      
      ---
      updated-dependencies:
      - dependency-name: async-trait
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      89c5e798
  11. Jan 18, 2023
  12. Dec 12, 2022
  13. Oct 21, 2022
  14. Oct 03, 2022
    • Branislav Kontur's avatar
      Cleaning deps + satisfy `cargo build --release --all-targets --all-fe… (#1587) · 1c1930cb
      Branislav Kontur authored
      * Cleaning deps + satisfy `cargo build --release --all-targets --all-features`
      
      * PR fixes
      1c1930cb
    • Svyatoslav Nikolsky's avatar
      Read extrinsic dispatch result for mined transaction (#1582) · 63b51d9a
      Svyatoslav Nikolsky authored
      * read extrinsic dispatch result for mined transaction
      
      * commit for the history
      
      * Revert "commit for the history"
      
      This reverts commit 99341b04.
      
      * Revert "read extrinsic dispatch result for mined transaction"
      
      This reverts commit 662b776c.
      
      * check for successfult transaction in finality relay
      
      * check for successful transaction in parachains relay
      
      * TrackedTransactionStatus ->TrackedTransactionStatus<HeaderId>
      
      * check for successful transaction in messages relay
      
      * fix compilation
      
      * message_lane_loop_is_able_to_recover_from_unsuccessful_transaction
      
      * fixed too-complex-type clippy error
      
      * aaand compilation
      63b51d9a
  15. Sep 22, 2022
  16. Aug 19, 2022
  17. Aug 18, 2022
    • Branislav Kontur's avatar
      Bko cosmetics (#1550) · 260bc3cf
      Branislav Kontur authored
      * Bump log version to 0.4.17
      
      * Removed unnecesseray dependency + rename BridgeGrandpaMillauCall to BridgeGrandpaCall
      260bc3cf
  18. Aug 02, 2022
  19. Aug 01, 2022
  20. Jul 14, 2022
  21. Jun 29, 2022
  22. Jun 07, 2022
  23. May 27, 2022
  24. May 25, 2022
  25. May 20, 2022