Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed exception when function is not found | Liana Husikyan | 2015-06-01 | 1 | -30/+2 |
| | |||||
* | special handle of send | Liana Husikyan | 2015-06-01 | 1 | -1/+0 |
| | |||||
* | modified the test | Liana Husikyan | 2015-06-01 | 1 | -4/+12 |
| | |||||
* | remove line for debugging | Liana Husikyan | 2015-06-01 | 1 | -1/+0 |
| | |||||
* | test for constructor (out of band exception) | Liana Husikyan | 2015-06-01 | 1 | -2/+20 |
| | |||||
* | test for exception in constructor | Liana Husikyan | 2015-06-01 | 1 | -0/+17 |
| | |||||
* | one more test to test the call of non-existed function | Liana Husikyan | 2015-06-01 | 1 | -1/+27 |
| | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | added test to check evm exception | Liana Husikyan | 2015-06-01 | 1 | -0/+24 |
| | |||||
* | added error jump instead of STOP instraction in case of exception | Liana Husikyan | 2015-06-01 | 1 | -0/+1 |
| | |||||
* | Update SolidityEndToEndTest.cpp | Liana Husikyan | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Update SolidityEndToEndTest.cpp | Liana Husikyan | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | style fix | Liana Husikyan | 2015-05-21 | 1 | -2/+2 |
| | |||||
* | Update SolidityEndToEndTest.cpp | Liana Husikyan | 2015-05-21 | 1 | -1/+0 |
| | |||||
* | added tests to check references to struct type. | Liana Husikyan | 2015-05-20 | 1 | -0/+87 |
| | |||||
* | Move non-cryptopp dependent stuff into devcore. | Gav Wood | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | SHA3, RIPEMD160 and SHA256 are now not cryptopp impls. | Gav Wood | 2015-05-20 | 1 | -7/+3 |
| | |||||
* | Bare callcode for addresses and contracts. | chriseth | 2015-05-16 | 1 | -0/+31 |
| | |||||
* | Merge pull request #1831 from chriseth/sol_newABIEncoding | chriseth | 2015-05-11 | 1 | -7/+10 |
|\ | | | | | New ABI encoding for dynamic types. | ||||
| * | New ABI encoding for dynamic types. | chriseth | 2015-05-08 | 1 | -7/+10 |
| | | |||||
* | | added one more test | Liana Husikyan | 2015-05-08 | 1 | -0/+55 |
| | | |||||
* | | fixed the test | Liana Husikyan | 2015-05-08 | 1 | -0/+29 |
|/ | |||||
* | Fix for broken continue in for loop. | chriseth | 2015-05-04 | 1 | -0/+46 |
| | | | | Fixes #1789. | ||||
* | Fix for deleting byte array elements. | chriseth | 2015-04-28 | 1 | -0/+20 |
| | | | | Fixes #1759. | ||||
* | Fix regarding memory overwrite during sha3 computation. | chriseth | 2015-04-22 | 1 | -1/+19 |
| | |||||
* | bytes parameters for events and sha3. | chriseth | 2015-04-22 | 1 | -0/+43 |
| | |||||
* | Merge pull request #1685 from chriseth/sol_fix_ripemd_alignment | Gav Wood | 2015-04-21 | 1 | -2/+2 |
|\ | | | | | Fixed byte alignment for return type of ripemd160 built-in contract. | ||||
| * | Fixed byte alignment for return type of ripemd160 built-in contract. | chriseth | 2015-04-21 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArguments | Gav Wood | 2015-04-21 | 1 | -0/+19 |
|\ \ | | | | | | | Fix for Contract and Enum types as external function arguments. | ||||
| * | | Fix for Contract and Enum types as external function arguments. | chriseth | 2015-04-21 | 1 | -0/+19 |
| |/ | |||||
* | | Merge pull request #1634 from chriseth/sol_overloadingFunctions | chriseth | 2015-04-21 | 1 | -21/+88 |
|\ \ | | | | | | | Function overloading. | ||||
| * | | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions | chriseth | 2015-04-21 | 1 | -21/+88 |
| |/ | |||||
* / | Removed (and added) some #ifs (but removed more than I added). | chriseth | 2015-04-21 | 1 | -4/+0 |
|/ | |||||
* | Restructure test folders | CJentzsch | 2015-04-21 | 1 | -0/+3708 |