solidity/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
..
All.h move liblll 2016-03-21 14:58:34 +03:00
CMakeLists.txt Build jsoncpp from source using jsoncpp.cmake script 2016-10-20 22:18:13 +01:00
CodeFragment.cpp Change opcode generated by (panic) to INVALID 2017-06-13 17:01:38 +01:00
CodeFragment.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
Compiler.cpp Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
Compiler.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
CompilerState.cpp LLL: fix handling of "sha3" expression 2017-06-13 22:20:14 +01:00
CompilerState.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
Exceptions.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
Parser.cpp liblll: allow macros with no arguments 2017-06-12 15:16:08 +02:00
Parser.h Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00