Add Math.modExp and a Panic library (#3298)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
5
.changeset/shiny-poets-whisper.md
Normal file
5
.changeset/shiny-poets-whisper.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Math`: Add `modExp` function that exposes the `EIP-198` precompile.
|
||||
5
.changeset/silver-swans-promise.md
Normal file
5
.changeset/silver-swans-promise.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Panic`: Add a library for reverting with panic codes.
|
||||
5
.changeset/smart-bugs-switch.md
Normal file
5
.changeset/smart-bugs-switch.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Math`: MathOverflowedMulDiv error was replaced with native panic codes.
|
||||
Reference in New Issue
Block a user