-
Notifications
You must be signed in to change notification settings - Fork 7
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
create ExitChallenger service #119
Comments
Ditto: |
not a fan. i designed the modularity on purpose, so the challenger services can be stateless, and only the event service needs a DB. |
bounty timed out |
Event Scanner is already implemented here: https://github.com/leapdao/challenge-services |
@TimDaub what was your plan with event scanner? https://github.com/leapdao/challenge-services |
Usefull links. |
delivered as leapdao/challenge-services#15 with follow ups of leapdao/challenge-services#17, leapdao/challenge-services#18, leapdao/challenge-services#19 |
Bounty
this service checks for every started exit if the exit is valid. if not it tries to submit a challenge.
The service uses prevOut index to check if the UTXO registered in an exit has been spend by an exit type tx (valid exit), or by another type of transaction (invalid exit). If the UTXO has not been spent at all (should not happen, as event scanner maintains distance to chain tip), the service reports an error through slack.
Scope
DevOps Requirements
Deliverables
Gain for the project
Roles
bounty gardener: @troggy / 10%
bounty worker: @roleengineer / 70%
bounty reviewer: name / 20%
The text was updated successfully, but these errors were encountered: