Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for copying arrays to storage. | chriseth | 2015-07-03 | 1 | -8/+17 |
| | |||||
* | Memory structs. | chriseth | 2015-07-03 | 1 | -0/+143 |
| | |||||
* | Fixed checking of abstract functions. | chriseth | 2015-06-30 | 1 | -0/+17 |
| | | | | Fixes #2264 | ||||
* | Memory arrays cannot be resized. | chriseth | 2015-06-30 | 1 | -0/+13 |
| | |||||
* | Merge pull request #2312 from chriseth/sol_updateWallet | chriseth | 2015-06-29 | 1 | -11/+20 |
|\ | | | | | Updated wallet test to latest wallet source. | ||||
| * | Updated wallet test to latest wallet source. | chriseth | 2015-06-29 | 1 | -11/+20 |
| | | |||||
* | | Another test for arrays in constructors. | chriseth | 2015-06-29 | 1 | -1/+40 |
| | | |||||
* | | Delete for memory objects. | chriseth | 2015-06-27 | 2 | -0/+55 |
|/ | |||||
* | Do not copy reference types to memory in-place. | chriseth | 2015-06-27 | 1 | -0/+47 |
| | |||||
* | Initialisation of memory types. | chriseth | 2015-06-25 | 1 | -0/+22 |
| | |||||
* | Copy routines for non-byte arrays. | chriseth | 2015-06-24 | 2 | -0/+107 |
| | |||||
* | Decoding for constructor. | chriseth | 2015-06-23 | 2 | -7/+46 |
| | |||||
* | Remove dynamic return types. | chriseth | 2015-06-23 | 1 | -32/+0 |
| | |||||
* | Memory-storage copy. | chriseth | 2015-06-23 | 1 | -0/+168 |
| | |||||
* | Merge pull request #2232 from chriseth/sol_externalConstructorTests | chriseth | 2015-06-19 | 2 | -8/+38 |
|\ | | | | | Tests for constructor arguments "from outside". | ||||
| * | Tests for constructor arguments "from outside". | chriseth | 2015-06-18 | 2 | -8/+38 |
| | | |||||
* | | Fix and test for not really recursive structs. | chriseth | 2015-06-18 | 1 | -0/+11 |
| | | | | | | | | Fixes #2223. | ||||
* | | Merge pull request #2216 from chriseth/sol_memoryArrays5 | chriseth | 2015-06-18 | 2 | -12/+90 |
|\ \ | |/ |/| | Accessors for strings and type conversion to memory. | ||||
| * | Accessors for strings. | chriseth | 2015-06-17 | 2 | -7/+85 |
| | | |||||
| * | Type conversion specialities for storage references. | chriseth | 2015-06-16 | 1 | -5/+5 |
| | | |||||
* | | Storage array reference test. | chriseth | 2015-06-18 | 1 | -0/+53 |
|/ | |||||
* | Copying between memory and memory. | chriseth | 2015-06-16 | 3 | -5/+30 |
| | | | | Also fixed some encoding and padding issues with older copying code. | ||||
* | Distinction between storage pointer and storage ref and type checking for ↵ | chriseth | 2015-06-15 | 1 | -0/+87 |
| | | | | conversion between storage and memory. | ||||
* | Optimize RETURN x 0 to STOP. | chriseth | 2015-06-12 | 1 | -0/+8 |
| | |||||
* | Merge pull request #2148 from chriseth/sol_walletTests | Gav Wood | 2015-06-11 | 1 | -0/+491 |
|\ | | | | | Unit tests for the wallet contract. | ||||
| * | Wallet tests. | chriseth | 2015-06-11 | 1 | -0/+491 |
| | | |||||
* | | Added missing source locations for new memory management code. | chriseth | 2015-06-10 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2122 from chriseth/sol_memoryArrays2 | chriseth | 2015-06-10 | 2 | -12/+49 |
|\ | | | | | Use dynamic memory. | ||||
| * | Use dynamic memory for argument encoding. | chriseth | 2015-06-09 | 2 | -12/+49 |
| | | |||||
* | | Merge pull request #2114 from LianaHus/sol_byte0_in_storage | chriseth | 2015-06-10 | 2 | -44/+9 |
|\ \ | |/ |/| | Sol removed bytes0 | ||||
| * | cleaned up the tests | Liana Husikyan | 2015-06-09 | 2 | -34/+14 |
| | | |||||
| * | removed byte0 keyword | Liana Husikyan | 2015-06-08 | 2 | -33/+1 |
| | | |||||
| * | added test | Liana Husikyan | 2015-06-08 | 1 | -17/+34 |
| | | | | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | | Merge pull request #2025 from imapp-pl/refactor_executive | Gav Wood | 2015-06-08 | 1 | -1/+3 |
|\ \ | |/ |/| | Executive on a diet | ||||
| * | Rename Executive::collectResult -> setResultRecipient. | Paweł Bylica | 2015-06-08 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/develop' into refactor_executive | Paweł Bylica | 2015-06-03 | 7 | -217/+273 |
| |\ | | | | | | | | | | | | | Conflicts: test/libsolidity/solidityExecutionFramework.h | ||||
| * | | Rename Executive::setResultRef -> collectResult. | Paweł Bylica | 2015-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | Change the way execution results are collected. | Paweł Bylica | 2015-05-28 | 1 | -1/+3 |
| | | | | | | | | | | | | Changes handling ExecutionResult by Executive. From now execution results are collected on if a storage for results (ExecutionResult) is provided to an Executiove instance up front. This change allow better output management for calls - VM interface improved. | ||||
* | | | Merge pull request #2103 from chriseth/sol_fix_sequenceError | Gav Wood | 2015-06-07 | 1 | -1/+27 |
|\ \ \ | | | | | | | | | Invalid sequence access. | ||||
| * | | | Quick fix to not access inaccessible sequences. | chriseth | 2015-06-06 | 1 | -1/+2 |
| | | | | |||||
| * | | | Test for the invalid sequence access bug. | chriseth | 2015-06-06 | 1 | -0/+25 |
| | | | | |||||
* | | | | Optimize double ISZERO. | chriseth | 2015-06-06 | 1 | -0/+10 |
|/ / / | |||||
* | | | Merge pull request #2096 from chriseth/sol_constantFallback | chriseth | 2015-06-06 | 1 | -0/+22 |
|\ \ \ | | | | | | | | | Fallback takes constant amount of gas, and send no gas with send. | ||||
| * | | | Bare functions return success condition. | chriseth | 2015-06-05 | 1 | -0/+22 |
| | | | | |||||
* | | | | Merge pull request #2084 from chriseth/sol_computeConstants | chriseth | 2015-06-06 | 2 | -1/+47 |
|\ \ \ \ | |/ / / |/| | | | Compute constants | ||||
| * | | | Compute constants | chriseth | 2015-06-05 | 2 | -1/+47 |
| | | | | |||||
* | | | | Ability to specify the storage location of a reference type. | chriseth | 2015-06-05 | 3 | -7/+82 |
|/ / / | |||||
* | | | fixed assigning negative number to unsigned | Liana Husikyan | 2015-06-04 | 1 | -0/+10 |
| | | | |||||
* | | | - style fixes | Liana Husikyan | 2015-06-04 | 1 | -0/+10 |
| | | | | | | | | | | | | - added test for uint8 = -1 which doesn't fail; todo: fix that | ||||
* | | | - conversion of positive literals to signed int | Liana Husikyan | 2015-06-04 | 2 | -0/+44 |
| | | | | | | | | | | | | - tests | ||||
* | | | test | Liana Husikyan | 2015-06-04 | 1 | -0/+11 |
| |/ |/| | | | | | | | Conflicts: test/libsolidity/SolidityEndToEndTest.cpp | ||||
* | | Merge remote-tracking branch 'upstream/develop' into ↵ | Paweł Bylica | 2015-06-02 | 7 | -217/+273 |
|\ \ | |/ |/| | | | | | | | | | feature/vm_gas_counter_refactor Conflicts: libethereum/Executive.h | ||||
| * | Merge pull request #1975 from LianaHus/sol_EVMExceptions | chriseth | 2015-06-01 | 3 | -207/+92 |
| |\ | | | | | | | "error jump" instead of STOP instraction in case of exception | ||||
| | * | renamed the test framwork function. | Liana Husikyan | 2015-06-01 | 2 | -3/+3 |
| | | | |||||
| | * | fixed CALL case. added exception | Liana Husikyan | 2015-06-01 | 1 | -1/+1 |
| | | | |||||
| | * | corrected intends in solidityExecutionFramwork.h | Liana Husikyan | 2015-06-01 | 1 | -147/+147 |
| | | | |||||
| | * | style fixes | Liana Husikyan | 2015-06-01 | 2 | -144/+142 |
| | | | |||||
| | * | style fixes in test/libsolidity/solidityExecutionFramework.h | Liana Husikyan | 2015-06-01 | 2 | -135/+150 |
| | | | | | | | | | | | | fixed the test | ||||
| | * | 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 | 2 | -192/+1 |
| | | | |||||
| * | | Merge pull request #2027 from chriseth/sol_dupRemForLoops | chriseth | 2015-06-01 | 1 | -0/+32 |
| |\ \ | | | | | | | | | Allow duplicate code removal for loops. | ||||
| | * | | Allow duplicate code removal for loops. | chriseth | 2015-05-28 | 1 | -0/+32 |
| | |/ | |||||
| * / | Re-introduce string type. | chriseth | 2015-05-28 | 2 | -0/+60 |
| |/ | |||||
| * | Removed redundant std. | chriseth | 2015-05-26 | 1 | -1/+1 |
| | | |||||
| * | Functional gas estimator. | chriseth | 2015-05-22 | 1 | -10/+31 |
| | | |||||
| * | Path gas meter. | chriseth | 2015-05-22 | 1 | -6/+64 |
| | | |||||
* | | Fix code duplication in Executive::call overloadings. | Paweł Bylica | 2015-05-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1988 from LianaHus/sol_Check_ref_problems_for_structs | chriseth | 2015-05-21 | 1 | -0/+86 |
|\ | | | | | Check: Reference problems concerning structs | ||||
| * | 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 |
| | | |||||
* | | Gas estimation taking known state into account. | chriseth | 2015-05-20 | 2 | -4/+163 |
|/ | |||||
* | Move non-cryptopp dependent stuff into devcore. | Gav Wood | 2015-05-20 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Store copied assembly items in test. Fixes OSX issues. | chriseth | 2015-05-15 | 1 | -16/+13 |
| | |||||
* | Disable test. | chriseth | 2015-05-15 | 1 | -12/+15 |
| | |||||
* | Known state: store tags on stack as unions. | chriseth | 2015-05-13 | 1 | -0/+43 |
| | |||||
* | Merge pull request #1875 from chriseth/sol_invertIf | Gav Wood | 2015-05-13 | 1 | -30/+29 |
|\ | | | | | Reverse if and else body. | ||||
| * | Reverse if and else body. | chriseth | 2015-05-12 | 1 | -30/+29 |
| | | |||||
* | | Unify blocks with shared code. | chriseth | 2015-05-12 | 1 | -1/+37 |
|/ | |||||
* | Merge pull request #1864 from chriseth/sol_knowledgeEngine2 | chriseth | 2015-05-12 | 1 | -0/+57 |
|\ | | | | | Transfer knowledge about the state across jumps. | ||||
| * | Compute state intersection. | chriseth | 2015-05-11 | 1 | -0/+36 |
| | | |||||
| * | Tests. | chriseth | 2015-05-11 | 1 | -0/+21 |
| | | |||||
* | | Update SolidityABIJSON.cpp | Liana Husikyan | 2015-05-11 | 1 | -1/+1 |
| | | |||||
* | | updated unit test | Liana Husikyan | 2015-05-11 | 2 | -30/+27 |
| | | |||||
* | | bug in abi. fixed external type for return parameters | Liana Husikyan | 2015-05-11 | 2 | -1/+69 |
|/ | |||||
* | Merge pull request #1831 from chriseth/sol_newABIEncoding | chriseth | 2015-05-11 | 2 | -12/+15 |
|\ | | | | | New ABI encoding for dynamic types. | ||||
| * | New ABI encoding for dynamic types. | chriseth | 2015-05-08 | 2 | -12/+15 |
| | | |||||
* | | Merge pull request #1813 from chriseth/sol_knowledgeEngine | chriseth | 2015-05-09 | 1 | -7/+54 |
|\ \ | | | | | | | Static Analysis Engine. | ||||
| * | | CFG returns vector of blocks instead of assembly items. | chriseth | 2015-05-06 | 1 | -2/+6 |
| | | | |||||
| * | | Common subexpression elimination ready for using pre-known state. | chriseth | 2015-05-06 | 1 | -4/+45 |
| | | | |||||
| * | | Split known state from common subexpression eliminator. | chriseth | 2015-05-06 | 1 | -2/+4 |
| |/ | |||||
* | | added one more test | Liana Husikyan | 2015-05-08 | 1 | -0/+55 |
| | | |||||
* | | fixed the test | Liana Husikyan | 2015-05-08 | 2 | -19/+29 |
| | | |||||
* | | added test | Liana Husikyan | 2015-05-08 | 1 | -0/+19 |
|/ | |||||
* | Merge pull request #1743 from chriseth/evmasm | Gav Wood | 2015-05-05 | 2 | -6/+6 |
|\ | | | | | Move assembly related files to libevmasm and split parameters. | ||||
| * | Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. | chriseth | 2015-04-30 | 2 | -6/+6 |
| | | |||||
* | | Fix for broken continue in for loop. | chriseth | 2015-05-04 | 1 | -0/+46 |
|/ | | | | Fixes #1789. | ||||
* | Merge pull request #1761 from chriseth/sol_fix_deleteBytes | Gav Wood | 2015-04-28 | 1 | -0/+20 |
|\ | | | | | Fix for deleting byte array elements. | ||||
| * | Fix for deleting byte array elements. | chriseth | 2015-04-28 | 1 | -0/+20 |
| | | | | | | | | Fixes #1759. | ||||
* | | Removed visit functions for abstract AST nodes. | chriseth | 2015-04-28 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #1740 from chriseth/sol_sourceLocationForOptimizer | chriseth | 2015-04-27 | 1 | -2/+14 |
|\ | | | | | Try to keep source location during optimisation. | ||||
| * | Try to keep source location during optimization. | chriseth | 2015-04-27 | 1 | -2/+14 |
| | | |||||
* | | changed the test so constructor will have input parameters | Liana Husikyan | 2015-04-27 | 1 | -4/+17 |
| | | |||||
* | | changed the implementation | Liana Husikyan | 2015-04-27 | 1 | -5/+2 |
| | | |||||
* | | fixed the output of the test | Liana Husikyan | 2015-04-27 | 1 | -10/+9 |
| | | |||||
* | | test for resalts | Liana Husikyan | 2015-04-27 | 1 | -0/+21 |
|/ | |||||
* | Use non-implemented functions for solidity interface output. | chriseth | 2015-04-23 | 1 | -6/+6 |
| | |||||
* | 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 | 4 | -26/+217 |
|\ \ | | | | | | | Function overloading. | ||||
| * | | Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions | chriseth | 2015-04-21 | 4 | -26/+217 |
| |/ | |||||
* / | Removed (and added) some #ifs (but removed more than I added). | chriseth | 2015-04-21 | 12 | -43/+120 |
|/ | |||||
* | Restructure test folders | CJentzsch | 2015-04-21 | 13 | -0/+9530 |