Skip to content

Releases: Juglipaff/fair-rewards

v5.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:09
Immutable release. Only release title and notes can be modified.
b5ddfa2

5.0.3 (2026-07-17)

Bug Fixes

  • prioritize reward collection before stake withdrawal (#19) (ded8863)

v5.0.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:22
Immutable release. Only release title and notes can be modified.
e2dcf30

5.0.2 (2026-07-15)

Bug Fixes

  • trigger release for prior README revert (ac7eff3)

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:06
Immutable release. Only release title and notes can be modified.
ac47736

5.0.1 (2026-07-15)

Documentation

  • add hidden OG image for npm social preview (de1abc6)

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 08:19
Immutable release. Only release title and notes can be modified.
9b18f47

5.0.0 (2026-07-15)

⚠ BREAKING CHANGES

  • npm package renamed from @juglipaff/fair-reward-distributor to @juglipaff/fair-rewards. Contracts renamed FairRewardDistributor -> FairRewards and FairRewardDistributorERC4626 -> FairRewardsERC4626. Update imports and package.json dependency accordingly. Old package deprecated on npm.

Features

  • rename package to @juglipaff/fair-rewards (54e3626)

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:25
Immutable release. Only release title and notes can be modified.
b1c3279

4.0.0 (2026-07-15)

⚠ BREAKING CHANGES

  • separate reward collection from stake withdrawal (#13)

Features

  • separate reward collection from stake withdrawal (#13) (374bad7)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:18
Immutable release. Only release title and notes can be modified.
6679de5

3.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • _postStake / _postWithdraw / _postDistribute are removed.

Features

  • FairRewardDistributorERC4626 wrapper + ABI export + CI hardening (#11) (1094ed4)

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)

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 05 Jul 08:07
Immutable release. Only release title and notes can be modified.
db90029

1.0.6 (2026-07-05)

Bug Fixes

  • preserve per-user stakeAge across re-stake within a window (c2cd24c)

Documentation

  • fix stake-age sum rendering with MathJax (c84f337)
  • revert block-range MathJax on line 54 (5cc9ff3)
  • unify inline math to MathJax style (377aadf)
  • wrap remaining range expressions in MathJax (2cc1192)

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 04 Jul 12:22
Immutable release. Only release title and notes can be modified.
be7da46

1.0.5 (2026-07-04)

Chores

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 12:14
Immutable release. Only release title and notes can be modified.
4372e7c

1.0.4 (2026-07-04)

Chores