Skip to content

Commit 7a3b18b

Browse files
authored
build: prep v2.2.1 PDP release (#220)
* build: prep v2.2.1 PDP release build: prep v2.2.1 PDP release * chore: update changelog and diff-links chore: update changelog and diff-links * docs: update deployed addresses docs: update deployed addresses * docs: update mainnet deployed contracts docs: update mainnet deployed contracts
1 parent 45b39e2 commit 7a3b18b

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [2.2.1] - 2025-10-08
9+
10+
### Deployed
11+
12+
**Mainnet:**
13+
- PDPVerifier Implementation: [0xbeeD1aea4167787D0CA6d8989B9C7594749215AE](https://filfox.info/en/address/0xbeeD1aea4167787D0CA6d8989B9C7594749215AE)
14+
- PDPVerifier Proxy: [0x255cd1BFE3A83889607b8A7323709b24657d3534](https://filfox.info/en/address/0x255cd1BFE3A83889607b8A7323709b24657d3534)
15+
16+
**Calibnet:**
17+
- PDPVerifier Implementation: [0x4EC9a8ae6e6A419056b6C332509deEA371b182EF](https://calibration.filfox.info/en/address/0x4EC9a8ae6e6A419056b6C332509deEA371b182EF)
18+
- PDPVerifier Proxy: [0x579dD9E561D4Cd1776CF3e52E598616E77D5FBcb](https://calibration.filfox.info/en/address/0x579dD9E561D4Cd1776CF3e52E598616E77D5FBcb/)
19+
20+
### Added
21+
22+
- Restored `createDataSet()` function for enhanced flexibility in dataset initialization, enabling empty "bucket" creation, smoother Curio integration workflows, and synapse-sdk integration ([#219](https://github.com/FilOzone/pdp/pull/219))
23+
- Implemented FVM precompiles for native payments, burn operations, and beacon randomness functionality ([#207](https://github.com/FilOzone/pdp/pull/207))
24+
825
## [2.2.0] - 2025-10-06
926

1027
### Deployed
@@ -194,7 +211,9 @@ For the set of changes since the last tag:
194211
### Performance
195212
- Performance-related improvements
196213

197-
[Unreleased]: https://github.com/filozone/pdp/compare/v2.1.0...HEAD
214+
[Unreleased]: https://github.com/filozone/pdp/compare/v2.2.1...HEAD
215+
[2.2.1]: https://github.com/filozone/pdp/compare/v2.2.0...v2.2.1
216+
[2.2.0]: https://github.com/filozone/pdp/compare/v2.1.0...v2.2.0
198217
[2.1.0]: https://github.com/filozone/pdp/compare/v2.0.0...v2.1.0
199218
[2.0.0]: https://github.com/filozone/pdp/compare/v1.1.0...v2.0.0
200219
[1.1.0]: https://github.com/filozone/pdp/compare/v1.0.0...v1.1.0

src/PDPVerifier.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ contract PDPVerifier is Initializable, UUPSUpgradeable, OwnableUpgradeable {
161161
feeStatus.nextFeePerTiB = PDPFees.DEFAULT_FEE_PER_TIB;
162162
}
163163

164-
string public constant VERSION = "2.2.0";
164+
string public constant VERSION = "2.2.1";
165165

166166
event ContractUpgraded(string version, address implementation);
167167

0 commit comments

Comments
 (0)