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
take a look at how this contract manages solvers and use it to set isSolver property and improve information to indicate if a user was a solver, how many times isSolver flag changed.
The text was updated successfully, but these errors were encountered:
I already worked on this, the progress code is on this branch
That's indexing SolverAdded(address) and SolverRemoved(address) events. Adding and removing the flag isSolver on every user.
Mainnet version is deployed here and gc is deployed here
Before removing the previous version of how isSolver is being set, I decided to check everytime a settlement is solved to check if isSolver was set with the newest version. here
I added a redFlag property in User entity to be set every time a settle is solved by a non solver user.
please try this query on gc subgraph that is already indexed:
https://etherscan.io/address/0xC92E8bdf79f0507f65a392b0ab4667716BFE0110#code
take a look at how this contract manages solvers and use it to set isSolver property and improve information to indicate if a user was a solver, how many times isSolver flag changed.
The text was updated successfully, but these errors were encountered: