You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a bonus, there's now an extra event StakeLocked in the SortitionModule to index the stake locking (with _unlock == false) and unlocking (with _unlock == true).
This is a follow-up on PR #1228 which is not deployed yet but will be on Arbitrum Sepolia soon.
The SortitionModule must be added to the contracts to index in
subgraph.yml
(it's not currently).The main change is that these 2 events and handles should now point to the SortitionModule instead of KlerosCore.
As a bonus, there's now an extra event
StakeLocked
in the SortitionModule to index the stake locking (with _unlock == false) and unlocking (with _unlock == true).Question: perhaps this trick is not necessary anymore with the new events?
https://github.com/unknownunknown1/kleros-v2/blob/5970449533103144b6d65c0c939c34f1992ff71c/subgraph/src/KlerosCore.ts#L195C1-L198
The text was updated successfully, but these errors were encountered: