threshold-network / solidity-contracts

39 stars 18 forks source link

Allow to stake an amount equal to the minimum stake #122

Closed cygnusv closed 2 years ago

cygnusv commented 2 years ago

Change the staking pre-requisite from amount > minStake to amount >= minStake (Fixes #90)

derekpierre commented 2 years ago

Does the Council still own TokenStaking? If so, when this update gets deployed, presumably to be complete the council needs to reset the minimum amount to be 40,000 T instead of the 39,999.9999 T we did previously via https://etherscan.io/tx/0xd87665e395a2f934abc4bb7d29c5c1da86429c6cf7856e59dfb090f05c203f54#eventlog?

cygnusv commented 2 years ago

Does the Council still own TokenStaking? If so, when this update gets deployed, presumably to be complete the council needs to reset the minimum amount to be 40,000 T instead of the 39,999.9999 T we did previously via https://etherscan.io/tx/0xd87665e395a2f934abc4bb7d29c5c1da86429c6cf7856e59dfb090f05c203f54#eventlog?

Yes to both things!