Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

BridgeHub[Rococo/Wococo] test batched relaying of messages and their dispatch #2578

Merged
merged 13 commits into from
May 18, 2023

Commits on May 16, 2023

  1. BHR-runtime: test relaying of messages and their dispatch

    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.
    
    Signed-off-by: acatangiu <[email protected]>
    acatangiu committed May 16, 2023
    Configuration menu
    Copy the full SHA
    cce8781 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    ef6de87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e85c76 View commit details
    Browse the repository at this point in the history
  3. simplify BHR runtime tests

    acatangiu committed May 17, 2023
    Configuration menu
    Copy the full SHA
    78150b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d376060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c3885 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    493a3f7 View commit details
    Browse the repository at this point in the history
  7. reduce macro usage

    acatangiu committed May 17, 2023
    Configuration menu
    Copy the full SHA
    962e12c View commit details
    Browse the repository at this point in the history
  8. fix build

    acatangiu committed May 17, 2023
    Configuration menu
    Copy the full SHA
    9d001c7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. address PR review

    acatangiu committed May 18, 2023
    Configuration menu
    Copy the full SHA
    a39159f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc70f04 View commit details
    Browse the repository at this point in the history
  3. Removed unused macro

    bkontur committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ba3c81f View commit details
    Browse the repository at this point in the history
  4. Move out HrmpChannelSource::take_outbound_messages (will be also ne…

    …eded for bridge transfer tests)
    bkontur committed May 18, 2023
    Configuration menu
    Copy the full SHA
    b41c2b6 View commit details
    Browse the repository at this point in the history