Commit History

Author SHA1 Message Date
  Gav Wood 0fb28643a5 Merge branch 'netFix' of https://github.com/subtly/cpp-ethereum-micro into subtly-netFix 9 years ago
  arkpar 31a27bda63 blockchain sync refactoring 9 years ago
  subtly 9ef368cd80 retain session when interacting with capability 9 years ago
  subtly 3cdbda5097 packet-type interop w/go 9 years ago
  subtly 3a24dd7cdf 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. 9 years ago
  subtly ca60ba8165 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. 9 years ago
  Gav Wood 9d0f1ade6c Vast P2P networking improvements, mainly for peer discovery, management 10 years ago
  Gav Wood e7b31fd252 PoC-7: versioned subprotocols. 10 years ago
  Gav Wood fbddcc974e Project-wide reorganisation of namespaces. 10 years ago
  Gav Wood 3fccc6aba2 Repot. 10 years ago