Skip to content

Releases: FilOzone/filecoin-pay

v1.0.0

20 Oct 11:04
f0a40fe

Choose a tag to compare

M4: Filecoin Service Liftoff

This major version bump signifies that FilecoinPay v1.0.0 is the long-term stable version intended for production use on Filecoin Mainnet.

Deployed

Added

  • Performance optimization: Fee apportionment now occurs after settling all segments instead of per segment (#248)
    • Reduces redundant fee calculations
    • Simplifies bookkeeping in settlement operations
    • Applies network fee ceiling once instead of per segment
    • No breaking changes to public interfaces

Changed

  • BREAKING: Contract name changed from Payments to FilecoinPayV1 for versioning scheme (#235, #247)
    • File renamed from src/Payments.sol to src/FilecoinPayV1.sol
    • All imports and references updated throughout codebase
    • Migration note: Existing integrations must update contract references to FilecoinPayV1
  • Auction starting price updated to 0.0021 FIL (#245)

v0.6.0

06 Oct 13:43
3f022bd

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

Filecoin-Pay M3

Deployed

Added

  • Support for ERC-3009 (Transfer with authorization) (#214)
  • Support for relayers to submit deposit transactions (#217)
  • Network fee charging in settlement operations (#224)
  • IERC20 type improvements and label mapping keys (#225)
  • Fee auction functionality (#229)
  • feat: burn via precompile (#234)
  • Pagination support for _getRailsForAddressAndToken (#237)
  • feat!: Update auction starting price to 0.5 FIL (#243)

Changed

  • Restored settlement permissions allowing any participant to settle rails (#221)

Fixed

  • Network fee handling in settleTerminatedRailWithoutValidation (#223)
  • Add completed security audit report to readme (#231)

v0.5.0

19 Sep 09:50
16a7923

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

⚠️ DEPRECATION WARNING: These contracts will be deprecated before October 15, 2025, due to upcoming breaking changes.

DO NOT use these deployments for production applications or to store significant value. For updates and information about when the new set of Filecoin-Pay contracts will be deployed, track progress at: #232

Deployed

Added

  • Automated ABI publishing on release (#208)

Changed

  • Updated alpha mainnet contract address in documentation (#213)
  • Improved CI/CD workflow for project board management (#215)
  • Settlement operations now accessible by any participant (payer, payee, or operator) (#219, #220)

Fixed

  • Network fee handling in settleTerminatedRailWithoutValidation (#223)
  • Settlement permission logic corrections (#220)