Kevin Davis
|
c049aad495
|
Minor audit fixes (#540)
* use mod and quo to calculate how many auctions to start
* check both return values in getDenomPrefix
* split auctions using weighted buckets
|
2020-06-04 08:58:39 -04:00 |
|
Kevin Davis
|
5336ccc0c0
|
Add surplus and debt auction lot params (#531)
* wip: add lot size param for surplus and debt auctions
* update tests with new params
* update spec
* address review comments
|
2020-05-31 09:59:40 -04:00 |
|
Federico Kunze
|
fe72a24aa0
|
update format
|
2020-04-30 10:23:41 -04:00 |
|
Federico Kunze
|
8853e8d3d1
|
linters and format
|
2020-04-30 10:13:31 -04:00 |
|
Ruaridh
|
d887266c24
|
Run begin blocker (#321)
* add cdp begin blocker
* fix: use reasonable defaults for surplus/debt auctions
Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
|
2020-01-20 19:28:30 +00:00 |
|
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 |
|