Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add tests for getChecksummedAddress | Alex Beregszaszi | 2017-11-17 | 1 | -0/+34 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #2607 from federicobond/better-error-output | Alex Beregszaszi | 2017-10-24 | 1 | -16/+30 |
|\ | | | | | cmdlineTests: print solc output instead of contract code on error | ||||
| * | Improve cmdline error output | Federico Bond | 2017-10-06 | 1 | -14/+24 |
| | | |||||
| * | Use local variables inside bash functions | Federico Bond | 2017-10-06 | 1 | -6/+10 |
| | | |||||
| * | cmdlineTests: print solc output instead of contract code on error | Federico Bond | 2017-10-06 | 1 | -4/+4 |
| | | |||||
* | | Include modexp precompile in genesis for testing (#3114) | Boris Kostenko | 2017-10-24 | 1 | -3/+4 |
| | | |||||
* | | Do not use the precompile address 0x05 in the wallet tests (but a randomized ↵ | Alex Beregszaszi | 2017-10-24 | 1 | -19/+21 |
| | | | | | | | | address) | ||||
* | | Always create the correct account even if gaps are needed | Alex Beregszaszi | 2017-10-20 | 1 | -1/+1 |
| | | |||||
* | | Add helper RPCSession::createAccount | Alex Beregszaszi | 2017-10-20 | 2 | -7/+11 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | Merge pull request #3111 from ethereum/test-close-failure | chriseth | 2017-10-19 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Close IPC socket on connect failure | ||||
| * | | | Close IPC socket on connect failure | Alex Beregszaszi | 2017-10-19 | 1 | -0/+3 |
| |/ / | |||||
* | | | Merge pull request #3106 from ethereum/test-cleanup | chriseth | 2017-10-19 | 3 | -67/+101 |
|\ \ \ | | | | | | | | | Move contract related code to test/contracts | ||||
| * | | | Move contract related code to test/contracts | Alex Beregszaszi | 2017-10-19 | 3 | -67/+101 |
| |/ / | |||||
* / / | Turn usage of callcode into an error as experimental 0.5.0 feature | Alex Beregszaszi | 2017-10-19 | 1 | -0/+10 |
|/ / | |||||
* | | Add test for each assembly opcode/instruction in LLL | Jared Wasinger | 2017-10-18 | 1 | -2/+513 |
| | | |||||
* | | Merge pull request #3070 from ethereum/lll-assembly | Yoichi Hirai | 2017-10-18 | 1 | -0/+17 |
|\ \ | | | | | | | lll: disallow useless PUSHn in assembly | ||||
| * | | lll: disallow useless PUSHn in assembly | Alex Beregszaszi | 2017-10-13 | 1 | -0/+17 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Merge pull request #3077 from ethereum/optimze_pops | chriseth | 2017-10-17 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | Assume peephole optimizer was successful if number of pops increased. | ||||
| * | | | Assume peephole optimizer was successful if number of pops increased. | chriseth | 2017-10-14 | 1 | -0/+14 |
| |/ / | |||||
* / / | 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 | 2 | -1/+305 |
|/ / | | | | | | | | | | | | | | | | | | | * 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 | 4 | -5/+103 |
|\ \ | | | | | | | Basic SMT tests. | ||||
| * | | Tests for SMT checker. | chriseth | 2017-09-29 | 1 | -0/+86 |
| | | | |||||
| * | | Add SMT tests. | chriseth | 2017-09-29 | 3 | -5/+17 |
| | | | |||||
* | | | 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 |
|/ / / | |||||
* | | | Format chainparams fields properly in tests | Alex Beregszaszi | 2017-10-03 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #2997 from federicobond/duplicate-events | Alex Beregszaszi | 2017-10-03 | 1 | -0/+55 |
|\ \ \ | | | | | | | | | Emit error when declaring event with same name and arguments twice | ||||
| * | | | Emit error when declaring event with same name and arguments twice | Federico Bond | 2017-09-30 | 1 | -0/+55 |
| | | | | |||||
* | | | | LLL: Add compiler tests | Alex Beregszaszi | 2017-10-02 | 1 | -0/+128 |
| | | | | |||||
* | | | | LLL: Tests for the proposed switch expression. | benjaminion | 2017-10-02 | 1 | -0/+86 |
|/ / / | |||||
* | | | 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 | 4 | -824/+884 |
|/ | |||||
* | Cleanup test helper macros. | chriseth | 2017-09-22 | 10 | -96/+22 |
| | |||||
* | 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 | 3 | -0/+63 |
| | | |||||
* | | Rename MiniMoustache to Whiskers in tests | Alex Beregszaszi | 2017-09-20 | 1 | -0/+0 |
| | | |||||
* | | Mark functions static | Alex Beregszaszi | 2017-09-20 | 1 | -2/+2 |
| | | |||||
* | | Mark constructors explicit | Alex Beregszaszi | 2017-09-20 | 1 | -2/+2 |
| | | |||||
* | | Ensure parameter names match between headers and implementation | Alex Beregszaszi | 2017-09-20 | 2 | -2/+2 |
|/ | |||||
* | Add tests for constant bytes/strings | Alex Beregszaszi | 2017-09-19 | 2 | -0/+36 |
| | |||||
* | Merge pull request #2910 from ethereum/fallback-restrict-external | chriseth | 2017-09-18 | 1 | -0/+32 |
|\ | | | | | Force fallback to be external (experimental 0.5.0 change) | ||||
| * | Force fallback to be external (experimental 0.5.0 change) | Alex Beregszaszi | 2017-09-18 | 1 | -0/+32 |
| | | |||||
* | | Fixed tests with mappings in structs and added some more. | chriseth | 2017-09-16 | 1 | -2/+90 |
| | | |||||
* | | Use "tuple" for struct types in ABI JSON. | chriseth | 2017-09-16 | 2 | -11/+36 |
| | | | | | | | | Only use tuple as a type in the ABI (and remove all "anonymous struct" references too) | ||||
* | | Implement struct encoder. | chriseth | 2017-09-16 | 2 | -44/+36 |
| | | |||||
* | | Fix tests. | chriseth | 2017-09-16 | 3 | -4/+9 |
| | | |||||
* | | Expect test to fail until implemented. | chriseth | 2017-09-16 | 1 | -1/+4 |
| | | |||||
* | | Structure type json using "components". | chriseth | 2017-09-16 | 1 | -106/+143 |
| | | |||||
* | | Fix interface type conversion internal to structs. | chriseth | 2017-09-16 | 2 | -4/+38 |
| | | |||||
* | | Tests for external signatures. | chriseth | 2017-09-16 | 1 | -4/+28 |
| | | |||||
* | | Function signatures containing structs. | chriseth | 2017-09-16 | 1 | -6/+14 |
| | | |||||
* | | Update tests and error messages. | chriseth | 2017-09-16 | 2 | -13/+13 |
| | | |||||
* | | Allow structs as part of function interfaces. | chriseth | 2017-09-16 | 3 | -1/+226 |
|/ | |||||
* | Named assembly labels. | chriseth | 2017-09-16 | 1 | -0/+28 |
| | |||||
* | Merge pull request #2904 from ethereum/viewPure5 | Alex Beregszaszi | 2017-09-15 | 1 | -0/+10 |
|\ | | | | | Enforce view with error for experimental 0.5.0. | ||||
| * | Enforce view with error for experimental 0.5.0. | chriseth | 2017-09-14 | 1 | -0/+10 |
| | | |||||
* | | Update view/pure tests to contain mandatory visibility specifiers | Alex Beregszaszi | 2017-09-14 | 1 | -53/+51 |
| | | |||||
* | | Update type tests to contain mandatory visibility specifiers | Alex Beregszaszi | 2017-09-14 | 1 | -495/+506 |
|/ | |||||
* | Fix view/pure warnings on selector tests | Alex Beregszaszi | 2017-09-14 | 1 | -14/+14 |
| | |||||
* | Merge pull request #2473 from ethereum/functiontype-sig | Alex Beregszaszi | 2017-09-14 | 2 | -0/+105 |
|\ | | | | | Add .selector member on function types | ||||
| * | Use hashing function in tests | Alex Beregszaszi | 2017-09-13 | 1 | -3/+3 |
| | | |||||
| * | Rename .sig to .selector on function types | Alex Beregszaszi | 2017-09-13 | 2 | -14/+14 |
| | | |||||
| * | Add tests for function type sigs | Alex Beregszaszi | 2017-09-13 | 2 | -0/+105 |
| | | |||||
* | | Merge pull request #2848 from ethereum/checkViewPure | chriseth | 2017-09-14 | 3 | -86/+484 |
|\ \ | |/ |/| | Enforce view and pure. | ||||
| * | Allow constant variables in pure functions. | chriseth | 2017-09-06 | 1 | -0/+13 |
| | | |||||
| * | Fix tests | chriseth | 2017-09-06 | 1 | -1/+1 |
| | | |||||
| * | Tone down error message. | chriseth | 2017-09-06 | 1 | -3/+3 |
| | | |||||
| * | Analyze assembly. | chriseth | 2017-09-06 | 2 | -2/+64 |
| | | |||||
| * | New tests for view and pure checker. | chriseth | 2017-09-06 | 2 | -8/+331 |
| | | |||||
| * | Change tests to use view or pure as appropriate | Alex Beregszaszi | 2017-09-06 | 2 | -76/+76 |
| | | |||||
* | | Travis CI: Fix Emscripten build | Paweł Bylica | 2017-09-13 | 1 | -3/+2 |
| | | |||||
* | | Display helpful warning for unused function arguments/return parameters | Suman | 2017-09-12 | 1 | -7/+7 |
| | | |||||
* | | Change retrieveContract to take name and not index | Alex Beregszaszi | 2017-09-11 | 3 | -6/+6 |
|/ | |||||
* | Fix warning checking in test framework. | chriseth | 2017-09-06 | 2 | -5/+5 |
| | |||||
* | Change array too large error message as it is valid for non-calldata too | Alex Beregszaszi | 2017-09-06 | 1 | -3/+3 |
| | |||||
* | Run fuzzer tests without optimizer too | Alex Beregszaszi | 2017-08-31 | 1 | -0/+7 |
| | |||||
* | Add --without-optimizer option to fuzzer | Alex Beregszaszi | 2017-08-31 | 1 | -4/+7 |
| | |||||
* | Merge pull request #2846 from ethereum/refactorTests | Alex Beregszaszi | 2017-08-29 | 3 | -223/+275 |
|\ | | | | | Extract base from NameAndType and use compiler stack. | ||||
| * | Extract base from NameAndType and use compiler stack. | chriseth | 2017-08-29 | 3 | -223/+275 |
| | | |||||
* | | Add header for jsonCompiler | Alex Beregszaszi | 2017-08-29 | 2 | -17/+2 |
| | | |||||
* | | Move all file specific globals to anonymous namespace | Alex Beregszaszi | 2017-08-29 | 2 | -2/+9 |
| | | |||||
* | | Include all overloaded events in ABI | Alex Beregszaszi | 2017-08-29 | 1 | -0/+20 |
| | | |||||
* | | Crash fix, parseTypeName can return null. | chriseth | 2017-08-28 | 1 | -0/+12 |
|/ | |||||
* | Merge pull request #2819 from ethereum/compilerstack-typecheck | chriseth | 2017-08-26 | 1 | -4/+3 |
|\ | | | | | Simplify typechecking loop in compilerstack | ||||
| * | Update SolidityNameAndTypeResolution to match CompilerStack | Alex Beregszaszi | 2017-08-25 | 1 | -4/+3 |
| | | |||||
* | | Warn on using literals in tight packing | Alex Beregszaszi | 2017-08-25 | 1 | -0/+44 |
|/ | |||||
* | Merge pull request #2807 from ethereum/removeABIh | chriseth | 2017-08-25 | 2 | -19/+18 |
|\ | | | | | Cleanup: Remove ABI.h | ||||
| * | Cleanup: Remove ABI.h | chriseth | 2017-08-25 | 2 | -19/+18 |
| | | |||||
* | | Add test for jumpdest removal. | chriseth | 2017-08-25 | 1 | -0/+84 |
| | | |||||
* | | Update tests. | chriseth | 2017-08-25 | 3 | -12/+12 |
|/ | |||||
* | Rename statemutability to stateMutability in ABI/AST | Alex Beregszaszi | 2017-08-24 | 1 | -28/+28 |
| | |||||
* | Add ABI test for pure function | Alex Beregszaszi | 2017-08-24 | 1 | -0/+55 |
| | |||||
* | Introduce pure specifier on functions | Alex Beregszaszi | 2017-08-24 | 1 | -0/+10 |
| | |||||
* | Merge pull request #2770 from ethereum/recursionInAsm | chriseth | 2017-08-24 | 2 | -0/+26 |
|\ | | | | | Also prevent too much recursion in the assembly parser. | ||||
| * | Check recursion depth in assembly parser. | chriseth | 2017-08-22 | 1 | -1/+1 |
| | | |||||
| * | Tests for recursion in JULIA. | chriseth | 2017-08-22 | 2 | -0/+26 |
| | | |||||
* | | Add external tests. | chriseth | 2017-08-24 | 1 | -0/+49 |
| | | |||||
* | | Merge pull request #2757 from ethereum/cmake | Alex Beregszaszi | 2017-08-23 | 1 | -23/+6 |
|\ \ | | | | | | | Static linking | ||||
| * | | CMake: Make libs dependencies explicit | Paweł Bylica | 2017-08-21 | 1 | -1/+1 |
| | | | |||||
| * | | CMake: Simplify test tools config | Paweł Bylica | 2017-08-18 | 1 | -22/+5 |
| | | | |||||
| * | | CMake: Simplify libevmasm config | Paweł Bylica | 2017-08-18 | 1 | -1/+1 |
| | | | |||||
| * | | CMake: Build static libs by default | Paweł Bylica | 2017-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | Update tests for view | Alex Beregszaszi | 2017-08-23 | 2 | -1/+62 |
| | | | |||||
* | | | Introduce view (and keep constant as an alias) | Alex Beregszaszi | 2017-08-23 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #2734 from ethereum/reject-create-interface | Alex Beregszaszi | 2017-08-22 | 1 | -0/+35 |
|\ \ \ | |_|/ |/| | | Reject the creation of interface with the new statement | ||||
| * | | Check inheritance specifier arguments for interfaces. | chriseth | 2017-08-22 | 1 | -0/+9 |
| | | | |||||
| * | | Reject the creation of interface with the new statement | Alex Beregszaszi | 2017-08-22 | 1 | -0/+26 |
| | | | |||||
* | | | Mark appropriate constructors explicit | Alex Beregszaszi | 2017-08-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2773 from ethereum/usingForWithoutLibrary | Alex Beregszaszi | 2017-08-22 | 1 | -0/+15 |
|\ \ | | | | | | | Fix crash related to ``using for`` without a library. | ||||
| * | | Fix crash related to ``using for`` without a library. | chriseth | 2017-08-21 | 1 | -0/+15 |
| | | | |||||
* | | | Merge pull request #2771 from ethereum/unused-includes | Alex Beregszaszi | 2017-08-21 | 4 | -6/+0 |
|\ \ \ | |/ / |/| | | Remove some unused includes | ||||
| * | | Remove some unused includes | Alex Beregszaszi | 2017-08-21 | 4 | -6/+0 |
| |/ | |||||
* | | Merge pull request #2748 from ethereum/natspec | chriseth | 2017-08-21 | 1 | -2/+2 |
|\ \ | | | | | | | Remove DocumentationType from natspec | ||||
| * | | Remove DocumentationType from natspec | Alex Beregszaszi | 2017-08-16 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'develop' into library-constructor | chriseth | 2017-08-21 | 2 | -0/+16 |
|\ \ \ | |||||
| * | | | Be more strict about number literals in assembly. | chriseth | 2017-08-21 | 2 | -0/+16 |
| | |/ | |/| | |||||
* / | | Library cannot have constructors | Alex Beregszaszi | 2017-08-21 | 1 | -0/+10 |
|/ / | |||||
* | | Use state mutability in override error messages | Alex Beregszaszi | 2017-08-17 | 1 | -4/+4 |
| | | |||||
* | | Use state mutability in fallback/constructor check | Alex Beregszaszi | 2017-08-17 | 1 | -2/+2 |
| | | |||||
* | | FunctionType comparison/identifer to support all statemutability levels | Alex Beregszaszi | 2017-08-17 | 2 | -3/+3 |
| | | |||||
* | | Warn about shift of literals. | chriseth | 2017-08-16 | 1 | -0/+38 |
|/ | |||||
* | Add test for payable constructor in ABI | Alex Beregszaszi | 2017-08-15 | 1 | -0/+31 |
| | |||||
* | Add statemutability field to the ABI | Alex Beregszaszi | 2017-08-15 | 1 | -0/+23 |
| | |||||
* | Prevent too deep recursion in parser. | chriseth | 2017-08-15 | 1 | -0/+12 |
| | |||||
* | Tests for recursion exploit in parser. | chriseth | 2017-08-15 | 1 | -0/+24 |
| | |||||
* | Merge pull request #2704 from ethereum/newEncoder | chriseth | 2017-08-14 | 2 | -57/+220 |
|\ | | | | | New ABI encoder | ||||
| * | Test both encoders. | chriseth | 2017-08-14 | 1 | -77/+137 |
| | | |||||
| * | ABI encoder tests. | chriseth | 2017-08-14 | 2 | -2/+105 |
| | | |||||
* | | Remove useless payable & constant typecheck | Alex Beregszaszi | 2017-08-14 | 1 | -9/+0 |
| | | |||||
* | | Update parser tests | Alex Beregszaszi | 2017-08-14 | 1 | -8/+9 |
|/ | |||||
* | Merge pull request #2703 from ethereum/warnAboutLargeStorageArrays | chriseth | 2017-08-14 | 1 | -0/+51 |
|\ | | | | | Warn about large storage structures. | ||||
| * | Warn about large storage structures. | chriseth | 2017-08-12 | 1 | -0/+51 |
| | | |||||
* | | Improve and add missing tests | Federico Bond | 2017-08-12 | 1 | -6/+15 |
|/ | |||||
* | Enforce commas in tuple syntax | Federico Bond | 2017-08-12 | 1 | -0/+12 |
| | |||||
* | Merge pull request #2730 from ethereum/indented-writer | chriseth | 2017-08-12 | 1 | -0/+75 |
|\ | | | | | Introduce IndentedWriter | ||||
| * | Introduce IndentedWriter | Alex Beregszaszi | 2017-08-11 | 1 | -0/+75 |
| | | |||||
* | | Merge pull request #2712 from ethereum/experimental-metadata | Alex Beregszaszi | 2017-08-12 | 2 | -7/+37 |
|\ \ | | | | | | | Store experimental flag in metadata CBOR | ||||
| * | | Output experimental flag in metadata only for risky features | Alex Beregszaszi | 2017-08-11 | 1 | -0/+1 |
| | | | |||||
| * | | Store experimental flag in metadata CBOR | Alex Beregszaszi | 2017-08-11 | 1 | -0/+29 |
| | | | |||||
| * | | Add __test experimental mode for testing | Alex Beregszaszi | 2017-08-11 | 1 | -7/+7 |
| |/ | |||||
* / | Amend expected test messages for SolidityNameAndTypeResolution | Zhen Zhang | 2017-08-11 | 1 | -168/+168 |
|/ | |||||
* | Merge pull request #2700 from ethereum/abiTests | Alex Beregszaszi | 2017-08-10 | 3 | -0/+354 |
|\ | | | | | Some more ABI tests. | ||||
| * | Some more ABI tests. | chriseth | 2017-08-10 | 3 | -0/+354 |
| | | |||||
* | | Add tests for experimental pragma | Alex Beregszaszi | 2017-08-10 | 1 | -0/+37 |
|/ | |||||
* | Show previous visibility specifier in parser error | Alex Beregszaszi | 2017-08-09 | 1 | -2/+2 |
| | |||||
* | Add test for multiple visibilites on functions | Alex Beregszaszi | 2017-08-09 | 1 | -1/+6 |
| | |||||
* | Disable unimplemented library functions instead | Alex Beregszaszi | 2017-08-08 | 1 | -12/+10 |
| | |||||
* | Raise error when using unimplemented internal library functions. | Alex Beregszaszi | 2017-08-08 | 1 | -0/+24 |
| | |||||
* | Constructors must be implemented if declared. | Alex Beregszaszi | 2017-08-05 | 1 | -39/+11 |
| | |||||
* | Merge pull request #2687 from ethereum/show-unimplemented-funcs | Alex Beregszaszi | 2017-08-05 | 1 | -8/+8 |
|\ | | | | | Show unimplemented function if trying to instantiate an abstract class | ||||
| * | Fix tests to use unimplementedFunctions | Alex Beregszaszi | 2017-08-04 | 1 | -8/+8 |
| | | |||||
* | | Three more tests for shadowing. | chriseth | 2017-08-05 | 1 | -0/+30 |
| | | |||||
* | | Do not mark overloaded functions as shadowing | Alex Beregszaszi | 2017-08-05 | 1 | -0/+11 |
|/ | |||||
* | Merge pull request #2673 from ethereum/builtin-gas | chriseth | 2017-08-04 | 2 | -15/+24 |
|\ | | | | | Disallow gas modifier on sha256/ripemd160/ecrecover | ||||
| * | Disallow gas modifier on sha255/ripemd160/ecrecover | Alex Beregszaszi | 2017-08-02 | 2 | -15/+24 |
| | | |||||
* | | Add test for call/callcode/delegatecall to invalid address | Alex Beregszaszi | 2017-08-02 | 1 | -0/+22 |
| | | |||||
* | | .delegatecall() should always return a boolean of execution status | Alex Beregszaszi | 2017-08-02 | 1 | -0/+36 |
|/ | |||||
* | Add test for tight packing keccak256/sha256/ripemd160 | Alex Beregszaszi | 2017-08-01 | 1 | -0/+81 |
| | |||||
* | Add test for disallowed gas/value modifiers on builtins | Alex Beregszaszi | 2017-08-01 | 1 | -1/+49 |
| | |||||
* | Fix import error check for release version. | chriseth | 2017-07-31 | 1 | -4/+5 |
| | |||||
* | Use keccak256 instead of sha3 | chriseth | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | Test case for invalid ecrecover call. | chriseth | 2017-07-28 | 1 | -0/+47 |
| | |||||
* | Merge pull request #2635 from ethereum/fixCrashOnAssignmentToNonLValue | Alex Beregszaszi | 2017-07-27 | 1 | -0/+14 |
|\ | | | | | Fix crash on assignment to non-LValue | ||||
| * | Test for assigning to non-lvalue. | chriseth | 2017-07-26 | 1 | -0/+14 |
| | | |||||
* | | Re-allow multiple modifiers per function. | chriseth | 2017-07-27 | 2 | -1/+29 |
| | | |||||
* | | Merge pull request #2650 from ethereum/metadata-test-fix | chriseth | 2017-07-27 | 1 | -2/+4 |
|\ \ | | | | | | | Fix metadata tests | ||||
| * | | Fix metadata tests | Alex Beregszaszi | 2017-07-27 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #2642 from ethereum/test-split-asm | Yoichi Hirai | 2017-07-27 | 2 | -821/+873 |
|\ \ \ | |/ / |/| | | Split off libevmasm specific optimiser tests | ||||
| * | | Split off libevmasm specific optimiser tests | Alex Beregszaszi | 2017-07-27 | 2 | -821/+873 |
| | | | |||||
* | | | Merge pull request #2566 from ethereum/metadata-only-relevant | chriseth | 2017-07-27 | 1 | -0/+67 |
|\ \ \ | | | | | | | | | Metadata: only include relevant files in the source list | ||||
| * | | | Add tests for relevant metadata files | Alex Beregszaszi | 2017-07-19 | 1 | -0/+67 |
| | | | | |||||
* | | | | Merge pull request #1637 from ethereum/warn-shadowing-globals | chriseth | 2017-07-26 | 2 | -26/+146 |
|\ \ \ \ | |_|/ / |/| | | | Warn if shadowing built-ins | ||||
| * | | | Warn about shadowing variables. | Alex Beregszaszi | 2017-07-25 | 2 | -26/+146 |
| | |/ | |/| | |||||
* | | | Add CompilerStack::setOptimiserSettings | Alex Beregszaszi | 2017-07-26 | 6 | -6/+12 |
| | | | |||||
* | | | Add CompilerStack::setLibraries | Alex Beregszaszi | 2017-07-26 | 1 | -1/+2 |
| | | | |||||
* | | | Remove unused interfaces from CompilerStack | Alex Beregszaszi | 2017-07-26 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #2603 from ethereum/test-jsoncompiler | chriseth | 2017-07-26 | 1 | -2/+95 |
|\ \ \ | |/ / |/| | | Comprehensive tests for jsonCompiler | ||||
| * | | Add test for compileStandard | Alex Beregszaszi | 2017-07-19 | 1 | -0/+29 |
| | | | |||||
| * | | Add test for compileSingle | Alex Beregszaszi | 2017-07-19 | 1 | -0/+51 |
| | | | |||||
| * | | Add test for compileJSONCallback | Alex Beregszaszi | 2017-07-19 | 1 | -3/+16 |
| |/ | |||||
* | | LLL: Test cases for nested IF expressions. | benjaminion | 2017-07-21 | 1 | -0/+50 |
| | | |||||
* | | Cleanup fixed point type changes | chriseth | 2017-07-20 | 1 | -81/+73 |
| | | |||||
* | | Change fixed point types to have digit count | VoR0220 | 2017-07-20 | 1 | -54/+50 |
| | | | | | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | | Merge pull request #2334 from ethereum/printMultiError | Alex Beregszaszi | 2017-07-20 | 1 | -1/+8 |
|\ \ | | | | | | | Print information about types of errors. | ||||
| * | | Print information about types of errors. | chriseth | 2017-07-19 | 1 | -1/+8 |
| |/ | |||||
* / | Add test and changelog | Alex Beregszaszi | 2017-07-19 | 1 | -1/+15 |
|/ | |||||
* | Merge pull request #2596 from ethereum/lll-test-optimiser | Yoichi Hirai | 2017-07-19 | 2 | -2/+2 |
|\ | | | | | Run LLL contract tests with optimiser too | ||||
| * | Run LLL contract tests with optimiser too | Alex Beregszaszi | 2017-07-19 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #2589 from ethereum/rename-onchainmetadata | Yoichi Hirai | 2017-07-19 | 1 | -1/+1 |
|\ \ | | | | | | | Rename onChainMetadata to metadata | ||||
| * | | Rename onChainMetadata to metadata | Alex Beregszaszi | 2017-07-19 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #2597 from ethereum/modifier-internal | Yoichi Hirai | 2017-07-19 | 1 | -0/+14 |
|\ \ | | | | | | | Mark modifiers as internal | ||||
| * | | Mark modifiers as internal | Alex Beregszaszi | 2017-07-19 | 1 | -0/+14 |
| |/ | |||||
* / | Run metadata and gas meter tests when optimiser is on too | Alex Beregszaszi | 2017-07-19 | 2 | -4/+2 |
|/ | |||||
* | Do not use obscure CompilerStack methods in tests | Alex Beregszaszi | 2017-07-18 | 4 | -4/+12 |
| | |||||
* | Test for version/license in jsonCompiler | Alex Beregszaszi | 2017-07-18 | 1 | -0/+15 |
| | |||||
* | LLL: whole contract tests for the ENS Registry. | benjaminion | 2017-07-18 | 2 | -0/+507 |
| | |||||
* | Merge pull request #2565 from ethereum/literal-string-error | chriseth | 2017-07-14 | 1 | -0/+37 |
|\ | | | | | Include types in explicit conversion error message | ||||
| * | Add test for explicit type conversion literal string | Alex Beregszaszi | 2017-07-14 | 1 | -0/+37 |
| | | |||||
* | | Merge pull request #2559 from benjaminion/lll-contract-test-erc20 | Alex Beregszaszi | 2017-07-14 | 2 | -0/+652 |
|\ \ | |/ |/| | LLL: whole contract tests for ERC20 token. | ||||
| * | LLL: whole contract tests for ERC20 token. | benjaminion | 2017-07-14 | 2 | -0/+652 |
| | |