Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow ``memory`` suffix for internal elementary type parsing. | chriseth | 2018-04-05 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3824 from ethereum/baseArgumentsEmptyParenthesis | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
|\ | | | | | Error when using empty parentheses for base class constructors that r… | ||||
| * | Error when using empty parenthesis for base class constructors that require ↵ | Daniel Kirchner | 2018-04-05 | 3 | -1/+16 |
| | | | | | | | | arguments. | ||||
* | | Merge pull request #3745 from ethereum/fixRecursion | Alex Beregszaszi | 2018-04-05 | 14 | -125/+115 |
|\ \ | | | | | | | Fix invalid recursion errors for structs | ||||
| * | | Extract constant cycle tests. | chriseth | 2018-04-03 | 5 | -32/+32 |
| | | | |||||
| * | | Fix detection of recursive structs. | chriseth | 2018-04-03 | 2 | -0/+30 |
| | | | |||||
| * | | Extract recursive struct tests. | chriseth | 2018-04-03 | 8 | -93/+53 |
| | | | |||||
* | | | Merge pull request #3822 from ethereum/swap-comparison | chriseth | 2018-04-05 | 1 | -0/+44 |
|\ \ \ | | | | | | | | | Replace comparison operators with opposites if preceded by SWAP1 | ||||
| * | | | Add end-to-end test for SwapComparison and CommutativeSwap peephole optimisers | Alex Beregszaszi | 2018-04-05 | 1 | -0/+44 |
| | | | | |||||
* | | | | More specific push implementation. | chriseth | 2018-04-04 | 2 | -2/+67 |
|/ / / | |||||
* | | | Merge pull request #3808 from ethereum/parserTests | chriseth | 2018-04-04 | 7 | -119/+74 |
|\ \ \ | | | | | | | | | SyntaxTests: extend syntax tests and isoltest to support parser error… | ||||
| * | | | Adds parsing sub-directory in syntaxTests and moves two example tests from ↵ | Daniel Kirchner | 2018-04-04 | 3 | -20/+9 |
| | | | | | | | | | | | | | | | | SolidityParser.cpp to test contracts. | ||||
| * | | | SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵ | Daniel Kirchner | 2018-04-04 | 4 | -99/+65 |
| | | | | | | | | | | | | | | | | compiler exceptions. | ||||
* | | | | Create empty dynamic memory arrays more efficiently. | chriseth | 2018-04-04 | 4 | -8/+66 |
| |_|/ |/| | | |||||
* | | | Remove redundant test and enforce success without warnings. | Daniel Kirchner | 2018-04-04 | 1 | -7/+1 |
| | | | |||||
* | | | Constructors are defined using the ``constructor`` keyword. | Daniel Kirchner | 2018-04-04 | 3 | -5/+40 |
|/ / | |||||
* | | Merge pull request #3693 from ethereum/optimizeMLOAD | Alex Beregszaszi | 2018-04-03 | 2 | -8/+81 |
|\ \ | |/ |/| | Optimize across MLOAD if MSIZE is not used. | ||||
| * | Add memory array init test. | chriseth | 2018-04-03 | 1 | -0/+26 |
| | | |||||
| * | Test number of sstore operations. | chriseth | 2018-04-03 | 1 | -7/+33 |
| | | |||||
| * | Optimize across MLOAD if MSIZE is not used. | chriseth | 2018-04-03 | 1 | -1/+22 |
| | | |||||
* | | Merge pull request #3699 from ethereum/interfaceExternalVisibility | Alex Beregszaszi | 2018-04-03 | 8 | -48/+39 |
|\ \ | | | | | | | Defaults to external visibility for interfaces. | ||||
| * | | Makes visibility warning more concise. | Erik Kundt | 2018-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Moves all interface function visibility related tests. | Erik Kundt | 2018-04-03 | 6 | -48/+26 |
| | | | |||||
| * | | Defaults to external visibility for interfaces. | bitshift | 2018-04-03 | 2 | -0/+13 |
| | | | |||||
* | | | Fix: Treat empty base constructor argument list as not provided. | chriseth | 2018-04-03 | 2 | -0/+16 |
| |/ |/| | |||||
* | | Set default fixed point decimal places to 18 | Jason Cobb | 2018-03-31 | 1 | -5/+5 |
| | | |||||
* | | Update tests for empty structs | Alex Beregszaszi | 2018-03-31 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #3790 from ethereum/empty-structs | chriseth | 2018-03-30 | 3 | -1/+12 |
|\ \ | | | | | | | Disallow empty structs | ||||
| * | | Still allow empty structs for non-0.5.0 mode | Alex Beregszaszi | 2018-03-27 | 2 | -1/+7 |
| | | | |||||
| * | | Disallow empty structs | Alex Beregszaszi | 2018-03-27 | 2 | -1/+6 |
| | | | |||||
* | | | Prevent encoding of weird types and support packed encoding of external ↵ | chriseth | 2018-03-29 | 6 | -0/+87 |
| |/ |/| | | | | | function types. | ||||
* | | Merge pull request #3775 from federicobond/improve-error-fractional-shift | chriseth | 2018-03-28 | 1 | -0/+10 |
|\ \ | |/ |/| | Improve error message when attempting to shift by fractional number | ||||
| * | Improve error message when trying to shift by fractional number | Federico Bond | 2018-03-22 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #3681 from ethereum/interface-external | chriseth | 2018-03-27 | 1 | -0/+14 |
|\ \ | | | | | | | Allow overriding external functions in interfaces with public in a child | ||||
| * | | Allow overriding external functions in interfaces with public in an ↵ | Alex Beregszaszi | 2018-03-26 | 1 | -0/+14 |
| |/ | | | | | | | implementing contract | ||||
* | | Merge pull request #3686 from ethereum/doNotIncludeItnernal | chriseth | 2018-03-27 | 1 | -0/+60 |
|\ \ | | | | | | | Do not include internal functions only used by constructor | ||||
| * | | Test that internal functions only used by constructor are not included in ↵ | chriseth | 2018-03-27 | 1 | -0/+60 |
| |/ | | | | | | | runtime context. | ||||
* | | Merge pull request #3748 from ethereum/extractScopingTests | chriseth | 2018-03-27 | 17 | -223/+130 |
|\ \ | | | | | | | Extract scoping tests | ||||
| * | | Extract scoping tests. | chriseth | 2018-03-16 | 17 | -223/+130 |
| | | | |||||
* | | | Changes deprecation and adjusts tests. | bitshift | 2018-03-27 | 3 | -39/+52 |
| | | | |||||
* | | | Adds unit tests for moved function. | bitshift | 2018-03-27 | 4 | -5/+49 |
| |/ |/| | |||||
* | | Tests for returning dynamic data. | chriseth | 2018-03-21 | 2 | -6/+104 |
| | | |||||
* | | Decode dynamic data. | chriseth | 2018-03-21 | 1 | -0/+5 |
| | | |||||
* | | Only consider files ending with .sol and not starting with ~ in syntax tests. | Daniel Kirchner | 2018-03-16 | 2 | -1/+10 |
|/ | |||||
* | Only colour error type, not error message in isoltest. | Daniel Kirchner | 2018-03-15 | 1 | -10/+16 |
| | |||||
* | Add formatted printing to SyntaxTest and expand its public interface. | Daniel Kirchner | 2018-03-15 | 3 | -16/+123 |
| | |||||
* | Merge branch 'develop' into externalFunctionsInLibraries | chriseth | 2018-03-15 | 18 | -19/+112 |
|\ | |||||
| * | Merge pull request #3734 from ethereum/soltestOptions | chriseth | 2018-03-15 | 15 | -18/+18 |
| |\ | | | | | | | test: Rename test/TestHelper.* to test/Options.* and add Options::val… | ||||
| | * | test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). | Daniel Kirchner | 2018-03-14 | 15 | -18/+18 |
| | | | |||||
| * | | Merge pull request #3725 from ethereum/blockhashNoCall | chriseth | 2018-03-15 | 1 | -0/+17 |
| |\ \ | | | | | | | | | Allow ``block.blockhash`` without it being called. | ||||
| | * | | Allow ``block.blockhash`` without being called. | chriseth | 2018-03-14 | 1 | -0/+17 |
| | | | | |||||
| * | | | Merge pull request #3722 from ethereum/fixMods | Alex Beregszaszi | 2018-03-15 | 2 | -0/+66 |
| |\ \ \ | | | | | | | | | | | Fix modifier lookup in libraries. | ||||
| | * | | | Tests. | chriseth | 2018-03-13 | 1 | -0/+52 |
| | | | | | |||||
| | * | | | Changelog entry. | chriseth | 2018-03-13 | 1 | -0/+14 |
| | |/ / | |||||
| * | / | DocStringParser: Add Changelog entry and test case for empty descriptions. | Daniel Kirchner | 2018-03-14 | 1 | -0/+6 |
| | |/ | |/| | |||||
| * | | Store filenames in static variable to guarantee sufficient lifetime. | Daniel Kirchner | 2018-03-14 | 1 | -1/+5 |
| |/ | |||||
* / | Make external library functions accessible. | chriseth | 2018-03-14 | 2 | -0/+29 |
|/ | |||||
* | Minor adjustments. | Daniel Kirchner | 2018-03-13 | 1 | -4/+4 |
| | |||||
* | Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest. | Daniel Kirchner | 2018-03-13 | 5 | -307/+240 |
| | |||||
* | Workaround for boost < 1.59.0 | Daniel Kirchner | 2018-03-13 | 1 | -0/+13 |
| | |||||
* | Infrastructure for extracting syntax tests in separate test files. | Daniel Kirchner | 2018-03-13 | 9 | -52/+367 |
| | |||||
* | [SMTChecker_Bool] Fix PR comments; Add support to gt, ge, lt, le. and tests. | Leonardo Alt | 2018-03-13 | 1 | -0/+40 |
| | |||||
* | [SMTChecker] Support to Bool variables | Leonardo Alt | 2018-03-13 | 1 | -0/+98 |
| | |||||
* | Support constantinople in evm-version | Alex Beregszaszi | 2018-03-13 | 1 | -0/+2 |
| | |||||
* | Fix test. | chriseth | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3611 from ethereum/warn-using-address-overload | Alex Beregszaszi | 2018-03-07 | 2 | -11/+170 |
|\ | | | | | Warn if using address overloads on contracts | ||||
| * | Warn if using address overloads on contracts | Alex Beregszaszi | 2018-03-05 | 2 | -11/+170 |
| | | |||||
* | | Tests for warnings/errors for loose assembly. | chriseth | 2018-03-07 | 1 | -4/+192 |
| | | |||||
* | | Merge pull request #2966 from ethereum/useStaticCall | Alex Beregszaszi | 2018-03-07 | 1 | -4/+56 |
|\ \ | | | | | | | Use STATICCALL for pure function calls. | ||||
| * | | Test for using staticcall for view and pure functions. | chriseth | 2018-03-06 | 1 | -4/+56 |
| | | | |||||
* | | | Merge pull request #3549 from ethereum/fixmultidim | Alex Beregszaszi | 2018-03-06 | 1 | -0/+56 |
|\ \ \ | |/ / |/| | | Properly detect which array and struct types are unsupported by the old ABI encoder. | ||||
| * | | Tests for multi-dimensional arrays. | chriseth | 2018-03-01 | 1 | -0/+56 |
| | | | |||||
* | | | Merge pull request #3652 from ethereum/gasleft_v2 | chriseth | 2018-03-06 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Use StaticAnalyzer to deprecate msg.gas instead of conditionally remo… | ||||
| * | | | Use StaticAnalyzer to deprecate msg.gas instead of conditionally removing it ↵ | Daniel Kirchner | 2018-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | in MagicType. | ||||
* | | | | Merge pull request #3643 from ethereum/gasleft | chriseth | 2018-03-06 | 4 | -0/+90 |
|\| | | | | | | | | | | | Move msg.gas to global function gasleft(). Closes #2971. | ||||
| * | | | Improved gasleft tests. | Daniel Kirchner | 2018-03-06 | 2 | -7/+19 |
| | | | | |||||
| * | | | Add test cases for shadowing gasleft with local functions/variables. | Daniel Kirchner | 2018-03-05 | 1 | -0/+19 |
| | | | | |||||
| * | | | Remove unstable test case. | Daniel Kirchner | 2018-03-05 | 1 | -19/+0 |
| | | | | |||||
| * | | | Move msg.gas to global function gasleft(). Closes #2971. | Daniel Kirchner | 2018-03-05 | 4 | -0/+78 |
| | | | | |||||
* | | | | Do not warn about 0.5.0 experimental pragma. | chriseth | 2018-03-05 | 1 | -6/+3 |
| |_|/ |/| | | |||||
* | | | Merge pull request #3569 from ethereum/evmVersion | chriseth | 2018-03-05 | 14 | -27/+135 |
|\ \ \ | |/ / |/| | | EVM version | ||||
| * | | Use EVM version in gas meter and optimizer. | chriseth | 2018-03-05 | 1 | -5/+5 |
| | | | |||||
| * | | Only warn for shift instructions if not using constantinople | Alex Beregszaszi | 2018-03-02 | 1 | -3/+3 |
| | | | |||||
| * | | Add TangerineWhistle. | chriseth | 2018-03-02 | 3 | -2/+6 |
| | | | |||||
| * | | CREATE2 test fix. | chriseth | 2018-03-02 | 1 | -1/+1 |
| | | | |||||
| * | | Returndatasize and staticcall test fixes. | chriseth | 2018-03-02 | 2 | -10/+10 |
| | | | |||||
| * | | Correctly set evm version in tests | chriseth | 2018-03-02 | 11 | -6/+68 |
| | | | |||||
| * | | Provide EVM version to assembly analysis. | chriseth | 2018-03-02 | 1 | -3/+3 |
| | | | |||||
| * | | Use EVM version in type checker. | chriseth | 2018-03-02 | 3 | -6/+14 |
| | | | |||||
| * | | Test both EVM versions. | chriseth | 2018-03-02 | 1 | -0/+1 |
| | | | |||||
| * | | Some tests. | chriseth | 2018-03-02 | 1 | -0/+33 |
| |/ | |||||
* | | Merge pull request #3633 from ethereum/reserved-keywords-test | chriseth | 2018-03-02 | 1 | -0/+30 |
|\ \ | | | | | | | Parser: Add test case for reserved keywords. | ||||
| * | | Parser: Add test case for reserved keywords. | Daniel Kirchner | 2018-03-02 | 1 | -0/+30 |
| |/ | |||||
* | | Merge pull request #3628 from ethereum/literalsHexUnit | chriseth | 2018-03-02 | 1 | -0/+19 |
|\ \ | |/ |/| | Deprecate using unit denominations in combination with hex numbers. | ||||
| * | Deprecate using unit denominations in combination with hex numbers. Closes ↵ | Daniel Kirchner | 2018-03-01 | 1 | -0/+19 |
| | | | | | | | | #3574. | ||||
* | | Ensure that library addresses supplied are of correct length and hex ↵ | Alex Beregszaszi | 2018-03-01 | 1 | -7/+27 |
|/ | | | | prefixed in JSONIO | ||||
* | Merge pull request #3617 from ethereum/jsonio-libraries | chriseth | 2018-03-01 | 1 | -0/+133 |
|\ | | | | | Add more comprehensive tests and checks for libraries in JSONIO | ||||
| * | Properly validate invalid hex characters in JSONIO libraries | Alex Beregszaszi | 2018-02-28 | 1 | -0/+23 |
| | | |||||
| * | Add more comprehensive tests and checks for libraries in JSONIO | Alex Beregszaszi | 2018-02-28 | 1 | -0/+110 |
| | | |||||
* | | Merge pull request #3615 from ethereum/test-framework | chriseth | 2018-02-28 | 1 | -2/+12 |
|\ \ | | | | | | | Simplify contract compilation in the test framework | ||||
| * | | Split compileContract off compileAndRunWithoutCheck in ↵ | Alex Beregszaszi | 2018-02-28 | 1 | -2/+12 |
| |/ | | | | | | | SolidityExecutionFramework | ||||
* | | Merge pull request #3613 from ethereum/require-visibility | chriseth | 2018-02-28 | 2 | -7/+24 |
|\ \ | |/ |/| | Issue error if no visibility is specified (on 0.5.0) | ||||
| * | Issue error if no visibility is specified (on 0.5.0) | Alex Beregszaszi | 2018-02-27 | 2 | -7/+24 |
| | | |||||
* | | Merge pull request #3476 from ethereum/scoping | chriseth | 2018-02-28 | 4 | -16/+302 |
|\ \ | |/ |/| | C99/C++ scoping rules | ||||
| * | Some more scoping tests. | chriseth | 2018-02-27 | 2 | -1/+102 |
| | | |||||
| * | Only active variables at the point of their declaration. | chriseth | 2018-02-27 | 2 | -3/+92 |
| | | |||||
| * | Enable C99-scoping with the 0.5.0-experimental pragma. | chriseth | 2018-02-27 | 1 | -2/+45 |
| | | |||||
| * | Tests for new scoping behaviour. | chriseth | 2018-02-27 | 1 | -0/+44 |
| | | |||||
| * | Adjust tests. | chriseth | 2018-02-27 | 3 | -14/+23 |
| | | |||||
* | | Add basic test for shift opcodes | Alex Beregszaszi | 2018-02-27 | 1 | -0/+14 |
|/ | |||||
* | Turn throw into a syntax error for 0.5.0 | Alex Beregszaszi | 2018-02-27 | 1 | -1/+10 |
| | |||||
* | Merge pull request #3589 from ethereum/identifiers | Alex Beregszaszi | 2018-02-27 | 1 | -0/+15 |
|\ | | | | | Clean up type identifiers | ||||
| * | Add test for escapeIdentifier | Alex Beregszaszi | 2018-02-27 | 1 | -0/+15 |
| | | |||||
* | | Test data location of getter return type. | chriseth | 2018-02-26 | 1 | -0/+20 |
|/ | |||||
* | Parser test. | chriseth | 2018-02-22 | 1 | -0/+13 |
| | |||||
* | Tests for warnings. | chriseth | 2018-02-22 | 1 | -0/+23 |
| | |||||
* | Introduce emit statement. | chriseth | 2018-02-22 | 2 | -0/+130 |
| | |||||
* | Do not warn about analysis-only experimental features. | chriseth | 2018-02-22 | 1 | -6/+1 |
| | |||||
* | Raise error on oversized number literals in assembly | Alex Beregszaszi | 2018-02-22 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3555 from ethereum/libraryTestCallInput | chriseth | 2018-02-22 | 1 | -2/+2 |
|\ | | | | | Provide proper input for test call. | ||||
| * | Provide proper input for test call. | chriseth | 2018-02-21 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #3554 from ethereum/reuseScannerOrNot | chriseth | 2018-02-21 | 1 | -0/+5 |
|\ \ | | | | | | | Expect end of string at end of top-level block for assembly parser. | ||||
| * | | Expect end of string at end of top-level block for assembly parser. | chriseth | 2018-02-21 | 1 | -0/+5 |
| | | | |||||
* | | | Add new JSON API for better abstraction and for supporting strict JSON parsing | Alexander Arlt | 2018-02-21 | 5 | -15/+33 |
| |/ |/| | |||||
* | | Provide input for two optimizer tests. | chriseth | 2018-02-21 | 1 | -2/+2 |
|/ | |||||
* | Test aliasing in shadowing. | chriseth | 2018-02-20 | 1 | -1/+22 |
| | |||||
* | Test ``_offset`` for constants in inline assembly. | chriseth | 2018-02-20 | 1 | -0/+15 |
| | |||||
* | Merge pull request #3135 from federicobond/formatter-instance | chriseth | 2018-02-20 | 2 | -6/+9 |
|\ | | | | | Convert static SourceReferenceFormatter functions to member ones | ||||
| * | Convert static SourceReferenceFormatter functions to member ones | Federico Bond | 2018-02-19 | 2 | -6/+9 |
| | | |||||
* | | Fix indentation. | Emilio Almansi | 2018-02-19 | 1 | -3/+3 |
| | | |||||
* | | Added property _documentation_ to Function, Event, and Modifier definition ↵ | Emilio Almansi | 2018-02-19 | 1 | -1/+22 |
| | | | | | | | | classes. | ||||
* | | Minor improvement: check sources | Alexander Arlt | 2018-02-17 | 1 | -0/+36 |
|/ | | | | | - returns error, if "sources" is an array, an empty object or not defined - Added new test-cases in test/libsolidity/StandardCompiler.cpp | ||||
* | Make addmod and mulmod revert if the last argument is zero. | chriseth | 2018-02-15 | 1 | -0/+27 |
| | |||||
* | Disallow uninitialized storage pointers as experimental 0.5.0 feature. | chriseth | 2018-02-15 | 1 | -0/+32 |
| | |||||
* | Merge pull request #3498 from ethereum/allowthisfselector | chriseth | 2018-02-14 | 3 | -12/+56 |
|\ | | | | | Allow `this.f.selector` to be pure. | ||||
| * | Add tests for selectors for public variables. | chriseth | 2018-02-13 | 2 | -4/+10 |
| | | |||||
| * | Allow `this.f.selector` to be pure. | chriseth | 2018-02-13 | 2 | -9/+47 |
| | | |||||
* | | Move string distance function to utils and format error message | Balajiganapathi S | 2018-02-13 | 1 | -4/+4 |
| | | |||||
* | | Suggest alternatives when identifier not found. | Balajiganapathi S | 2018-02-13 | 1 | -0/+87 |
| | | |||||
* | | Merge pull request #3349 from federicobond/number-improv | Alex Beregszaszi | 2018-02-13 | 1 | -2/+2 |
|\ \ | |/ |/| | Avoid output messages size blow-up using huge bignums literals | ||||
| * | Always use shortened literal number representation. | chriseth | 2018-02-13 | 1 | -1/+1 |
| | | |||||
| * | Avoid output messages size blow-up using huge bignums literals | Federico Bond | 2018-02-13 | 1 | -1/+1 |
| | | |||||
* | | Adjust tests for multiple errors with the var keyword | Alex Beregszaszi | 2018-02-13 | 2 | -13/+25 |
| | | |||||
* | | Do not use var where not neccessary in tests | Alex Beregszaszi | 2018-02-13 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #3479 from ethereum/multiError | chriseth | 2018-02-13 | 6 | -70/+184 |
|\ | | | | | Support searching inside multiple errors. | ||||
| * | Support searching inside multiple errors. | chriseth | 2018-02-12 | 6 | -70/+184 |
| | | |||||
* | | Fix segfault with undeclared array types | Federico Bond | 2018-02-12 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #3360 from federicobond/nonfatal-reference-errors | Alex Beregszaszi | 2018-02-04 | 1 | -1/+66 |
|\ | | | | | Replace some fatal errors when resolving references with normal ones | ||||
| * | Add more test cases for reference resolving error handling | Federico Bond | 2018-02-03 | 1 | -0/+65 |
| | | |||||
| * | Replace some fatal errors when resolving references with normal ones | Federico Bond | 2018-02-03 | 1 | -1/+1 |
| | | |||||
* | | Issue warning for using public visibility for interface functions | Alex Beregszaszi | 2018-02-01 | 2 | -3/+9 |
| | | |||||
* | | Prevent libraries from being called. | chriseth | 2018-01-19 | 1 | -0/+33 |
|/ | |||||
* | Disallow non-functional instructions in parseExpression early | Alex Beregszaszi | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | Show restricted instruction warning before argument mismatch issue | Alex Beregszaszi | 2018-01-08 | 1 | -4/+4 |
| | |||||
* | Tests for strict mode. | chriseth | 2018-01-06 | 1 | -9/+69 |
| | |||||
* | Properly support library file names containing a colon (such as URLs). | Alex Beregszaszi | 2018-01-05 | 1 | -0/+35 |
| | |||||
* | [SMTChecker] Variables are merged after branches (ite variables) | Leonardo Alt | 2018-01-05 | 1 | -8/+39 |
| | |||||
* | Provide easy way to update source location expectation. | chriseth | 2018-01-04 | 1 | -9/+45 |
| | |||||
* | Merge pull request #3297 from ethereum/separate_expression_and_statement | Alex Beregszaszi | 2018-01-04 | 1 | -4/+4 |
|\ | | | | | Separate expression and statement | ||||
| * | Adjust tests. | chriseth | 2017-12-13 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #3369 from ethereum/jsonio-colon | Alex Beregszaszi | 2018-01-04 | 1 | -0/+30 |
|\ \ | | | | | | | Properly handle colons in file names within jsonio | ||||
| * | | Properly handle colons in file names within jsonio | Alex Beregszaszi | 2018-01-03 | 1 | -0/+30 |
| | | | |||||
* | | | Improve error message for wrong struct initialization (#3359) | Federico Bond | 2018-01-04 | 1 | -0/+14 |
|/ / | |||||
* | | Populate the sourceLocation field properly in standard JSON on errors | Alex Beregszaszi | 2017-12-18 | 1 | -0/+40 |
| | | |||||
* | | Merge pull request #3232 from ethereum/simplifyConstant | chriseth | 2017-12-14 | 1 | -14/+14 |
|\ \ | |/ |/| | Simplify ConstantEvaluator. | ||||
| * | Simplify ConstantEvaluator. | chriseth | 2017-12-12 | 1 | -1/+1 |
| | | |||||
| * | Reduce the types of errors outputted by ConstantEvaluator | Alex Beregszaszi | 2017-12-12 | 1 | -4/+4 |
| | | |||||
| * | Improve error message for constant evaluator | Alex Beregszaszi | 2017-12-12 | 1 | -9/+9 |
| | | |||||
* | | Merge pull request #3183 from federicobond/fix-event-parsing | Yoichi Hirai | 2017-12-12 | 2 | -3/+13 |
|\ \ | |/ |/| | Fix event parsing. Refs #3175 | ||||
| * | Fix event parsing. Refs #3175 | Federico Bond | 2017-11-23 | 2 | -3/+13 |
| | | |||||
* | | Rename jsonCompiler to libsolc | Alex Beregszaszi | 2017-12-11 | 1 | -1/+1 |
| | | |||||
* | | Move some struct tests to require ABIEncoderV2 | Alex Beregszaszi | 2017-12-11 | 3 | -0/+8 |
| | | |||||
* | | Fix warning test for jumps in assembly | Alex Beregszaszi | 2017-12-06 | 1 | -2/+2 |
| | | |||||
* | | Warn for assembly labels too | Alex Beregszaszi | 2017-12-06 | 1 | -0/+1 |
| | | |||||
* | | Fix test. | chriseth | 2017-12-04 | 1 | -4/+3 |
| | | |||||
* | | Another test for division. | chriseth | 2017-11-30 | 1 | -0/+10 |
| | | |||||
* | | Unary operators and division. | chriseth | 2017-11-30 | 1 | -0/+85 |
| | | |||||
* | | Specify output selection in tests | Alex Beregszaszi | 2017-11-30 | 1 | -0/+8 |
| | | |||||
* | | Also test short input for old decoder. | chriseth | 2017-11-30 | 1 | -5/+9 |
| | | |||||
* | | Cleanup and overflow checks for data pointers. | chriseth | 2017-11-30 | 1 | -1/+1 |
| | | |||||
* | | Decoder tests. | chriseth | 2017-11-30 | 3 | -31/+852 |
| | | |||||
* | | Merge pull request #3220 from ethereum/IuliaIf | chriseth | 2017-11-27 | 2 | -1/+50 |
|\ \ | | | | | | | If statement for Iulia / Inline Assembly | ||||
| * | | Tests. | chriseth | 2017-11-22 | 1 | -0/+16 |
| | | | |||||
| * | | If statement for Iulia / inline assembly. | chriseth | 2017-11-22 | 2 | -1/+34 |
| | | | |||||
* | | | Merge pull request #3235 from ethereum/explicit-tests | Alex Beregszaszi | 2017-11-23 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | Improve expected test errors for some old cases | ||||
| * | | | Improve expected test errors for some old cases | Alex Beregszaszi | 2017-11-22 | 1 | -4/+4 |
| |/ / | |||||
* / / | success(text) -> CHECK_SUCCESS(text) | Kwang Yul Seo | 2017-11-22 | 1 | -13/+13 |
|/ / | | | | | | | success(text) does not assert the result. Use CHECK_SUCCESS macro. | ||||
* | | For loop. | chriseth | 2017-11-22 | 1 | -0/+67 |
| | | |||||
* | | Test for multi-branches. | chriseth | 2017-11-22 | 1 | -0/+18 |
| | | |||||
* | | Fix boolean constants. | chriseth | 2017-11-22 | 1 | -12/+9 |
| | | |||||
* | | Tests. | chriseth | 2017-11-22 | 1 | -0/+31 |
| | | |||||
* | | Tests. | chriseth | 2017-11-22 | 1 | -0/+240 |
| | | |||||
* | | Improve cyclic constant error message | Alex Beregszaszi | 2017-11-22 | 1 | -2/+2 |
| | | |||||
* | | Detect cyclic constant definitions | Balajiganapathi S | 2017-11-22 | 1 | -1/+29 |
| | | |||||
* | | Add more tests for constant var as array lengths | Balajiganapathi S | 2017-11-22 | 1 | -1/+96 |
| | | |||||
* | | Allow constant integer variables as array lengths. | Balajiganapathi S | 2017-11-22 | 2 | -1/+41 |
| | | |||||
* | | Extend address checksum tests | Alex Beregszaszi | 2017-11-17 | 1 | -4/+17 |
|/ | |||||
* | Add missing name resolver tests | Federico Bond | 2017-10-27 | 1 | -0/+29 |
| | |||||
* | More detailed errors for invalid array lengths (such as division by zero). | Alex Beregszaszi | 2017-10-20 | 1 | -0/+6 |
| | |||||
* | Merge pull request #3101 from ethereum/compilerstack-header | chriseth | 2017-10-19 | 5 | -12/+12 |
|\ | | | | | Remove the reliance on empty contract name equals "last contract" in CompilerStack | ||||
| * | Implement CompilerStack.lastContractName() | Alex Beregszaszi | 2017-10-19 | 4 | -9/+9 |
| | | |||||
| * | Always require a contract/sourceName in CompilerStack | Alex Beregszaszi | 2017-10-19 | 2 | -7/+7 |
| | | |||||
* | | Turn usage of callcode into an error as experimental 0.5.0 feature | Alex Beregszaszi | 2017-10-19 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #2925 from ethereum/tuple-value-check | chriseth | 2017-10-18 | 1 | -1/+48 |
|\ | | | | | Validate each tuple literal | ||||
| * | Only check tuples for valid rational numbers if they have more than one element. | chriseth | 2017-10-18 | 1 | -1/+17 |
| | | |||||
| * | Validate each tuple literal | Alex Beregszaszi | 2017-10-18 | 1 | -1/+32 |
| | | |||||
* | | Adjust tests. | chriseth | 2017-10-18 | 1 | -1/+1 |
| | | |||||
* | | Do not accept truncated function selectors. | chriseth | 2017-10-18 | 1 | -0/+19 |
|/ | |||||
* | Allocate one byte per memory byte array element instead of 32. | chriseth | 2017-10-17 | 1 | -0/+24 |
| | |||||
* | Allow ``gas`` in view functions. | chriseth | 2017-10-16 | 1 | -2/+5 |
| | |||||
* | Merge pull request #3038 from ethereum/interface-external | Yoichi Hirai | 2017-10-10 | 1 | -0/+22 |
|\ | | | | | Force interface functions as external (0.5.0) | ||||
| * | Force interface functions as external (0.5.0) | Alex Beregszaszi | 2017-10-06 | 1 | -0/+22 |
| | | |||||
* | | Snarks test using Byzantium precompiles | Alex Beregszaszi | 2017-10-09 | 1 | -0/+301 |
|/ | | | | | | | | | | * Snark tests. * Verifying routine. * Example proof. * Update precompiled positions to Byzantium ruleset. | ||||
* | Merge pull request #3036 from ethereum/constant-eval-refactor | chriseth | 2017-10-06 | 1 | -1/+39 |
|\ | | | | | Refactor error reporting in ConstantEvaluator | ||||
| * | Add tests for ConstantEvaluator | Alex Beregszaszi | 2017-10-06 | 1 | -1/+39 |
| | | |||||
* | | Ensure unused variables are not warned for in interfaces/abstract contracts | Alex Beregszaszi | 2017-10-06 | 1 | -0/+20 |
|/ | |||||
* | Require location keyword for local variables (0.5.0) | Alex Beregszaszi | 2017-10-06 | 1 | -1/+13 |
| | |||||
* | Merge pull request #2981 from ethereum/no-address-overload | chriseth | 2017-10-05 | 1 | -0/+58 |
|\ | | | | | Do not add members of address to contracts in experimental 0.5.0 | ||||
| * | Do not add members of address to contracts in experimental 0.5.0 | Alex Beregszaszi | 2017-10-05 | 1 | -0/+58 |
| | | |||||
* | | Merge pull request #3020 from ethereum/smt-functioncall | Alex Beregszaszi | 2017-10-05 | 1 | -0/+26 |
|\ \ | | | | | | | SMT should not crash on special function calls (typecast) | ||||
| * | | SMT should not crash on typecast/structs | Alex Beregszaszi | 2017-10-05 | 1 | -0/+26 |
| | | | |||||
* | | | Merge pull request #2982 from ethereum/encoderFixes | Alex Beregszaszi | 2017-10-05 | 1 | -0/+81 |
|\ \ \ | |_|/ |/| | | ABI encoder fixes and test. | ||||
| * | | Test encoder for empty structs. | chriseth | 2017-09-27 | 1 | -0/+22 |
| | | | |||||
| * | | ABI encoder fixes and test. | chriseth | 2017-09-27 | 1 | -0/+59 |
| | | | |||||
* | | | Merge pull request #2901 from ethereum/compiler-names | chriseth | 2017-10-05 | 1 | -0/+177 |
|\ \ \ | | | | | | | | | Provide optional list of contract names to CompilerStack.compile | ||||
| * | | | Add contract depedendency tests to standardcompiler | Alex Beregszaszi | 2017-10-05 | 1 | -0/+61 |
| | | | | |||||
| * | | | Restrict contracts compiled via outputSelection (but not the individual ↵ | Alex Beregszaszi | 2017-10-05 | 1 | -0/+116 |
| | |/ | |/| | | | | | | | output details) | ||||
* / | | Do not consider shadowing in variable names inside event declarations | Federico Bond | 2017-10-05 | 1 | -0/+11 |
|/ / | |||||
* | | Merge pull request #2990 from ethereum/someMoreSMTStuff | chriseth | 2017-10-04 | 1 | -0/+86 |
|\ \ | | | | | | | Basic SMT tests. | ||||
| * | | Tests for SMT checker. | chriseth | 2017-09-29 | 1 | -0/+86 |
| | | | |||||
* | | | Merge pull request #3013 from ethereum/evmasm-cleanup | chriseth | 2017-10-04 | 1 | -7/+3 |
|\ \ \ | | | | | | | | | Cleanup instruction / gasmeter | ||||
| * | | | Remove duplicate EVMSchedule | Alex Beregszaszi | 2017-10-03 | 1 | -7/+3 |
| | | | | |||||
* | | | | Better error message when using fractional number as array size expressions | wadeAlexC | 2017-10-04 | 1 | -3/+3 |
| | | | | |||||
* | | | | Disallow non-pure constant state variables in 0.5.0 | Federico Bond | 2017-10-03 | 1 | -4/+27 |
|/ / / | |||||
* | | | Emit error when declaring event with same name and arguments twice | Federico Bond | 2017-09-30 | 1 | -0/+55 |
| | | | |||||
* | | | Unary + now a synax error (experimental 0.5.0) | Rhett Aultman | 2017-09-30 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | The unary + was deprecated with a warning, but will be elevated to an error in 0.5.0. This adds the syntax error for the 0.5.0 pragma, and for a true 0.5.0 release we should consider removing the operator from the parser. | ||||
* | | | Validate array length in type checker | Alex Beregszaszi | 2017-09-29 | 1 | -0/+10 |
|/ / | |||||
* | | More verbose error messages. | chriseth | 2017-09-29 | 2 | -13/+26 |
| | | |||||
* | | Allow test frameworks to filter out some warnings. | chriseth | 2017-09-29 | 2 | -3/+14 |
| | | |||||
* | | Fix overload resolution when conflict is with members of address (balance, ↵ | Alex Beregszaszi | 2017-09-28 | 2 | -0/+48 |
|/ | | | | transfer, etc) | ||||
* | Fix other test to use ABI_CHECK | Alex Beregszaszi | 2017-09-27 | 1 | -23/+25 |
| | |||||
* | Fix encoded EndToEnd inputs. | chriseth | 2017-09-26 | 1 | -7/+7 |
| | |||||
* | Merge pull request #2954 from wadeAlexC/develop | Alex Beregszaszi | 2017-09-25 | 1 | -0/+84 |
|\ | | | | | Better message for unexpected trailing commas in parameter lists | ||||
| * | Better error message for unexpected trailing comma in parameter lists | wadeAlexC | 2017-09-25 | 1 | -0/+84 |
| | | |||||
* | | Improved error messages for EndToEnd tests. | chriseth | 2017-09-25 | 2 | -824/+848 |
|/ | |||||
* | Cleanup test helper macros. | chriseth | 2017-09-22 | 6 | -19/+19 |
| | |||||
* | Merge pull request #2902 from ethereum/warn-obsolete | chriseth | 2017-09-21 | 1 | -2/+27 |
|\ | | | | | Warn about obsolete sha3/suicide calls | ||||
| * | Warn about obsolete sha3/suicide calls | Alex Beregszaszi | 2017-09-19 | 1 | -2/+27 |
| | | |||||
* | | Support multiple assignment in inline assembly | Alex Beregszaszi | 2017-09-20 | 2 | -0/+43 |
| | | |||||
* | | Mark functions static | Alex Beregszaszi | 2017-09-20 | 1 | -2/+2 |
|/ |