Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

v0.5.0

Choose a tag to compare

@consumer-sdk-release-bot consumer-sdk-release-bot released this 13 Apr 14:42
· 16 commits to main since this release
1066e2b

Minor Changes

  • 2bb4058: Add MarketV1 (Morpho Blue) support with full suite of operations: supplyCollateral, borrow, supplyCollateralBorrow, repay, withdrawCollateral, and repayWithdrawCollateral. All actions are routed through bundler3 via GeneralAdapter1 with slippage protection (minSharePrice/maxSharePrice), LLTV buffer validation, and comprehensive position health checks. Includes shared liquidity reallocations via PublicAllocator for borrow operations, new MorphoMarketV1 entity with fetchMarket/fetchPosition, and deployless read support.

Patch Changes

  • 3e045c0: Fix total borrow calculation to include +1 wei adjustment for share-to-asset rounding in debt validation after borrowing.
  • 537539a: Fix chain ID validation in VaultV1 and VaultV2 getData methods.