Gav Wood
|
d747f34466
|
Merge pull request #2473 from chriseth/sol_fix_exponentialNotation
Check whether a literal is a valid literal before using it.
|
2015-07-14 18:18:38 +02:00 |
|
chriseth
|
3d03e85e4e
|
Check whether a literal is a valid literal before using it.
Fixes #2078
|
2015-07-14 17:43:13 +02:00 |
|
chriseth
|
73275e1825
|
Use only a single stack slot for storage references.
|
2015-07-14 11:58:16 +02:00 |
|
chriseth
|
46dde467e7
|
Flexible string literals, convertible to bytesX, bytes and string.
|
2015-07-09 17:10:58 +02:00 |
|
chriseth
|
e2d6e34f9c
|
Struct constructors.
|
2015-07-03 17:25:30 +02:00 |
|
chriseth
|
cad3379306
|
Memory structs.
|
2015-07-03 17:25:29 +02:00 |
|
chriseth
|
fac8124412
|
Disallow memory types containing mappings.
|
2015-06-26 21:28:02 +02:00 |
|
chriseth
|
03edf74e62
|
No delete on storage pointers.
|
2015-06-26 21:28:02 +02:00 |
|
chriseth
|
37e7f1f10d
|
Do not copy reference types to memory in-place.
|
2015-06-26 19:15:00 +02:00 |
|
chriseth
|
e5ae5955b9
|
Initialisation of memory types.
|
2015-06-24 19:34:43 +02:00 |
|
chriseth
|
fd1a01bbce
|
Decoding for constructor.
|
2015-06-22 20:55:46 +02:00 |
|
chriseth
|
8639cf8e3d
|
Remove dynamic return types.
|
2015-06-22 20:50:47 +02:00 |
|
chriseth
|
1ff8dbebab
|
Accessors for strings.
|
2015-06-17 14:25:00 +02:00 |
|
chriseth
|
17efc42299
|
Type conversion specialities for storage references.
|
2015-06-16 17:20:41 +02:00 |
|
chriseth
|
258b1a74e2
|
Distinction between storage pointer and storage ref and type checking for conversion between storage and memory.
|
2015-06-15 14:40:41 +02:00 |
|
Paweł Bylica
|
8061002b9c
|
Add missing override specifiers.
|
2015-06-08 12:13:44 +02:00 |
|
chriseth
|
f4d1acc563
|
Ability to specify the storage location of a reference type.
|
2015-06-05 14:44:05 +02:00 |
|
chriseth
|
6949ce97e4
|
Re-introduce string type.
|
2015-05-28 16:20:50 +02:00 |
|
chriseth
|
dba5ffc280
|
Bare callcode for addresses and contracts.
|
2015-05-15 18:02:09 +02:00 |
|
Liana Husikyan
|
5c1c690e28
|
style changes
|
2015-05-08 17:51:53 +02:00 |
|
Liana Husikyan
|
115c22c0e0
|
changed the way of resolving declarations. now the cleanup of function duplications in libsolidity/NameAndTypeResolver.cpp(WIP)
|
2015-05-08 17:51:52 +02:00 |
|
Liana Husikyan
|
1087d34a66
|
saved returnParameterNames in FunctionType constructor
|
2015-04-27 13:08:32 +02:00 |
|
Liana Husikyan
|
88536f90e8
|
changed the test so constructor will have input parameters
|
2015-04-27 13:08:32 +02:00 |
|
chriseth
|
a6d08950c6
|
bytes parameters for events and sha3.
|
2015-04-22 11:43:49 +02:00 |
|
Gav Wood
|
5f6a396765
|
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
|
8125f93b12
|
Fix for Contract and Enum types as external function arguments.
|
2015-04-21 15:50:37 +02:00 |
|
chriseth
|
2d69b269e9
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
|
2015-04-17 16:24:23 +02:00 |
|
chriseth
|
5216a9bc67
|
Some cleanup concerning byte arrays.
|
2015-04-15 18:06:41 +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 |
|
chriseth
|
158795e48f
|
Merge remote-tracking branch 'ethereum/develop' into sol_overloadingFunctions
|
2015-04-07 17:08:49 +02:00 |
|
Liana Husikyan
|
f730931fc7
|
Update Types.h
|
2015-04-01 15:26:37 +02:00 |
|
Liana Husikyan
|
d7d5b8200a
|
miner changes in the implementation of the externalTypes function of FunctionType.
better error messages for exeptions
style fixes after review
|
2015-04-01 15:21:17 +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 |
|
Liana Husikyan
|
e3ea90e997
|
added check for events and stat variables
|
2015-03-25 13:59:39 +01:00 |
|
Liana Husikyan
|
011d95e7e3
|
- added externalType to BooleanType.
- fixed the error message
|
2015-03-25 13:59:39 +01:00 |
|
Liana Husikyan
|
607f397234
|
added externalType for ArrayType
|
2015-03-25 13:59:39 +01:00 |
|
Liana Husikyan
|
a69d59ae71
|
added getABIType() to types
|
2015-03-25 13:59:39 +01:00 |
|
chriseth
|
2cde4f3404
|
Packing for arrays.
|
2015-03-17 18:13:28 +01:00 |
|
chriseth
|
895c08342c
|
Provide access to storage offsets via contract type.
|
2015-03-17 18:13:27 +01:00 |
|
chriseth
|
c284408e7a
|
Add move assignment operator manually.
|
2015-03-16 19:00:45 +01:00 |
|
chriseth
|
02595abf6a
|
Fetch and store packed values.
|
2015-03-16 18:07:14 +01:00 |
|
chriseth
|
7f64584b7f
|
Compute packing offsets.
|
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 |
|
Liana Husikyan
|
67cd3a7180
|
added parsing for constant variables
|
2015-03-16 10:46:46 +01:00 |
|
Lefteris Karapetsas
|
c81b498953
|
Style fixes in Types[cpp/h]
|
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 |
|