Axis-Fi / axis-core

Axis Protocol
https://axis.finance
Other
6 stars 1 forks source link

Improved implementation of pre-funding #37

Closed 0xJem closed 7 months ago

0xJem commented 7 months ago

Instead of tracking the pre-funding status as a boolean, this PR shifts to using a uint256 to track the prefunding amount. This makes it easier to determine the amount of base tokens to refund to the auction owner upon auction conclusion or cancellation.

0xJem commented 7 months ago

Merging this in, so we don't have too many branches open.