Skip to content

Release v0.0.6

Compare
Choose a tag to compare
@naddison36 naddison36 released this 21 Nov 08:04
· 1 commit to main since this release
02754fc
  • The upgrade the 3CRV Convex Meta Vault to include the following changes:
    1. Fixed charging the performance fee to store assets per share with newly minted fee shares included for the next performance period.
    2. assets per share updated after removeVault.
  • fix Curve3CrvAbstractMetaVault reset allowance
  • Hardhat task changes including
    • added convex-3crv-snap task
    • added assets in underlying vaults to convex-3crv-mv-snap task
    • added collected fees to vault snaps
    • added maxFee protection to `liq-init-swap task
    • better reporting of rewards in liq-collect-rewards task
    • add gas price to liq-init-swap task
    • task liq-donate-tokens further parameterized
    • added stored assets/share to convex-3crv-mv-snap task
    • added task vault-max-withdraw
    • added task vault-slippage to measure deposit and redeem slippage
    • deploy tasks now have optional proxy flag
  • fork test to get data for a worked sandwich attack on a Convex 3Crv vault
  • added process diagram for chargePerformanceFee
  • increase code coverage of unit and fork tests
  • added docgen script using solidity-docgen
  • created npm publish action
  • updated github actions to do not run when draft
  • updated publish config on web-config.ts
  • simplified Curve library tests
  • removed modules not used by metavaults