0g-chain/x/cdp/keeper
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
..
cdp_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
cdp.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
deposit_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
deposit.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
draw_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
draw.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01: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 R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
keeper.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
params.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
querier_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
querier.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
seize_test.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00
seize.go R4R: CDP types and methods (#275) 2020-01-12 16:35:34 +01:00