chriseth
|
3172dbf701
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
2015-04-30 11:42:02 +02:00 |
|
Gav Wood
|
717f255969
|
Merge pull request #1761 from chriseth/sol_fix_deleteBytes
Fix for deleting byte array elements.
|
2015-04-28 12:39:03 +02:00 |
|
chriseth
|
0e5331f62c
|
Fix for deleting byte array elements.
Fixes #1759.
|
2015-04-28 11:31:40 +02:00 |
|
chriseth
|
7ad5cb9621
|
Removed visit functions for abstract AST nodes.
|
2015-04-27 18:57:13 +02:00 |
|
chriseth
|
ceb9326eb2
|
Merge pull request #1740 from chriseth/sol_sourceLocationForOptimizer
Try to keep source location during optimisation.
|
2015-04-27 16:51:01 +02:00 |
|
Liana Husikyan
|
21ced7e9c5
|
changed the test so constructor will have input parameters
|
2015-04-27 13:08:32 +02:00 |
|
Liana Husikyan
|
5b07f11330
|
changed the implementation
|
2015-04-27 13:08:32 +02:00 |
|
Liana Husikyan
|
9b956e809d
|
fixed the output of the test
|
2015-04-27 13:08:32 +02:00 |
|
Liana Husikyan
|
18475f8ae1
|
test for resalts
|
2015-04-27 13:08:32 +02:00 |
|
chriseth
|
cfe24c3c2a
|
Try to keep source location during optimization.
|
2015-04-27 10:08:55 +02:00 |
|
chriseth
|
b4d2ead1b8
|
Use non-implemented functions for solidity interface output.
|
2015-04-23 15:00:44 +02:00 |
|
chriseth
|
fcb772293b
|
Fix regarding memory overwrite during sha3 computation.
|
2015-04-22 11:43:50 +02:00 |
|
chriseth
|
99a0cb3545
|
bytes parameters for events and sha3.
|
2015-04-22 11:43:49 +02:00 |
|
Gav Wood
|
817f3d53e9
|
Merge pull request #1685 from chriseth/sol_fix_ripemd_alignment
Fixed byte alignment for return type of ripemd160 built-in contract.
|
2015-04-21 17:33:02 +02:00 |
|
Gav Wood
|
60d364540e
|
Merge pull request #1699 from chriseth/sol_fix_contractTypesAsArguments
Fix for Contract and Enum types as external function arguments.
|
2015-04-21 17:32:01 +02:00 |
|
chriseth
|
e65b9825d6
|
Merge pull request #1634 from chriseth/sol_overloadingFunctions
Function overloading.
|
2015-04-21 15:58:06 +02:00 |
|
chriseth
|
3190c9ec09
|
Fix for Contract and Enum types as external function arguments.
|
2015-04-21 15:50:37 +02:00 |
|
chriseth
|
c834ee5ce1
|
Fixed byte alignment for return type of ripemd160 built-in contract.
|
2015-04-21 13:03:26 +02:00 |
|
chriseth
|
ddbaa99056
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
|
2015-04-21 12:04:12 +02:00 |
|
chriseth
|
02121683f5
|
Removed (and added) some #ifs (but removed more than I added).
|
2015-04-21 11:46:11 +02:00 |
|
CJentzsch
|
b2adcf3bf3
|
Restructure test folders
|
2015-04-20 22:48:53 +02:00 |
|