Refactor DoubleEndedQueue (#4150)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Hadrien Croubois
2023-07-27 20:37:31 +02:00
committed by GitHub
parent 7222a31d54
commit 7c02b5cab2
7 changed files with 104 additions and 160 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': major
---
`DoubleEndedQueue`: refactor internal structure to use `uint128` instead of `int128`. This has no effect on the library interface.