jhuntley
|
0bf7d15a57
|
asio.h and windows.h build comments as per request.
|
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
|
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 |
Marek Kotewicz
|
97fc7305dc
|
transaction hash in event logs, second approach
|
10 years ago |
arkpar
|
3767677b27
|
explicit operator bool for hash type
|
10 years ago |
arkpar
|
73d7430c73
|
fixed contract creation transaction
|
10 years ago |
Gav Wood
|
1f0791b4bc
|
Validation queuing.
|
10 years ago |
Christian
|
1c1072dff2
|
Thread-safe and less predictable random numbers.
|
10 years ago |
Christian
|
954d818f30
|
Session id as random number and authentication popup for proxies.
|
10 years ago |
Christian
|
78d9e1be94
|
Renamed method.
|
10 years ago |
Christian
|
0b014457d4
|
Implemented account proxy queues.
|
10 years ago |
Christian
|
73d5ff677e
|
Refactored account management out of WebThreeStubServerBase.
|
10 years ago |
Gav Wood
|
9dffb5fe93
|
Fixes #1088.
|
10 years ago |
Marek Kotewicz
|
6745e188c1
|
JSON-RPC transactionCount && uncleCount, fixed #1027
|
10 years ago |
Marek Kotewicz
|
30d129a17c
|
added shh_getMessages, fixed #899
|
10 years ago |
Marek Kotewicz
|
dd0744e8a3
|
fixed #1022
|
10 years ago |
Gav Wood
|
809df5cdc5
|
Working, albeit slowly, non-NatSpec transaction confirmations.
|
10 years ago |
Marek Kotewicz
|
994c0ecbcb
|
link microhttpd
|
10 years ago |
Lefteris Karapetsas
|
57f3a322a6
|
Changes required for upgrade to jsonrpccpp 0.4.2
|
10 years ago |
Marek Kotewicz
|
dfcebb93e4
|
checking for changes in jsonrpcstub, fixed #1004
|
10 years ago |
Marek Kotewicz
|
e3368ad364
|
cmake replace with ${CMAKE_COMMAND}, fixed #1006
|
10 years ago |
debris
|
92bfd91812
|
cmake mess
|
10 years ago |
Marek Kotewicz
|
46b629a579
|
jsonrpcstub integreted into cmake build process
|
10 years ago |
Gav Wood
|
560ed5b81b
|
Cleanups for remote mining.
|
10 years ago |
Gav Wood
|
0de7d63dc1
|
Remote mining hook.
|
10 years ago |
Gav Wood
|
92f2b093e0
|
Disable Serpent for windows build.
|
10 years ago |
Gav Wood
|
325ec15389
|
Move CommonJS to libethcore. Split it up ready for refactoring into
libdevcore/libdevcrypto.
|
10 years ago |
Gav Wood
|
c38ecd95d9
|
Split canon blockchain and basic blockchain.
|
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 |
Marek Kotewicz
|
ee4b254a33
|
topics -> topic
|
10 years ago |
Gav Wood
|
a71c3c6039
|
Fixes #879.
|
10 years ago |
Marek Kotewicz
|
e0bc73dab2
|
removed CorsHTTPServer
|
10 years ago |
Gav Wood
|
aa094e5240
|
LogFilter supports new, better, filter mechanism.
Exposed to JS API.
|
10 years ago |
Gav Wood
|
0973c4c82e
|
Fixes to ethereum.js and standard.js.
|
10 years ago |
Gav Wood
|
8f0517a7d6
|
Vanity addresses in AZ.
Fixes to ethereum.js
eth.flush()
|
10 years ago |
Gav Wood
|
82297c6a02
|
Windows compile fix.
|
10 years ago |
Marek Kotewicz
|
8c2c08e869
|
qwebthree sync
|
10 years ago |
Marek Kotewicz
|
475d4b1e4d
|
natspec changes
|
10 years ago |
Marek Kotewicz
|
6baacf8b66
|
firing eth_changed, fixed #804
|
10 years ago |
U-SVZ13\Arkady
|
28aefa7ddb
|
fixed msvc build
|
10 years ago |
arkpar
|
4f52200c7e
|
fixed style and build
|
10 years ago |
Gav Wood
|
e6ca33f814
|
API change: eth.watches will give you the log entries that are new as an
arg.
|
10 years ago |
Gav Wood
|
89031ff638
|
Various fixes for the JS API.
|
10 years ago |
U-SVZ13\Arkady
|
6e4d57817a
|
fixed msvc build
|
10 years ago |
Gav Wood
|
84962d3136
|
Minor fixes.
|
10 years ago |
arkpar
|
23c82cccac
|
Removed dependency on WebThreeDirect form Web3Server
Mix Client Model
|
10 years ago |