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

FM-140: Replace Mutex with Channel #142

Merged
merged 4 commits into from
Jul 11, 2023
Merged

FM-140: Replace Mutex with Channel #142

merged 4 commits into from
Jul 11, 2023

Conversation

aakoshh
Copy link
Contributor

@aakoshh aakoshh commented Jul 11, 2023

Closes consensus-shipyard/ipc#326
Adds to consensus-shipyard/ipc#342
Follow up on consensus-shipyard/ipc#328

Changes:

  • Added eth_getFilterLogs
  • Randomized filter ID to be unpredictable
  • Changed the subscription/filter to use channels for communication, rather than locking mutexes

@aakoshh aakoshh requested a review from adlrocha July 11, 2023 14:02
@aakoshh aakoshh merged commit 61ccda6 into master Jul 11, 2023
@aakoshh aakoshh deleted the fm-140-filter-channels branch July 11, 2023 14:39
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.

Switch from using Mutex to Channels for filters
1 participant