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 evm trace schema definition #234

Merged
merged 1 commit into from
Feb 21, 2024
Merged

update evm trace schema definition #234

merged 1 commit into from
Feb 21, 2024

Conversation

tmcgroul
Copy link
Contributor

EvmTraceCreateResult.address can be optional if creation wasn't successful.

{
    "debugFrame_": {
        "result": {
            "from": "0x967d458697fb512394740a37d39c3a1ca90b1a30",
            "gas": "0xd34cc",
            "gasUsed": "0xf4240",
            "input": "0x...",
            "error": "contract creation code storage out of gas",
            "value": "0x0",
            "type": "CREATE"
        }
    }
}

@tmcgroul tmcgroul requested a review from eldargab February 20, 2024 12:38
@belopash belopash merged commit a9db3ca into master Feb 21, 2024
1 check passed
@tmcgroul tmcgroul deleted the fix-schema branch February 21, 2024 22:57
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.

2 participants