Skip to content

Releases: pods-finance/contracts

v1.2.3 - Pods Finance Release

08 Feb 20:36
df74caf
Compare
Choose a tag to compare
  • Added ProxyDeployer to mock contracts

v1.2.2 - Pods Finance Release

14 Dec 04:05
f97fbbc
Compare
Choose a tag to compare
  • Added require to avoid 0 fees situations (#314)

v1.2.1

01 Nov 22:08
1dd7bfe
Compare
Choose a tag to compare
  • [Bugfix] Call options Unmint with interest logic: Removed strike asset from the Unmint calculation with Call options (#311 )

Pods Protocol v1.2.0

07 Sep 16:09
284d0fc
Compare
Choose a tag to compare
  • [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

31 May 20:37
4591fd3
Compare
Choose a tag to compare
  • Audited folder added (#261)
  • Scripts fixed (#258)

Pods Protocol v1.1.0

25 May 19:10
bfec0e3
Compare
Choose a tag to compare
  • [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

  • [Feature] Individual pool pause: Now it's possible to pause a certain pool instead of the whole system with the admin keys (#241)
  • [Improve] OptionAMMPool reduced: from 24kb to 20kb, using a builder strategy on our Feepool contract. (#248)

v1.0.2: Merge pull request #237 from pods-finance/develop

03 May 18:52
8252386
Compare
Choose a tag to compare

Pods Protocol v1.0.1

29 Apr 07:26
f9397d2
Compare
Choose a tag to compare

——- 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

01 Apr 15:22
87c7aff
Compare
Choose a tag to compare
  • Hello world!