aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityABIJSON.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update testsChase McDermott2018-08-151-1/+1
* Be explicit about which contract to test for in ABIJSON testsAlex Beregszaszi2018-08-061-31/+31
* Disallow structs in events without ABIEncoderV2Leonardo Alt2018-08-031-0/+1
* Turn warning about uninitialized storage returns into an error.Daniel Kirchner2018-08-031-1/+1
* Fixes end-to-end tests.Erik Kundt2018-07-161-1/+1
* Specifies visibility in unit tests.Erik Kundt2018-07-161-11/+11
* Added default data locations to parameters for end to end tests.Chase McDermott2018-07-161-4/+4
* test: Fix typos.Cryptomental2018-07-111-1/+1
* Updates unit test to specify visibility.Erik Kundt2018-07-041-17/+17
* Update test suite.Daniel Kirchner2018-07-031-56/+0
* Updates compiled unit tests to new constructor syntax.Erik Kundt2018-06-291-3/+3
* Fallback function has to be external: backwards-compatible changes.chriseth2018-06-291-2/+2
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
* Correctly set evm version in testschriseth2018-03-021-0/+2
* Add new JSON API for better abstraction and for supporting strict JSON parsingAlexander Arlt2018-02-211-3/+2
* Move some struct tests to require ABIEncoderV2Alex Beregszaszi2017-12-111-0/+3
* Implement CompilerStack.lastContractName()Alex Beregszaszi2017-10-191-1/+1
* Cleanup test helper macros.chriseth2017-09-221-1/+1
* Use "tuple" for struct types in ABI JSON.chriseth2017-09-161-8/+8
* Fix tests.chriseth2017-09-161-0/+4
* Structure type json using "components".chriseth2017-09-161-106/+143
* Fix interface type conversion internal to structs.chriseth2017-09-161-0/+36
* Allow structs as part of function interfaces.chriseth2017-09-161-1/+135
* Include all overloaded events in ABIAlex Beregszaszi2017-08-291-0/+20
* Rename statemutability to stateMutability in ABI/ASTAlex Beregszaszi2017-08-241-28/+28
* Add ABI test for pure functionAlex Beregszaszi2017-08-241-0/+55
* Update tests for viewAlex Beregszaszi2017-08-231-1/+57
* Add test for payable constructor in ABIAlex Beregszaszi2017-08-151-0/+31
* Add statemutability field to the ABIAlex Beregszaszi2017-08-151-0/+23
* Do not use obscure CompilerStack methods in testsAlex Beregszaszi2017-07-181-1/+3
* Split out metadata test into its own fileAlex Beregszaszi2017-05-241-20/+0
* Use CompilerStack.contractABI directlyAlex Beregszaszi2017-05-191-1/+1
* refactoring parse() into two separate functionsdjuju2017-04-271-1/+1
* Migrate remaining source code in tests to R literalsFederico Bond2016-12-041-48/+66
* Fix testschriseth2016-12-011-2/+5
* Add test.chriseth2016-12-011-2/+22
* Fix licensing headersVoR02202016-11-231-4/+4
* Add payable to constructor ABI testsAlex Beregszaszi2016-11-181-0/+2
* Some more tests.chriseth2016-11-161-3/+6
* JSON tests.chriseth2016-11-161-0/+23
* Fix tests.chriseth2016-11-161-1/+1
* Change natspec/abi JSON expected message to be the sameAlex Beregszaszi2016-11-161-1/+3
* Update tests to use JSONAlex Beregszaszi2016-11-161-3/+1
* Reject constant modifier on the fallback functionAlex Beregszaszi2016-09-061-2/+0
* Test and fixes for payable fallback in ABI.chriseth2016-09-061-0/+20
* Include ABI JSON test for payable keywordAlex Beregszaszi2016-09-061-0/+49
* Fix version pragmas in tests.chriseth2016-09-011-1/+1
* Version pragma.chriseth2016-09-011-1/+1
* Add test for fallback function in JSON ABIAlex Beregszaszi2016-08-271-9/+19
* Remove standard contractsDenton Liu2016-08-191-1/+1
* File reorganisation.chriseth2015-10-211-1/+1
* errors instead of exceptionsLianaHus2015-10-151-3/+4
* Compute canonical names of types for function signatures.chriseth2015-10-061-0/+30
* renamed getter functionsLianaHus2015-09-081-1/+1
* Move Solidity tests.chriseth2015-08-201-0/+602