0g-chain/x/auction/keeper
Ruaridh bbc5d3b7a0
Auction rest fixes (#361)
* auction query fixes

* minor formating tweaks

* add phase info to debt & surplus auctions

* add base auction struct tags

* use module name in querier paths

* update rest tx endoint to use http body

* improve invalid coins error messages

* add rest examples

* align starting auction ID with gov and cdp

* fix cdp test broken by auction ID change

* fix all tests broken by ID change
2020-02-03 10:54:00 -05:00
..
auctions_test.go Auction rest fixes (#361) 2020-02-03 10:54:00 -05: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 rest fixes (#361) 2020-02-03 10:54:00 -05:00
querier.go Auction cli/rest fixes (#319) 2020-01-21 17:41:37 +00:00