Skip to content

Releases: morpho-org/morpho-blue-subgraph

v1.6.1

13 Feb 21:03
Compare
Choose a tag to compare

1.6.1 (2024-02-13)

Bug Fixes

  • price: wrong price feed for wbtc (7d714dc)

v1.6.0

13 Feb 08:04
Compare
Choose a tag to compare

1.6.0 (2024-02-13)

Features

  • prices: price new tokens (9148a41)

v1.5.0

12 Feb 14:48
Compare
Choose a tag to compare

1.5.0 (2024-02-12)

Features

Bug Fixes

v1.4.0

07 Feb 10:30
fc00cca
Compare
Choose a tag to compare

1.4.0 (2024-02-07)

Features

v1.3.2

27 Jan 22:47
Compare
Choose a tag to compare

1.3.2 (2024-01-27)

Bug Fixes

  • metamorpho: explicit cast (017e7cf)
  • metamorpho: wrong shares conversion (61d6e28)

v1.3.1

27 Jan 22:21
Compare
Choose a tag to compare

1.3.1 (2024-01-27)

Bug Fixes

  • metamorpho: do not throw if pending values are zero (a0f8288)

v1.3.0

26 Jan 10:30
Compare
Choose a tag to compare

1.3.0 (2024-01-26)

Features

v1.2.0

19 Jan 16:10
Compare
Choose a tag to compare

1.2.0 (2024-01-19)

Features

  • blue: call updateMarketAndProtocolData after tx accounting (111ced6)

v1.1.0

18 Jan 20:41
Compare
Choose a tag to compare

1.1.0 (2024-01-18)

Features

  • compute total borrow at market update (a066908)

v1.0.0

18 Jan 15:25
Compare
Choose a tag to compare

1.0.0 (2024-01-18)

Features

  • adapt to mainnet version (d9a6651)
  • add _MarketList (723af05)
  • add chainlink templates (704406b)
  • add ci to dpeloy on the hosted service (ce397a2)
  • add commilint (84c4651)
  • add fee to a market (8668b32)
  • add linting configuration (b39b312)
  • add Market handling (532ea72)
  • add maths (41a5372)
  • add messari-subgraph structure (6cb9de9)
  • add MIT license (37a1ce8)
  • add rates by using the IRM view function (58e8f45)
  • add semantic release configuration (a26c2ea)
  • better handling of positions changes (f96528f)
  • compute liquidationPenalty (c7a81c9)
  • create templates (1702d75)
  • handle flash loans (ae72ab8)
  • handle liquidation (d1b4f0a)
  • handle positions (5556d55)
  • handle protocol & market data (523e257)
  • metaMorpho: handleAccrueFee (cf9e85c)
  • metaMorpho: handleSetCurator (66a2305)
  • metaMorpho: accrue interests for each fee recipients (de609a1)
  • metaMorpho: add isCurrentFeeRecipient field to FeeRecipient entity (9d1eef2)
  • metaMorpho: add OVERRIDED state for pending values (8e518d9)
  • metaMorpho: add back link relations (b8b2c3c)
  • metaMorpho: compute vault avg rate (9cae319)
  • metaMorpho: handle allocators (348d0b8)
  • metaMorpho: handle deposit (4a8f8a3)
  • metaMorpho: handle marketCap flow (15fddeb)
  • metaMorpho: handle pending timelock (1dbdfc3)
  • metaMorpho: handle queues modifications (1a791ac)
  • metaMorpho: handle transfers (f29f668)
  • metaMorpho: handle withdraws (07f0179)
  • metaMorpho: log queue changes (prev state, added, removed, new state) (ec7dfd9)
  • metaMorpho: submitCap can clash if submitted in the same block (0389431)
  • run lint & format (3d43972)
  • update with blue abi changes (c4ab12f)

Bug Fixes

  • build errors due to typing issues (2e0db70)
  • indexing errors (b49ebab)
  • metaMorpho: isCurrentAllocator is not defined before save (96e29c9)
  • metaMorpho: OVERRIDED => OVERRIDDEN (b84a6d9)
  • metaMorpho: confusion between pendingTimelock & currentPendingTimelock (e33ea60)
  • metaMorpho: curator is not an array (1aab72a)
  • metaMorpho: fix qupplyQueue & withdrawQueue (30b561f)
  • metaMorpho: missing non nullable fields (7281e66)
  • metaMorpho: new instances of metamorpho (aaf7e59)
  • metamorpho: read non null field in accueFee (e318301)
  • metaMorpho: remove default address in metamorpho config (e611aed)
  • metamorpho: rewards recipient does not have position (f5c9e65)
  • metaMorpho: rollback to deployed ABI (3a8b188)
  • pricing: mapping key check does not work with Bytes (0b134bb)
  • remove 1 to liquidation incentive to be compliant with messari definitions (12e126a)
  • update sdk (137cae8)