Skip to content

Commit c4726c8

Browse files
committed
Merge branch 'master' into feature/array-bound-with-duplicates
2 parents 9a1411b + 72c642e commit c4726c8

File tree

270 files changed

+16978
-24075
lines changed

Some content is hidden

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

270 files changed

+16978
-24075
lines changed

.changeset/angry-dodos-grow.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`: Optimized gas cost of `ceilDiv` by using `unchecked`.

.changeset/brown-cooks-dress.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+
`Checkpoints`: Optimized checkpoint access by removing redundant memory usage.

.changeset/dull-ghosts-sip.md

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

.changeset/grumpy-poets-rush.md

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

.changeset/purple-squids-attend.md

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

.changeset/thirty-drinks-happen.md

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

.changeset/twenty-feet-grin.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+
`Base64`: Add `encodeURL` following section 5 of RFC4648 for URL encoding

.changeset/violet-moons-tell.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+
`AccessControlEnumerable`: Add a `getRoleMembers` method to return all accounts that have `role`.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ about: Report a bug in OpenZeppelin Contracts
1010

1111
**💻 Environment**
1212

13-
<!-- Tell us what version of OpenZeppelin Contracts you're using, and how you're using it: Truffle, Remix, etc. -->
13+
<!-- Tell us what version of OpenZeppelin Contracts you're using, and how you're using it: Hardhat, Remix, etc. -->
1414

1515
**📝 Details**
1616

.github/actions/setup/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Setup
33
runs:
44
using: composite
55
steps:
6-
- uses: actions/setup-node@v3
6+
- uses: actions/setup-node@v4
77
with:
8-
node-version: 16.x
9-
- uses: actions/cache@v3
8+
node-version: 20.x
9+
- uses: actions/cache@v4
1010
id: cache
1111
with:
1212
path: '**/node_modules'

0 commit comments

Comments
 (0)