Liana Husikyan
|
1b2efc5bf2
|
one more style fix
|
10 years ago |
Liana Husikyan
|
c17c9a4c31
|
style fixes
|
10 years ago |
arkpar
|
2f0e57fcf7
|
style
|
10 years ago |
Gav Wood
|
228f41b8ed
|
For Marek :)
BlockChain::transaction(h256 _transactionHash)
BlockChain::transactionHashes(h256 _blockHash)
|
10 years ago |
chriseth
|
7584f387d4
|
Styling
|
10 years ago |
Christian
|
a3b95811d4
|
Index access for calldata arrays.
|
10 years ago |
Gav Wood
|
51bca394f4
|
Merge pull request #1209 from arkpar/build_pedantic
Enabled -pedantic for gcc build
|
10 years ago |
Gav Wood
|
afdfe29630
|
Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie
|
10 years ago |
Gav Wood
|
1e2aebbe1b
|
Make RLP JSON compatible by default.
|
10 years ago |
Liana Husikyan
|
18176ea3e4
|
added source code printing for each output line.
some changes after pr review
|
10 years ago |
Liana Husikyan
|
369abf4294
|
to include source lines in output stream AssemblyItem's appropriate function is now receiving the map of fileNames to sourceCodes as argument.
|
10 years ago |
arkpar
|
0fae3c36dd
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_srci
Conflicts:
mix/res.qrc
|
10 years ago |
Arkadiy Paronyan
|
239cde887a
|
Merge pull request #1206 from yann300/registrar
mix - DeploymentDialog Redesign
|
10 years ago |
CJentzsch
|
8a68e0144f
|
Merge remote-tracking branch 'upstream/poc9trie' into POC9tests
|
10 years ago |
Gav Wood
|
1c63d1dd24
|
Merge pull request #1210 from winsvega/poc9trie
VMTest Fillers
|
10 years ago |
CJentzsch
|
455276326f
|
Merge remote-tracking branch 'upstream/poc9trie' into POC9tests
|
10 years ago |
Gav Wood
|
210104395f
|
Bunch of repotting/curating.
[10:59:28] Vitalik Buterin: block.parent.gas_limit * 1023 / 1024 <=
block.gas_limit <= block.parent.gas_limit * 1025/1024
|
10 years ago |
yann300
|
f719f879b4
|
small changes
|
10 years ago |
winsvega
|
b51c2e9652
|
VMTest Fillers
execution gas amount changed
|
10 years ago |
CJentzsch
|
86917395e0
|
Merge remote-tracking branch 'upstream/poc9trie' into POC9tests
|
10 years ago |
Gav Wood
|
c2a9ba7dca
|
Improvements to help text of RLP.
|
10 years ago |
arkpar
|
2574741a14
|
enabled -pedantic for gcc build
|
10 years ago |
CJentzsch
|
462d5ddd53
|
Merge remote-tracking branch 'upstream/poc9trie' into POC9tests
|
10 years ago |
Gav Wood
|
54a03f33d1
|
Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie
|
10 years ago |
Gav Wood
|
7b6f8c460b
|
RLP tool.
|
10 years ago |
arkpar
|
123c96b283
|
removed duplicate include
|
10 years ago |
arkpar
|
1ddff7d9b7
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into
mix_srci
Conflicts:
mix/qml/StatusPane.qml
|
10 years ago |
arkpar
|
3e7d9e7e04
|
solidity debugger inspectors
|
10 years ago |
Gav Wood
|
f4c93bb091
|
Merge pull request #1186 from onepremise/develop
Updates for Building all cpp-ethereum on MinGW(64)
|
10 years ago |
CJentzsch
|
af0a9fbee3
|
Merge remote-tracking branch 'upstream/poc9trie' into POC9tests
|
10 years ago |
Gav Wood
|
2c7f9984c1
|
Merge pull request #1200 from debris/ethereumjs
ethereum.js 0.0.16
|
10 years ago |
Gav Wood
|
9d0852a425
|
Merge pull request #1203 from winsvega/poc9trie
Transaction Test Fillers POC9
|
10 years ago |
Gav Wood
|
a9fdade3db
|
Merge pull request #1207 from CJentzsch/BlockChainTests
block header strictness + update mixbytes to mixHash
|
10 years ago |
CJentzsch
|
f15e53a8d6
|
fix evmjit build
|
10 years ago |
yann300
|
36fd3a6276
|
DeploymentDialog.qml Redesign (replace labels by icons)
|
10 years ago |
CJentzsch
|
8617e38311
|
merge
|
10 years ago |
Gav Wood
|
d7d8875399
|
Params & JSON file.
|
10 years ago |
yann300
|
85435c10c5
|
DeploymentDialog.qml Redesign
|
10 years ago |
Gav Wood
|
d14df543ff
|
Add date/time language to solidity.
|
10 years ago |
jhuntley
|
6d62e3ab26
|
Revert all asio.h includes except for in 2 files, DebuggingStateWrapper.h and Transact.cpp. After enabling WIN32_LEAN_AND_MEAN, all the asio.h include issues, commit 20b6e24ffcab088e71092e07030a377d3135da3c, went away.
|
10 years ago |
jhuntley
|
15810eb55f
|
cmake build updates for mingw. Make sure to include boost where referenced and install runtime dlls to bin upon install.
|
10 years ago |
jhuntley
|
0bf7d15a57
|
asio.h and windows.h build comments as per request.
|
10 years ago |
jhuntley
|
cb62fddd8a
|
Consolidating macro resolution to one header file as per project owner request. Added inline comments covering reasons for undef of macros. Resolves issues with problem #832:
Adding UndefWindowsMacros.h to handle V8 CPP conflicts in Windows #832
|
10 years ago |
jhuntley
|
31f39b5e95
|
Update to resolve "#error : The macro "DELETE" from windows.h conflicts with this file." on windows vs build.
|
10 years ago |
jhuntley
|
d51036b3e2
|
Adding comments for #undef per project owner request.
|
10 years ago |
jhuntley
|
36d44fd7be
|
Define comes before standard windows header defines. Added __MINGW32__ define to ensure debug_break is defined for mingw builds.
|
10 years ago |
jhuntley
|
0951b9a9cc
|
Mingw cmake updates. Make sure Boost_INCLUDE_DIRS is included for each library using boost. When installing libraries, don't forget to copy DLLs, add target 'RUNTIME DESTINATION bin'.
|
10 years ago |
jhuntley
|
f7508dfc8a
|
Avoid boost include order issue on windows:
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue
http://stackoverflow.com/questions/9750344/boostasio-winsock-and-winsock-2-compatibility-issue/16288859#16288859
Make sure boost/asio.hpp is included before windows.h.
|
10 years ago |
jhuntley
|
cc67b7f908
|
Update for mingw support, jsonrpc is also a standard path used if building and installing jsonrpccpp from source.
|
10 years ago |
jhuntley
|
094bdc0af3
|
Updates for mingw support. Make sure CXXFLAGS are checked if exported to environment before build.
|
10 years ago |