chore: prep FWSS v1.4.0 release - #598
Merged
Merged
Conversation
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the Filecoin Warm Storage Service (FWSS) v1.4.0 breaking-release metadata by updating the on-chain version constant, aligning the upgrade test’s migration-event assertion, and promoting the previously “Unreleased” changelog content into a dedicated v1.4.0 section.
Changes:
- Bump
FilecoinWarmStorageService.VERSIONfrom1.3.1to1.4.0. - Update the upgrade test to assert the
ContractUpgradedevent carries version1.4.0. - Promote release notes into a new
CHANGELOG.mdsection for1.4.0and update compare links.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| service_contracts/src/FilecoinWarmStorageService.sol | Updates the FWSS VERSION constant to 1.4.0. |
| service_contracts/test/FilecoinWarmStorageService.t.sol | Updates the upgrade/migration event assertion to expect 1.4.0. |
| CHANGELOG.md | Adds v1.4.0 breaking release notes and updates changelog reference links. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
BigLep
approved these changes
Aug 21, 2026
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
97 tasks
BigLep
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FilecoinWarmStorageService.VERSIONfrom1.3.1to1.4.00.024 + 0.10minimum to the v1.4.00.12 + 0.50 = 0.62 USDFCminimumThis starts Phase 1 of #588. It does not tag a release, deploy contracts, or publish rollout addresses.
Verification
forge test --match-contract FilecoinWarmStorageServiceUpgradeTest— 7 passed, 0 failedforge test --match-contract PriceListTest— 132 passed, 0 failedforge inspect src/FilecoinWarmStorageService.sol:FilecoinWarmStorageService storageLayout --extra-output storageLayoutforge fmt --checkgit diff --check