solidity/libsolidity
Kamil Śliwak 1a4cc4e64d Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1
- Without this fix, nested arrays are not detected as unsupported and compiler fails on an UnimplementedError.
- Now it's consistent with how structs are handled in ABIEncoderV1.
2020-09-17 17:29:16 +02:00
..
analysis Correct the warning for homonymous, but not shadowing declarations 2020-09-15 02:39:21 +02:00
ast Fix type check for nested arrays in abi.encode/decode functions in ABIEncoderV1 2020-09-17 17:29:16 +02:00
codegen Report locations of unimplemented features. 2020-09-15 14:41:46 +02:00
formal Small fixes wrt ReasoningBasedSimplifier. 2020-09-16 18:08:54 +02:00
interface Report locations of unimplemented features. 2020-09-15 14:41:46 +02:00
parsing Merge pull request #9649 from a3d4/improve-error-coverage-erorrecovery 2020-08-31 18:33:19 +02:00
CMakeLists.txt Refactor CHC sorts 2020-09-15 16:45:50 +02:00