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: temporary backward compatibility for json proofs #96

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

zvolin
Copy link
Member

@zvolin zvolin commented Oct 6, 2023

The proof representation had breaking change in node v0.11.0-rc14. Previously we were always setting the ignore_max_ns to true by hand, but since the rc14, we just use the value provided from json (which hadn't existed before). So to keep the compatibility with an order proofs, we should provide a true for this value if missing (when deserializing proofs in older versions)

@zvolin zvolin requested review from oblique and fl0rek October 6, 2023 13:07
Copy link
Member

@oblique oblique left a comment

Choose a reason for hiding this comment

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

For now we can accept this workaround until testnets are upgraded.

@fl0rek fl0rek merged commit a08677c into eigerco:main Oct 6, 2023
4 checks passed
@zvolin zvolin deleted the fix/backward-comp-proof branch October 6, 2023 13:24
@github-actions github-actions bot mentioned this pull request Jan 9, 2024
@zvolin zvolin mentioned this pull request Jan 12, 2024
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.

3 participants