0g-chain/x/auction/keeper
Ruaridh 5bdffd5c1c
Add Auction Simulations (#419)
* first pass

* fix bid amount calculation

* untested refactor of sim ops and genesis

* refactor operations and fix auction bug

* add param changes and genesis

* address minor TODO

* add first draft of invariants

* improve param generation

* complete invariants

* fix genesis tests

* log no-op better

* small fixes

* add missed comma

Co-authored-by: John Maheswaran <john@kava.io>
2020-04-13 17:01:54 +01:00
..
auctions_test.go Auction rest fixes (#361) 2020-02-03 10:54:00 -05:00
auctions.go Add Auction Simulations (#419) 2020-04-13 17:01:54 +01: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
invariants.go Add Auction Simulations (#419) 2020-04-13 17:01:54 +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