kleros / kleros-api-DEPRECATED

A Javascript library that makes it easy to build relayers and other DApps that use the Kleros protocol. DEPRECATED use https://github.com/kleros/archon for interfacing with standard arbitration contracts.
MIT License
21 stars 15 forks source link

Gracefully handle missing data in store #142

Closed satello closed 5 years ago

satello commented 6 years ago

We currently have a disjointed strategy for handling missing data in the store. Sometimes errors are thrown, but as errors are not handled in the UI it crashes the UI. To mitigate this it can also fail silently (return an empty object) so that the UI doesn't crash.