0g-chain/x/auction
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
..
client Display auction type and phase when querying auctions (#345) 2020-01-29 08:42:03 -06:00
keeper Display auction type and phase when querying auctions (#345) 2020-01-29 08:42:03 -06:00
spec Add CDP Spec (#328) 2020-01-23 14:09:36 -05:00
types Display auction type and phase when querying auctions (#345) 2020-01-29 08:42:03 -06:00
abci_test.go Merge branch 'ro-add-debt-tracking-to-auctions' 2020-01-14 12:10:39 +01:00
abci.go Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
alias.go Auction cli/rest fixes (#319) 2020-01-21 17:41:37 +00:00
genesis_test.go Various Auction TODOs (#281) 2020-01-14 15:00:37 +01:00
genesis.go Various Auction TODOs (#281) 2020-01-14 15:00:37 +01:00
handler.go [R4R] Custom sdk.Error types for the auction module (#285) 2020-01-15 11:39:55 +01:00
module.go Various Auction TODOs (#281) 2020-01-14 15:00:37 +01:00