docs(changelog): draft v3.4.0 release notes and version bump#272
Merged
Conversation
65 tasks
wjmelements
reviewed
May 22, 2026
| feeStatus.nextFeePerTiB = PDPFees.DEFAULT_FEE_PER_TIB; | ||
| } | ||
|
|
||
| string public constant VERSION = "3.3.0"; |
Contributor
There was a problem hiding this comment.
The previous change (#270) bumped it to 3.3.0. I don't have a strong opinion on this though. But we didn't deploy any 3.3.0.
Contributor
Author
There was a problem hiding this comment.
The reason for the fast-forward here is that we shipped v3.3.0 release https://github.com/FilOzone/pdp/releases/tag/v3.3.0 which only had the library changes.
So the fast-forward from v3.2.0 to v3.4.0 in the deployed bytecode is to align them
Contributor
Author
There was a problem hiding this comment.
Added a changelog note explaining the version fast-forward: the live proxies still report 3.2.0, v3.3.0 was library-only with no PDPVerifier deployment, and this rollout intentionally moves deployed VERSION() from 3.2.0 to 3.4.0.
Kubuxu
approved these changes
May 22, 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
v3.4.0release notes inCHANGELOG.mdwith date and deployment fields left asTBDuntil rollout execution.PDPVerifier.VERSIONto3.4.0so the eventual implementation bytecode reports the intended release version.Notes
pdpverifier-upgrade.mdprocess/template edits; those are still being iterated separately.Validation
forge test(179tests passing)