Releases: pods-finance/contracts
v1.2.3 - Pods Finance Release
- Added ProxyDeployer to mock contracts
v1.2.2 - Pods Finance Release
- Added require to avoid 0 fees situations (#314)
v1.2.1
Pods Protocol v1.2.0
- [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.
Pods Protocol v1.1.1
Pods Protocol v1.1.0
- [Feature] OracleIV/AdjustedIV:
The IV used to calculate the Black Scholes price is now an average between an external oracle (initially controlled by us) and the pools’ IV (#252) - [Feature] Dynamic fees:
When someone tries to buy/sell more than 10% of the pool, it will start pay exponential fees for this trade(#250)
Those two features above are responsible for protecting the LPs
v1.0.2: Merge pull request #237 from pods-finance/develop
Changed fees structure (#237)
Pods Protocol v1.0.1
——- User level ——-
→ [BUG] fixed remove liquidity subtraction overflow bug (#202)
→ [FEATURE] Aave implementation aToken V2 (#234)
→ [FEATURE] Mumbai network supporting aTokens (#234)
——- Dev ——-
→ [FEATURE] Added liquidity method added to OptionHelper (#214)
→ [FEATURE] Spot price considered is emitted by the actions (Add/Remove/Trade) (#232)
→ [FEATURE] Added global variables to configurationManager
→ MIN_UPDATE_INTERVAL ⇒ oracle lastUpdate tolerance interval (#211)
→ GUESSER_ACCEPTABLE_RANGE ⇒ Range acceptable in SigmaGuesser numerical method (#227)
⇒ [FEATURE] Added Tenderly support (#219)
⇒ [FEATURE]Changed configurationManager visibility on option instrument (#210)
→ [FEATURE] Changed fees values from 0.3% t 0.5% (#231)
⇒ 🔥 [FEATURE] Added Matic support (#218)
⇒ 🔥 [FEATURE] Added Mainnet support (#229)
⇒ 👷♂️ [FEATURE] Updated Hardhat that supports Berlin hardfork (#212)
——- BREAKING CHANGES ——-
⇒ Faucet contracts addresses (Kovan/Mumbai) (#234)
⇒.New WETH contract address (Kovan only) (#234)
⇒ New ADAI, AUSDC addresses (Kovan/Mumbai) (#234)
⇒.New optionFactory / optionHelper / optionAMMFactory (Kovan/Mumbai) (#234)
⇒ New pool ABI w/ the spot price event (Kovan/Mumbai) (#234)
Pods Finance v1.0.0
- Hello world!