0g-chain/x/cdp
Ruaridh e11b298c28 Add CDP Spec (#328)
* add overview and basic structure

* add state and params

* add basic messages

* add state transitions

* add begin block state transitions

* add missing titles

* add concepts

* add events

* update state and concepts

* update for liquidator changes

* update events

* mention module accounts

* update begin block

* update params

* update page numbering

* add fee descriptions

* add broken link linter

* add broken link linter to CI

* move link check to end of CI

* update typo

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

* address review comments

* Update x/cdp/spec/06_params.md

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

* Update x/cdp/spec/README.md

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

* Update x/cdp/spec/README.md

Co-Authored-By: Kevin Davis <karzak@users.noreply.github.com>

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2020-01-23 14:09:36 -05:00
..
client cdp cli clean up (#305) 2020-01-16 16:20:12 +01:00
keeper Fix withdraw panic (#315) 2020-01-22 16:56:30 +00:00
spec Add CDP Spec (#328) 2020-01-23 14:09:36 -05: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