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

Descend XCM origin instead of clearing it where possible #109

Closed

Commits on Jul 23, 2024

  1. Descend XCM origin instead of clearing it where possible

    XCM programs that want to ensure that the following XCM instructions
    cannot command the authority of the Original Origin (such as asset
    transfer programs) should consider, where possible, using DescendOrigin
    into a demoted, safer origin rather than ClearOrigin which clears the
    origin completely.
    
    Signed-off-by: Adrian Catangiu <adrian@parity.io>
    acatangiu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d13851f View commit details
    Browse the repository at this point in the history