kleros / kleros-store

Backend to store any documents (evidences, contract descriptions). UNTRUSTED
MIT License
4 stars 3 forks source link

Change the shared key between Disputes and UserProfile from hash to arbitrableContractAddress #9

Closed satello closed 6 years ago

satello commented 6 years ago

The hash being stored right now is the arbitrableContractAddress anyways. The arbitrableContractAddress is a better unique key and is more inline with how the API works

satello commented 6 years ago

Updated shared key to be a compound key arbitratorAddress + disputeId

felippenardi commented 6 years ago

@n1c01a5 Can you close this issue since #11 solved it?