mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-11-04 22:57:28 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| auctions_test.go | ||
| auctions.go | ||
| bidding_test.go | ||
| integration_test.go | ||
| invariants.go | ||
| keeper_test.go | ||
| keeper.go | ||
| math_test.go | ||
| math.go | ||
| params.go | ||
| querier_test.go | ||
| querier.go | ||