Skip to content

Latest commit

History

History
76 lines (50 loc) 路 3.11 KB

File metadata and controls

76 lines (50 loc) 路 3.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Common Changelog.

2.0.1 - 2025-10-22

Changed

  • Bump @sablier/evm-utils to v1.0.1 (#475)

Removed

  • Remove solady dependency (#474)

2.0.0 - 2025-10-14

Changed

  • Breaking: Replace admin with comptroller (#451, #454)
  • Breaking: Adjusting rate per second is no longer allowed with zero value (#392)
  • Breaking: Rename aggregateBalance to aggregateAmount (#418)
  • Rename SablierFlowBase to SablierFlowState (#446)
  • Bump Solidity compiler version 0.8.29 (#403)
  • Bump @openzeppelin/contracts from 5.0.2 to 5.3.0

Added

  • Add support for creating streams with a start time (#392)
  • Add PENDING status (#392)
  • Add token transfer wrapper functionality (#391)
  • Add a function to calculate minimum fee in wei (#454)
  • Emit creator address in stream creation events (#456)
  • Return refunded amount on refundMax function (#445)
  • Add @sablier/evm-utils dependency

Removed

  • Breaking: Remove the protocol fee in underlying token (#385)
  • Breaking: Remove broker fee functionality (#384)
  • Breaking: Remove return value from withdraw function (#385)
  • Breaking: Remove isPaused getter function (#440)
  • Remove Adminable and Batch contracts (moved to @sablier/evm-utils)

1.1.1 - 2025-02-05

Changed

  • Use relative path to import source contracts in test utils files (#383)

1.1.0 - 2025-01-29

Changed

  • Refactor the batch function to return an array of results if all call succeeds, and bubble up the revert if any call fails (#358)

Added

  • Add payable modifier to all the functions (#348)

1.0.0 - 2024-12-07

Added

  • Initial release