Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XCMv5]Remove XCM testnet NetworkIds #5390

Open
wants to merge 15 commits into
base: xcm-v5
Choose a base branch
from

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    cd33e83 View commit details
    Browse the repository at this point in the history
  2. Replace unnecessary &mut self with &self in `BlockImport::import_…

    …block()` (paritytech#5339)
    
    There was no need for it to be `&mut self` since block import can happen
    concurrently for different blocks and in many cases it was `&mut Arc<dyn
    BlockImport>` anyway 🤷‍♂️
    
    Similar in nature to
    paritytech#4844
    nazar-pc authored and programskillforverification committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2ce6458 View commit details
    Browse the repository at this point in the history
  3. binary-merkle-tree: Do not spam test output (paritytech#5376)

    The CI isn't happy with the amount of output:
    https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7035621/raw
    
    ---------
    
    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    2 people authored and programskillforverification committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e83e8b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    856a3fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f16f3c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    a43ca9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d15302 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    190dca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58209c View commit details
    Browse the repository at this point in the history
  3. Update cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/…

    …lib.rs
    
    Co-authored-by: Adrian Catangiu <adrian@parity.io>
    programskillforverification and acatangiu authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    736f2ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b22604a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    1d1d7c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    9f7dc75 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    c046a5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec6498 View commit details
    Browse the repository at this point in the history