solidity/test
benjaminion 0175008ffa LLL: Fix msg macro with six arguments.
The previous macro used the set built-in in a way incompatible with the current
implementation of set. This commit updates the macro to be more transparent in how it's
working and avoids the use of the set and alloc built-ins.
2017-06-22 13:46:52 +01:00
..
contracts Use keccak256() in tests (and not sha3()) 2017-05-30 12:33:04 +01:00
libdevcore Replace cpp-ethereum with solidity in the license headers 2017-02-02 10:06:28 +00:00
libevmasm Fix licensing headers 2016-11-23 12:22:33 +01:00
libjulia Initial EVM1.5 assembly implementation. 2017-06-08 15:52:44 +02:00
liblll LLL: Fix msg macro with six arguments. 2017-06-22 13:46:52 +01:00
libsolidity Merge pull request #2416 from federicobond/multiple-specifiers 2017-06-19 12:00:04 +02:00
boostTest.cpp Option to disable/remove all tests that require IPC. 2017-04-26 12:36:15 +02:00
CMakeLists.txt Refactor to abstract assembly to JULIA. 2017-05-19 19:20:28 +02:00
cmdlineTests.sh Put filename in quotes. 2017-05-19 17:58:07 +02:00
ExecutionFramework.cpp Create getBlockByNumber RPC method 2017-02-10 13:24:56 +00:00
ExecutionFramework.h Add blockNumber and blockTimestamp to ExecutionFramework 2017-02-10 13:24:56 +00:00
fuzzer.cpp Fix return value in the fuzzer. 2017-05-03 12:27:01 +02:00
Metadata.cpp Split out common metadata validation code 2017-05-06 11:28:01 +01:00
Metadata.h Split out common metadata validation code 2017-05-06 11:28:01 +01:00
RPCSession.cpp Issue 2279: Log JSON RPC requests and responses when --log_level=message is provided to soltest 2017-05-17 12:57:55 -07:00
RPCSession.h Just bigger numbers 2017-04-25 16:47:44 +02:00
TestHelper.cpp Option to disable/remove all tests that require IPC. 2017-04-26 12:36:15 +02:00
TestHelper.h Option to disable/remove all tests that require IPC. 2017-04-26 12:36:15 +02:00