0g-chain/x/cdp
Kevin Davis 22dc15f757
Apply debt floor to repayments (#314)
* fix: remove redundant debt limit param

* wip: test pricefeed genesis

* fix: pricefeed querier

* fix: comments, naming

* fix: query path

* fix: store methods

* fix: query methods

* feat: Liquidation Penalty

* feat: enforce debt floor on repayment

* address review comments

* fix: remove debt from liquidation penalty

* test: remove payment > balance check

* feat: handle overpayment

* fix: avoid negative coins error for overpayments
2020-01-22 16:50:27 +00:00
..
client cdp cli clean up (#305) 2020-01-16 16:20:12 +01:00
keeper Apply debt floor to repayments (#314) 2020-01-22 16:50:27 +00:00
types Apply debt floor to repayments (#314) 2020-01-22 16:50:27 +00:00
abci_test.go fix: avoid panic if cdp debt > debt held by cdp account (#326) 2020-01-21 20:28:25 +00:00
abci.go R4R: Move liquidator functions to cdp module (#280) 2020-01-15 15:19:33 +01:00
alias.go Apply debt floor to repayments (#314) 2020-01-22 16:50:27 +00:00
doc.go feat: migrate modules from kava-devnet 2019-11-25 14:46:02 -05:00
genesis_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
genesis.go R4R: Move liquidator functions to cdp module (#280) 2020-01-15 15:19:33 +01:00
handler_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
handler.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
integration_test.go fix: avoid panic if cdp debt > debt held by cdp account (#326) 2020-01-21 20:28:25 +00:00
module.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00