chriseth
|
a3a1f4757b
|
Typo fix.
|
2015-02-09 16:45:59 +01:00 |
|
Lefteris Karapetsas
|
943407e0fe
|
LValueType of Expression Compiler is now CamelCase
|
2015-02-09 14:41:01 +01:00 |
|
Lefteris Karapetsas
|
148a7cb3e1
|
ExpressionCompiler's enums to CamelCase
|
2015-02-09 14:35:31 +01:00 |
|
Lefteris Karapetsas
|
a2644c0967
|
Styling in Natspec Enums
|
2015-02-09 14:12:36 +01:00 |
|
Lefteris Karapetsas
|
190be6c5f5
|
Styling in Natspec Enums
|
2015-02-09 14:12:36 +01:00 |
|
Lefteris Karapetsas
|
7c0ae1a82f
|
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
|
3ef75bae6b
|
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 |
|
Lefteris Karapetsas
|
6f621f8486
|
Changing Solidity Code to use CamelCase enum values
|
2015-02-09 14:00:12 +01:00 |
|
Christian
|
140f003a2e
|
Some cleanup in "move to memory" functions.
|
2015-02-09 13:40:37 +01:00 |
|
chriseth
|
d84d9d3ecd
|
Merge pull request #981 from chriseth/sol_cleanup
Small cleanup.
|
2015-02-09 12:02:17 +01:00 |
|
Liana Husikyan
|
75a5c20f54
|
trying to avoid win_build problems
|
2015-02-09 11:09:03 +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
|
516e46ea6b
|
- added assertion
|
2015-02-09 02:25:18 +01:00 |
|
liana
|
97b443e181
|
- some more changes
|
2015-02-09 02:25:18 +01:00 |
|
Liana Husikyan
|
bcccfa8805
|
- removed unnesessary braces but one in if statement is still there because of warrning about ambiguous "else"
- added marking of position in node factory to the function
Conflicts:
libsolidity/Parser.cpp
|
2015-02-09 02:24:57 +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 |
|
Liana Husikyan
|
2a5c2578bd
|
- 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 |
|
Christian
|
106cda74f8
|
Small cleanup.
|
2015-02-09 00:49:35 +01:00 |
|
chriseth
|
5d7098eba7
|
Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
Solidity multiple arg sha3
|
2015-02-09 00:14:13 +01:00 |
|
chriseth
|
a66db516fb
|
Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
Solidity multiple arg sha3
|
2015-02-09 00:14:13 +01:00 |
|
chriseth
|
5c58aa041d
|
Merge pull request #977 from guanqun/simplify-with-selecttoken
simplify two statements with selectToken()
|
2015-02-09 00:10:50 +01:00 |
|
debris
|
a5ce7dc28b
|
cmake mess
|
2015-02-08 21:56:15 +01:00 |
|
debris
|
75f6e2a4ea
|
cmake mess
|
2015-02-08 21:56:15 +01:00 |
|
debris
|
3a60438d83
|
cmake mess
|
2015-02-08 21:56:15 +01:00 |
|
Lu Guanqun
|
1a1975bf7a
|
simplify two statements with selectToken()
|
2015-02-08 19:57:40 +08:00 |
|
guanqun
|
ca6456e7da
|
remove AST.h Utils.h's x permission
|
2015-02-07 23:10:22 +08: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 |
|
Lu Guanqun
|
887627fd28
|
change typedef to using according to preferred coding style
|
2015-02-07 17:20:57 +08:00 |
|
Lu Guanqun
|
4f6ac1b536
|
change typedef to using according to preferred coding style
|
2015-02-07 17:20:57 +08: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 |
|
Lefteris Karapetsas
|
afe1d9a592
|
Small fixes in Types and ExpressionCompiler
|
2015-02-06 20:57:04 +01:00 |
|
subtly
|
1ff4301409
|
updates for code-review
|
2015-02-06 11:54:00 -08:00 |
|
Christian
|
724ee76900
|
Accessors for structs.
|
2015-02-06 20:04:02 +01: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 |
|