stability-contracts icon indicating copy to clipboard operation
stability-contracts copied to clipboard

Corebase size optimization

Open a17 opened this issue 1 year ago • 0 comments

Currently, the platform core contracts have redundant and unused functionality, the deployment of which in other networks will consume extra gas.

  • VaultManager
    • [ ] move to off-chain metadata with baseUri, not use vault.getApr
  • StrategyLogic
    • move to off-chain metadata with baseUri
  • VaultBase
    • [ ] getApr
  • [ ] RMVault
  • ASF
    • [ ] remove IPlatform.rebalancer()
  • Platform
    • [ ] bridge, $.bridge
    • [ ] aprOracle, $.aprOracle
    • [ ] rebalancer, $.rebalancer

a17 avatar May 06 '24 10:05 a17