Skip to content

Commit 3ca238f

Browse files
committed
chore: prep FWSS v1.0.0 changelog
chore: prep FWSS v1.0.0 changelog
1 parent 442f860 commit 3ca238f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ Configuration:
3737
This section will be filled in once E2E testing in Calibration Network with the GA release has been completed.
3838

3939
### Added
40+
- Dataset lifecycle tracking with `DataSetStatusChanged` event ([#314](https://github.com/FilOzone/filecoin-services/pull/314))
4041
- EXTRA_DATA size limits for enhanced security ([#313](https://github.com/FilOzone/filecoin-services/pull/313))
42+
- ServiceProviderRegistry capability key-value store with bloom filter validation ([#308](https://github.com/FilOzone/filecoin-services/pull/308))
43+
- New utility libraries: `BigEndian.sol` and `BloomSet.sol`
44+
- `getAllProductCapabilities()` function to retrieve all product key-value pairs
45+
- `productCapabilities()` mapping for flexible product metadata storage
4146
- Floor price set to 0.06 USDFC/month ([#320](https://github.com/FilOzone/filecoin-services/pull/320))
47+
- Mutable pricing configuration ([#325](https://github.com/FilOzone/filecoin-services/pull/325))
4248
- Random nonces for AddPieces operations ([#317](https://github.com/FilOzone/filecoin-services/pull/317))
4349
- Relaxed constraints on `setViewContract` ([#310](https://github.com/FilOzone/filecoin-services/pull/310))
4450
- Auto-verify contracts after deployment ([#272](https://github.com/FilOzone/filecoin-services/pull/272))
@@ -92,6 +98,7 @@ This section will be filled in once E2E testing in Calibration Network with the
9298
- Subgraph now uses productData from events directly ([#298](https://github.com/FilOzone/filecoin-services/pull/298))
9399
- Subgraph decodes PDP offering using ethereum.decode ([#290](https://github.com/FilOzone/filecoin-services/pull/290))
94100
- CDNPaymentRailsToppedUp event refactored ([#284](https://github.com/FilOzone/filecoin-services/pull/284))
101+
- Environment variable renamed to PDP_VERIFIER_PROXY_ADDRESS ([#292](https://github.com/FilOzone/filecoin-services/pull/292))
95102
- Updated lib/pdp to v3.1.0 with improved validator support for forward progress despite missing proofs ([#321](https://github.com/FilOzone/filecoin-services/pull/321))
96103

97104
### Removed

0 commit comments

Comments
 (0)