.. |
cmdlineTests
|
Do not warn about enabled ABIEncoderV2 anymore.
|
2019-11-26 15:49:42 +01:00 |
compilationTests
|
Adjusts compilation tests to read-only array length.
|
2019-11-19 16:09:21 +01:00 |
contracts
|
Adjusts end-to-end tests to read-only array length.
|
2019-11-19 21:11:14 +01:00 |
evmc
|
Update to EVMC7
|
2019-11-20 00:18:32 +01:00 |
externalTests
|
Merge pull request #7584 from ethereum/callback-context
|
2019-11-26 15:29:03 +01:00 |
formal
|
Proofs for the overflow and underflow conditions in checked arithmetic for Sol->Yul code generation.
|
2019-06-20 15:58:10 +02:00 |
libdevcore
|
Make use of C++17 std::optional<> instead of boost::optional<>.
|
2019-10-28 11:39:30 +01:00 |
libevmasm
|
Optimize obsolete ANDs in combination with certain SHIFTs
|
2019-03-29 10:08:05 +01:00 |
liblangutil
|
Add Steve Johnson-style parser recovery rules:
|
2019-06-17 14:47:07 +02:00 |
liblll
|
add chainid and selfbalance to lllc
|
2019-09-09 23:35:36 +03:00 |
libsolidity
|
Do not warn about enabled ABIEncoderV2 anymore.
|
2019-11-26 15:49:42 +01:00 |
libyul
|
Merge remote-tracking branch 'origin/develop' into merge_develop_060
|
2019-11-20 12:27:40 +01:00 |
tools
|
Introduce callback context in libsolc
|
2019-11-22 11:42:39 +00:00 |
.solhint.json
|
Test require with string literals
|
2019-11-13 12:01:25 +01:00 |
.solhintignore
|
Add style checker
|
2019-08-05 13:00:30 +02:00 |
boostTest.cpp
|
Replace preprocessor macros with constexpr expressions.
|
2019-09-11 13:03:05 +02:00 |
buglist_test_vectors.md
|
Update bug description, add regex and tests.
|
2018-09-10 12:58:40 +02:00 |
buglistTests.js
|
Buglist check script supports json paths
|
2018-09-06 18:42:21 +02:00 |
CMakeLists.txt
|
Do not rely on cmake's GLOB for test/
|
2019-11-08 16:12:42 +01:00 |
cmdlineTests.sh
|
Add backup extension to all sed commands in the command line tests for OSX sed.
|
2019-09-06 14:19:49 +02:00 |
Common.cpp
|
Replace preprocessor macros with constexpr expressions.
|
2019-09-11 13:03:05 +02:00 |
Common.h
|
Update evmone version to v0.3.0 in docs and scripts
|
2019-11-19 16:49:43 +01:00 |
docsCodeStyle.sh
|
Add style checker
|
2019-08-05 13:00:30 +02:00 |
EVMHost.cpp
|
Add new gas price for deployed bytecode (EIP2028)
|
2019-11-19 17:09:18 +01:00 |
EVMHost.h
|
Add new gas price for deployed bytecode (EIP2028)
|
2019-11-19 17:09:18 +01:00 |
ExecutionFramework.cpp
|
Update EVMC to 6.3.1
|
2019-11-07 10:41:14 +00:00 |
ExecutionFramework.h
|
Provide different options for reason strings.
|
2019-11-07 14:13:53 +01:00 |
externalTests.sh
|
Migrates solc-js test to ext. test infrastructure.
|
2019-09-25 16:03:08 +02:00 |
InteractiveTests.h
|
Tests
|
2019-08-15 16:30:05 +02:00 |
Metadata.cpp
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-10-28 15:21:49 +01:00 |
Metadata.h
|
Make use of C++17 std::optional<> instead of boost::optional<>.
|
2019-10-28 11:39:30 +01:00 |
Options.cpp
|
Run tests with both ABIV2 and Yul optimizer.
|
2019-04-04 13:18:30 +02:00 |
Options.h
|
Support EVM Version rules for extracted tests.
|
2019-03-15 17:23:20 +01:00 |
TestCase.cpp
|
Make use of C++17 std::optional<> instead of boost::optional<>.
|
2019-10-28 11:39:30 +01:00 |
TestCase.h
|
Support multiple sources for syntax tests.
|
2019-08-19 14:45:26 +02:00 |