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
Fetching revealData -
In contracts v1, epoch is not indexed in reveal event, only stakerId is indexed.
So logs should be filtered based on stakerId. Will implement this.
Fetching bountyId -
We get bountyId from slashed event logs and we already do log filtering based on indexed bounty hunter.
It is already implemented, so no change here.
Fetching revealData -
In contracts v1, epoch is not indexed in reveal event, only stakerId is indexed.
So logs should be filtered based on stakerId. Will implement this.
Fetching bountyId -
We get bountyId from slashed event logs and we already do log filtering based on indexed bounty hunter.
It is already implemented, so no change here.
From the reveal event logs, we need to fetch all the revealed values and the respective influences for a epoch.
To perform this we don't need stakerId , we only need epoch, right?
On contracts stakerId is indexed, epoch is not.
The text was updated successfully, but these errors were encountered: