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

Event filter predicate in EventSub #150

Closed
wants to merge 2 commits into from

Commits on Jul 23, 2021

  1. ✨ [backend/eth/sub] Introduce event filter predicate.

    Use a filter predicate to let the use decide which events should be
    returned from the event sub. The default Ethereum event Queries are
    hard to use.
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    90c7370 View commit details
    Browse the repository at this point in the history
  2. ♻️ [backend/eth/channel] Use new EventSub filter.

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    b1e686d View commit details
    Browse the repository at this point in the history