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
Currently the TCR contract takes the latest meta evidence when a dispute is created. This is not the best situation as someone can put a request and then get challenged based on new meta evidence.
To fix this we need to save the meta evidence in the request struct and then use that as the dispute meta evidence.
The text was updated successfully, but these errors were encountered:
Currently the TCR contract takes the latest meta evidence when a dispute is created. This is not the best situation as someone can put a request and then get challenged based on new meta evidence.
To fix this we need to save the meta evidence in the request struct and then use that as the dispute meta evidence.
The text was updated successfully, but these errors were encountered: