solidity/test
chriseth 774bb8ab3b Make function calls throw if target does not have code.
Low-level calls still just execute and will actually report "success".
This allows `x.call.value(y)()` for x being a non-contract account.
2016-08-17 11:30:40 +02:00
..
contracts Make the Solidity repository standalone. 2016-08-01 01:45:11 -07:00
libsolidity Make function calls throw if target does not have code. 2016-08-17 11:30:40 +02:00
boostTest.cpp Cleanup of test suite init. 2016-08-12 15:11:30 +02:00
CMakeLists.txt Make the Solidity repository standalone. 2016-08-01 01:45:11 -07:00
RPCSession.cpp Auto-calibrate mining sleep time. 2016-08-12 15:11:31 +02:00
RPCSession.h Auto-calibrate mining sleep time. 2016-08-12 15:11:31 +02:00
TestHelper.cpp Cleanup of test suite init. 2016-08-12 15:11:30 +02:00
TestHelper.h Exponential sleep increase on mining failure. 2016-08-12 15:11:31 +02:00