Commit Graph
15655 Commits
Author SHA1 Message Date
chriseth 2bcdb24ebe Cause failing assertion for invalid u256 to bool conversion. 2020-01-29 19:01:28 +01:00
chriseth db33ff6408 Clean up built-in instructions. 2020-01-29 19:01:28 +01:00
chriseth d3b53ee394 Make bool type optional for bool literals. 2020-01-29 19:01:28 +01:00
chriseth a66782537a Use old yul dialect only in tests. 2020-01-29 19:01:28 +01:00
chriseth d07dd55096 Update wasm tests. 2020-01-29 17:25:25 +01:00
chriseth 23667ce12d Update Yul optimizer tests. 2020-01-29 17:25:25 +01:00
chriseth e7b95de315 Tests for default type parsing. 2020-01-29 17:25:25 +01:00
chriseth fbe5bb0cce Parse default dialect and omit when printing. 2020-01-29 17:25:25 +01:00
chriseth 90c98a3289 Introduce typed EVM dialect. 2020-01-29 17:25:25 +01:00
chriseth e41155cf48 Merge pull request #8062 from imapp-pl/polyfill-part-2
Arithmetic functions implementation for EVM->EWasm translator.
2020-01-29 17:22:27 +01:00
chriseth 457cdecf6f Merge pull request #8135 from ethereum/fix-get-options-7112
TestFramework: Merge Options.h into Common.h
2020-01-29 16:05:55 +01:00
Mathias L. Baumann 5130a2b0ae Merge pull request #8063 from ethereum/yulvisit-7656
Use yul::AstWalker for assembly reference resolving
2020-01-29 14:56:19 +01:00
chriseth 68fe55cb15 Merge pull request #8212 from ethereum/zeroOutMemoryFollowup
Changelog entry about zeroing out memory.
2020-01-29 13:50:20 +01:00
chrisethandErik K abbedb0819 Update Changelog.md
Co-Authored-By: Erik K <erik@ethereum.org>
2020-01-29 13:49:45 +01:00
Mathias Baumann 00e4d13975 TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
chriseth 01eb9a5b0c Merge pull request #8211 from nicos99/docs-breaking-changes-5.0-clarifications
Docs 'breaking changes 5.0' clarifications
2020-01-29 09:11:58 +01:00
chriseth a6dfb6a4ef Changelog entry about zeroing out memory. 2020-01-29 09:10:09 +01:00
Nicolas 49514bc577 fix a logical contradiction in new version of § Example
"if (x > 100) throw;" --> "require(x <= 100);"
2020-01-29 08:21:48 +01:00
Nicolas dc29888601 fix parenthesis error in § "Semantic and Syntactic Changes" of v0.5.0 Breaking Changes 2020-01-29 08:13:53 +01:00
chriseth a788ba14f3 Merge pull request #8173 from ethereum/fix-7859
yul proto fuzzer: Add EVM version field
2020-01-28 22:14:25 +01:00
chriseth 8b3da371ed Merge pull request #8194 from ethereum/json-ast-extract-fix
Remove binary mode from JSON AST extraction script
2020-01-28 18:08:32 +01:00
chriseth 35820398c2 Merge pull request #8179 from pinkiebell/codegen
libsolidity/codegen: Use calldatacopy to cheaply zero memory..
2020-01-28 18:07:30 +01:00
Mathias Baumann b8e2baf5f4 Use yul::AstWalker to resolve assembly symbols 2020-01-28 17:57:48 +01:00
chriseth e1139ce490 Merge pull request #8175 from ethereum/fix-7896
yul proto fuzzer: Make function call generation optional
2020-01-28 17:56:55 +01:00
Mathias Baumann 2f1f8e25c1 TestFramework: Remove headers from Options.h 2020-01-28 17:29:22 +01:00
chriseth 336f560155 Merge pull request #8206 from ethereum/docs-conf-copyright
Fixes copyright in readthedocs config
2020-01-28 16:44:33 +01:00
Erik Kundt a2f28f0a9d Fixes copyright in readthedocs config. 2020-01-28 16:38:20 +01:00
Erik K 2d3bd91dbb Merge pull request #8203 from ethereum/extract-tests
Extract some semantic tests
2020-01-28 16:16:37 +01:00
Erik Kundt 4a87f6e403 Removes the binary option from JSON AST extraction script. 2020-01-28 16:11:10 +01:00
rodiazet f1004e712c [WASM] Add div, sdiv, mod, smod, exp, lt, sar, addmod, mulmod, signextend 2020-01-28 13:32:43 +01:00
Mathias Baumann 1027f6f78f Extract some semantic tests 2020-01-28 11:59:44 +01:00
chriseth 0dd398e2ac Merge pull request #8201 from ethereum/release
Merge release back into develop.
2020-01-27 19:20:41 +01:00
chriseth 8809d4bb0c Merge pull request #8199 from ethereum/version063prepare
Set version to 0.6.3.
2020-01-27 19:20:04 +01:00
chriseth c8994d9ee2 Set version to 0.6.3. 2020-01-27 18:57:33 +01:00
chriseth 3ce1a957c4 Merge pull request #8196 from ethereum/fix-appveyor
Attempt to fix appveyor
2020-01-27 18:56:45 +01:00
Mathias Baumann 7eb5fd1ca9 Appveyor: Prevent git from warning on std out 2020-01-27 18:28:23 +01:00
chriseth bacdbe5787 Merge pull request #8193 from ethereum/develop
Merge develop into release for 0.6.2.
v0.6.2
2020-01-27 14:43:22 +01:00
chriseth cebca57ac2 Merge pull request #8192 from ethereum/polishChangelog
Polish changelog for 0.6.2.
2020-01-27 10:29:31 +01:00
chriseth 99202e85ce Polish changelog for 0.6.2. 2020-01-27 09:41:15 +01:00
Rafael Lorandi 6f0506637e Fix Gentoo overlay link text 2020-01-27 09:32:55 +01:00
chriseth a651eb149b Merge pull request #8189 from ethereum/makeYulExampleCompilable
Make yul example compilable.
2020-01-27 09:30:36 +01:00
chriseth 1bdb409b3a Merge pull request #8181 from ethereum/variablePartRefactor
[YulIR] Change expression parts to use strings instead of numbers.
2020-01-27 09:24:16 +01:00
chriseth 6ded158739 Change expression parts to use strings instead of numbers. 2020-01-27 08:55:11 +01:00
Bhargava Shastry 8cbe1d4b1d yul proto fuzzer: Make function call generation optional 2020-01-24 12:31:43 +05:30
Bhargava Shastry a335fed189 yul proto fuzzer: Add EVM version field 2020-01-24 12:31:20 +05:30
chriseth bc77132161 Make yul example compilable. 2020-01-24 01:11:12 +01:00
chriseth 45caaf5ad8 Merge pull request #8177 from ethereum/new2-2136
Implement `new` with CREATE2 and function call options
2020-01-23 23:19:39 +01:00
chriseth 790c6d2cae Tests for salted create. 2020-01-23 21:20:01 +01:00
chriseth 2fa586beac Test that uses function call options on overloaded function. 2020-01-23 21:20:01 +01:00
chriseth 981ed5f773 Documentation for function call options. 2020-01-23 21:20:01 +01:00