0g-chain/x/auction/keeper
Kevin Davis 8128a680cc
Ro address auction todos (#284)
* make auctions not expire without bids

* add events

* improve genesis state validation

* add genesis tests

* Keeper auctions test, types auctions test, keeper bidding test

* Resolved TODOs, added querier test

* Removed 'import x/liquidator' from keeper_test package for circleci

* Fixes for lack of liquidator module account in tests

* update comment

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

* add more events attributes

* feat: add back bidding on closed auction test

* feat: test failed debt/collateral auctions

Co-authored-by: Ruaridh <rhuairahrighairidh@users.noreply.github.com>
Co-authored-by: Denali Marsh <denalimarsh@gmail.com>
2020-01-14 16:04:47 +01:00
..
auctions_test.go Ro address auction todos (#284) 2020-01-14 16:04:47 +01:00
auctions.go Ro address auction todos (#284) 2020-01-14 16:04:47 +01:00
bidding_test.go Ro address auction todos (#284) 2020-01-14 16:04:47 +01: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 Update Auction Module (#276) 2020-01-12 16:12:22 +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 Ro address auction todos (#284) 2020-01-14 16:04:47 +01:00
querier.go Ro address auction todos (#284) 2020-01-14 16:04:47 +01:00