Commit Graph
13597 Commits
Author SHA1 Message Date
Daniel Kirchner 62dc8d0a87 Add ABIEncoderV2 cleanup tests. 2019-05-08 22:16:06 +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 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
chriseth 36c78baa41 Merge pull request #6646 from ethereum/storageAccess
[Yul] Storage access for sol -> yul
2019-05-06 11:33:36 +02:00
chriseth 35677019a3 Merge pull request #6654 from ethereum/fix-yulinterpreter-nested-for-loop-bug
[Yul] Reset loop state (to default) before interpreting for loop's post block
2019-05-06 11:21:12 +02:00
Leonardo Alt 80712f44cb Fix short circuit with assignments 2019-05-06 11:04:43 +02:00
Leonardo Alt 5440a53d4d [SMTChecker] Support tuples as function calls with multiple return values 2019-05-03 06:10:22 +02:00
Bhargava Shastry 2d1faf53be Reset loop state (to default) before interpreting for-loop post block 2019-05-02 22:22:19 +02:00
chriseth befadea0c6 Merge pull request #6600 from sifmelcara/wasm-dialect-transpiler
Add a transformation that replace every u256 variable with four u64 variables
2019-05-02 20:52:58 +02:00
mingchuan 57fc4fde85 Add wordSizeTransform yulOptimizerTests 2019-05-03 01:52:01 +08:00
mingchuan f7ccdb6447 Implement WordSizeTransform
This transformation turns every u256 variable into four u64 variable.
Purpose is to transpile EVMDialect yul to WasmDialect yul.
2019-05-03 01:51:56 +08:00