Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Update contract lib version #210

Closed amimaro closed 2 years ago

amimaro commented 2 years ago

Hi!

I updated some contracts to release-4.5 because I wasn't able to compile release-3.3 due solidity version was limited as >=0.6.0 <0.8.0.

Also there is two small fixes:

Thanks!

amimaro commented 2 years ago

I just noticed. Maybe SafeMath may be removed.

t4sk commented 2 years ago

Please make this PR only for upgrading Open Zeppelin

amimaro commented 2 years ago

Done. Just kept the address convertion to payable. Is that ok?

t4sk commented 2 years ago

@amimaro Thanks