Skip to content

Commit

Permalink
Update to OpenZeppelin contracts 5.1.0
Browse files Browse the repository at this point in the history
The current Zeto contracts use Array.sort(), which was added in 5.1.0. They do
not compile with earlier versions of the library.

Signed-off-by: Andrew Richardson <[email protected]>
  • Loading branch information
awrichar committed Jan 4, 2025
1 parent 25bb7fa commit 436acff
Show file tree
Hide file tree
Showing 3 changed files with 11,689 additions and 4 deletions.
3 changes: 1 addition & 2 deletions solidity/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ cache
typechain-types
ignition/deployments
.openzeppelin
package-lock.json
**/*costs.csv
**/*_plot.png
**/*_plot.png
Loading

0 comments on commit 436acff

Please sign in to comment.