Commit Graph

1265 Commits

Author SHA1 Message Date
subtly
fd559468fc Merge branch 'develop' into p2p 2015-02-17 07:18:44 -05:00
subtly
dfd6b4907b initial handshake on the wire 2015-02-17 07:16:56 -05:00
Lefteris Karapetsas
44103be9b0 Removing events from Solidity Interface 2015-02-16 17:16:15 +01:00
Christian
600b38224e 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
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
9836d58df8 Removing ';' from the end of EnumDefinition 2015-02-13 23:48:50 +01:00
Lefteris Karapetsas
8e9a9ad5e9 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
afc328210e Indentation fixes 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
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
d8535eb4ea Correcting and testing enum member access 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
850350e7bc Disallow trailing comma in Enum Declaration 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
76d659dbe2 Adding test for Enum Parsing 2015-02-13 23:16:14 +01:00
subtly
1542497872 key agreement 2015-02-13 16:05:20 -05:00
Gav Wood
3c0355c024 Merge pull request #1040 from CJentzsch/performanceTests
style - auto
2015-02-13 18:33:46 +01:00
Lefteris Karapetsas
f8772007c8 Changes required for upgrade to jsonrpccpp 0.4.2 2015-02-13 15:48:20 +01:00
Paweł Bylica
14b67bc0ff Performance tests: more ackermann calls, fibonacci.
- ackermann(3, 1)
- ackermann(3, 2)
- fibonacci(10)
- fibonacci(16)
Contract code included: PerformanceTester.sol
2015-02-13 14:56:27 +01:00
CJentzsch
92419943d3 style - auto 2015-02-13 11:30:59 +01:00
Gav Wood
238d7ccc01 Merge pull request #1039 from CJentzsch/performanceTests
Performance test
2015-02-13 11:29:26 +01:00
Gav Wood
9f1515e911 Merge pull request #1037 from chriseth/sol_bytesCalldataToMemory
Copying calldata directly to memory.
2015-02-13 11:16:09 +01:00
Gav Wood
e10cde47c4 Merge pull request #1035 from winsvega/develop
New Tests
2015-02-13 11:13:55 +01:00
CJentzsch
cdb7565707 use auto for steady clock and chrono::milliseconds 2015-02-13 10:27:38 +01:00
Gav Wood
344f262abf Merge pull request #1038 from debris/before_jsoncpp
fixed issue with including wrong json/json.h file
2015-02-13 10:13:47 +01:00
CJentzsch
10952220e3 style fix 2015-02-13 09:07:07 +01:00
Marek Kotewicz
1a9e9a5f6b fixed issue with including wrong json/json.h file 2015-02-13 09:03:03 +01:00
CJentzsch
261c1e2a3f performance test 2015-02-13 09:00:51 +01:00
subtly
773337596b ack handshake for new node and encrypt both sides 2015-02-13 02:57:26 -05:00
subtly
5f5bca7632 initiator handshake crypto-test 2015-02-13 02:48:33 -05:00
Christian
5d2223b934 Copying calldata directly to memory. 2015-02-13 01:29:43 +01:00
winsvega
c09d91a2f0 New Tests
Transaction with RLP object and catching exceptions from importByteArray
2015-02-12 23:43:57 +03:00
winsvega
5ea03fd533 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop 2015-02-12 22:27:33 +03:00
winsvega
ca42ee5e7a New Tests
Solidity test
Transaction test update
2015-02-12 22:26:10 +03:00
Christian
48f6bda44b Copying structs. 2015-02-12 20:19:49 +01:00
subtly
5eae51be12 Merge branch 'develop' into p2p 2015-02-12 13:30:55 -05:00
Gav Wood
b04258b6f4 Merge pull request #1029 from chriseth/sol_bytesContinuation
length member for bytes
2015-02-12 19:30:08 +01:00
subtly
e332dfa147 Merge branch 'develop' into p2p
Conflicts:
	eth/main.cpp
	libwebthree/WebThree.cpp
	libwebthree/WebThree.h
	neth/main.cpp
2015-02-12 11:35:00 -05:00
Gav Wood
1f6198a9ae Merge pull request #1019 from chriseth/sol_bytes
Basic implementation of byte arrays.
2015-02-12 16:33:15 +01:00
Gav Wood
0fea318c9b Merge pull request #999 from debris/jsoncpp_path
fixed jsoncpp find_path
2015-02-12 16:26:41 +01:00
Christian
c90adbf593 length member for byte arrays. 2015-02-12 15:44:35 +01:00
Christian
2472e2b998 Test for bytes in mapping. 2015-02-12 15:18:50 +01:00
Christian
6bbba22690 Another try in fixing windows build. 2015-02-12 11:54:44 +01:00
Christian
d089703254 Moved copy code to CompilerUtils. 2015-02-12 11:33:10 +01:00
Christian
a5449d9b3e Dynamic copy to memory. 2015-02-12 11:33:10 +01:00