Skip to content
  1. Oct 19, 2022
  2. Oct 18, 2022
  3. Oct 17, 2022
  4. Oct 14, 2022
  5. Oct 10, 2022
  6. Oct 04, 2022
  7. 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