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.2
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onrelease-v0.2
.Releases
[email protected]
openzeppelin-confidential-contracts
0.2.0-rc.1 (2025-07-12)
VestingWalletConfidential
: A vesting wallet that releases confidential tokens owned by it according to a defined vesting schedule. (#108)VestingWalletCliffConfidential
: A variant ofVestingWalletConfidential
which adds a cliff period to the vesting schedule.VestingWalletExecutorConfidential
: A variant ofVestingWalletConfidential
which allows a trusted executor to execute arbitrary calls from the vesting wallet.IConfidentialFungibleToken
: PrefixtotalSupply
andbalanceOf
functions with confidential. (#108)ERC7821WithExecutor
: Add an abstract contract that inherits fromERC7821
and adds anexecutor
role. (#108)ConfidentialFungibleTokenERC20Wrapper
: Add an internal function to allow overriding the maximum decimals value. (#108)VestingWalletCliffExecutorConfidentialFactory
: Fund multipleVestingWalletCliffExecutorConfidential
in batch. (#108)0.2.0-rc.0 (2025-07-04)
@fhevm/solidity
0.7.0. (#77)ConfidentialFungibleToken
: Change the default decimals from 9 to 6. (#74)ConfidentialFungibleTokenVotes
: Add an extension ofConfidentialFungibleToken
that 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)