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

Backport #6304 to stable2412 #6470

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Commits on Nov 13, 2024

  1. XCMv5: add ExecuteWithOrigin instruction (#6304)

    Added `ExecuteWithOrigin` instruction according to the old XCM RFC 38:
    polkadot-fellows/xcm-format#38.
    
    This instruction allows you to descend or clear while going back again.
    
    - [x] Implementation
    - [x] Unit tests
    - [x] Integration tests
    - [x] Benchmarks
    - [x] PRDoc
    
    Modify `WithComputedOrigin` barrier to allow, for example, fees to be
    paid with a descendant origin using this instruction.
    
    ---------
    
    Signed-off-by: Adrian Catangiu <[email protected]>
    Co-authored-by: Adrian Catangiu <[email protected]>
    Co-authored-by: Andrii <[email protected]>
    Co-authored-by: Branislav Kontur <[email protected]>
    Co-authored-by: Joseph Zhao <[email protected]>
    Co-authored-by: Nazar Mokrynskyi <[email protected]>
    Co-authored-by: Bastian Köcher <[email protected]>
    Co-authored-by: Shawn Tabrizi <[email protected]>
    Co-authored-by: command-bot <>
    8 people committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    413f900 View commit details
    Browse the repository at this point in the history
  2. doc: rename prdoc

    franciscoaguirre committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3a5516b View commit details
    Browse the repository at this point in the history