20 Commits (057c7376fa4b0c380d5aab68d847389e5b4d323a)

Author SHA1 Message Date
Gav Wood a060c46b4c Cleaned up some of network. Added HostSpec. 10 years ago
Dimitry fde97e186c Error logs 10 years ago
Vlad Gluhovsky 0ab8d26aee peer test updated 10 years ago
Vlad Gluhovsky bb5db29953 tests updated 10 years ago
Vlad Gluhovsky e19825f8d3 test ports changed 10 years ago
Vlad Gluhovsky 203d500053 log output updated 10 years ago
Vlad Gluhovsky 8493348667 bugfix: reap() refcatored 10 years ago
Vlad Gluhovsky 5e0fd432ca Message save/load functionality upgraded 10 years ago
Vlad Gluhovsky fe28b5aa38 tests update 10 years ago
Vlad Gluhovsky 8074ed9350 updated test p2p/host 10 years ago
Vlad Gluhovsky 1887c60040 test fixed 10 years ago
subtly 2081ac1412 fix failing peer test. 10 years ago
CJentzsch 032ebde3ec avoid network tests when --nonetwork is set 10 years ago
CJentzsch 00d8627d35 make network tests optional 10 years ago
gluk256 e6a0dab554 Update peer.cpp 10 years ago
Vlad Gluhovsky 777b298613 warnings fixed 10 years ago
Vlad Gluhovsky 2ef63e583d fixed peer test 10 years ago
subtly 3a5e67eaab Fix network tests: delete host pointers after use. 10 years ago
Vlad Gluhovsky 0ccd98bf90 libp2p test 10 years ago
subtly 52213f258e encapsulate IP endpoint address as byte string 10 years ago
subtly 50f5c96e9c handle new endpoint properties for ping 10 years ago
subtly c71d431783 more test updates (v4 endpoints. #1557, #1558) 10 years ago
subtly d76dfef797 update peer host test. support unspecified ip. 10 years ago
CJentzsch 338e5bd088 Restructure test folders 10 years ago
subtly db21824064 network save/restore: merge fixes, simpler code, limit parse of require flag to peers (reflecting save code). 10 years ago
subtly aaf1835c3e style 10 years ago
subtly da63cac309 Fix for fix #1475, #1476. 10 years ago
subtly fdc28893c4 test constants 10 years ago
subtly 49c4bba993 cleanup/prep endpoint semantics for #1558 and #1557 10 years ago
subtly 7d341bd253 Improve addNode functionality when addNode is called during network startup. 10 years ago
subtly 9710ce3b7e Fix #1475 10 years ago
subtly 29f40bff0f makePeer and support setting listen IP. 10 years ago
subtly bb261e553a update CLI and AZ UI for replacing local-networking with explicit --listen-ip 10 years ago
Gav Wood e01002bef9 Fix signed/unsigned mismatch. 10 years ago
subtly 7445f9020e Merge host and nodetable network protocol version. 10 years ago
subtly ee7608fe60 NodeTable constructor requires and listens to explicit IP address instead of defaulting to 0.0.0.0 (all addresses). 10 years ago
subtly 8cc7fb94ba codingstandards 10 years ago
subtly 3e2572e6a2 constant for discovery protocol version 10 years ago
subtly 55d83c40fa fix for -warning in cryptopp.cpp. add mutex to host iteration of peers for connect. only try to connect to as many peers as is necessary. update unit test. 10 years ago
subtly df96fcd03b separate packet type. add coding. 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
subtly 92f9ec8c42 import/export peers and nodes 10 years ago
subtly 2e7ea3564c add test-require to p2p/host 10 years ago
subtly 6381706c66 fix ping-timeouts 10 years ago
subtly 98a2d193c2 updates and fixes for code review 10 years ago
subtly 8845967a1d coding standards 10 years ago
subtly 94ca6ca088 cleanup 10 years ago
subtly 75f231419a Connectivity and nodetable callbacks. Disable stale code. 10 years ago
subtly 94c09508fd 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. 10 years ago
subtly 40e07b312a Consolidate use of pingAll into keepAlivePeers. Add bool operators for Node and NodeIPEndpoint population. NodeTable returns Node instead of NodeEntry (subject to change). Begin transition from NodeInfo to NodeTable Node. 10 years ago