0g-chain/x/auction/spec
Ruaridh 22e168d06a Various Auction TODOs (#281)
* make auctions not expire without bids

* add events

* improve genesis state validation

* add genesis tests

* update comment

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

* add more events attributes

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2020-01-14 15:00:37 +01: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 Various Auction TODOs (#281) 2020-01-14 15:00:37 +01: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 Update Auction Module (#276) 2020-01-12 16:12:22 +01:00

auction

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

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.