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

fix: typo in JSON payload #379

Merged
merged 1 commit into from
Dec 8, 2023
Merged

fix: typo in JSON payload #379

merged 1 commit into from
Dec 8, 2023

Conversation

jeluard
Copy link
Contributor

@jeluard jeluard commented Dec 7, 2023

A trailing , prevents the payload to be valid JSON.
This is problematic for implementations relying on this data to perform automated validation tests.

Copy link
Collaborator

@michaelsproul michaelsproul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, this is my mistake!

@jeluard
Copy link
Contributor Author

jeluard commented Dec 8, 2023

Thanks! Any chance this fix can be backported to existing releases?

@dapplion dapplion merged commit 2724525 into ethereum:master Dec 8, 2023
2 checks passed
@rolfyone
Copy link
Collaborator

Thanks! Any chance this fix can be backported to existing releases?

We'd have to manually hack the json from those releases... is it causing actual problems?

@michaelsproul
Copy link
Collaborator

I feel like a new release would be a cleaner soln

@rolfyone
Copy link
Collaborator

Can be done, ideally we can fix the outstanding PRs with v3 block before we do a release though.

@jeluard
Copy link
Contributor Author

jeluard commented Dec 11, 2023

Sure, we can wait for a new release.

@jeluard jeluard deleted the patch-1 branch December 11, 2023 08: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.

4 participants