Commit Graph

12646 Commits

Author SHA1 Message Date
chriseth
53193bc374
Merge pull request #5905 from ethereum/docs_typo
Fix typo in creationCode docs
2019-01-30 12:55:41 +01:00
Leonardo Alt
61810def3b Fix typo in creationCode docs 2019-01-30 12:54:05 +01:00
chriseth
67263d5131
Merge pull request #5881 from ethereum/faq-init-value
[DOCS] Remove initialisation of contract with wei FAQ item
2019-01-30 12:27:34 +01:00
chriseth
17a1e7aed5 Better error message for out of stack in assembly. 2019-01-30 12:24:10 +01:00
Chris Ward
e2642c4d9d Remove initialisation of contract with wei FAQ item 2019-01-30 12:18:38 +01:00
chriseth
35483422f3 Pad code to multiple of 32 bytes. 2019-01-30 11:31:28 +01:00
chriseth
d6b8521ed5
Merge pull request #5897 from ethereum/travis_cvc4
Remove Z3 from Travis builds
2019-01-30 10:42:50 +01:00
chriseth
65e9568858
Merge pull request #5884 from ethereum/return-non-constant
[DOCS] Remove return value from non-constant function FAQ Item
2019-01-30 10:36:55 +01:00
chriseth
bf3968d69b
Merge pull request #5899 from ethereum/fuzzer
Minor cleanups and improved debugging in the fuzzer
2019-01-30 10:05:27 +01:00
Alex Beregszaszi
1276f3c4f3 Clean up includes in the fuzzer 2019-01-29 16:14:51 +00:00
Alex Beregszaszi
0e2b43e141 Pass by reference in fuzzer 2019-01-29 16:14:48 +00:00
Leonardo Alt
80e5e70671 Remove Z3 from Travis builds 2019-01-29 17:08:32 +01:00
Alex Beregszaszi
c537321309 Add more debuggin in the fuzzer 2019-01-29 16:08:25 +00:00
Alex Beregszaszi
110b9a6232
Merge pull request #5853 from ethereum/smt_warn_no_solvers
[SMTChecker] Warn when no solver was found and there are unhandled qu…
2019-01-29 14:06:04 +00:00
Alex Beregszaszi
be09c6a253
Merge pull request #5895 from ethereum/ci_cvc4
Use CVC4 instead of Z3 for Ubuntu CI tests
2019-01-29 14:03:20 +00:00
Leonardo Alt
9a33367bc6 [SMTChecker] Warn when no solver was found and there are unhandled queries. 2019-01-29 14:29:07 +01:00
Leonardo Alt
3790f5fe0e Use CVC4 instead of Z3 for Ubuntu CI tests 2019-01-29 14:01:42 +01:00
Alex Beregszaszi
ebf503a67d
Merge pull request #5892 from ethereum/fixme
Change FIXMEs into TODOs where appropriate
2019-01-29 12:38:10 +00:00
Alex Beregszaszi
ee09d54525 Change FIXMEs into TODOs where appropriate 2019-01-29 00:35:23 +00:00
chriseth
fa2bb01da3
Merge pull request #5890 from elopio/patch-6
snap: update libicu to bionic
2019-01-28 18:28:57 +01:00
Leo Arias
0757b46f5d
snap: update libicu to bionic
Required to build the snap in bionic, as explained in #5889.
2019-01-28 11:18:47 -06:00
chriseth
e8d918c4ee
Merge pull request #5887 from ethereum/fuzzer-optim
Fix fuzzer_common to keep assembly intact
2019-01-28 17:24:28 +01:00
Alex Beregszaszi
c19afd5ad3 Fix fuzzer_common to keep assembly intact 2019-01-28 16:18:49 +00:00
chriseth
73beced272
Merge pull request #5886 from ethereum/const-opt-remove-datagas
Remove once-off helper in ConstantOptimiser
2019-01-28 17:01:56 +01:00
Alex Beregszaszi
4aa2d965dc Remove once-off helper in ConstantOptimiser
For clarity. Makes code easier to understand.
2019-01-28 15:44:44 +00:00
chriseth
e22a9ea5cf
Merge pull request #5883 from ethereum/fixInlineAssembly
Do not provide access to external assembly variables from within functions.
2019-01-28 15:12:43 +01:00
chriseth
71a8e2b70e
Merge pull request #5867 from ethereum/empty-import
Disallow empty import statements
2019-01-28 15:07:24 +01:00
Alex Beregszaszi
9aafa32825 Disallow empty import statements 2019-01-28 13:52:15 +00:00
Alex Beregszaszi
2fc7928697
Merge pull request #5864 from ethereum/tuneOptOrder
Some optimizer tuning.
2019-01-28 13:50:09 +00:00
Chris Ward
230e27fd62 Remove FAQ Item 2019-01-28 14:49:21 +01:00
chriseth
64312584dc Do not provide access to external assembly variables from within functions. 2019-01-28 14:42:38 +01:00
chriseth
8d5293dbc0
Merge pull request #5879 from ethereum/faq-return-enum
[DOCS] Remove web3 return FAQ item
2019-01-28 14:20:05 +01:00
Chris Ward
c33fc2e114 Remove web3 return FAQ item 2019-01-28 14:12:16 +01:00
chriseth
3fdd0ed239
Merge pull request #5878 from ethereum/const-opt
Move ConstantOptimiser constructor to header
2019-01-28 14:02:47 +01:00
Alex Beregszaszi
9d52325b29 Move ConstantOptimiser constructor to header 2019-01-28 11:20:46 +00:00
chriseth
e6d102f2c7
Merge pull request #5874 from ethereum/fuzzer-optim
Run constant optimiser on fresh inputs in the fuzzer
2019-01-28 11:57:38 +01:00
Alex Beregszaszi
06998bc8e1 Run constant optimiser on fresh inputs in the fuzzer 2019-01-28 10:40:33 +00:00
Alex Beregszaszi
0ef45b2890
Merge pull request #5871 from shellygr/develop
Ensuring UTF-8 encoding for MSVC builds
2019-01-26 14:11:41 +00:00
Shelly Grossman
3b5f446018 Ensuring UTF-8 encoding for MSVC builds 2019-01-26 15:30:17 +02:00
chriseth
12e2187661 Some tuning. 2019-01-24 23:06:01 +01:00
Alex Beregszaszi
9836f90e70
Merge pull request #5865 from ethereum/fixSuite
Fix optimizer suite.
2019-01-24 20:16:31 +00:00
chriseth
1fc98b8133 Fix optimizer suite. 2019-01-24 20:42:32 +01:00
chriseth
116773685c
Merge pull request #5850 from ethereum/ppaScript
Some improvements to the ppa release script.
2019-01-24 13:32:11 +01:00
chriseth
2e7274b49d
Merge pull request #5837 from ethereum/fixCalldataEncodedSize
Fix reported packed encoded size.
2019-01-24 13:10:27 +01:00
chriseth
054a6b0487
Merge pull request #5804 from bshastry/fuzz-refactor
ossfuzz: Refactor and share code with afl fuzzer harness
2019-01-23 17:30:17 +01:00
chriseth
14b553897e Tests. 2019-01-23 11:13:24 +01:00
chriseth
e3791d6dcf Fix reported packed encoded size for arrays and structs. 2019-01-23 11:13:22 +01:00
Bhargava Shastry
24b1de7df0 This PR refactors and shares oss-fuzz specific test harness code with the afl fuzzer harness. ChangeLog updated. 2019-01-23 11:06:25 +01:00
chriseth
ea292393a3
Merge pull request #5838 from maxsam4/useLiteralContent-patch
useLiteralContent data validation
2019-01-23 10:35:32 +01:00
Mudit Gupta
2f91781a80
useLiteralContent data validation
Squashed commit of the following:

commit bbceee6997c1b951eb6054f7d5b7560fe1773690
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 23:27:49 2019 +0530

    Removed extra check

commit 4f7c3cc58e94836b1dddcc5f2938da14adad6252
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:51:05 2019 +0530

    Updated test error message

commit 5da45f2a23840e7bb1978853e1c184faec65b3e0
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:46:09 2019 +0530

    Renamed test

commit e661418deac25f31c49091be3c80244f566fc14c
Author: Leonardo <leo@ethereum.org>
Date:   Tue Jan 22 17:41:56 2019 +0530

    Update libsolidity/interface/StandardCompiler.cpp

    Co-Authored-By: maxsam4 <guptamudit@ymail.com>

commit d289b4dc1956ab736aada613e810cf2e2d124d4d
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:29:40 2019 +0530

    changed style

commit 5a7cf08db3027d75081d2e698dd51b807bef5abb
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:20:37 2019 +0530

    Added test case for missing useLiteralContent

commit 6e866c46aa92d6a89f2b341bd717c3886946f3ff
Author: Mudit Gupta <guptamudit@ymail.com>
Date:   Tue Jan 22 17:09:30 2019 +0530

    input check for useLiteralContent
2019-01-23 10:22:27 +05:30