Commit Graph
13605 Commits
Author SHA1 Message Date
chriseth b4d6f847b4 Events. 2019-05-08 13:29:11 +02:00
chriseth 5fb85a6118 Merge pull request #6662 from ethereum/msgSender
Implement most trivial members.
2019-05-08 13:28:43 +02:00
chriseth 97f16421f5 Merge pull request #6692 from ethereum/runEndToEndTestsViaYul
Run end to end tests via yul
2019-05-08 12:49:45 +02:00
chriseth ed450a31a3 Merge pull request #6696 from ethereum/sol-yul-while
Fix wrong test settings
2019-05-08 12:48:57 +02:00
Mathias Baumann 85b67d3820 Fix wrong test settings 2019-05-08 10:46:38 +02:00
Mathias Baumann 78105444f1 Test parsing: Don't use magic numbers 2019-05-08 10:46:19 +02:00
chriseth 1c3ab89e8b Merge pull request #6686 from ethereum/extractedGasTests
Move gas cost tests from command line tests to interactive gas cost tests.
2019-05-07 18:48:50 +02:00
Daniel Kirchner 76b88bdfd8 Allow test cases to indicate fatal errors. 2019-05-07 18:12:21 +02:00
Daniel Kirchner 0a99519142 Move gas cost tests from command line tests to interactive gas cost tests. 2019-05-07 18:12:21 +02:00
chriseth 6c9c54a657 Merge pull request #6657 from ethereum/smt_tuple_multi_decl
[SMTChecker] Support tuples as multi var decl
2019-05-07 17:55:36 +02:00
chriseth 7ab8cc60c9 Merge pull request #6556 from ethereum/wasmCodeTransform
Prototype for Wasm code transform
2019-05-07 17:48:48 +02:00
chriseth 701aed4beb Also run some end to end tests via yul. 2019-05-07 17:37:29 +02:00
chriseth e43df3b72a Move compile to cpp file. 2019-05-07 17:37:29 +02:00
chriseth acca390ef5 Most trivial members. 2019-05-07 17:19:45 +02:00
chriseth 815a272238 Merge pull request #6688 from ethereum/whiskersCond
Conditionals for Whiskers
2019-05-07 17:12:53 +02:00
chriseth b99ad2aaa3 Merge pull request #6639 from ethereum/yul-require-assert
Yul generation of "require" and "assert"
2019-05-07 16:59:37 +02:00
Leonardo Alt 3c7540ceb2 [SMTChecker] Support tuples with multiple var decls 2019-05-07 16:57:27 +02:00
chriseth 133fd18223 Merge pull request #6660 from ethereum/shortCircuiting
Short circuiting
2019-05-07 16:55:12 +02:00
chriseth a4e8ca06df Merge pull request #6687 from ethereum/rely-on_flush
TestFramework: Remove polling and use eth_flush instead
2019-05-07 16:54:36 +02:00
chriseth a060dce9a8 Tests. 2019-05-07 16:48:00 +02:00
Mathias Baumann d8873f52df Update to aleth v1.6.0 2019-05-07 16:03:53 +02:00
chriseth f68c09272b Simple tuple expressions. 2019-05-07 15:59:56 +02:00
chriseth c604481cef Logical operators. 2019-05-07 15:59:35 +02:00
chriseth 055254847e Merge pull request #6659 from ethereum/comparisonOperators
Comparison operators
2019-05-07 15:46:21 +02:00
chriseth 606551e4dd Add condition parameters. 2019-05-07 15:05:35 +02:00
chriseth dfe07867e0 Refactor. 2019-05-07 15:04:07 +02:00
chriseth 1dc7ede233 Add some move semantics. 2019-05-07 15:02:26 +02:00
Mathias Baumann 473243ef31 TestFramework: Remove polling and use eth_flush instead 2019-05-07 14:45:59 +02:00
chriseth 2370eefa74 Merge pull request #6680 from ethereum/fixExp
Fix interpreter exp bug.
2019-05-07 12:39:35 +02:00
chriseth 785b369b89 Add type helper function. 2019-05-07 12:36:54 +02:00
chriseth 3fa4c3da1e Comparison operations. 2019-05-07 12:35:05 +02:00
chriseth 4069b19734 Unary operation for literals. 2019-05-07 12:35:04 +02:00
chriseth 8a3006a0fa Merge pull request #6658 from ethereum/stringLiterals
[SolYul] String literals
2019-05-07 12:28:03 +02:00
Mathias Baumann 7f14352bbf Yul generation of require and assert 2019-05-07 12:19:41 +02:00
chriseth ad817ac630 Tests for string literals. 2019-05-07 11:55:18 +02:00
chriseth e6f8aaafa5 Conversion for string literals. 2019-05-07 11:55:17 +02:00
chriseth 49b1ff76ae Test file reorganisation. 2019-05-07 11:55:07 +02:00
chriseth e12da81899 Merge pull request #6672 from ethereum/soltest-string-literals
[soltest] Add support for string literals
2019-05-07 11:54:54 +02:00
chriseth 09f46b98ca Merge pull request #6566 from ethereum/docs-intro-sc-storage
[DOCS] Polish introductory section of introduction to smart contracts
2019-05-07 11:43:25 +02:00
chriseth 18bc82e6fd Fix interpreter exp bug. 2019-05-07 11:40:33 +02:00
Erik Kundt 9956319e8b Adds support for string literals to soltest. 2019-05-07 11:36:38 +02:00
chriseth a21f8a0b66 Merge pull request #6675 from ethereum/smt_delete
[SMTChecker] Support delete
2019-05-07 11:27:41 +02:00
chriseth 601439687e Merge pull request #6631 from ethereum/dataForInterpreter
Implement datasize, dataoffset and datacopy for yul interpreter.
2019-05-06 20:34:02 +02:00
Leonardo Alt 2139c20776 [SMTChecker] Support delete 2019-05-06 18:32:10 +02:00
chriseth f113f8e4a0 Implement datasize, dataoffset and datacopy for yul interpreter. 2019-05-06 16:59:47 +02:00
Leonardo e99efec085 Merge pull request #6652 from ethereum/smt_tuple_function
[SMTChecker] Support tuples as function calls with multiple return values
2019-05-06 15:19:24 +02:00
chriseth 442742e497 Merge pull request #6670 from ethereum/refactorIRGen
[SolYul] Add type helper and move some items to post visit.
2019-05-06 14:14:23 +02:00
chriseth 3365cb9b4a Add type helper function. 2019-05-06 12:01:13 +02:00
chriseth 7c62193524 Change some AST elements to post visit. 2019-05-06 11:43:18 +02:00
chriseth dee1c1109c Merge pull request #6668 from ethereum/smt_fix_short_circuit
Fix short circuit with assignments
2019-05-06 11:40:07 +02:00