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

[python] Skip versions that can't be deserialized #352

Merged
merged 1 commit into from
Apr 19, 2024
Merged

[python] Skip versions that can't be deserialized #352

merged 1 commit into from
Apr 19, 2024

Conversation

rtso
Copy link
Collaborator

@rtso rtso commented Apr 19, 2024

Description

For python processor, some versions are causing deserialization error. The hunch is that the transaction has deeply nested types and the python grpc library runs into recursion error when trying to deserialize these types. The workaround is to skip the batch in processing.

Testing

Run python nft marketplace processor starting from version 560868370 and verify that it skips up to version 560868374 (the offending version)

@rtso rtso requested a review from a team April 19, 2024 20:31
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