cryptonative-ch / aqua-smartcontracts

⛓️ Aqua Smart Contracts
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Remove grace period out of EasyAuction #47

Closed martinkrung closed 3 years ago

martinkrung commented 3 years ago

name: remove grace period out of EasyAuction

Description

I compared the grace work for the grace period to the commit of EasyAuction without grace period and removed it. I made a new file EasyAuctionGrace and a folder 'EasyAuctionGrace' for the library used.

Motivation and Context

At this point we don't want to have the additional complexity for a grace period because this only works if could be reflected in the FE in a good way, otherwise. We may add this in the future, if we see EasyAuction well recieved.

How Has This Been Tested?

yarn test

Types of changes

Checklist: