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

feat: fetch minimal data and cache where possible #167

Closed satello closed 6 years ago

satello commented 6 years ago
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 777


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/resources/Disputes.js 0 1 0.0%
src/contracts/implementations/arbitrable/Arbitrable.js 1 4 25.0%
src/utils/StoreProviderWrapper.js 1 4 25.0%
src/contracts/implementations/arbitrator/Kleros.js 4 31 12.9%
<!-- Total: 6 40 15.0% -->
Files with Coverage Reduction New Missed Lines %
src/utils/StoreProviderWrapper.js 1 2.86%
src/resources/Disputes.js 1 5.26%
src/contracts/implementations/arbitrable/Arbitrable.js 2 5.26%
src/contracts/implementations/arbitrator/Kleros.js 5 2.45%
<!-- Total: 9 -->
Totals Coverage Status
Change from base Build 770: -0.09%
Covered Lines: 201
Relevant Lines: 1001

💛 - Coveralls