Axis-Fi / axis-core

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

AuctionHouse: Allow claiming multiple bids at once for the same auction #60

Closed Oighty closed 5 months ago

Oighty commented 6 months ago

Basic idea is to change the claim function to take an array of bidIds instead of a single one. Iterate through them, claiming for the sender. This will allow projects to do "sponsored claims" if they want.