Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

[tracker] Collateral Management Service #802

Open
6 of 12 tasks
LayneHaber opened this issue Jan 29, 2020 · 0 comments
Open
6 of 12 tasks

[tracker] Collateral Management Service #802

LayneHaber opened this issue Jan 29, 2020 · 0 comments
Labels
Enhancement New feature or request p4: Eventual Enhancements Enhancements that will eventually be needed by users but not immediately Tracker Meta-issue to track changes further in roadmap

Comments

@LayneHaber
Copy link
Contributor

LayneHaber commented Jan 29, 2020

Things needed for 3rd party collateral management services.

1. getTargets(hashOfXpub: string) => 
{ 
  collateralize: [
    <ASSET_ID>: {
      upperBound, // collateralize up to this
      lowerBound // when this hits, collateralize, then re-request bounds
    }[]
  ],
  reclaim: [
   <ASSET_ID>: {
      upperBound, // when this hits, reclaim, re-request bounds
      lowerBound // leave this much in the channel
    }[]
  ]
}

2. getDisputes() => string[]
@LayneHaber LayneHaber added Enhancement New feature or request Tracker Meta-issue to track changes further in roadmap labels Jan 29, 2020
@LayneHaber LayneHaber added this to To do in Sprint Task Workboard via automation Jan 29, 2020
@rhlsthrm rhlsthrm moved this from To do to In progress in Sprint Task Workboard Feb 11, 2020
@rhlsthrm rhlsthrm moved this from In progress to To do in Sprint Task Workboard Mar 16, 2020
@ArjunBhuptani ArjunBhuptani removed this from To do in Sprint Task Workboard Mar 17, 2020
@ArjunBhuptani ArjunBhuptani added the p4: Eventual Enhancements Enhancements that will eventually be needed by users but not immediately label May 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement New feature or request p4: Eventual Enhancements Enhancements that will eventually be needed by users but not immediately Tracker Meta-issue to track changes further in roadmap
Projects
None yet
Development

No branches or pull requests

2 participants