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

Allow signed origins to send arbitrary XCMs from some system chains #407

Merged

Commits on Jul 26, 2024

  1. Allow signed origins to send arbitrary XCMs from some system chains

    Relaxing the `SendXcmOrigin` filter for some of the System chains:
    - Relay Kusama: already open to signed origins and pluralities
    - Relay Polkadot: relax to same level as Kusama ^
    
    - Asset Hubs (P and K): open up to signed origins
    - People (P and K): allow signed origins
    - Encointer: allow signed origins
    
    - Collectives Polkadot: no change, only Fellows collective allowed
    - Bridge Hubs: no change, no arbitrary XCM sends allowed
    - Coretime Kusama: no change, no arbitrary XCM sends allowed
    
    We could allow it on all chains but on some of them there are no
    usecases afaict, so starting out conservative, opening it up only
    on chains where it's wanted.
    acatangiu committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    76e5576 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c090703 View commit details
    Browse the repository at this point in the history
  2. add Changelog

    acatangiu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    994c40b View commit details
    Browse the repository at this point in the history
  3. fix Changelog

    acatangiu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5bd31fd View commit details
    Browse the repository at this point in the history
  4. address comments

    acatangiu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8eef72a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 5, 2024

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