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 v0.13.4 gateway client deserialization #514

Merged
merged 3 commits into from
Mar 6, 2025

Conversation

cchudant
Copy link
Member

@cchudant cchudant commented Mar 6, 2025

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

  • Bugfix

What is the current behavior?

serde deny_unknown_fields - the reason we put that is because it forced us to support any new fields when syncing from integration and sepolia testnets.

What is the new behavior?

We don't support v0.13.4, and it seems the madara-alliance is not wanting to support it. The CI however tests the import of a few blocks on sepolia, and it is now failing because we have not implemented the new v0.13.4 changes.
This PR allows the tests to pass.

Note that however, the new v0.13.4 blocks probably still can't be imported.

Does this introduce a breaking change?

No

@cchudant cchudant force-pushed the fix-gateway-client-v0.13.4-deser branch 2 times, most recently from 7ed995b to e369fa2 Compare March 6, 2025 14:51
@cchudant cchudant force-pushed the fix-gateway-client-v0.13.4-deser branch from e369fa2 to d8db06b Compare March 6, 2025 14:53
Copy link

@HermanObst HermanObst left a comment

Choose a reason for hiding this comment

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

lgtm!

@Amitai-Starkware Amitai-Starkware merged commit 1e1a72f into main Mar 6, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants