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 |
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 |
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 |
Gav Wood
|
a2f3c2bd8a
|
Merge pull request #796 from CJentzsch/randomTestEfficiency
Random test efficiency
|
10 years ago |
Gav Wood
|
bfccd97b9d
|
Merge pull request #795 from CJentzsch/randomtests
adding cpp-jit to random test simulation
|
10 years ago |
Christian
|
43602427a1
|
Remove redundancy in FunctionType::getSizeOnStack.
|
10 years ago |
Christian
|
1419263ccc
|
Use min gas for send().
|
10 years ago |
Christian
|
e16d88c894
|
Check for hash collisions already before compiling.
|
10 years ago |
Lefteris Karapetsas
|
ee682f1949
|
Cleaning up debug messages and abstracting some functionality
|
10 years ago |
CJentzsch
|
5ff846e1c7
|
less invalid opcode tests
|
10 years ago |
Lefteris Karapetsas
|
08a1566b85
|
Cleaned up some unused functions
|
10 years ago |
Christian
|
de3e6a09db
|
Specify value for contract creation.
|
10 years ago |
Christian
|
1b36ff453b
|
Modify gas and value for external function call.
|
10 years ago |