1. May 18, 2023
    • Adrian Catangiu's avatar
      BridgeHub[Rococo/Wococo] test batched relaying of messages and their dispatch (#2578) · 4e479992
      Adrian Catangiu authored
      
      
      Added some tests that aim to cover the runtime configuration
      that is exercised when BH receives relayed complex message.
      
      * checks correct importing of proofs for:
        bridged chain finality, bridged para heads, bridged messages,
      * checks relayer extension correctly configured to reward
        submitting relayer,
      * checks relayed message is successfully dispatched.
      
      Also moved generic test-utils from
        `asset-test-utils: parachains/runtimes/assets/test-utils`
      one level up to new crate
        `parachains-runtimes-test-utils: parachains/runtimes/test-utils`
      to be reused by BridgeHubs.
      
      Signed-off-by: default avataracatangiu <[email protected]>
      Co-authored-by: default avatarBranislav Kontur <[email protected]>
      4e479992
  2. May 17, 2023
  3. May 16, 2023
    • Branislav Kontur's avatar
      BridgeHubRococo/Wococo nits + updated subtree (#2572) · 17b2e1b3
      Branislav Kontur authored
      * Nits (merge before separatelly)
      
      * Small cosmetics for Rococo/Wococo bridge local run
      
      * Squashed 'bridges/' changes from 04b3dda6aa..5fc377ab34
      
      5fc377ab34 Support for kusama-polkadot relaying (#2128)
      01f4b7f1ba Fix clippy warnings (#2127)
      696ff1c368 BHK/P alignments (#2115)
      2a66aa3248 Small fixes (#2126)
      7810f1a988 Cosmetics (#2124)
      daf250f69c Remove some `expect()` statements (#2123)
      1c5fba8274 temporarily remove balance guard (#2121)
      3d0e547361 Propagate message receival confirmation errors (#2116)
      1c33143f07 Propagate message verification errors (#2114)
      b075b00910 Bump time from 0.3.20 to 0.3.21
      51a3a51618 Bump serde from 1.0.160 to 1.0.162
      da88d044a6 Bump clap from 4.2.5 to 4.2.7
      cdca322cd6 Bump sysinfo from 0.28.4 to 0.29.0
      
      git-subtree-dir: bridges
      git-subtree-split: 5fc377ab34f7dfd3293099c5feec49255e827812
      
      * Fix
      
      * Allow to change storage constants (DeliveryReward, RequiredStakeForStakeAndSlash) + tests
      
      * Clippy
      
      * New SA for RO/WO
      
      * Squashed 'bridges/' changes from 5fc377ab34..0f6091d481
      
      0f6091d481 Bump polkadot/substrate (#2134)
      9233f0a337 Bump tokio from 1.28.0 to 1.28.1
      a29c1caa93 Bump serde from 1.0.162 to 1.0.163
      
      git-subtree-dir: bridges
      git-subtree-split: 0f6091d48184ebb4f75cb3089befa6b92cf37335
      17b2e1b3
    • Muharem Ismailov's avatar
      Collectives integration tests xcm v3 (#2221) · 90de0687
      Muharem Ismailov authored
      * Collectives integration tests xcm v3
      
      * remove comment
      
      * review fixs
      
      ---------
      
      Co-authored-by: parity-processbot <>
      90de0687
    • Tsvetomir Dimitrov's avatar
      Bump polkadot (#2585) · 47858e90
      Tsvetomir Dimitrov authored
      
      
      * Bump polkadot
      
      * Another bump
      
      * Fix for `GrandpaJustification` + `Debug`
      
      ---------
      
      Co-authored-by: default avatarBranislav Kontur <[email protected]>
      47858e90
  4. May 15, 2023
  5. May 14, 2023
    • asynchronous rob's avatar
      Consensus utilities and rearchitecture for more dynamic collators (#2382) · 0f06804f
      asynchronous rob authored
      
      
      * implement a proposer utility for consensus
      
      * tidy up deps of new proposer crate
      
      * implement a collator-service crate
      
      * rewrite cumulus-collator to use new service struct
      
      * implement a module for relay-chain-driven collators
      
      * adapt start_collator to use the new relay_chain_driven module
      
      * move collator-service to a public submodule
      
      * create an interface trait for the proposer
      
      * begin aura reimplementation
      
      * address review comments
      
      * update substrrate git ref
      
      * update polkadot-primitives refs
      
      * rough draft of aura collation using standalone fns
      
      * add a ServiceInterface
      
      * port aura reimpl to use new service trait
      
      * add an import queue utility crate
      
      * remove import queue crate in favor of module in common
      
      * implement new verification queue for aura
      
      * implement remaining behaviors
      
      * split 'collate' into smaller functions that could be pub
      
      * add telemetry
      
      * fix doc job?
      
      * Specify async-trait patch version
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * remove 'fn@' in doc string.
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * update variable names to be more readable
      
      * refactor proposer errors to anyhow/thiserror
      
      * remove manual span instrumentation
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * make slot_claim private
      
      * fix unused import
      
      * fmt
      
      * fmt
      
      * make clippy happy
      
      ---------
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      0f06804f
  6. May 13, 2023
  7. May 12, 2023
  8. May 11, 2023
  9. May 10, 2023
  10. May 09, 2023
  11. May 08, 2023
  12. May 07, 2023
  13. May 06, 2023
  14. May 05, 2023
  15. May 04, 2023