-
Notifications
You must be signed in to change notification settings - Fork 49
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
Nft crawler blocklist #642
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO(zomglings): Review this more carefully before merging.
Make sure that historical crawl improvements don't clash with @Andrei-Dolgolev 's improvements.
@dataclass | ||
class ExtededFunctionCall(ContractFunctionCall): | ||
class ExtededFunctionCall: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extended
@@ -152,6 +160,76 @@ def _transform_to_w3_tx( | |||
return tx | |||
|
|||
|
|||
def _fetch_events_chunk( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO(zomglings): Why update here and not moonworm
?
Changes
How to test these changes?
Related issues