solidity/test/compilationTests
hrkrshnn e107d51f46 Disallow certain implicit conversions between integer types.
Disallow implicit conversion from ``uintN`` and ``intM`` when ``M > N``, and by extension, explicit
conversion between the same types are also disallowed.
2021-01-12 08:23:47 +01:00
..
corion Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
gnosis Disallow certain implicit conversions between integer types. 2021-01-12 08:23:47 +01:00
milestonetracker Update tests 2020-12-14 19:32:31 +00:00
MultiSigWallet Update tests. 2020-07-07 12:16:18 +02:00
stringutils Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
README.md Added various contracts for testing. 2017-07-05 12:39:55 +02:00

This directory contains various Solidity contract source code files that are compiled as part of the regular tests.

These contracts are externally contributed and their presence in this repository does not make any statement about their quality or usefulness.