0g-chain/x/auction/spec
Ruaridh 7eede47769
Add min bid increments (#380)
* refactor bidding test

* add some more bid test cases

* add balance checks to bid tests

* add more checks to bid tests

* add min bid increments

* protect against negative lot amounts

* fix params tests

* change endblocker to beginblocker

* update spec

* fix params tests

* fix: update alias

Co-authored-by: Kevin Davis <karzak@users.noreply.github.com>
2020-02-28 17:16:22 -05:00
..
01_concepts.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
02_state.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
03_messages.md Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
04_events.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
05_params.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
06_begin_block.md Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
README.md Add min bid increments (#380) 2020-02-28 17:16:22 -05: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.