-
Notifications
You must be signed in to change notification settings - Fork 11
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
InfractionCollector contract #266
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
InfractionCollector
(Feel free to rename it, btw!)InfractionCollector
lives in Polygon, alongsideCoordinator
andTACoChildApplication
Adjudicator
inTACoChildApplication
withInfractionCollector
InfractionCollector
will have a reference toCoordinator
and will have a permissionless methodreportDKGInfraction
, with parameters a ritual ID and an array of staking provider addresses:TACoChildApplication.penalize(stakingProviderAddress)
. See:nucypher-contracts/contracts/contracts/coordination/TACoChildApplication.sol
Line 202 in 449ec47
InfractionCollector
so they can't be reported twice.The text was updated successfully, but these errors were encountered: