Gav Wood
|
8b118fbe47
|
Merge pull request #800 from caktux/develop
apply fix for #597 to neth
|
10 years ago |
Gav Wood
|
d8423b4973
|
Merge pull request #813 from LefterisJP/sol_astJson
Exporting Solidity AST in a JSON format
|
10 years ago |
Gav Wood
|
0ed443c102
|
Fix release builds.
|
10 years ago |
Gav Wood
|
14eaec0431
|
Fix warnings.
|
10 years ago |
Gav Wood
|
e7b40e5bdc
|
Fix whitespace :-/
|
10 years ago |
Gav Wood
|
06dbf47763
|
Make owed-accounts update in AZ.
|
10 years ago |
Gav Wood
|
552efabc4e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
10c08d6204
|
getLastHashes fix.
AZ improvements.
JSAPI string fix.
|
10 years ago |
Gav Wood
|
7e1057c42a
|
Merge pull request #818 from debris/firing_eth_changed
fixed #804 - firing eth_changed
|
10 years ago |
Marek Kotewicz
|
6baacf8b66
|
firing eth_changed, fixed #804
|
10 years ago |
Lefteris Karapetsas
|
e3b15f48c4
|
Style fixes and refactoring in ASTJsonConverter
|
10 years ago |
caktux
|
d7501e386c
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
d0f80eb441
|
Coding standards.
|
10 years ago |
Gav Wood
|
4570e9368c
|
More consistency!
|
10 years ago |
Gav Wood
|
67314898d2
|
Fix for EVMJIT
|
10 years ago |
Gav Wood
|
d2ba0f336e
|
Missing comma.
|
10 years ago |
Gav Wood
|
bfabf82142
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
libsolidity/Types.h
|
10 years ago |
Gav Wood
|
1f7ccc48d5
|
Add blockhash to Solidity.
Autopadding fix.
|
10 years ago |
Gav Wood
|
9706694747
|
Merge pull request #757 from yann300/ide_m25_uidesign
Ide m25 uidesign
|
10 years ago |
Lefteris Karapetsas
|
50d3825f1f
|
Solidity AST Json Exporter
- A first version of the exporter is ready with this commit
- Further refinement will follow once it gets used
|
10 years ago |
Lefteris Karapetsas
|
f91cb0c368
|
ASTJSonconverter stack takes objects and not pointers
|
10 years ago |
Lefteris Karapetsas
|
0642bbbd8c
|
More work on the AST export. Work in progress
|
10 years ago |
Lefteris Karapetsas
|
ddd1438a2c
|
Preparing the ground for AST outputing to JSON
|
10 years ago |
Gav Wood
|
478fba3d8a
|
Merge pull request #811 from LefterisJP/az_mainWinStyle
Style fixes in MainWin of AZ.
|
10 years ago |
Gav Wood
|
7f3fdf385f
|
Merge pull request #807 from CJentzsch/addTests
included vmInputLimitTests, updated vmSystemOperationTests
|
10 years ago |
Gav Wood
|
351e9a1eac
|
Merge pull request #803 from chriseth/sol_enableMSVCWarning
Re-enable MSVC warning 4307.
|
10 years ago |
Lefteris Karapetsas
|
a97a45cee8
|
Merge pull request #812 from LefterisJP/sol_exprCompilerWarningFix
Fixing an unused parameter warning in ExpressionCompiler
|
10 years ago |
Lefteris Karapetsas
|
19a20da508
|
also add compiler error if include order could cause a problem in windows
|
10 years ago |
Lefteris Karapetsas
|
db440602f2
|
Changing MainWin.h inclusion order due to MSVC bug
|
10 years ago |
Lefteris Karapetsas
|
d5c859efb9
|
Update ExpressionCompiler.cpp
|
10 years ago |
Christian
|
c956e2510b
|
Re-enable MSVC warning 4307.
|
10 years ago |
Lefteris Karapetsas
|
b91a6c73cc
|
Fixing an unused parameter warning in ExpressionCompiler
|
10 years ago |
Lefteris Karapetsas
|
ab6c8f0f37
|
Style fixes in MainWin of AZ.
- Basically just omitting all namespace prefixes that are declared to be
used with the using directive
|
10 years ago |
yann300
|
a27026cf6d
|
- fix windows build.
|
10 years ago |
yann300
|
34b7b1701a
|
Merge remote-tracking branch 'upstream/develop' into ide_m25_uidesign
|
10 years ago |
Lefteris Karapetsas
|
7583637c39
|
Merge pull request #798 from LefterisJP/natspec_OnContractCreation
Natspec Popup Authentication on transaction
|
10 years ago |
Lefteris Karapetsas
|
6ee8be71ba
|
more style fixes and an addition to the coding style
|
10 years ago |
CJentzsch
|
b782425a1f
|
Merge remote-tracking branch 'upstream/develop' into addTests
|
10 years ago |
CJentzsch
|
1b1be69317
|
included vmInpulLimit Tests, updated vmSystemOperationTests
|
10 years ago |
chriseth
|
be7044228e
|
Merge pull request #799 from chriseth/sol_gasAndValue
Specify gas and value for function calls and contract creation calls.
|
10 years ago |
Lefteris Karapetsas
|
79b953d9e5
|
Minor style fixes
|
10 years ago |
Lefteris Karapetsas
|
4ad3ab2174
|
Fixes and additional checks for Natspec Popup authentication
|
10 years ago |
chriseth
|
a2cf5088e1
|
Merge pull request #802 from chriseth/vsFix2797
Work around Visual Studio's C2797.
|
10 years ago |
Lefteris Karapetsas
|
396fe954b6
|
Small fixes AZ MainWin.cpp
|
10 years ago |
chriseth
|
1eda03163c
|
Merge pull request #801 from chriseth/sol_parseErrorForHashCollision
Check for hash collisions already before compiling.
|
10 years ago |
Christian
|
8ab39943f0
|
Work around Visual Studio's C2797.
|
10 years ago |
yann300
|
06ac786317
|
- Move memDumpToList into mix project (and list replace by vector).
- Add comments.
- Coding Standards.
|
10 years ago |
Christian
|
917cade816
|
Style.
|
10 years ago |
Gav Wood
|
4f6d21f2e4
|
Merge pull request #797 from imapp-pl/pr/bugfix/dup
Fix missing stack underflow exception
|
10 years ago |
Christian
|
9da6bb3629
|
More flexible access to stack during external function call.
|
10 years ago |