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

Add polygon edge support #7513

Merged
merged 1 commit into from May 26, 2023
Merged

Add polygon edge support #7513

merged 1 commit into from May 26, 2023

Conversation

sl1depengwyn
Copy link
Collaborator

@sl1depengwyn sl1depengwyn commented May 19, 2023

Fix #7090

Motivation

It turned out that Polygon edge trace is very different from geth trace, so it does not work now

Changelog

Added separate tracer for geth to work with polygon.

There are some limitations:

  • call ops are very strange in polygon edge, example:
{
                "pc": 3132,
                "op": "CALL",
                "gas": 492083345,
                "gasCost": 7400,
                "depth": 2,
                "stack": [],
                "memory": [],
                "storage": {}
}

so, to field in these cases is 0x0000000000000000000000000000000000000000

Checklist for your Pull Request (PR)

@sl1depengwyn sl1depengwyn force-pushed the mf-fix-polygon-edge branch 2 times, most recently from 3c94dc2 to aca1412 Compare May 19, 2023 11:31
@vbaranov vbaranov merged commit ea60a98 into master May 26, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants