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

feat: flag sudo to wrap extrinsic #349

Open
wants to merge 6 commits into
base: feat-call-extrinsic-call-data
Choose a base branch
from

Conversation

AlexD10S
Copy link
Collaborator

@AlexD10S AlexD10S commented Nov 25, 2024

This PR is part of the pop call parachain feature. It adds the ability to submit an extrinsic as a sudo operation using the --sudo flag, wrapping the selected extrinsic with sudo privileges.

For testing:
You can run pop call parachain interactively to select the extrinsic you want to execute and choose to run it as a sudo at the end.
Alternatively, you can specify it directly in the command line with:
pop call parachain --pallet System --extrinsic remark --args "0x11" --url ws://localhost:9944/ --suri //Alice --sudo

@AlexD10S AlexD10S force-pushed the feat-call-extrinsic-call-data branch from 44d2fd8 to dab1404 Compare November 28, 2024 16:38
@AlexD10S AlexD10S force-pushed the feat-call-extrinsic-sudo-wrap branch from 1e81daf to c99d069 Compare November 29, 2024 11:00
@AlexD10S AlexD10S marked this pull request as ready for review December 2, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant