Allow users to create auctions with their own parameters for time buffer and minimum percent increment. This will be our last variation of reserve auctions before auditing and deploying the omnibus - this module is a slight modification of ReserveAuctionListingEth which introduces no new security concerns, so should not need a new audit. This module will be used by a well-known DAO in the space soon, so it is ideal that they are not held up by the omnibus audit. I will also have to update the omnibus to include this functionality.
Reserve Auctions Listing Fee ETH with two added parameters - time buffer and min percent increment. They work the same as the hardcoded defaults in our other reserve auction modules, and those defaults still exist here if you pass in 0s for these parameters.
Reserve Auction Listing Adjustable Buffer Increment
Description
Allow users to create auctions with their own parameters for time buffer and minimum percent increment. This will be our last variation of reserve auctions before auditing and deploying the omnibus - this module is a slight modification of ReserveAuctionListingEth which introduces no new security concerns, so should not need a new audit. This module will be used by a well-known DAO in the space soon, so it is ideal that they are not held up by the omnibus audit. I will also have to update the omnibus to include this functionality.
Reserve Auctions Listing Fee ETH with two added parameters - time buffer and min percent increment. They work the same as the hardcoded defaults in our other reserve auction modules, and those defaults still exist here if you pass in 0s for these parameters.