Liana Husikyan
|
1db350b06a
|
- 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
|
10 years ago |
Liana Husikyan
|
2fd33d98cc
|
- 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
|
10 years ago |
Christian
|
a7a14c07ba
|
Small cleanup.
|
10 years ago |
chriseth
|
4e13094127
|
Merge pull request #937 from LefterisJP/sol_MultiArgSHA3
Solidity multiple arg sha3
|
10 years ago |
chriseth
|
4fe442d788
|
Merge pull request #977 from guanqun/simplify-with-selecttoken
simplify two statements with selectToken()
|
10 years ago |
Marek Kotewicz
|
46853aa426
|
fixed overwriting ETH_BUILD_PLATFORM
|
10 years ago |
debris
|
92bfd91812
|
cmake mess
|
10 years ago |
debris
|
70eafae187
|
fixed arrays << error in msvc
|
10 years ago |
Gav Wood
|
6307a33eda
|
Merge pull request #976 from guanqun/remove-file-x
remove AST.h Utils.h's x permission
|
10 years ago |
Lu Guanqun
|
833164b742
|
simplify two statements with selectToken()
|
10 years ago |
guanqun
|
23c597ae29
|
remove AST.h Utils.h's x permission
|
10 years ago |
winsvega
|
d6ebb4454b
|
Style Changes
New exception for values larger than 2**256
Auto format .json files
|
10 years ago |
Marek Kotewicz
|
d6c00187ed
|
missing commands in client
|
10 years ago |
Marek Kotewicz
|
0e17aa2519
|
Merge branch 'develop' into jsonrpcstub
|
10 years ago |
Marek Kotewicz
|
46b629a579
|
jsonrpcstub integreted into cmake build process
|
10 years ago |
Lu Guanqun
|
77a15f749f
|
change typedef to using according to preferred coding style
|
10 years ago |
subtly
|
ec4cb1118b
|
Merge branch 'develop' into p2p
|
10 years ago |
Gav Wood
|
75c304190b
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
560ed5b81b
|
Cleanups for remote mining.
|
10 years ago |
Gav Wood
|
0de7d63dc1
|
Remote mining hook.
|
10 years ago |
subtly
|
eae64afe21
|
update packet test
|
10 years ago |
subtly
|
fc15ac8071
|
update remaining whisper tests
|
10 years ago |
winsvega
|
6f4265a615
|
TransactionTest
Incorrect receiver address ength
|
10 years ago |
subtly
|
8c2daa4195
|
update whisper topic and forwarding tests for node-discovery
|
10 years ago |
Gav Wood
|
a70426458a
|
Merge pull request #972 from chriseth/sol_structAccessors
Accessors for structs.
|
10 years ago |
subtly
|
b4abf6f6ef
|
Merge branch 'develop' into p2p
|
10 years ago |
Lefteris Karapetsas
|
490cb5608e
|
Small fixes in Types and ExpressionCompiler
|
10 years ago |
subtly
|
e9538b23c8
|
updates for code-review
|
10 years ago |
Gav Wood
|
ebfc154436
|
Crash fix when data value is less populated than expected.
|
10 years ago |
Christian
|
6219085ad9
|
Accessors for structs.
|
10 years ago |
Gav Wood
|
7afc696408
|
Merge pull request #971 from CJentzsch/addTests
some new tests
|
10 years ago |
Gav Wood
|
7329aa29fe
|
Merge pull request #968 from arkpar/mix_ux
mix: State list refactored
|
10 years ago |
Gav Wood
|
1c87bbb7a5
|
Merge pull request #964 from yann300/ui_improvement
Project tree redesign
|
10 years ago |
Gav Wood
|
0ed0e86b58
|
Merge pull request #965 from debris/libnatspec
natspec separated to it's own module. tests
|
10 years ago |
yann300
|
ea4c35316b
|
misc
|
10 years ago |
yann300
|
cd2adfbeee
|
misc
|
10 years ago |
yann300
|
f3341bef3f
|
- add 'add css files'
- ui improvements
|
10 years ago |
yann300
|
0085e600df
|
ui improvements
|
10 years ago |
CJentzsch
|
23bed5971a
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
CJentzsch
|
846fdc525b
|
sha3 performance test
|
10 years ago |
Lefteris Karapetsas
|
351cfecae9
|
Small fixes for proper multitype/multiarg SHA3
|
10 years ago |
Marek Kotewicz
|
45796237ab
|
@see
|
10 years ago |
winsvega
|
2adee26fc0
|
nonce value from 0 to "0" in fillers
|
10 years ago |
Lefteris Karapetsas
|
8d239921e9
|
SHA3 of string literals now should work
|
10 years ago |
CJentzsch
|
f7354bccfa
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
CJentzsch
|
c87876b3f9
|
failing tests from random simulation as state tests and transaction tests
|
10 years ago |
chriseth
|
77bb278c36
|
Merge pull request #967 from chriseth/sol_parserFix
Some fixes for the ether units parser.
|
10 years ago |
arkpar
|
a7498c080b
|
ui: state list refactored
|
10 years ago |
Marek Kotewicz
|
9af20d0a56
|
NatspecExpressionEvaluator docs
|
10 years ago |
Lefteris Karapetsas
|
deea982c00
|
getRealType() introduced
|
10 years ago |