Commit Graph

1160 Commits

Author SHA1 Message Date
CJentzsch
32a8f7faeb Merge remote-tracking branch 'upstream/develop' into blockTests 2015-02-10 11:13:56 +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
Gav Wood
fe515b467a Fixed #988. 2015-02-09 13:39:01 -08: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
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
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
CJentzsch
152ee93436 Merge remote-tracking branch 'upstream/develop' into blockTests 2015-02-07 13:52:14 +01: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
CJentzsch
330caf3f40 create block from transaction with genesis block as parent 2015-02-06 23:43:49 +01:00
Gav Wood
86729f9eee Merge pull request #972 from chriseth/sol_structAccessors
Accessors for structs.
2015-02-06 13:50:03 -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
Gav Wood
a76669379e Merge pull request #965 from debris/libnatspec
natspec separated to it's own module. tests
2015-02-06 09:39:38 -08:00
CJentzsch
8404c87477 Merge remote-tracking branch 'upstream/develop' into addTests 2015-02-06 17:38:09 +01:00
CJentzsch
d78e171ef4 sha3 performance test 2015-02-06 17:37:56 +01:00
Lefteris Karapetsas
895b5c13f0 Small fixes for proper multitype/multiarg SHA3 2015-02-06 17:25:29 +01:00
Lefteris Karapetsas
0037a7694a SHA3 of string literals now should work 2015-02-06 16:27:41 +01:00
CJentzsch
b8ae6d0da3 Merge remote-tracking branch 'upstream/develop' into addTests 2015-02-06 15:40:15 +01:00
CJentzsch
6b80367010 failing tests from random simulation as state tests and transaction tests 2015-02-06 15:40:07 +01:00
CJentzsch
ad1a26c503 include transaction list 2015-02-06 15:00:06 +01:00
Christian
5bedf7f816 Some fixes for the ether units parser. 2015-02-06 13:38:29 +01:00
Marek Kotewicz
aea7de9556 removed output messages in tests && spaces 2015-02-06 13:38:28 +01:00
Marek Kotewicz
907b18cadc Merge branch 'develop' into libnatspec 2015-02-06 13:30:20 +01:00
chriseth
366284d37c Merge pull request #963 from guanqun/disallow-void-var
Disallow implicit declaration of void type.
2015-02-06 12:08:24 +01:00
Marek Kotewicz
cc862a02a6 Merge branch 'develop' into libnatspec 2015-02-06 12:02:36 +01:00
Lefteris Karapetsas
4b43f1b564 appendArgumentsCopyToMemory() has more complicated logic now
- Plus other fixes.
2015-02-06 10:42:24 +01:00
Lefteris Karapetsas
1bf8660bdf Solidity SHA3 can now take multiple arguments 2015-02-06 09:38:04 +01:00
Gav Wood
3d98ea2266 Merge pull request #953 from LefterisJP/sol_ethSubDenominations
Solidity ether subdenominations
2015-02-05 17:12:19 -08:00
Lu Guanqun
bd41622341 disallow declaration of void type
https://www.pivotaltracker.com/n/projects/1189488/stories/86318578
2015-02-06 07:49:05 +08:00
CJentzsch
017d9ed09a Merge branch 'RefundOverflow' into addTests 2015-02-05 22:43:53 +01:00
CJentzsch
1298b8605c Merge remote-tracking branch 'upstream/develop' into RefundOverflow 2015-02-05 22:43:29 +01:00
CJentzsch
630681094e test block gas limit 2015-02-05 22:42:17 +01:00
CJentzsch
f168904410 Merge remote-tracking branch 'upstream/develop' into addTests 2015-02-05 22:41:40 +01:00
Lefteris Karapetsas
fb55f4f24d Minor Style fixes 2015-02-05 22:38:07 +01:00
Marek Kotewicz
1954c0686d fixed natspec evaluator result on error 2015-02-05 18:45:37 +01:00
CJentzsch
dd96558634 Merge remote-tracking branch 'upstream/develop' into blockTests 2015-02-05 18:39:15 +01:00
CJentzsch
f7073f84c5 first definition of block tests - header only 2015-02-05 16:34:46 +01:00
Marek Kotewicz
d3dd2972c1 separated libnatspec 2015-02-05 15:45:13 +01:00
Lefteris Karapetsas
5b8deb9866 Tests and fixes for ether subdenominations 2015-02-05 15:41:13 +01:00
Lefteris Karapetsas
19c92ee1d2 Tests for ether subdenominations. Work in progress 2015-02-04 22:02:35 +01:00
Gav Wood
969366f46b Move CommonJS to libethcore. Split it up ready for refactoring into
libdevcore/libdevcrypto.
2015-02-04 11:26:58 -08:00
Gav Wood
8b8097ec03 Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
	mix/MixClient.cpp
2015-02-04 10:44:42 -08:00