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: acl: filtering by move call package address #40

Merged
merged 7 commits into from
Feb 14, 2025

Conversation

qrayven
Copy link
Collaborator

@qrayven qrayven commented Feb 11, 2025

Adds the new filtering subject: move-call-package-address. It allows constraining the move call transaction types by the package's address.

Example of usage:

rules:
      - sender-address: ['0x0101010101010101010101010101010101010101010101010101010101010101']
        move-call-package-address: ['0x0202020202020202020202020202020202020202020202020202020202020202']
        action: allow

closes #31

@qrayven qrayven marked this pull request as ready for review February 11, 2025 11:34
@qrayven qrayven requested a review from wulfraem February 11, 2025 11:34
@qrayven qrayven merged commit 7e9faa0 into dev Feb 14, 2025
1 check passed
@qrayven qrayven deleted the qrayven/feat/acl-dst-addr branch February 14, 2025 13:51
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.

Extend Access Controller to Support Filtering by Package Address
2 participants