aboutsummaryrefslogtreecommitdiffstats
path: root/whisperTopic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix gas limit.Gav Wood2015-02-201-0/+2
| | | | Disable whisper test until alex fixes networking.
* update for cr. update whisper test.subtly2015-02-091-8/+11
|
* update remaining whisper testssubtly2015-02-071-24/+24
|
* update whisper topic and forwarding tests for node-discoverysubtly2015-02-071-40/+47
|
* updates for code-reviewsubtly2015-02-071-11/+11
|
* fix whispertopic testsubtly2015-02-051-10/+10
|
* Merge branch 'develop' into p2psubtly2015-02-051-0/+4
|\
| * Don't count same messages twice.Gav Wood2015-02-021-0/+4
| |
* | update whisper test for node-networksubtly2015-02-031-6/+11
| |
* | Merge branch 'develop' into p2psubtly2015-02-021-4/+190
|\| | | | | | | | | Conflicts: test/whisperTopic.cpp
| * Whisper now 100% encrypted.Gav Wood2015-01-301-6/+6
| |
| * Various fixes.Gav Wood2015-01-301-9/+9
| |
| * Dev.Gav Wood2015-01-301-1/+1
| |
| * LogFilter supports new, better, filter mechanism.Gav Wood2015-01-281-0/+184
| | | | | | | | Exposed to JS API.
| * Fix jsTo...Gav Wood2015-01-271-1/+1
| |
* | add test-require to p2p/hostsubtly2015-01-261-1/+0
| |
* | fix ping-timeoutssubtly2015-01-261-9/+13
| |
* | updates and fixes for code reviewsubtly2015-01-261-15/+13
| |
* | update whisper test. move ports out of private ranges and specify ip address.subtly2015-01-231-5/+6
| |
* | Merging in new data structure for nodes from node-table. End result will be ↵subtly2015-01-111-1/+1
| | | | | | | | 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.
* | Pass 2 integrating node table. Pruning and merging old node lifecycle logic ↵subtly2015-01-071-1/+1
|/ | | | | | | 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.
* Beginnings of cleaning up the Executive/State code.Gav Wood2014-12-121-2/+3
|
* Fix tests.Gav Wood2014-12-121-2/+2
|
* Reduce verbosity.Gav Wood2014-12-121-1/+2
|
* Whisper test fix.Gav Wood2014-12-121-6/+10
|
* Make OOG on precompileds consistent.Gav Wood2014-11-111-0/+84
Warning fix. Use high-res clock for randoms. Whisper test.