0g-chain/x/auction/keeper
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
..
auctions_test.go Auction rest fixes (#361) 2020-02-03 10:54:00 -05:00
auctions.go Add min bid increments (#380) 2020-02-28 17:16:22 -05:00
bidding_test.go Add min bid increments (#380) 2020-02-28 17:16:22 -05: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