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.3, this PR will be updated.
release-v0.3is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonrelease-v0.3.Releases
openzeppelin-confidential-contracts@0.3.0-rc.0
openzeppelin-confidential-contracts
0.3.0-rc.0 (2025-10-09)
@fhevm/solidityfrom v0.7.0 to 0.8.0 (#202)IERC7984: ChangetokenURI()tocontractURI()following change in the ERC. (#209)ERC7984: ChangetokenURI()tocontractURI()following change in the ERC. (#209)ERC7984ObserverAccess: Add an extension for ERC7984, which allows each account to add an observer who is given access to their transfer and balance amounts. (#148)ERC7984Restricted: An extension ofERC7984that implements user account transfer restrictions. (#182)ERC7984Rwa: An extension ofERC7984, that supports confidential Real World Assets (RWAs). (#160)FHESafeMath: AddtryAddandtrySubfunctions that return 0 upon failure. (#206)ERC7984Freezable: Add an extension toERC7984, which allows accounts granted the "freezer" role to freeze and unfreeze tokens. (#151)ConfidentialFungibleTokenfiles and contracts to useERC7984instead. (#158)ERC7984Omnibus: Add an extension ofERC7984that exposes new functions for transferring between confidential subaccounts on omnibus wallets. (#186)tryIncrease(..)/tryDecrease(..)inFHESafeMath. (#183)0.2.0 (2025-08-14)
@fhevm/solidity0.7.0. (#27)Token
IConfidentialFungibleToken: PrefixtotalSupplyandbalanceOffunctions with confidential. (#93)IConfidentialFungibleToken: RenameEncryptedAmountDisclosedevent toAmountDisclosed. (#93)ConfidentialFungibleToken: Change the default decimals from 9 to 6. (#74)ConfidentialFungibleTokenERC20Wrapper: Add an internal function to allow overriding the max decimals used for wrapped tokens. (#89)ConfidentialFungibleTokenERC20Wrapper: Add an internal function to allow overriding the underlying decimals fallback value. (#133)Governance
VotesConfidential: Add votes governance utility for keeping track of FHE vote delegations. (#40)ConfidentialFungibleTokenVotes: Add an extension ofConfidentialFungibleTokenthat implementsVotesConfidential. (#40)Finance
VestingWalletConfidential: A vesting wallet that releases confidential tokens owned by it according to a defined vesting schedule. (#91)VestingWalletCliffConfidential: A variant ofVestingWalletConfidentialwhich adds a cliff period to the vesting schedule. (#91)VestingWalletConfidentialFactory: A generalized factory that allows for batch funding of confidential vesting wallets. (#102)Misc
HandleAccessManager: Minimal contract that adds a function to give allowance to callers for a given ciphertext handle. (#143)ERC7821WithExecutor: Add an abstract contract that inherits fromERC7821and adds anexecutorrole. (#102)CheckpointsConfidential: Add a library for handling checkpoints with confidential value types. (#60)TFHESafeMath: Renamed toFHESafeMath. (#137)