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
{{ message }}
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.
Currently we send bounties and claims separately which led to issues like #432.
Similar to how claims are injected into owner-bounties (see code below) we should include claims with the API response. At the time of writing this "joining" is handled by a client side subscription.
Currently we send bounties and claims separately which led to issues like #432.
Similar to how claims are injected into
owner-bounties
(see code below) we should include claims with the API response. At the time of writing this "joining" is handled by a client side subscription.open-bounty/src/clj/commiteth/routes/services.clj
Lines 64 to 71 in ece5333
Ultimately we will also need to implement server-side pagination as outlined in #250.
The text was updated successfully, but these errors were encountered: