Create README.md

This commit is contained in:
steinkirch.eth, phd 2023-06-19 09:17:09 -07:00 committed by GitHub
parent 81d3ceb4b2
commit 29bda267a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
## arithmetic errors
<br>
* solidity < 0.8: integers in overflow / underflow without any errors.
* solidity >= 0.8: default behaviour of for overflow / underflow is to throw an error.