Files
rippled/src/ripple/core
Mike Ellery 08382d866b Support ipv6 for peer and RPC comms:
Fixes: RIPD-1574

Alias beast address classes to the asio equivalents. Adjust users of
address classes accordingly. Fix resolver class so that it can support
ipv6 addresses. Make unit tests use ipv6 localhost network. Extend
endpoint peer message to support string endpoint
representations while also supporting the existing fields (both are
optional/repeated types). Expand test for Livecache and Endpoint.
Workaround some false positive ipaddr tests on windows (asio bug?)
Replaced usage of address::from_string(deprecated) with free function
make_address. Identified a remaining use of v4 address type and
replaced with the more appropriate IPEndpoint type (rpc_ip cmdline
option). Add CLI flag for using ipv4 with unit tests.

Release Notes
-------------

The optional rpc_port command line flag is deprecated. The rpc_ip
parameter now works as documented and accepts ip and port combined.
2018-06-19 09:32:54 -07:00
..
2018-06-19 09:32:54 -07:00
2018-04-08 01:52:11 -07:00
2018-04-08 01:52:11 -07:00
2017-08-10 15:55:46 -07:00
2018-04-08 02:24:38 -07:00
2018-04-08 02:24:38 -07:00
2018-03-24 12:53:53 -07:00
2018-06-01 13:29:52 -04:00