Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix(core): serialize filters properly and always rewake #61

Merged
merged 3 commits into from
Aug 31, 2020

Conversation

gakonst
Copy link
Owner

@gakonst gakonst commented Aug 28, 2020

Motivation

Fixes #51

Solution

Previously it'd serialize to ["0x123", null, null, null] which is not spec-compliant behavior. Now we serialize according to the spec. In addition we always re-wake to avoid getting stuck in the reactor's multithreaded eloop

@gakonst gakonst changed the title fix(core): serialize filters properly fix(core): serialize filters properly and always rewake Aug 31, 2020
@gakonst gakonst merged commit 6197d8b into master Aug 31, 2020
@gakonst gakonst deleted the fix/serialize-topics branch August 31, 2020 20:40
meetmangukiya pushed a commit to meetmangukiya/ethers-rs that referenced this pull request Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eth_newFilter doesn't return any logs
2 participants