Commit Graph

20370 Commits

Author SHA1 Message Date
Bhargava Shastry
bc9510eefc Fuzz not only successful calls but those with other status codes. 2021-06-14 13:27:17 +02:00
Bhargava Shastry
5f202cedea Add custom mutation to solc reverse and bytecode optimizer fuzzers. 2021-06-14 13:27:17 +02:00
Bhargava Shastry
f5db0d0c82 Patch exec framework from develop 2021-06-14 13:27:17 +02:00
Bhargava Shastry
3a837aeed6 CMake update 2021-06-14 13:27:17 +02:00
Bhargava Shastry
d5364e43ea Add New->Old code gen comparator fuzzer 2021-06-14 13:27:17 +02:00
Bhargava Shastry
68f5632ddd Update bytecode optimiser fuzzer 2021-06-14 13:27:17 +02:00
Bhargava Shastry
0c57fbb275 Fix optional access bug for libraries 2021-06-14 13:27:17 +02:00
Bhargava Shastry
c248b91bfa Permit low-level library function calls. 2021-06-14 13:27:17 +02:00
Bhargava Shastry
af94138b53 Reset between runs, redeploying library. 2021-06-14 13:27:17 +02:00
Bhargava Shastry
7b1ade9223 Minor refactoring 2021-06-14 13:27:17 +02:00
Bhargava Shastry
7b64e660c6 Bug fix 2021-06-14 13:27:17 +02:00
Bhargava Shastry
785bfcda99 Add real addresses to encoder 2021-06-14 13:27:17 +02:00
Bhargava Shastry
e400dff607 Change random function selection 2021-06-14 13:27:17 +02:00
Bhargava Shastry
295aef77a4 Add bytecode optimizer fuzzer 2021-06-14 13:27:17 +02:00
Bhargava Shastry
1485374115 Undo msg.value init 2021-06-14 13:27:17 +02:00
Bhargava Shastry
7a16359bae Add 1 eth value to deploy/call 2021-06-14 13:27:17 +02:00
Bhargava Shastry
319b0fb624 Permit partial fuzzing of tests with libraries. 2021-06-14 13:27:17 +02:00
Bhargava Shastry
98a452d0aa Add random value generation. 2021-06-14 13:27:17 +02:00
Bhargava Shastry
08f4a98ea6 Value generator fuzzer 2021-06-14 13:27:17 +02:00
Bhargava Shastry
c8e31e3466 Debug prints 2021-06-14 13:27:17 +02:00
Bhargava Shastry
ee665748aa Refactor contract ABI Utils a bit to get it to build with solc ossfuzz. Untested. 2021-06-14 13:27:17 +02:00
Bhargava Shastry
39fcdf22c3 Fix storage order in evmhost. 2021-06-14 13:27:12 +02:00
Bhargava Shastry
7c572dbfdf Fix bug related to new code gen testing. 2021-06-14 13:27:12 +02:00
Bhargava Shastry
67a4d6f01d Catch compiler errors due to missing source. 2021-06-14 13:27:12 +02:00
Bhargava Shastry
7108b7d465 Remove source updates. 2021-06-14 13:27:12 +02:00
Bhargava Shastry
3ab3eda2c5 Reset compiler stack between runs. 2021-06-14 13:27:12 +02:00
Bhargava Shastry
49cda44699 Initial commit 2021-06-14 13:27:12 +02:00
chriseth
1bb65f80ef
Merge pull request #11495 from gqqnbig/patch-1
can not prefix with ``this.``
2021-06-14 13:21:58 +02:00
chriseth
b016302d49
Merge pull request #11515 from ethereum/fixNameSecondary
Properly use AST node name also for secondary location.
2021-06-14 11:30:39 +02:00
QQ喵
38af5180ac
Update docs/introduction-to-smart-contracts.rst
good for me

Co-authored-by: chriseth <chris@ethereum.org>
2021-06-14 17:24:23 +08:00
chriseth
a2afe8baeb
Merge pull request #11529 from ethereum/whitelist-big-sur-in-codespell
Add "Big Sur" to codespell whitelist
2021-06-14 11:20:12 +02:00
Kamil Śliwak
379a04f257 Add "Big Sur" to codespell whitelist 2021-06-14 11:13:19 +02:00
chriseth
2fefd27acf
Merge pull request #11516 from ethereum/sol086
Set version to 0.8.6.
2021-06-14 10:19:11 +02:00
chriseth
2a98f82ba4
Merge pull request #11519 from axeldelamarre/doc/make-it-obvious
[docs] Make Array example easier to understand
2021-06-14 10:00:36 +02:00
chriseth
db52d9c95f
Merge pull request #11502 from ethereum/removeEVMAssembly
Remove EVMAssembly.
2021-06-14 09:54:05 +02:00
axeldelamarre
a5d3df532a
Update reference-types.rst 2021-06-10 19:58:11 +02:00
chriseth
1718e58ec1 Set version to 0.8.6. 2021-06-10 17:36:24 +02:00
chriseth
cf00faca33 Properly use AST node name also for secondary location. 2021-06-10 14:40:10 +02:00
chriseth
a4f2e591fe
Merge pull request #11505 from ethereum/prepareChanegloge367
Sort changelog.
2021-06-10 13:04:38 +02:00
chriseth
a10d932991 Update bug list. 2021-06-10 11:08:03 +02:00
chriseth
45bb1e881a Sort changelog. 2021-06-10 11:07:41 +02:00
QQ喵
9a847deaee adopt cameel's version 2021-06-10 09:13:27 +08:00
Daniel Kirchner
98e7b61a37
Merge pull request #11510 from ethereum/removeNondeterministicTest
Remove potentially non-deterministic test case.
2021-06-09 15:42:08 +02:00
Daniel Kirchner
284e8a103f Remove potentially non-deterministic test case. 2021-06-09 14:42:16 +02:00
chriseth
e5500b9f20
Merge pull request #11471 from ethereum/funcdef-unimplemented-modifier
Reports an error on unimplemented modifiers in a function definition.
2021-06-09 13:54:05 +02:00
chriseth
0fff4e6743
Merge pull request #10908 from a3d4/fix-9231-struct-member-names-shadow-type-names
Fix shadowing struct types by struct member names
2021-06-09 13:20:52 +02:00
Christian Parpart
a14ac1923d Fixes ICE when overriding an implemented modifier with an unimplemented one. 2021-06-09 13:15:20 +02:00
Kamil Śliwak
362fc6650d Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
a3d4
f59145f21f Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
a3d4
70b8b1c834 Do not warn about shadowing parameters in functions without implementation 2021-06-09 12:35:26 +02:00