jhuntley
e229b5d291
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.
2015-03-04 11:18:32 -05:00
jhuntley
5ae585f7cf
asio.h and windows.h build comments as per request.
2015-03-04 11:17:46 -05:00
jhuntley
26ba1086b8
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.
2015-03-04 11:17:45 -05:00
Gav Wood
211ba446fe
Fix gas limit.
...
Disable whisper test until alex fixes networking.
2015-02-19 17:56:42 +01:00
subtly
91f141f323
update for cr. update whisper test.
2015-02-09 00:35:25 -05:00
subtly
6a9caebe7a
update remaining whisper tests
2015-02-06 14:58:23 -08:00
subtly
1f0839385b
update whisper topic and forwarding tests for node-discovery
2015-02-06 13:55:01 -08:00
subtly
1ff4301409
updates for code-review
2015-02-06 11:54:00 -08:00
subtly
c44376d1f9
fix whispertopic test
2015-02-04 17:50:03 -08:00
subtly
952e25ac67
Merge branch 'develop' into p2p
2015-02-04 09:53:11 -08:00
subtly
e5f9016eb6
update whisper test for node-network
2015-02-02 09:47:16 -08:00
Gav Wood
bd3fed43b9
Don't count same messages twice.
2015-02-01 22:48:52 -08:00
subtly
2a4951c111
Merge branch 'develop' into p2p
...
Conflicts:
test/whisperTopic.cpp
2015-02-01 22:39:52 -08:00
Gav Wood
7ed2dd65c8
Whisper now 100% encrypted.
2015-01-29 20:22:08 -08:00
Gav Wood
72af3456df
Various fixes.
2015-01-29 16:14:50 -08:00
Gav Wood
27f3e92a2f
Dev.
2015-01-29 16:13:28 -08:00
Gav Wood
f9109f2eea
LogFilter supports new, better, filter mechanism.
...
Exposed to JS API.
2015-01-27 16:56:39 -08:00
Gav Wood
b93f8a1808
Fix jsTo...
2015-01-26 15:00:07 -08:00
subtly
29de01b458
add test-require to p2p/host
2015-01-25 21:43:53 -08:00
subtly
57e1acfbd6
fix ping-timeouts
2015-01-25 19:54:15 -08:00
subtly
2ed2a8ec8e
updates and fixes for code review
2015-01-25 14:08:34 -08:00
subtly
cc9a7cbb71
update whisper test. move ports out of private ranges and specify ip address.
2015-01-22 19:50:33 -05:00
subtly
a1c972075e
Merging in new data structure for nodes from node-table. End result will be consolidation into NodeId, Node (id and endpoints), NodeEntry (as in table), and Peer (connected node as in host). Rename PeerInfo to PeerSessionInfo. Rename NodeInfo to PeerInfo. PeerSessionInfo which is information about the Peer connection and will be split/merged into Node and PeerInfo. Add node-table callbacks for Host to perform connect node if there are not enough nodes.
2015-01-10 19:45:20 +01:00
subtly
7f4ca13035
Pass 2 integrating node table. Pruning and merging old node lifecycle logic with new.
...
Begin moving node identification and authentication into Host so session can be directly-constructed with NodeInfo and is not created until after authentication.
Require session to be passed a valid node.
2015-01-07 02:26:14 +01:00
Gav Wood
6b44029adc
Beginnings of cleaning up the Executive/State code.
2014-12-12 15:53:57 +01:00
Gav Wood
73a2647474
Fix tests.
2014-12-12 15:31:24 +01:00
Gav Wood
c9ccbe2562
Reduce verbosity.
2014-12-12 13:35:05 +01:00
Gav Wood
98722ae8e8
Whisper test fix.
2014-12-11 22:52:20 +01:00
Gav Wood
a12aa613ca
Make OOG on precompileds consistent.
...
Warning fix.
Use high-res clock for randoms.
Whisper test.
2014-11-11 10:54:48 +00:00