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

Update dispatch filter #1252

Merged
merged 6 commits into from
Sep 1, 2023
Merged

Update dispatch filter #1252

merged 6 commits into from
Sep 1, 2023

Conversation

boundless-forest
Copy link
Member

@boundless-forest boundless-forest commented Aug 31, 2023

The current darwinia dispatch precompile filter uses the frontier filter by default, which blocks all the operational class runtime calls, including most of the governance calls, such as council vote, tc vote. This pr updates the filter rule to allow the both normal and operational calls to be dispatched via the precompile path.

@boundless-forest boundless-forest linked an issue Aug 31, 2023 that may be closed by this pull request
@boundless-forest boundless-forest marked this pull request as ready for review August 31, 2023 07:38
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

Copy link
Contributor

@hackfisher hackfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change release restrictions related to governance calls?

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@boundless-forest
Copy link
Member Author

Does this change release restrictions related to governance calls?

Sorry for the lack of information. I have added a more detailed description in the PR.

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

Check 7e536cc pangoro-dev

Check runtime version

Check runtime storage

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

Check 7e536cc crab-dev

Check runtime version

Check runtime storage

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

Check 7e536cc darwinia-dev

Check runtime version

Check runtime storage

@github-actions
Copy link

github-actions bot commented Sep 1, 2023

Check 7e536cc pangolin-dev

Check runtime version

Check runtime storage

+ Pallet: "AssetLimit"
+ Pallet: "AssetManager"

@AurevoirXavier AurevoirXavier added C-EVM [Component] Something about EVM C-Runtime [Component] Something about runtime labels Sep 1, 2023
@AurevoirXavier AurevoirXavier merged commit 2f0941d into main Sep 1, 2023
13 checks passed
@AurevoirXavier AurevoirXavier deleted the bear-dispatch-filter branch September 1, 2023 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-EVM [Component] Something about EVM C-Runtime [Component] Something about runtime
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Allow govern calls from dispatch precompile
3 participants