-
Notifications
You must be signed in to change notification settings - Fork 15
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
Slashing #171
base: dev
Are you sure you want to change the base?
Slashing #171
Conversation
@TomasArrachea there are 2 registerOperator methods in registry coordinator and vice versa the second case is not covered in the bls agg tests I am getting these logs with RegistryError when using IS with operator sets enabled Don't know if its a configuration on my end or its in the bls agg yet
|
issue resolved |
This reverts commit b8792b4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but some functions from the Go SDK are missing:
GetOperatorAVSSplit
GetOperatorPISplit
SetOperatorAVSSplit
SetOperatorPISplit
ProcessClaims
ForceDeregisterFromOperatorSets
NewRemovePermissionTx
NewSetPermissionTx
NewAcceptAdminTx
NewAddPendingAdminTx
NewRemoveAdminTx
NewRemovePendingAdminTx
Also, some reader functions were implemented on the writer:
GetDistributionRootsLength
CurrRewardsCalculationEndTimestamp
GetCurrentClaimableDistributionRoot
GetRootIndexFromHash
GetCumulativeClaimed
CheckClaim
I will work on this on different PRs to avoid muddying this PR.
No description provided.