Skip to content
  1. Nov 08, 2022
  2. Nov 04, 2022
  3. Nov 03, 2022
  4. Nov 02, 2022
  5. Oct 28, 2022
  6. Oct 24, 2022
  7. Oct 21, 2022
  8. Oct 20, 2022
    • Branislav Kontur's avatar
      Removed unused trait SenderOrigin · cff3d0b2
      Branislav Kontur authored
      cff3d0b2
    • Serban Iorga's avatar
      Finality loop - cosmetic changes (#1609) · b3dc792c
      Serban Iorga authored
      * Move some logic to RestartableFinalityProofsStream
      
      * Move some logic to `Transaction`
      
      * Avoid unnecessary split_off
      b3dc792c
    • Svyatoslav Nikolsky's avatar
      Bump Substrate/Polkadot/Cumulus refs (aka Weights v1.5) (#1597) · 789f185c
      Svyatoslav Nikolsky authored
      * update Substrate + Polkadot + Cumulus refs
      
      * Origin -> RuntimeOrigin
      
      * weights v1.5
      
      * update refs once again + `cargo test -p pallet-bridge-grandpa` works
      
      * started work on `cargo test -p pallet-bridge-messages`
      
      * cargo test -p pallet-bridge-relayers
      
      * cargo test -p pallet-bridge-parachains
      
      * cargo test -p millau-runtime
      
      * cargo test -p bridge-runtime-common
      
      * cargo test -p rialto-runtime
      
      * cargo test -p rialto-parachain-runtime
      
      * cargo test -p millau-bridge-node
      
      * cargo test -p rialto-bridge-node
      
      * cargo test -p rialto-parachain-collator
      
      * cargo test -p messages-relay
      
      * cargo test -p parachains-relay
      
      * cargo test -p substrate-relay
      
      * cargo test --all
      
      * cargo check -p millau-runtime --locked --features runtime-benchmarks
      
      * fix remaining test
      
      * fmt
      
      * try to allow clippy failure temporarily
      
      * Revert "try to allow clippy failure temporarily"
      
      This reverts commit d1b65935.
      
      * use min_by
      
      * Revert "use min_by"
      
      This reverts commit 33042f49.
      
      * Revert "Revert "use min_by""
      
      This reverts commit 1d2204f0.
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit 259d91b5.
      
      * new day, new clippy warning
      
      * more clippy issues
      789f185c
  9. Oct 19, 2022
  10. Oct 18, 2022
  11. Oct 17, 2022
  12. Oct 10, 2022
  13. Oct 07, 2022
  14. Oct 06, 2022
  15. Oct 05, 2022
  16. Oct 04, 2022
  17. 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