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

Implement the Claim Publisher algorithm #481

Open
3 tasks
Tracked by #375
GMKrieger opened this issue Jun 26, 2024 · 0 comments
Open
3 tasks
Tracked by #375

Implement the Claim Publisher algorithm #481

GMKrieger opened this issue Jun 26, 2024 · 0 comments
Labels
#feat:claimer Feature: claimer
Milestone

Comments

@GMKrieger
Copy link
Contributor

📚 Context

After the successful mock of the Claim Publisher (#479), the code needs to be implemented to correctly execute the service.

The validity of the functionality needs to be checked against the Rust service, who needs to correctly publish the Claim on the chain.

✔️ Solution

The Claim Publisher needs to be called at the end of every epoch, after the validator has run. It needs to correctly identify if there's a new claim, get the information from the repository, model it in the way the Rust service expects and put it on Redis.

After that, it will wait until it's called again at the end of the next epoch.

📈 Subtasks

@GMKrieger GMKrieger added the #feat:claimer Feature: claimer label Jun 26, 2024
@GMKrieger GMKrieger added this to the 2.0.0 milestone Jun 26, 2024
@GMKrieger GMKrieger moved this to 📋 Backlog in Node Unit Jun 26, 2024
@GMKrieger GMKrieger mentioned this issue Jun 26, 2024
49 tasks
@marcelstanley marcelstanley assigned GMKrieger and unassigned GMKrieger Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#feat:claimer Feature: claimer
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant