Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,35 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

### Added

### Changed

### Fixed

## [0.6.0] - Filecoin-Pay M3

### Deployed
- **Calibration**: [0x6dB198201F900c17e86D267d7Df82567FB03df5E](https://calibration.filfox.info/en/address/0x6dB198201F900c17e86D267d7Df82567FB03df5E)
- **Mainnet**: [0x7DaE6F488651ec5CEE38c9DFbd7d31223eAe1DDE](https://filfox.info/en/address/0x7DaE6F488651ec5CEE38c9DFbd7d31223eAe1DDE)

### Added
- Support for ERC-3009 (Transfer with authorization) ([#214](https://github.com/FilOzone/filecoin-pay/pull/214))
- Support for relayers to submit deposit transactions ([#217](https://github.com/FilOzone/filecoin-pay/pull/217))
- Network fee charging in settlement operations ([#224](https://github.com/FilOzone/filecoin-pay/pull/224))
- IERC20 type improvements and label mapping keys ([#225](https://github.com/FilOzone/filecoin-pay/pull/225))
- Fee auction functionality ([#229](https://github.com/FilOzone/filecoin-pay/pull/229))
- feat: burn via precompile ([#234](https://github.com/FilOzone/filecoin-pay/pull/234))
- Pagination support for `_getRailsForAddressAndToken` ([#237](https://github.com/FilOzone/filecoin-pay/pull/237))
- feat!: Update auction starting price to 0.5 FIL ([#243](https://github.com/FilOzone/filecoin-pay/pull/243))

### Changed
- Restored settlement permissions allowing any participant to settle rails ([#221](https://github.com/FilOzone/filecoin-pay/pull/221))

### Fixed
- Network fee handling in `settleTerminatedRailWithoutValidation` ([#223](https://github.com/FilOzone/filecoin-pay/pull/223))
- Add completed security audit report to readme ([#231](https://github.com/FilOzone/filecoin-pay/pull/231))


## [0.5.0] - Filecoin-Pay Developer Preview

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ The Filecoin Pay Payments contract enables ERC20 token payment flows through "ra

## Deployment Info

- On calibration net at `0x0E690D3e60B0576D01352AB03b258115eb84A047`
- Filecoin Pay Contract (Alpha) is on Mainnet at `0x8c81C77E433725393Ba1eD5439ACdA098278eE1A`
- **⚠️ WARNING (issued 2025-08-18): May be deprecated within 1-month without migration support. DO NOT use this deployment for production applications or store significant value.**
Check the latest deployed contracts in [CHANGELOG.md](./CHANGELOG.md)

## Security Audits

Expand Down