0g-chain/x/cdp/keeper
Kevin Davis 58deb49e55
Fix withdraw panic (#315)
* 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

* fix: don't panic if withdrawing full amount

* fix: remove debt from liquidation penalty
2020-01-22 16:56:30 +00:00
..
auctions_test.go Run begin blocker (#321) 2020-01-20 19:28:30 +00:00
auctions.go Apply Liquidation Penalty (#313) 2020-01-21 17:52:07 +00:00
cdp_test.go fix: remove redundant debt limit param (#312) 2020-01-17 13:24:43 +01:00
cdp.go Fix withdraw panic (#315) 2020-01-22 16:56:30 +00:00
deposit_test.go Fix withdraw panic (#315) 2020-01-22 16:56:30 +00:00
deposit.go R4R: Move liquidator functions to cdp module (#280) 2020-01-15 15:19:33 +01:00
draw_test.go Apply debt floor to repayments (#314) 2020-01-22 16:50:27 +00:00
draw.go Apply debt floor to repayments (#314) 2020-01-22 16:50:27 +00:00
fees_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
fees.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
integration_test.go Pricefeed fixes (#308) 2020-01-17 13:29:19 +01:00
keeper.go R4R: Move liquidator functions to cdp module (#280) 2020-01-15 15:19:33 +01:00
params.go Apply debt floor to repayments (#314) 2020-01-22 16:50:27 +00:00
querier_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
querier.go cdp cli clean up (#305) 2020-01-16 16:20:12 +01:00
seize_test.go fix: avoid panic if cdp debt > debt held by cdp account (#326) 2020-01-21 20:28:25 +00:00
seize.go fix: avoid panic if cdp debt > debt held by cdp account (#326) 2020-01-21 20:28:25 +00:00