Skip to content

Commit e2cf54a

Browse files
authored
Merge branch 'master' into refactro/governor-is-erc721-holder
2 parents e0611a7 + ff85c7b commit e2cf54a

File tree

214 files changed

+5158
-4369
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+5158
-4369
lines changed

.changeset/beige-ducks-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/big-plums-cover.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
'openzeppelin-solidity': major
3+
---
4+
Use `abi.encodeCall` in place of `abi.encodeWithSelector` and `abi.encodeWithSignature` for improved type-checking of parameters

.changeset/blue-scissors-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openzeppelin-solidity': minor
3+
---
4+
5+
`Math`: Make `ceilDiv` to revert on 0 division even if the numerator is 0

.changeset/dirty-mangos-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eighty-crabs-listen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openzeppelin-solidity': patch
3+
---
4+
5+
Optimize `Strings.equal`

.changeset/flat-bottles-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openzeppelin-solidity': minor
3+
---
4+
5+
Replace some uses of `abi.encodePacked` with clearer alternatives (e.g. `bytes.concat`, `string.concat`).

.changeset/fluffy-gifts-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-adults-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openzeppelin-solidity': patch
3+
---
4+
5+
`ECDSA`: Use unchecked arithmetic for the `tryRecover` function that receives the `r` and `vs` short-signature fields separately.

.changeset/friendly-suits-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-worms-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openzeppelin-solidity': major
3+
---
4+
5+
`ERC1967Utils`: Refactor the `ERC1967Upgrade` abstract contract as a library.

0 commit comments

Comments
 (0)