aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/SolidityEndToEndTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another test for arrays in constructors.chriseth2015-06-291-1/+40
* Delete for memory objects.chriseth2015-06-271-0/+29
* Do not copy reference types to memory in-place.chriseth2015-06-271-0/+47
* Initialisation of memory types.chriseth2015-06-251-0/+22
* Copy routines for non-byte arrays.chriseth2015-06-241-0/+99
* Decoding for constructor.chriseth2015-06-231-7/+33
* Remove dynamic return types.chriseth2015-06-231-32/+0
* Memory-storage copy.chriseth2015-06-231-0/+168
* Merge pull request #2232 from chriseth/sol_externalConstructorTestschriseth2015-06-191-4/+24
|\
| * Tests for constructor arguments "from outside".chriseth2015-06-181-4/+24
* | Merge pull request #2216 from chriseth/sol_memoryArrays5chriseth2015-06-181-5/+83
|\ \ | |/ |/|
| * Accessors for strings.chriseth2015-06-171-0/+78
| * Type conversion specialities for storage references.chriseth2015-06-161-5/+5
* | Storage array reference test.chriseth2015-06-181-0/+53
|/
* Copying between memory and memory.chriseth2015-06-161-1/+26
* Merge pull request #2122 from chriseth/sol_memoryArrays2chriseth2015-06-101-2/+49
|\
| * Use dynamic memory for argument encoding.chriseth2015-06-091-2/+49
* | cleaned up the testsLiana Husikyan2015-06-091-24/+14
* | removed byte0 keywordLiana Husikyan2015-06-081-31/+0
* | added testLiana Husikyan2015-06-081-17/+34
|/
* Bare functions return success condition.chriseth2015-06-051-0/+22
* - conversion of positive literals to signed intLiana Husikyan2015-06-041-0/+4
* testLiana Husikyan2015-06-041-0/+11
* renamed the test framwork function.Liana Husikyan2015-06-011-1/+1
* style fixesLiana Husikyan2015-06-011-1/+1
* style fixes in test/libsolidity/solidityExecutionFramework.hLiana Husikyan2015-06-011-3/+1
* removed exception when function is not foundLiana Husikyan2015-06-011-30/+2
* special handle of sendLiana Husikyan2015-06-011-1/+0
* modified the testLiana Husikyan2015-06-011-4/+12
* remove line for debuggingLiana Husikyan2015-06-011-1/+0
* test for constructor (out of band exception)Liana Husikyan2015-06-011-2/+20
* test for exception in constructorLiana Husikyan2015-06-011-0/+17
* one more test to test the call of non-existed functionLiana Husikyan2015-06-011-1/+27
* added test to check evm exceptionLiana Husikyan2015-06-011-0/+24
* added error jump instead of STOP instraction in case of exceptionLiana Husikyan2015-06-011-0/+1
* Update SolidityEndToEndTest.cppLiana Husikyan2015-05-211-1/+1
* Update SolidityEndToEndTest.cppLiana Husikyan2015-05-211-1/+1
* style fixLiana Husikyan2015-05-211-2/+2
* Update SolidityEndToEndTest.cppLiana Husikyan2015-05-211-1/+0
* added tests to check references to struct type.Liana Husikyan2015-05-201-0/+87
* Move non-cryptopp dependent stuff into devcore.Gav Wood2015-05-201-1/+1
* SHA3, RIPEMD160 and SHA256 are now not cryptopp impls.Gav Wood2015-05-201-7/+3
* Bare callcode for addresses and contracts.chriseth2015-05-161-0/+31
* Merge pull request #1831 from chriseth/sol_newABIEncodingchriseth2015-05-111-7/+10
|\
| * New ABI encoding for dynamic types.chriseth2015-05-081-7/+10
* | added one more testLiana Husikyan2015-05-081-0/+55
* | fixed the testLiana Husikyan2015-05-081-0/+29
|/
* Fix for broken continue in for loop.chriseth2015-05-041-0/+46
* Fix for deleting byte array elements.chriseth2015-04-281-0/+20
* Fix regarding memory overwrite during sha3 computation.chriseth2015-04-221-1/+19
* bytes parameters for events and sha3.chriseth2015-04-221-0/+43
* Merge pull request #1685 from chriseth/sol_fix_ripemd_alignmentGav Wood2015-04-211-2/+2
|\
| * Fixed byte alignment for return type of ripemd160 built-in contract.chriseth2015-04-211-2/+2
* | Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArgumentsGav Wood2015-04-211-0/+19
|\ \
| * | Fix for Contract and Enum types as external function arguments.chriseth2015-04-211-0/+19
| |/
* | Merge pull request #1634 from chriseth/sol_overloadingFunctionschriseth2015-04-211-21/+88
|\ \
| * | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctionschriseth2015-04-211-21/+88
| |/
* / Removed (and added) some #ifs (but removed more than I added).chriseth2015-04-211-4/+0
|/
* Restructure test foldersCJentzsch2015-04-211-0/+3708