Skip to content

Pods Protocol v1.2.0

Compare
Choose a tag to compare
@Robsonsjre Robsonsjre released this 07 Sep 16:09
· 12 commits to main since this release
284d0fc
  • [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)
  • [Bug] - Remove Liquidity Precision - WIP (#299)
  • [Audit] - Some minor fixes was also included. You can check the full report here.