Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 07:57
Immutable release. Only release title and notes can be modified.
1aabcc9

2.0.0 (2026-07-06)

⚠ BREAKING CHANGES

  • _preStake / _preWithdraw / _preDistribute are removed. _stake, _withdraw, _distribute now accept uint128 liquidity directly, so consumers must narrow (e.g. via SafeCast.toUint128) at the external boundary. InsufficientStake is renamed to InsufficientLiquidity and now carries the raw uint256.

Features

  • remove pre-hooks; internal API now takes uint128 directly (d05708a)

Documentation

  • assorted README + CONTRIBUTING polish (f14814b)