0g-chain/x/auction/keeper
Nick DeLuca 7ae76b8440
Auctions Clean Up - Fixes redenancy and legibility (#576)
* resolve exhibit 41 - move redundant assignment into if block and only
assign if value is false.  No need to assign true to already true value.

* fix exhibit 43 - use existing auctionID variable instead of GetID

* use improved name for auction type in case statemnt

* rename a to auction in PlaceBidSurplus for legibility (part of exhibit 44)

* rename a to auctions in PlaceForwardBidCollateral (part of exhibit 44)

* rename a to auction in PlaceReverseBigCollateral for legibility (part of exhibit 44)

* rename a to auction in PlaceBidDebt for legibility (part of exhibit 44)

* renmae rest of a to auction variables for legibility and resolve exhibit
44

* one missed rename and a typo fix
2020-06-11 14:23:58 -05:00
..
auctions_test.go update format 2020-04-30 10:23:41 -04:00
auctions.go Auctions Clean Up - Fixes redenancy and legibility (#576) 2020-06-11 14:23:58 -05:00
bidding_test.go update format 2020-04-30 10:23:41 -04:00
integration_test.go Update Auction Module (#276) 2020-01-12 16:12:22 +01:00
invariants.go [R4R] bump SDK version to v0.38.3 (#421) 2020-04-23 12:35:58 -04:00
keeper_test.go update format 2020-04-30 10:23:41 -04:00
keeper.go [R4R] Add flags to auction queries (#522) 2020-05-24 19:27:11 -07:00
math_test.go increase auction maths safety 2020-05-11 20:45:00 +01:00
math.go increase auction maths safety 2020-05-11 20:45:00 +01:00
params.go linters and format 2020-04-30 10:13:31 -04:00
querier_test.go [R4R] Add flags to auction queries (#522) 2020-05-24 19:27:11 -07:00
querier.go [R4R] Add flags to auction queries (#522) 2020-05-24 19:27:11 -07:00