NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
101 stars 77 forks source link

Chore: upgrade OpenZeppelin `0.11.0` -> `0.14.0` #217

Closed misicnenad closed 1 week ago

misicnenad commented 1 month ago

We still depend on v0.11.0 and it's causing issues for some users who use SBE contracts. The current OZ version is v0.14.0, it has better checks and error messages.

julio4 commented 1 month ago

Agree! There was some blocking due to the current OZ version. See constant AMM tests

julio4 commented 3 weeks ago

Updated with new version 0.14.0