Release v0.2.0 (rc) #99
Merged
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-v0.2, this PR will be updated.
release-v0.2is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonrelease-v0.2.Releases
openzeppelin-confidential-contracts@0.2.0-rc.1
openzeppelin-confidential-contracts
0.2.0-rc.1 (2025-07-11)
VestingWalletConfidential: A vesting wallet that releases confidential tokens owned by it according to a defined vesting schedule. (#99)VestingWalletCliffConfidential: A variant ofVestingWalletConfidentialwhich adds a cliff period to the vesting schedule.VestingWalletExecutorConfidential: A variant ofVestingWalletConfidentialwhich allows a trusted executor to execute arbitrary calls from the vesting wallet.IConfidentialFungibleToken: PrefixtotalSupplyandbalanceOffunctions with confidential. (#99)ERC7821WithExecutor: Add an abstract contract that inherits fromERC7821and adds anexecutorrole.ConfidentialFungibleTokenERC20Wrapper: Add an internal function to allow overriding the maximum decimals value. (#99)VestingWalletCliffExecutorConfidentialFactory: Fund multipleVestingWalletCliffExecutorConfidentialin batch.0.2.0-rc.0 (2025-07-04)
@fhevm/solidity0.7.0. (#77)ConfidentialFungibleToken: Change the default decimals from 9 to 6. (#74)ConfidentialFungibleTokenVotes: Add an extension ofConfidentialFungibleTokenthat implementsVotesConfidential. (#40)CheckpointsConfidential: Add a library for handling checkpoints with confidential value types. (#77)VotesConfidential: Add votes governance utility for keeping track of FHE vote delegations. (#40)