Lefteris Karapetsas
|
44103be9b0
|
Removing events from Solidity Interface
|
2015-02-16 17:16:15 +01:00 |
|
Lefteris Karapetsas
|
500cb69f12
|
Removing events from Solidity Interface
|
2015-02-16 17:16:15 +01:00 |
|
Paweł Bylica
|
fc4a548d6f
|
ManyFunctions performance test: ~200 functions in a contract, half of them are called randomly
|
2015-02-16 15:26:54 +01:00 |
|
Marek Kotewicz
|
d4e2e60ceb
|
fixed #1022
|
2015-02-16 13:48:25 +01:00 |
|
Marek Kotewicz
|
1137e84828
|
fixed #1022
|
2015-02-16 13:48:25 +01:00 |
|
Marek Kotewicz
|
d5a2cf6491
|
fixed #1022
|
2015-02-16 13:48:25 +01:00 |
|
Marek Kotewicz
|
a7775d929a
|
fixed #1022
|
2015-02-16 13:48:25 +01:00 |
|
Marek Kotewicz
|
4b371eee0e
|
fixed #1022
|
2015-02-16 13:48:25 +01:00 |
|
CJentzsch
|
2391b42b95
|
OS independency by using file system
|
2015-02-16 13:04:28 +01:00 |
|
CJentzsch
|
3fae0daed9
|
remove unnecessary function
|
2015-02-16 12:23:08 +01:00 |
|
CJentzsch
|
4417975699
|
fix typo
|
2015-02-16 11:49:15 +01:00 |
|
CJentzsch
|
1ea2f0f665
|
add invalid block header tests
|
2015-02-16 11:06:22 +01:00 |
|
CJentzsch
|
968564f21d
|
extra data fix
|
2015-02-16 11:04:05 +01:00 |
|
CJentzsch
|
1c10c6a547
|
Merge remote-tracking branch 'upstream/develop' into blockTests
|
2015-02-16 07:38:49 +01:00 |
|
Gav Wood
|
241c86a2e8
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
2015-02-15 01:00:50 +01:00 |
|
Gav Wood
|
f27ecde256
|
Working, albeit slowly, non-NatSpec transaction confirmations.
|
2015-02-15 01:00:09 +01:00 |
|
CJentzsch
|
6c8cb2acf4
|
Merge remote-tracking branch 'upstream/develop' into blockTests
|
2015-02-14 15:33:44 +01:00 |
|
Christian
|
600b38224e
|
Forced cleanup for conversion to enum.
|
2015-02-14 13:35:57 +01:00 |
|
Christian
|
5c3ea8015c
|
Forced cleanup for conversion to enum.
|
2015-02-14 13:35:57 +01:00 |
|
Christian
|
31425a1fc0
|
Some changes to enums.
|
2015-02-14 13:35:57 +01:00 |
|
Christian
|
c944976d00
|
Some changes to enums.
|
2015-02-14 13:35:57 +01:00 |
|
Gav Wood
|
6ec82c5f3f
|
Merge pull request #1011 from LefterisJP/jsonrpc_cpp_v0.4.2
Changes required for upgrade to jsonrpccpp 0.4.2
|
2015-02-14 12:40:01 +01:00 |
|
subtly
|
cc66993e61
|
finished test of new-node handshake
|
2015-02-13 22:11:23 -05:00 |
|
subtly
|
2cb6781e99
|
Merge branch 'develop' into p2p
|
2015-02-13 20:45:46 -05:00 |
|
subtly
|
4942dab73c
|
end-to-end handshake for uknown node
|
2015-02-13 20:45:03 -05:00 |
|
Lefteris Karapetsas
|
41647fd75f
|
Removing ';' from the end of EnumDefinition
|
2015-02-13 23:48:50 +01:00 |
|
Lefteris Karapetsas
|
9836d58df8
|
Removing ';' from the end of EnumDefinition
|
2015-02-13 23:48:50 +01:00 |
|
Lefteris Karapetsas
|
68cf1bf37d
|
Small improvement in TypeType::getMembers()
|
2015-02-13 23:28:19 +01:00 |
|
Lefteris Karapetsas
|
8e9a9ad5e9
|
Explicit conversion from int to Enum
|
2015-02-13 23:16:15 +01:00 |
|
Lefteris Karapetsas
|
9a879202e1
|
Explicit conversion from int to Enum
|
2015-02-13 23:16:15 +01:00 |
|
Lefteris Karapetsas
|
9dedbb4154
|
Addressing issues with Enums in Solidity
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
fbd39323af
|
Moving getMemberValue from EnumDefinition to EnumType
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
afc328210e
|
Indentation fixes
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
1e4c93d5d3
|
adding Enums to grammar.txt
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
3dd00cbdd8
|
Enum Value member access should now work properly
- Also detection of duplicate enum values and tests for them have been
added
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
b2575b4bcb
|
Addressing issues with Enums in Solidity
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
fe725fbb49
|
Enum type conversion and member value access.
- Added tests for the type conversion part.
- Enum member value access still needs some work
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
b20ce4451b
|
Typo in EnumValue
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
d8535eb4ea
|
Correcting and testing enum member access
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
fb4ff4af28
|
implement getType() for EnumValue
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
60e839954e
|
Enums NameAndTypeResolution - WIP
- Also adding an EndToEnd enum test
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
52808f67fa
|
EnumDeclaration -> EnumValue
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
850350e7bc
|
Disallow trailing comma in Enum Declaration
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
b1b6b63d6b
|
Indentation fixes
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
bb30e9184b
|
Introducing EnumType and some Parser tests
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
91943e7368
|
Enum Value member access should now work properly
- Also detection of duplicate enum values and tests for them have been
added
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
76d659dbe2
|
Adding test for Enum Parsing
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
012e32942d
|
Enum type conversion and member value access.
- Added tests for the type conversion part.
- Enum member value access still needs some work
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
e7f40863ef
|
Correcting and testing enum member access
|
2015-02-13 23:16:14 +01:00 |
|
Lefteris Karapetsas
|
a989f6f97a
|
Enums NameAndTypeResolution - WIP
- Also adding an EndToEnd enum test
|
2015-02-13 23:16:14 +01:00 |
|