solidity/test/libsolidity/semanticTests/externalContracts
Mathias L. Baumann a3de6cd60e
Merge pull request #12762 from ethereum/emptyReturnRevert
Optimize ``return(x,0) -> pop(x) return(0,0)`` (and also for ``revert``).
2022-08-22 12:42:48 +02:00
..
_base64 Add Base64 test cases with and without inline assembly 2022-03-05 19:51:46 -05:00
_prbmath Fix spelling mistakes and CI spellcheck job 2022-08-18 14:38:19 +02:00
_stringutils Fix some issues regarding checked arithmethics in stringutils 2021-04-27 17:05:40 +01:00
base64.sol Update tests. 2022-08-15 16:24:10 +02:00
deposit_contract.sol Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
FixedFeeRegistrar.sol Update tests. 2022-08-15 16:24:10 +02:00
prbmath_signed.sol Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
prbmath_unsigned.sol Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
ramanujan_pi.sol Added overflow checks after multiplication operation is executed. 2022-08-12 10:18:05 -03:00
snark.sol Added overflow checks after multiplication operation is executed. 2022-08-12 10:18:05 -03:00
strings.sol Added overflow checks after multiplication operation is executed. 2022-08-12 10:18:05 -03:00