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

🏛️ [EPIC] : Hermes Module - P2P Distribution of Voting Event Database for Athena #153

Open
4 tasks
Tracked by #151
stevenj opened this issue Feb 22, 2024 · 0 comments
Open
4 tasks
Tracked by #151
Labels
epic A high-level feature or collection of related user stories/tasks that span multiple issues.

Comments

@stevenj
Copy link
Collaborator

stevenj commented Feb 22, 2024

Summary

P2P distribution of the Voting Event Database

JIRA Epic

TODO

Description

Including an API where a local application can query the latest Catalyst Voting event data without reliance on a central server.

Functionality will:

  • Subscribe to a Pub/Sub channel which alerts to updates to updates to Catalyst Voting Event Data.
  • Retrieve the latest Catalyst Event Data from IPFS, based on the update event received.
  • Update the data stored in the local database.
  • Serve a copy of the latest data to distributed peers.
  • Provide dynamic endpoints that allow Catalyst Event data to be queried to enable voting on the current Fund.
  • Validate the data has been authoritatively published by a trusted source.
  • Allow the Athena user to customize which source of event data they trust.

Todo

Hermes Modules

  • Module that subscribes to a fund specific channel and processes updates to catalyst voting event data.
  • Module that retrieves updated data from IPFS and updates that data in a local database.
  • Module which provides an API to allow event data to be queried by the Athena front end.
  • Config to allow Athena user to customize the source of event data they trust.
@stevenj stevenj added the epic A high-level feature or collection of related user stories/tasks that span multiple issues. label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A high-level feature or collection of related user stories/tasks that span multiple issues.
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant