0g-chain/x/auction/keeper
Kevin Davis 55f0f8d980
Display auction type and phase when querying auctions (#345)
* feat: differentiate auction types when queried

* feat: display auction type

* feat: add phase of collateral auctions

* fix: set reverse phase directly

* feat: revert base auction, use querying specifc structs

* fix: pass auction as interface to handlers

* set reverse phase on max bid (#348)

* Revert "set reverse phase on max bid (#348)" (#351)

This reverts commit 4b855250d529a4cbecb16d9d32b25ffeaffa3a68.

* fix: missing return

* fix: include collateral auction type

* fix: always include phase field for queries

Co-authored-by: Denali Marsh <denalimarsh@gmail.com>
2020-01-29 08:42:03 -06:00
..
auctions_test.go Ro address auction todos (#284) 2020-01-14 16:04:47 +01:00
auctions.go Display auction type and phase when querying auctions (#345) 2020-01-29 08:42:03 -06:00
bidding_test.go make bidding tests independent (#322) 2020-01-21 10:06:07 +00:00
integration_test.go Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
keeper_test.go Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
keeper.go R4R: Move liquidator functions to cdp module (#280) 2020-01-15 15:19:33 +01:00
math_test.go Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
math.go Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
params.go Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
querier_test.go Auction cli/rest fixes (#319) 2020-01-21 17:41:37 +00:00
querier.go Auction cli/rest fixes (#319) 2020-01-21 17:41:37 +00:00