Commit Graph

9 Commits

Author SHA1 Message Date
Kevin Davis
9b1bf55be7
R4R: Move liquidator functions to cdp module (#280)
* wip: tpyes and keeper methods

* wip: iterators

* wip: types and keeper methods

* wip: add msgs

* wip: client methods

* wip: rebase develop

* wip: types tests

* wip: keeper tests, small fixes

* wip: add cdp tests

* wip: deposit tests

* wip: keeper tests

* wip: tests and module methods

* feat: error when fetching expired price

* feat: conversion factor for external assets

* feat: debt floor for new cdps

* feat: save deposits on export genesis

* feat: ensure messages implement msg

* feat: index deposits by status

* fix: stray comment

* wip: address review comments

* address review comments

* wip: move liquidation to cdp module

* wip: handle liquidations directly

* wip: use new auction interface

* feat: auction collateral in cdp begin block

* feat: update param validation

* feat: surplus and debt auctions

* address review comments

* address review comments

* fix: auction multiple deposits

* clean up netting function
2020-01-15 15:19:33 +01:00
Kevin Davis
d849d690e5
R4R: CDP types and methods (#275)
* wip: tpyes and keeper methods

* wip: iterators

* wip: types and keeper methods

* wip: add msgs

* wip: client methods

* wip: rebase develop

* wip: types tests

* wip: keeper tests, small fixes

* wip: add cdp tests

* wip: deposit tests

* wip: keeper tests

* wip: tests and module methods

* feat: error when fetching expired price

* feat: conversion factor for external assets

* feat: debt floor for new cdps

* feat: save deposits on export genesis

* feat: ensure messages implement msg

* feat: index deposits by status

* fix: stray comment

* wip: address review comments

* address review comments
2020-01-12 16:35:34 +01:00
rhuairahrighairigh
e6a96fa4da update cli tests 2019-09-12 12:19:13 -04:00
rhuairahrighairigh
7257bee903 remove deployment from main repo 2018-08-14 10:06:01 -04:00
rhuairahrighairigh
a91f86cd72 add new deployment 2018-06-24 00:51:32 +01:00
rhuairahrighairigh
666a034608 add docker setup 2018-06-21 14:15:00 +01:00
rhuairahrighairigh
a2d4299b99 update sdk 2018-06-16 22:34:07 +01:00
rhuairahrighairigh
3e552c375b update gitignore 2018-06-16 17:20:46 +01:00
rhuairahrighairigh
e75dfb7b9c add gitignore 2018-05-25 14:52:09 +01:00