You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[Feature] mintAndAddLiquidityWithCollateral: On our Option Helper contract, we have added a method that "zap"/combine actions of minting (also known as writing options) and add liquidity at a 50/50 proportion. (#273)
[Improvement] New way of managing historic options: We moved our logic from OptionFactory to our ConfigurationManager. This way it will be possible to have one single point of storing deployed options (#297)
[Economic Vulnerability] - Unmint behaviour - Now its possible to Unmint your position during the exercise window. So, in a ITM situation, the LP that provided liquidity should remove + unmint max possible + exercise the surplus in options to have the best ROI possible. (#267)
[Bug] - Unmint Precision - This bug was happening with random numbers due to lost of precision calculations. For now the person would receive a "dust" less amount when unminting their position. (Should be less than 0.01%) (#298)