logos-co / staking

SNT Staking contracts
Creative Commons Zero v1.0 Universal
0 stars 4 forks source link

WIP: Implement deposit and withdraw cooldown period #92

Open 0x-r4bbit opened 5 months ago

0x-r4bbit commented 5 months ago

Description

This is a work-in-progress which aims to introduce the deposit cooldown period and withdraw cooldown period. During the implementation and testing of this feature, I ran into a bug which I've described in #91

Therefore, I think #14 is somewhat blocked now (unless we write tests in a way that they won't cause the bug described in #91 , but that would be only an artificial success).

I'm gonna leave this pending here until we've solved #48

Checklist

Ensure you completed all of the steps below before submitting your pull request:

0x-r4bbit commented 3 months ago

Rebased on top of latest develop as there have been some breaking changes.