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

[Bug] Removing strict json decoding in ExecutionPayloadV2 with deny_unknown_fields #1733

Closed
avalonche opened this issue Dec 2, 2024 · 0 comments · Fixed by #1740
Closed
Labels
bug Something isn't working

Comments

@avalonche
Copy link

Component

network, json-rpc, serde

What version of Alloy are you on?

No response

Operating System

macOS (Apple Silicon)

Describe the bug

Due to strict json decoding on the latest op-geth getting

error calling get_payload_v3 error=Parse error: unknown field `depositRequests` at line 1 column 1753

when decoding ExecutionPayloadV3. Other execution payloads do not have strict json decoding and it would be great if the json deserialisation can be relaxed.

@avalonche avalonche added the bug Something isn't working label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant