baedrik / SCRT-sealed-bid-auction

Smart contract to implement a sealed-bid-auction on Secret Network. Includes a bash script to help the user work with auctions
GNU General Public License v3.0
26 stars 4 forks source link

Variable auction min price and price oracles #6

Open cankisagun opened 3 years ago

cankisagun commented 3 years ago

Steps: 1) Create a command to change the min. price of an auction Current approach to changes to min and existing bids _If the minprice changes we keep any valid bid valid. This means if the min was 5 and Bob bid 6, and Alice increased min bid to 8 and there are no new bids, Bob wins the auction at 5 Note: get feedback on this

2) Price oracle integration - to be detailed

baedrik commented 3 years ago

Manually changing the min bid is complete