chriseth
a6d08950c6
bytes parameters for events and sha3.
2015-04-22 11:43:49 +02:00
Gav Wood
1f44d93e05
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
chriseth
e3bd21f4dd
Fixed byte alignment for return type of ripemd160 built-in contract.
2015-04-21 13:03:26 +02:00
chriseth
c7b428fdb1
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
...
Conflicts:
libsolidity/Types.cpp
2015-04-15 17:43:23 +02:00
chriseth
0c69d5fdcd
Fixed function overloads.
...
Added tests, disallowed non-calling usage of non-unique function
references.
2015-04-15 17:40:50 +02:00
Gav Wood
e1b20fb3a1
Merge pull request #1546 from chriseth/sol_assumeContractNotCreated
...
Retain more gas for the case that the called contract is not yet created
2015-04-08 22:45:13 +02:00
Liana Husikyan
6f38bfeb6c
fixes
...
added more tests
2015-04-08 15:56:36 +02:00
Liana Husikyan
fb1cf35f3b
added implementation to append code for State variable accessor
...
fixed tests
2015-04-08 15:56:35 +02:00
Liana Husikyan
df3ce3ad8f
some more tests
2015-04-08 15:56:35 +02:00
Liana Husikyan
7eec25b6eb
added createing FunctionType from ArrayType VariableDeclaration
...
added test
2015-04-08 15:56:35 +02:00
chriseth
158795e48f
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
2015-04-07 17:08:49 +02:00
chriseth
da47c88411
Retain more gas for the case that the called contract is not yet created.
2015-04-07 14:03:57 +02:00
chriseth
d0ede6fafd
Refactor: Pull out array index access.
2015-03-30 19:32:14 +02:00
Liana Husikyan
a3d829d074
added externalTypes function to functionType
...
removed flag for externalSigniture
2015-03-27 13:28:32 +01:00
Liana Husikyan
8f747aab0f
tests for external types
2015-03-25 14:20:13 +01:00
Liana Husikyan
9986b072ad
renamed externalTypes to externalSignature
2015-03-25 13:59:46 +01:00
Liana Husikyan
701b34fbeb
renamed getCanonicalSignature
...
added externalTypes instead of types for interface functions
added simple test
todo
testing
2015-03-25 13:59:46 +01:00
chriseth
dba9dd1169
Byte size checked for zero; coding style.
2015-03-19 18:15:16 +01:00
chriseth
2cde4f3404
Packing for arrays.
2015-03-17 18:13:28 +01:00
Liana Husikyan
46cbb5525c
added anonymous to ABI
2015-03-17 14:25:23 +01:00
Liana Husikyan
5a5577f5a5
changed the position of 'anonymous' keyword: event <name>() anonymous.
...
- style changes
2015-03-17 14:25:13 +01:00
Liana Husikyan
2986ecbd75
Added anonymous flag to event.
...
added test
2015-03-17 10:51:03 +01:00
chriseth
02595abf6a
Fetch and store packed values.
2015-03-16 18:07:14 +01:00
chriseth
fff3f98f58
Enlarge storage references to two stack slots.
2015-03-16 18:07:14 +01:00
chriseth
c34e1da6db
Merge pull request #1325 from LefterisJP/sol_MsgSig
...
Adding msg.sig Solidity Magic type
2015-03-16 17:30:18 +01:00
Lefteris Karapetsas
bb5364dd66
Additional test for msg.sig
2015-03-16 16:42:56 +01:00
Lefteris Karapetsas
d7ffba1504
Adding msg.sig Solidity Magic type
...
msg.sig will return a bytes4 with the function signature located in CALLDATALOAD
2015-03-16 12:59:56 +01:00
Liana Husikyan
7d6357ae53
- added isPartOfExternalInterface to Declaration
...
- changed position for the constant specifier. now it goes after type: <type> <constant> <name> = <value>
- removed tests for constant functions, checkings for constant function doesn't belong to this story
2015-03-16 10:46:46 +01:00
Liana Husikyan
67cd3a7180
added parsing for constant variables
2015-03-16 10:46:46 +01:00
chriseth
a16677dcfb
Fix gas for builtin.
...
Fixes #1300
2015-03-13 17:31:56 +01:00
Lefteris Karapetsas
cd3e8c1756
Fixing byte array index access code generation
2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
b2fadf6b93
Conversion changes after renaming Hash/String to Bytes.
...
- Almost all end to end tests pass. Still needs a little bit of work
2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
73ce24ae75
Most EndToEndTests are now compliant with the Bytes renaming
2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
7d7f37bd5e
Replacing StaticStringType with FixedBytesType
2015-03-12 12:53:00 +01:00
Lefteris Karapetsas
bede2f2ad7
More changes towards getting rid of HashXX
2015-03-12 12:53:00 +01:00
Liana Husikyan
74a01826ee
added information about jump type for jump instructions
...
Conflicts:
libevmcore/Assembly.cpp
libsolidity/Compiler.cpp
2015-03-10 12:02:48 +01:00
chriseth
9c82cbeddf
Global variable "now" (alias for block.timestamp).
2015-03-09 19:22:43 +01:00
chriseth
94c51caf89
Fixed: Some instructions did not have source locations.
2015-03-09 13:28:29 +01:00
Lu Guanqun
4033615464
make it work for var x = f;
2015-03-08 09:50:54 -05:00
Lu Guanqun
3b9b71e0ae
implement overload resolution
2015-03-08 09:50:06 -05:00
chriseth
0e50ef1ee0
Fixed gas calculation for CALL.
2015-03-06 16:23:39 +01:00
chriseth
6fea41abd8
Merge pull request #1222 from chriseth/sol_copyFromCalldata
...
Copying between calldata and storage.
2015-03-06 15:42:49 +01:00
chriseth
d8b156ecbb
Copying between calldata and storage.
2015-03-06 13:17:52 +01:00
Gav Wood
9aea119e54
Add date/time language to solidity.
2015-03-06 12:46:23 +01:00
Christian
b84cf62d6b
Index access for calldata arrays.
2015-03-05 13:19:59 +01:00
Gav Wood
f7f2861f5f
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
2015-03-03 11:20:12 +01:00
Gav Wood
226c4a89b2
Solidity STOPs in case of failed call.
2015-03-03 11:19:24 +01:00
Christian
87365f7612
Shortening of dynamic arrays.
2015-02-27 22:52:19 +01:00
Christian
66b6860eb8
Stylistic changes.
2015-02-25 16:22:30 +01:00
Christian
29c614ebaf
Removed code duplication.
2015-02-25 15:55:42 +01:00