Commit Graph

1419 Commits

Author SHA1 Message Date
debris
396649409e Merge branch 'develop' into jsoncpp_path 2015-02-11 16:24:37 +01:00
Marek Kotewicz
437979a781 Merge branch 'develop' into jsoncpp_path 2015-02-11 15:43:47 +01:00
winsvega
a44feb813e Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop 2015-02-11 14:12:18 +03:00
debris
0ce5ac530d fixed transitive dependencies for msvc 2015-02-11 11:42:13 +01:00
CJentzsch
87b0a10052 Merge remote-tracking branch 'upstream/develop' into blockTests
Conflicts:
	test/transaction.cpp
2015-02-11 11:19:44 +01:00
CJentzsch
4578732556 validate block (the not fill tests path) 2015-02-11 08:37:54 +01:00
subtly
8746426ef0 Merge branch 'develop' into p2p 2015-02-10 15:49:37 -05:00
Gav Wood
9a792edb33 Test stuff into cpp from header.
Additional debug stuff in cmake.
2015-02-10 20:53:38 +01:00
Gav Wood
92fd2b191d Merge pull request #916 from winsvega/develop
transaction address length test fix
2015-02-10 20:15:17 +01:00
Lu Guanqun
466f0e0100 small fixes per chris's comments 2015-02-10 23:39:13 +08:00
Lu Guanqun
2f15494f83 add two more exp tests 2015-02-10 23:39:13 +08:00
Lu Guanqun
3ce223c6cb add exponent operator
https://www.pivotaltracker.com/n/projects/1189488/stories/83746404
2015-02-10 23:39:13 +08:00
Marek Kotewicz
5ab36afaed fixed jsoncpp find_path 2015-02-10 12:18:47 +01:00
winsvega
30db15c1a9 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop 2015-02-10 13:19:27 +03:00
CJentzsch
32a8f7faeb Merge remote-tracking branch 'upstream/develop' into blockTests 2015-02-10 11:13:56 +01:00
winsvega
c09b7885e8 Test related
Constant in TestHelper.h
Exception in TestHelper.h
2015-02-10 13:07:31 +03:00
Christian
7dc5e2a1a0 Arbitrary parameters for call() and all hash functions. 2015-02-10 10:59:23 +01:00
chriseth
8f9511c6ec Merge pull request #986 from LefterisJP/sol_StyleFix
Solidity enum style fix
2015-02-10 10:54:28 +01:00
Lefteris Karapetsas
6ce9b4c27c Addressing issues in Enum style fix 2015-02-10 09:52:19 +01:00
CJentzsch
0779f81e38 start with test defined genesis block 2015-02-10 08:35:18 +01:00
subtly
412ce7e5e9 Merge branch 'develop' into p2p 2015-02-09 17:20:59 -05:00
Gav Wood
fe515b467a Fixed #988. 2015-02-09 13:39:01 -08:00
winsvega
d77b3a672c Bigint
bigint(1) << 256
2015-02-09 23:40:47 +03:00
Gav Wood
8ef74ae2e3 Merge pull request #975 from debris/jsonrpcstub
jsonrpcstub integreted into cmake build process
2015-02-09 12:17:50 -08:00
subtly
2aee02cb4b Merge branch 'develop' into p2p 2015-02-09 11:24:36 -05:00
Lefteris Karapetsas
190be6c5f5 Styling in Natspec Enums 2015-02-09 14:12:36 +01:00
Lefteris Karapetsas
08e38cfa49 Camelcasing enums in Types.h 2015-02-09 14:08:48 +01:00
Lefteris Karapetsas
8ab9e1b32b Changing Solidity Code to use CamelCase enum values 2015-02-09 14:00:12 +01:00
CJentzsch
84bd14e0a2 write block header and uncle list 2015-02-09 08:17:30 +01:00
subtly
08d8664208 Merge branch 'develop' into p2p 2015-02-09 00:50:15 -05:00
subtly
91f141f323 update for cr. update whisper test. 2015-02-09 00:35:25 -05:00
Liana Husikyan
12505a5b76 - implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests

Conflicts:
	test/SolidityEndToEndTest.cpp
	test/SolidityNameAndTypeResolution.cpp
2015-02-09 02:06:30 +01:00
chriseth
5d7098eba7 Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
Solidity multiple arg sha3
2015-02-09 00:14:13 +01:00
debris
3a60438d83 cmake mess 2015-02-08 21:56:15 +01:00
CJentzsch
152ee93436 Merge remote-tracking branch 'upstream/develop' into blockTests 2015-02-07 13:52:14 +01:00
winsvega
f853f4a937 Style Changes
New exception for values larger than 2**256
Auto format .json files
2015-02-07 14:23:17 +03:00
Marek Kotewicz
34334de149 missing commands in client 2015-02-07 12:10:39 +01:00
Marek Kotewicz
a7feb5e689 Merge branch 'develop' into jsonrpcstub 2015-02-07 12:06:41 +01:00
Marek Kotewicz
360f479143 jsonrpcstub integreted into cmake build process 2015-02-07 11:58:38 +01:00
subtly
270a2d7094 Merge branch 'develop' into p2p 2015-02-06 19:58:53 -08:00
subtly
d1078b667c update packet test 2015-02-06 16:49:35 -08:00
subtly
6a9caebe7a update remaining whisper tests 2015-02-06 14:58:23 -08:00
CJentzsch
330caf3f40 create block from transaction with genesis block as parent 2015-02-06 23:43:49 +01:00
winsvega
b8a07a22be TransactionTest
Incorrect receiver address ength
2015-02-07 01:13:02 +03:00
subtly
1f0839385b update whisper topic and forwarding tests for node-discovery 2015-02-06 13:55:01 -08:00
Gav Wood
86729f9eee Merge pull request #972 from chriseth/sol_structAccessors
Accessors for structs.
2015-02-06 13:50:03 -08:00
subtly
63f27fb920 Merge branch 'develop' into p2p 2015-02-06 11:58:04 -08:00
subtly
1ff4301409 updates for code-review 2015-02-06 11:54:00 -08:00
Christian
99ff791593 Accessors for structs. 2015-02-06 20:04:02 +01:00
Gav Wood
d5039b295e Merge pull request #971 from CJentzsch/addTests
some new tests
2015-02-06 09:54:44 -08:00