We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57b221 commit f25df97Copy full SHA for f25df97
.changeset/hot-coins-judge.md
@@ -1,6 +1,5 @@
1
---
2
-'openzeppelin-solidity': patch
+'openzeppelin-solidity': minor
3
4
5
`Arrays`: Add `unsafeMemoryAccess` helpers to read from a memory array without checking the length.
6
-`ERC1155`: optimize memory accesses
.changeset/tough-drinks-hammer.md
@@ -0,0 +1,5 @@
+---
+'openzeppelin-solidity': patch
+
+`ERC1155`: Optimize array accesses by skipping bounds checking when unnecessary.
0 commit comments