63 Commits (b0ec75d0bb4fb32fc8df60b950032245bb8d64d7)

Author SHA1 Message Date
chriseth 9c3983d1c6 Flexible string literals, convertible to bytesX, bytes and string. 9 years ago
chriseth 905da13c34 Struct constructors. 9 years ago
chriseth 97dc2d61f0 Fix for copying arrays to storage. 9 years ago
chriseth d3ff381447 Memory structs. 9 years ago
chriseth 4cdea67cea Another test for arrays in constructors. 9 years ago
chriseth f95baf2cb9 Delete for memory objects. 9 years ago
chriseth 79375056db Do not copy reference types to memory in-place. 9 years ago
chriseth b5c2a28371 Initialisation of memory types. 9 years ago
chriseth 1f9060faf0 Copy routines for non-byte arrays. 9 years ago
chriseth 9e36e8c4e1 Decoding for constructor. 9 years ago
chriseth 23a484e989 Remove dynamic return types. 9 years ago
chriseth 5ba138f096 Memory-storage copy. 9 years ago
chriseth 7afcafa127 Tests for constructor arguments "from outside". 9 years ago
chriseth faafba12fa Storage array reference test. 9 years ago
chriseth 536bd36185 Accessors for strings. 9 years ago
chriseth c75c72a994 Type conversion specialities for storage references. 9 years ago
chriseth e0c101ca3b Copying between memory and memory. 9 years ago
Liana Husikyan 808c7ea26d cleaned up the tests 10 years ago
chriseth e66a5ca0b5 Use dynamic memory for argument encoding. 10 years ago
Liana Husikyan 2d732e8923 removed byte0 keyword 10 years ago
Liana Husikyan 10615249cf added test 10 years ago
chriseth 0f8c4a7fbb Bare functions return success condition. 10 years ago
Liana Husikyan 4757651b64 - conversion of positive literals to signed int 10 years ago
Liana Husikyan a7732d2013 test 10 years ago
Liana Husikyan 214542eb5e renamed the test framwork function. 10 years ago
Liana Husikyan 7512689bec style fixes 10 years ago
Liana Husikyan e8148a444f style fixes in test/libsolidity/solidityExecutionFramework.h 10 years ago
Liana Husikyan 0d55798adf removed exception when function is not found 10 years ago
Liana Husikyan a723fb7e81 special handle of send 10 years ago
Liana Husikyan 7ef2c7dc44 modified the test 10 years ago
Liana Husikyan 5996d912a2 remove line for debugging 10 years ago
Liana Husikyan 803bea6654 test for constructor (out of band exception) 10 years ago
Liana Husikyan 4b0e0d8691 test for exception in constructor 10 years ago
Liana Husikyan 77e1d116ca one more test to test the call of non-existed function 10 years ago
Liana Husikyan 74549bd60f added test to check evm exception 10 years ago
Liana Husikyan 10fe1b4cfe added error jump instead of STOP instraction in case of exception 10 years ago
Liana Husikyan 378341ce60 Update SolidityEndToEndTest.cpp 10 years ago
Liana Husikyan 050883805b Update SolidityEndToEndTest.cpp 10 years ago
Liana Husikyan f3b89a9677 style fix 10 years ago
Liana Husikyan 4268174af7 Update SolidityEndToEndTest.cpp 10 years ago
Liana Husikyan c16ee526d5 added tests to check references to struct type. 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
Gav Wood 9adde95145 SHA3, RIPEMD160 and SHA256 are now not cryptopp impls. 10 years ago
chriseth 4c69ecf16b Bare callcode for addresses and contracts. 10 years ago
Liana Husikyan ce64ea610c added one more test 10 years ago
Liana Husikyan 71c2c7da45 fixed the test 10 years ago
chriseth 37440f3a01 New ABI encoding for dynamic types. 10 years ago
chriseth 1e6ff441fe Fix for broken continue in for loop. 10 years ago
chriseth 7a5d5b3af3 Fix for deleting byte array elements. 10 years ago
chriseth 0a95634543 Fix regarding memory overwrite during sha3 computation. 10 years ago