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

allow detecting calls to contracts through event data #504

Open
MicaiahReid opened this issue Feb 15, 2024 · 0 comments
Open

allow detecting calls to contracts through event data #504

MicaiahReid opened this issue Feb 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MicaiahReid
Copy link
Collaborator

Currently, the contract_call predicate can check if a contract call is made to a specific method of that contract. It does this by checking the transaction and not the events that are generated from that transaction.

If a user wants to detect any contract calls that are made via another contract, that currently isn't possible. We should expand the contract_call predicate, or make a new predicate, which allows matching sub contract calls. See this discussion on discord for some possible matching patterns.

@MicaiahReid MicaiahReid added the enhancement New feature or request label Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant