Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging in new data structure for nodes from node-table. End result will be ↵ | subtly | 2015-01-11 | 1 | -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 ↵ | subtly | 2015-01-07 | 1 | -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 Wood | 2014-12-12 | 1 | -2/+3 |
| | |||||
* | Fix tests. | Gav Wood | 2014-12-12 | 1 | -2/+2 |
| | |||||
* | Reduce verbosity. | Gav Wood | 2014-12-12 | 1 | -1/+2 |
| | |||||
* | Whisper test fix. | Gav Wood | 2014-12-12 | 1 | -6/+10 |
| | |||||
* | Make OOG on precompileds consistent. | Gav Wood | 2014-11-11 | 1 | -0/+84 |
Warning fix. Use high-res clock for randoms. Whisper test. |