Check out the first OpenZeppelin Community Call where the team discussed everything that is included in this release.
And if you missed it, we recently announced an official bug bounty program for OpenZeppelin Contracts. Check it out!
Ownable: add an internal _transferOwnership(address). (#2568)
AccessControl: add internal _grantRole(bytes32,address) and _revokeRole(bytes32,address). (#2568)
AccessControl: mark _setupRole(bytes32,address) as deprecated in favor of _grantRole(bytes32,address). (#2568)
AccessControlEnumerable: hook into _grantRole(bytes32,address) and _revokeRole(bytes32,address). (#2946)
EIP712: cache address(this) to immutable storage to avoid potential issues if a vanilla contract is used in a delegatecall context. (#2852)
Add internal _setApprovalForAll to ERC721 and ERC1155. (#2834)
Governor: shift vote start and end by one block to better match Compound's GovernorBravo and prevent voting at the Governor level if the voting snapshot is not ready. (#2892)
GovernorCompatibilityBravo: consider quorum an inclusive rather than exclusive minimum to match Compound's GovernorBravo. (#2974)
GovernorSettings: a new governor module that manages voting settings updatable through governance actions. (#2904)
PaymentSplitter: now supports ERC20 assets in addition to Ether. (#2858)
ECDSA: add a variant of toEthSignedMessageHash for arbitrary length message hashing. (#2865)
MerkleProof: add a processProof function that returns the rebuilt root hash given a leaf and a proof. (#2841)
VestingWallet: new contract that handles the vesting of Ether and ERC20 tokens following a customizable vesting schedule. (#2748)
Governor: enable receiving Ether when a Timelock contract is not used. (#2748)
GovernorTimelockCompound: fix ability to use Ether stored in the Timelock contract. (#2748)
Ownable: add an internal _transferOwnership(address). (#2568)
AccessControl: add internal _grantRole(bytes32,address) and _revokeRole(bytes32,address). (#2568)
AccessControl: mark _setupRole(bytes32,address) as deprecated in favor of _grantRole(bytes32,address). (#2568)
AccessControlEnumerable: hook into _grantRole(bytes32,address) and _revokeRole(bytes32,address). (#2946)
EIP712: cache address(this) to immutable storage to avoid potential issues if a vanilla contract is used in a delegatecall context. (#2852)
Add internal _setApprovalForAll to ERC721 and ERC1155. (#2834)
Governor: shift vote start and end by one block to better match Compound's GovernorBravo and prevent voting at the Governor level if the voting snapshot is not ready. (#2892)
GovernorCompatibilityBravo: consider quorum an inclusive rather than exclusive minimum to match Compound's GovernorBravo. (#2974)
GovernorSettings: a new governor module that manages voting settings updatable through governance actions. (#2904)
PaymentSplitter: now supports ERC20 assets in addition to Ether. (#2858)
ECDSA: add a variant of toEthSignedMessageHash for arbitrary length message hashing. (#2865)
MerkleProof: add a processProof function that returns the rebuilt root hash given a leaf and a proof. (#2841)
VestingWallet: new contract that handles the vesting of Ether and ERC20 tokens following a customizable vesting schedule. (#2748)
Governor: enable receiving Ether when a Timelock contract is not used. (#2748)
GovernorTimelockCompound: fix ability to use Ether stored in the Timelock contract. (#2748)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @openzeppelin/contracts from 4.3.3 to 4.4.0.
Release notes
Sourced from
@openzeppelin/contracts
's releases.Changelog
Sourced from
@openzeppelin/contracts
's changelog.Commits
4961a51
4.4.094a0b8f
Make VestingWallet token event argument indexed (#2988)0413d58
add bug bounty infoa4cee9e
make setters in GovernorSettings virtual65ef662
4.4.0-rc.18b8ee57
Make quorum behavior match GovernorBravo (#2974)cf6e32f
Fix Timelock Controller description typo (#2960)3a3e643
Fix typo and reframed a sentence (#2951)462d6fa
Grammar correction in utilities doc (#2952)7013868
Fix ERC1155 supply tracking (#2956)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)