0g-chain/x/auction/spec
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
..
01_concepts.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
02_state.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
03_messages.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
04_events.md Add CDP Spec (#328) 2020-01-23 14:09:36 -05:00
05_params.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
06_end_block.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
README.md Add CDP Spec (#328) 2020-01-23 14:09:36 -05:00

auction

  1. Concepts
  2. State
  3. Messages
  4. Events
  5. Params
  6. EndBlock

Abstract

x/auction is an implementation of a Cosmos SDK Module that handles the creation, bidding, and payout of 3 distinct auction types. All auction types implement the Auction interface. Each auction type is used at different points during the normal functioning of the CDP system.