aboutsummaryrefslogtreecommitdiffstats
path: root/test/compilationTests
Commit message (Collapse)AuthorAgeFilesLines
* Set pragma to arbitrary.chriseth2018-10-2452-52/+52
|
* Only run zeppelin as external tests.chriseth2018-10-2439-1958/+0
|
* Fix typos.chriseth2018-10-041-1/+1
|
* Update test suite to use address payable.Daniel Kirchner2018-09-1215-53/+55
|
* Split IntegerType into IntegerType and AddressType.Daniel Kirchner2018-09-051-2/+2
|
* Update compilation tests.Daniel Kirchner2018-09-044-16/+11
|
* Update external tests.chriseth2018-08-159-23/+23
|
* Disallow ambiguous conversions between number literals and bytesXX types.Daniel Kirchner2018-08-131-5/+5
|
* Adjust return expressions in compilation tests.Daniel Kirchner2018-08-081-8/+6
|
* Update tests to remove support for loose assemblyChristian Parpart2018-08-021-6/+3
|
* Remove trailing whitespace in all contract files.Daniel Kirchner2018-08-0234-778/+778
|
* Fix tests regarding contract type conversion.chriseth2018-08-0114-32/+32
|
* Fix upstream issues in stringutilsAlex Beregszaszi2018-07-251-1/+1
|
* Update stringutils to upstream 3c63f18Alex Beregszaszi2018-07-251-98/+104
|
* Replace throw with revert() in compilation testsAlex Beregszaszi2018-07-1623-92/+92
|
* Added default data locations to docs and other external tests.Chase McDermott2018-07-1526-74/+74
|
* Merge pull request #4438 from ethereum/address_members_external_tests_docschriseth2018-07-138-9/+9
|\ | | | | Address members used by contracts: update external tests and docs
| * Update external tests and docsLeonardo Alt2018-07-128-9/+9
| |
* | Update compilation tests wrt requiring storage locations.Daniel Kirchner2018-07-124-12/+12
|/
* test: Fix typos.Cryptomental2018-07-1115-57/+57
| | | | | | Fix typos using codespell. Refs: #4442
* Adds visibility to compilation tests.Erik Kundt2018-07-0542-137/+137
|
* Update compilation tests.Daniel Kirchner2018-07-0346-166/+170
|
* Fallback function has to be external: backwards-compatible changes.chriseth2018-06-295-4/+5
|
* Merge pull request #4097 from ethereum/noPackedExceptForPackedchriseth2018-06-288-21/+21
|\ | | | | [BREAKING] call only takes a single argument and does not pad
| * Update compilation tests.chriseth2018-06-258-21/+21
| |
* | Add emit keyword to compilation tests.chriseth2018-06-2743-120/+120
| |
* | Updates external contracts to new constructor syntax.Erik Kundt2018-06-2639-41/+41
|/
* Update external contracts in compilationTests (to support strict address ↵Alex Beregszaszi2018-06-2522-54/+54
| | | | literals)
* test: drop var-keyword in compilationTests in favor of explicit typesChristian Parpart2018-06-2115-119/+119
|
* C99 scoping rules by defaultLeonardo Alt2018-06-202-4/+7
|
* Update external contract in compilationTests to not use deprecated sha3Alex Beregszaszi2018-06-134-31/+31
|
* Update imported stringutils to use keccak256Alex Beregszaszi2018-06-041-9/+9
|
* Disallow conversions between bytesX and uintY of different size.Daniel Kirchner2018-05-171-1/+1
|
* Gnosis compilation contracts.chriseth2017-07-1233-0/+3303
|
* Added various contracts for testing.chriseth2017-07-0570-0/+10043