Skip to content
  1. Oct 24, 2022
  2. Oct 21, 2022
  3. Oct 20, 2022
    • Serban Iorga's avatar
      Finality loop - cosmetic changes (#1609) · ccc3b30d
      Serban Iorga authored
      * Move some logic to RestartableFinalityProofsStream
      
      * Move some logic to `Transaction`
      
      * Avoid unnecessary split_off
      ccc3b30d
    • Svyatoslav Nikolsky's avatar
      Bump Substrate/Polkadot/Cumulus refs (aka Weights v1.5) (#1597) · 40666343
      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 d1b6593580f07e0dbeecb7ab0aa92cee98888ed3.
      
      * use min_by
      
      * Revert "use min_by"
      
      This reverts commit 33042f49ed37e8dd0505370289e17f03bf1a56ee.
      
      * Revert "Revert "use min_by""
      
      This reverts commit 1d2204f0b14dc81e5650bb574dedb5fa78c7097d.
      
      * trigger CI
      
      * Revert "trigger CI"
      
      This reverts commit 259d91b5606743bba9d043c69f07eac6c8700ef5.
      
      * new day, new clippy warning
      
      * more clippy issues
      40666343
  4. Oct 18, 2022
  5. Oct 17, 2022
  6. Oct 10, 2022
  7. Oct 04, 2022
  8. Oct 03, 2022
    • Branislav Kontur's avatar
      Cleaning deps + satisfy `cargo build --release --all-targets --all-fe… (#1587) · 9ec3e63d
      Branislav Kontur authored
      * Cleaning deps + satisfy `cargo build --release --all-targets --all-features`
      
      * PR fixes
      9ec3e63d
    • Svyatoslav Nikolsky's avatar
      Read extrinsic dispatch result for mined transaction (#1582) · 9d3b81f9
      Svyatoslav Nikolsky authored
      * read extrinsic dispatch result for mined transaction
      
      * commit for the history
      
      * Revert "commit for the history"
      
      This reverts commit 99341b04750639db296172cc1432bd70e458ef4b.
      
      * Revert "read extrinsic dispatch result for mined transaction"
      
      This reverts commit 662b776cbf992be9f1637e52f023b782e8c441d1.
      
      * 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
      9d3b81f9
  9. Sep 30, 2022
  10. Sep 26, 2022
  11. Sep 23, 2022
  12. Sep 22, 2022
  13. Sep 20, 2022
  14. Sep 14, 2022
    • Svyatoslav Nikolsky's avatar
      TransactionInvalidationTracker (#1544) · db189aec
      Svyatoslav Nikolsky authored
      * TransactionInvalidationTracker
      
      * TransacitonInvalidationTracker -> TransactionTracker
      
      * change sign_transaction method
      
      * clippy and spelling
      
      * removed comment
      
      * more transactiontracker tests
      
      * stalls_when_transaction_tracker_returns_error
      
      * remove test code
      
      * remove "impl TransactionTracker for ()"
      
      * enum TrackedTransactionStatus
      
      * test TransactionTracker in on_transaction_status
      
      * do_wait
      db189aec
  15. Sep 09, 2022
    • Svyatoslav Nikolsky's avatar
      Expand docs on ParasPalletName (#1571) · 95e31922
      Svyatoslav Nikolsky authored
      * expand docs on ParasPalletName
      
      * fmt
      95e31922
    • Svyatoslav Nikolsky's avatar
      Add events to the bridge parachains pallet (#1568) · 56bfa87a
      Svyatoslav Nikolsky authored
      * add events to the bridge parachains pallet
      
      * clippy + spellcheck
      
      * fix compilation
      
      * untracked is not a word?
      56bfa87a
    • Svyatoslav Nikolsky's avatar
      update Substrate/Polkadot/Cumulus refs (#1562) · 63bc67ae
      Svyatoslav Nikolsky authored
      * update Substrate/Polkadot/Cumulus refs
      
      * finality-grandpa 0.16
      
      * fix miillau-runtime compilation
      
      * fix rialto runtime compilation
      
      * fixed rialto-parachain runtime compilation
      
      * backport GRANDPA test fixes
      
      * helper instead of removed record_all_keys
      
      * substrate-relay is compiling
      
      * millau-bridge-node at least compiles
      
      * rialto-bridge-node at least compiles
      
      * rialto-parachain-collator compiles
      
      * fixings tests (wip)
      
      * fmt
      
      * fixed BEEFY alert
      
      * clippy
      
      * removed unused dep
      
      * -extra var
      
      * move Leaf to mod mmr
      
      * fix benchmarks
      63bc67ae
  16. Sep 05, 2022
  17. Aug 30, 2022
  18. Aug 26, 2022
  19. Aug 22, 2022
  20. Aug 19, 2022
  21. Aug 18, 2022
  22. Aug 17, 2022
  23. Aug 12, 2022