Marek Kotewicz
|
0e2c4cb438
|
jsonrpc api changes in progress6, almost finished
|
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 |
Marek Kotewicz
|
a3dc16dabd
|
jsonrpc api changes in progress5
|
10 years ago |
CJentzsch
|
86917395e0
|
Merge remote-tracking branch 'upstream/poc9trie' into POC9tests
|
10 years ago |
Marek Kotewicz
|
f3e7ab987c
|
jsonrpc api changes in progress4
|
10 years ago |
Marek Kotewicz
|
32d404a32b
|
jsonrpc api changes in progress3
|
10 years ago |
Marek Kotewicz
|
9a69bc058a
|
jsonrpc api changes in progress2
|
10 years ago |
Marek Kotewicz
|
5de1cfd16c
|
jsonrpc api changes in progress
|
10 years ago |
Marek Kotewicz
|
fbac189649
|
common changes in client
|
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 |
jhuntley
|
5cec8a5c6f
|
Updates for mingw support. #undef conflicting defines on windows.
|
10 years ago |
jhuntley
|
e1e7b227df
|
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
|
4f109d29a6
|
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 |
winsvega
|
111b65ef74
|
Gas Fee Test Changes (1)
State Tests
|
10 years ago |
Gav Wood
|
e2c764127b
|
Merge pull request #1204 from CJentzsch/BlockChainTests
Block chain tests
|
10 years ago |
Gav Wood
|
a163080713
|
Merge branch 'poc9trie' of github.com:ethereum/cpp-ethereum into poc9trie
|
10 years ago |
Gav Wood
|
3946eacd0c
|
More info in AZ.
|
10 years ago |
CJentzsch
|
169e36aeb8
|
update block tests to latest changes PoW changes
|
10 years ago |