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

Is it possible to show target of call in addition to sender? #1

Open
drortirosh opened this issue Dec 5, 2022 · 2 comments
Open

Is it possible to show target of call in addition to sender? #1

drortirosh opened this issue Dec 5, 2022 · 2 comments

Comments

@drortirosh
Copy link

The target of a call us not in an event.
It requires parsing the original handleOps transaction call, read the calldata and parse it for known method signatures.
While but trivial, it can be very helpful.

@lazycoder1
Copy link
Collaborator

Yes, this should be doable. I will pick this task soon. Prioritizing showing Mumbai and Goerli transactions in the website along with showing accurate call data for each transaction for now. Will pick this task up next week.

@lazycoder1
Copy link
Collaborator

The target has been added to the requestId details.

https://jiffy-poe95c4707ecf588dfd8ab3b253e00f45339ac3054-authority.stackos.io/requestId/0xa3178c15fb8a5d58c5ff82784bb244ee7bc6194031c89ee1a4d429096e172175

Currently it only show's transactions form an EntryPoint in goerli.
Will add polygon entry points and also a domain for it soon.

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

No branches or pull requests

2 participants