aboutsummaryrefslogtreecommitdiffstats
path: root/test/compilationTests/zeppelin
Commit message (Collapse)AuthorAgeFilesLines
* 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-127-13/+13
|
* Split IntegerType into IntegerType and AddressType.Daniel Kirchner2018-09-051-2/+2
|
* Update compilation tests.Daniel Kirchner2018-09-041-6/+4
|
* Update external tests.chriseth2018-08-153-3/+3
|
* Remove trailing whitespace in all contract files.Daniel Kirchner2018-08-0220-53/+53
|
* Fix tests regarding contract type conversion.chriseth2018-08-014-6/+6
|
* Replace throw with revert() in compilation testsAlex Beregszaszi2018-07-1617-31/+31
|
* Added default data locations to docs and other external tests.Chase McDermott2018-07-155-6/+6
|
* Merge pull request #4438 from ethereum/address_members_external_tests_docschriseth2018-07-135-5/+5
|\ | | | | Address members used by contracts: update external tests and docs
| * Update external tests and docsLeonardo Alt2018-07-125-5/+5
| |
* | Update compilation tests wrt requiring storage locations.Daniel Kirchner2018-07-121-2/+2
|/
* test: Fix typos.Cryptomental2018-07-117-15/+15
| | | | | | Fix typos using codespell. Refs: #4442
* Adds visibility to compilation tests.Erik Kundt2018-07-0531-80/+80
|
* Update compilation tests.Daniel Kirchner2018-07-0313-30/+30
|
* Fallback function has to be external: backwards-compatible changes.chriseth2018-06-293-3/+3
|
* Merge pull request #4097 from ethereum/noPackedExceptForPackedchriseth2018-06-281-1/+1
|\ | | | | [BREAKING] call only takes a single argument and does not pad
| * Update compilation tests.chriseth2018-06-251-1/+1
| |
* | Add emit keyword to compilation tests.chriseth2018-06-2711-21/+21
| |
* | Updates external contracts to new constructor syntax.Erik Kundt2018-06-2614-15/+15
|/
* Update external contracts in compilationTests (to support strict address ↵Alex Beregszaszi2018-06-256-8/+8
| | | | literals)
* test: drop var-keyword in compilationTests in favor of explicit typesChristian Parpart2018-06-212-4/+4
|
* Added various contracts for testing.chriseth2017-07-0539-0/+1960