1. Nov 08, 2022
    • Branislav Kontur's avatar
      Bump xcm v3 + substrate · f0cd411b
      Branislav Kontur authored
      * Bumping substrate/polkadot/cumulus
      
      * Update Cargo.lock
      
      * Fixes
      
      * Fixes for mmr
      
      * Bump clap
      
      * Fix for millau - added CompatibilityMode
      
      * Fixes for rialto-parachain
      
      * Align everywhere branch='master' and just use overrides from main Cargo.toml
      f0cd411b
  2. Nov 02, 2022
  3. Oct 28, 2022
  4. Oct 24, 2022
  5. Oct 21, 2022
  6. Oct 20, 2022
    • 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
  7. Oct 19, 2022
  8. Oct 18, 2022
  9. Oct 17, 2022
  10. Oct 10, 2022
  11. Oct 04, 2022
  12. 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
  13. Sep 30, 2022
  14. Sep 26, 2022
  15. Sep 23, 2022
  16. Sep 22, 2022
  17. Sep 20, 2022
  18. Sep 14, 2022
    • Svyatoslav Nikolsky's avatar
      TransactionInvalidationTracker (#1544) · d24be3f9
      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
      d24be3f9
    • Svyatoslav Nikolsky's avatar
      Fix "fixable" cargo deny issues (#1573) · a56fc9e2
      Svyatoslav Nikolsky authored
      * remove obsolete advisories refs
      
      * cargo update -p [email protected]
      
      * cargo update -p crossbeam-utils
      
      * cargo update -p cpufeatures
      
      * ignore RUSTSEC-2021-0139
      
      * ignore RUSTSEC-2022-0046 (we need Substrate and Polkadot to upgrade)
      
      * ignore RUSTSEC-2022-0040
      
      * cargo update -p parity-db
      a56fc9e2
  19. Sep 09, 2022