solidity/test/liblll
benjaminion 3299c479b6 LLL: fix handling of "sha3" expression
When PR #2317 changed the EVM opcode from SHA3 to KECCAK256 it broke the `(sha3 loc len)` expression in LLL. This PR fixes things while allowing existing code using the sha3 expression (such as the ENS registrar) to continue to compile.  I.e. both `(keccak256 loc len)` and `(sha3 loc len)` may be used, and the existing related sha3 macros continue to work.

Three end-to-end test cases have been added for kekkac256 and sha3.
2017-06-13 22:20:14 +01:00
..
EndToEndTest.cpp LLL: fix handling of "sha3" expression 2017-06-13 22:20:14 +01:00
ExecutionFramework.cpp LLL: add end-to-end tests 2016-11-29 21:54:27 +00:00
ExecutionFramework.h LLLExecutionFramework doesn't support contractName/libraryAddresses 2016-11-29 21:54:28 +00:00
Parser.cpp Fix the expectation about the parse 2017-06-13 12:21:28 +02:00