5807 Commits (f110bfb167b04793b085d74051ec8183de7d1aa2)
 

Author SHA1 Message Date
Lu Guanqun be383da624 spot a simple typo when reading coding standards 10 years ago
Paweł Bylica 93cb4866fd Includes reordering, GCC conversion warnings enabled 10 years ago
CJentzsch 66eb1e2ed7 Merge remote-tracking branch 'upstream/develop' into ConversionSafety 10 years ago
CJentzsch 2895dc6648 typo 10 years ago
CJentzsch 99a2acbad1 replace bool with enum 10 years ago
Marek Kotewicz 0626a462cf Merge branch 'jsoncpp_path' of https://github.com/debris/cpp-ethereum into jsoncpp_path 10 years ago
Marek Kotewicz 9ef98b780e Merge branch 'develop' into jsoncpp_path 10 years ago
subtly 57f6aacf9e update last discovery timepoint 10 years ago
subtly 3291bc1d9a perform node discovery when there aren't enough nodes 10 years ago
subtly 0bfa1f43e6 Merge branch 'develop' into p2p 10 years ago
subtly f070de2047 load network before constructing webthreedirect 10 years ago
chriseth 4b1e2fba0a Merge pull request #1020 from chriseth/sol_fix_windowsInitializerList 10 years ago
CJentzsch d8cf73b4ad add ability to throw to fromHex 10 years ago
CJentzsch ce204cf596 Merge remote-tracking branch 'upstream/develop' into ConversionSafety 10 years ago
CJentzsch de0b52ec69 style 10 years ago
subtly 38230cb1e4 Increase connect timeout for upnp initialization and fix resolver. 10 years ago
Christian a88377e5cb Some windows fixes. 10 years ago
subtly 7a126cf223 update nodebucket modification time when node is inserted or bucket is refreshed so bucket-refresh doesn't loop 10 years ago
subtly 2123eacad1 Merge branch 'develop' into p2p 10 years ago
CJentzsch 7fb9e980cf avoid code doubling 10 years ago
Arkadiy Paronyan c7f1aee74a Merge pull request #1013 from yann300/ui_improvement2 10 years ago
Marek Kotewicz 1cd3c83fd1 Merge pull request #979 from debris/win_fixes 10 years ago
yann300 ae5d53bc78 fix indentation issues 10 years ago
CJentzsch 26d1798c81 safe transaction injection 10 years ago
Paweł Bylica c95c1c81f4 Cleanup ExecutionEngine creation 10 years ago
Paweł Bylica f7fcc7c029 Cleanup ExecutionEngine creation 10 years ago
debris 226c435abf fixed cmake include_directories 10 years ago
CJentzsch 3ab33165f4 check transactions 10 years ago
debris e15dcfd9d9 Merge branch 'develop' into jsoncpp_path 10 years ago
Marek Kotewicz de88a9ac5b printing CMAKE_VERSION in configure step 10 years ago
yann300 785cde6492 StateDialog.qml / TransactionDialog.qml redesign 10 years ago
Marek Kotewicz bbd3eb2db1 Merge branch 'develop' into jsoncpp_path 10 years ago
Marek Kotewicz 96f1e772d0 fixed compile errors when using old version of jsonrpcstub, fixed #1003 10 years ago
Gav Wood 1966e57e39 Avoid making blocks with invalid timestamps. 10 years ago
winsvega a93b8f06c5 Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop 10 years ago
debris 5ca7b3209f fixed transitive dependencies for msvc 10 years ago
CJentzsch 64e49ecf0e Merge remote-tracking branch 'upstream/develop' into blockTests 10 years ago
yann300 662e548c43 Merge remote-tracking branch 'up/develop' into ui_improvement2 10 years ago
yann300 6e5b352dc0 - Add SourceSansPro*.qml 10 years ago
Marek Kotewicz 1745f1eb53 Merge pull request #1010 from LefterisJP/fixJsonrpcstubCmake 10 years ago
Lefteris Karapetsas f36b043f9f We should search for jsonrpcstub headless or not 10 years ago
Marek Kotewicz 99f1476c08 Merge pull request #1008 from debris/cmake_command 10 years ago
Patrick Salami f1acd74f71 fixed indentation 10 years ago
Patrick Salami a253a894e7 added CLI flag to set number of mining threads 10 years ago
subtly a153d078bc Prevent infinite sleep on connect. Write settings before shutdown of web3. 10 years ago
Marek Kotewicz dfcebb93e4 checking for changes in jsonrpcstub, fixed #1004 10 years ago
subtly 572e451bab Added session to hostcapabilityface::peers to ensure it isn't deallocated when shared-ptr to cap is returned. Previously hosts depended on using Session however this could result in an infinite session when hostcapface::peers is processed concurrently (mutexes can make this a likely event). This will be cleaner with better integration of Session and Peer. 10 years ago
CJentzsch 7e9b20394d validate block (the not fill tests path) 10 years ago
subtly c60b0099c7 update last disconnect for fallback timer after successful connect. 10 years ago
Marek Kotewicz e3368ad364 cmake replace with ${CMAKE_COMMAND}, fixed #1006 10 years ago