Skip to content

v1.14.0-next.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Oct 13:07
0dad5ee

1.14.0-next.1 (2025-10-10)

Bug Fixes

  • PythPriceFeed microfixes (#52) (3a668ba)
  • add future price check in pyth price feed latestRoundData (0db0d10)
  • add missing serialize() and other nits (f8d1010)
  • add missing pendle price feed test deployment (a14363c)
  • add pyth decimals sanity check (d62b0e5)
  • add syIndex / pyIndex into price computation (593aba9)
  • change core-v2 import to core-v3 (23e042f)
  • explicit casting in decimals computation (a8e18b8)
  • fix kodiak answer precision (4220625)
  • fix the_same_as price feeds test deployment (62d03a9)
  • minor constant price feed + curve twap improvements (88b1383)
  • minor fixes (7553a89)
  • more pyth price feed validation in latestRoundData (dbf6701)
  • next-related fixes (9a316de)
  • remove core-v2 dependency (8f8b710)
  • remove package-lock (d4caf28)
  • remove redundant decimals checks from pyth price feed (f8cf181)
  • replace Tokens enum with uint256 (67665e2)
  • simplify nested price feeds deployment (fc8d3a0)
  • streamlined decimals adjustment (87d69bc)
  • update core-v3 dep, silence warnings (d870794)

Features

  • add serialize to Pendle price feed (370777f)
  • add curve twap price feed and constant price feed (9639180)
  • add pricing to SY to pendle twap feed (a953900)
  • add serialization (eba6518)
  • check price conf width against price in PythPriceFeed (5c01b1f)
  • fixes after Spearbit review (#45) (5958de9)
  • kodiak island feed (4a78b19)
  • mellow price feed (#42) (db69cbd)
  • minor contracts cleanup (#47) (69f53b8)
  • minor fixes (#49) (c30b421)
  • pendle pt price feed for v3.1 (a2c6323)
  • pyth oracle (46fb82d)
  • pyth unit tests (af56d74)
  • remove controller role (1145591)
  • remove permissionless bounds updates (66ba1f5)
  • replace ACLTrait with Ownable in LPPriceFeed and update contract types (951b716)
  • small repo upgrade (#44) (99b87c9)

Reverts

  • remporarily undo latest changes to simplify merge (5edfa66)