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

Listener 2.0 #493

Merged
merged 27 commits into from
Apr 12, 2023
Merged

Listener 2.0 #493

merged 27 commits into from
Apr 12, 2023

Conversation

martinkersner
Copy link
Member

@martinkersner martinkersner commented Apr 7, 2023

Description

This PR introduces a new Orakl Network listener service. The new listener version ensures that no events are missed. It also offers to fetch old events retrospectively.

There are no changes related to settings of listener.

Architecture

flowchart LR
   launch-->latest
   latest-- repeatable job -->latest
   launch-->history
   latest-- success -->processEvent
   latest-- failure -->history
   history-->processEvent
   processEvent-- end of listener -->worker
Loading

Others

  • Updated localhost migration scripts
  • Removed localhost migration lock files
  • Added MIT license

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist before requesting a review

  • I have performed a self-review of my code.

Deployment

  • Should publish npm package
  • Should publish Docker image

@martinkersner martinkersner marked this pull request as ready for review April 10, 2023 12:35
@martinkersner
Copy link
Member Author

@kodyfanz This PR solves the issue #474 you raised. If you have time, it would be great if you can take a look at the code 🔥

Copy link
Contributor

@bayram98 bayram98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@martinkersner martinkersner merged commit 062fdd6 into master Apr 12, 2023
@martinkersner martinkersner deleted the i-465/fix/listener-miss-events branch April 12, 2023 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants