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-watcher] Create service boilerplate #604

Closed
wants to merge 11 commits into from

Conversation

agodnic
Copy link
Contributor

@agodnic agodnic commented Aug 3, 2023

Description

Tracking issue: #378

This pull request implements the boilerplate for a new service named event-watcher.

As the name implies, the service listens for events in the core layer contracts. In particular, we're interested in monitoring the transactions that generate VAAs. The service persists that information in MongoDB.

For each chain, the service has a connector that monitors events in that chain's core layer contract.

@agodnic agodnic linked an issue Aug 3, 2023 that may be closed by this pull request
5 tasks
@agodnic agodnic marked this pull request as ready for review August 4, 2023 15:42
@agodnic agodnic self-assigned this Aug 4, 2023
@agodnic agodnic requested a review from gipsh August 7, 2023 18:58
@agodnic
Copy link
Contributor Author

agodnic commented Aug 9, 2023

Outdated, closing

@agodnic agodnic closed this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[event-watcher] Create service boilerplate
1 participant