106 Commits (d91bde3504f77910e0978a0ec24fc96b163ad5ca)

Author SHA1 Message Date
Paweł Bylica a9f3df90b1 Add missing override specifiers. 10 years ago
gluk256 f0ec754e46 Update Interface.h 10 years ago
Vlad Gluhovsky e0c3095bda refactored the topic naming conventions 10 years ago
Vlad Gluhovsky b81a180edb gamma generation algorithm changed 10 years ago
Vlad Gluhovsky be05a43e22 topic encryption with pbkdf2 10 years ago
arkpar 597f56843b GetBlockHashesByNumber packet 10 years ago
Vlad Gluhovsky 17e9896cd4 last two parameters of seal() were swapped 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
subtly 3f979d856f Add deque for windows to compile. 10 years ago
subtly bc7e909eab reverse unrelated code 10 years ago
subtly 9357e47a83 Update gas limit modulation. 10 years ago
chriseth a895217db6 Use BUILD_SHARED_LIB 10 years ago
Gav Wood 04a3464606 JSON build fix. 10 years ago
Gav Wood 6aaee1f711 Avoid threading issues. 10 years ago
subtly 3bd691300e fix first whisper test 10 years ago
subtly 39fe38395b revert debug code 10 years ago
subtly d41101c307 log nullptr from cap() 10 years ago
subtly b7a2bb3553 have not seen crash here. revert unrelated change. 10 years ago
subtly 047d7d33ae Revert safeguards. Change peerSessions() use to same as EthereumHost. for(auto) instead of for(auto&). 10 years ago
subtly 50f78c6eb0 fix #1366 10 years ago
Gav Wood b28a600b33 Fixes #1470 10 years ago
subtly df96fcd03b separate packet type. add coding. 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 0bf7d15a57 asio.h and windows.h build comments as per request. 10 years ago
jhuntley e1e7b227df Avoid boost include order issue on windows: 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
Gav Wood fef4ed9f15 Warnings fixes. 10 years ago
arkpar 3767677b27 explicit operator bool for hash type 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Marek Kotewicz dd0744e8a3 fixed #1022 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
Gav Wood ec10d674b2 Double SHA-3 as good crypto practice. 10 years ago
Gav Wood 7d504a275f Whisper now 100% encrypted. 10 years ago
Gav Wood cec504d1a2 Various fixes. 10 years ago
Gav Wood 5f523e146d Dev. 10 years ago
Gav Wood c921b25aef Compiles. 10 years ago
Gav Wood 5fd79ae914 First little commit - not workign yet. 10 years ago
Gav Wood aa094e5240 LogFilter supports new, better, filter mechanism. 10 years ago
Lu Guanqun 960f62b05a update to the correct file name 10 years ago
Marek Kotewicz 1fcf85ae0a removed unnecessary miniupnpc links 10 years ago
Marek Kotewicz faf541f8ae renamed _DIR -> _DIRS && _LIBRARY -> _LIBRARIES according to cmake guidelines 10 years ago
Gav Wood 8f36428c70 Whisper test fix. 10 years ago
Marek Kotewicz fb72a7ce5f fixed styling issues 10 years ago
Marek Kotewicz 48dfbaf3c9 updated cmake policies 10 years ago
Marek Kotewicz 281a9e2b22 jsonrpc option in cmakes, removed all warnings 10 years ago
Marek Kotewicz 5a874b4abb removed EthDependenciesDeprecated 10 years ago
Gav Wood 1e0684c1b4 Avoid overwriting messages with same expiry. 10 years ago
debris f2a6a21cca whisper && webthree working on windows 10 years ago
Gav Wood b2446f651f Remove verbosity. 10 years ago
subtly 345416e7d7 thread-safety fix 10 years ago