Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7

This commit is contained in:
Francisco Giordano
2020-09-08 20:14:42 -03:00
70 changed files with 2345 additions and 540 deletions

View File

@ -9,7 +9,7 @@ pragma solidity ^0.7.0;
library SignedSafeMath {
int256 constant private _INT256_MIN = -2**255;
/**
/**
* @dev Returns the multiplication of two signed integers, reverting on
* overflow.
*