bitcoinj/wallettool
Sean Gilligan 17abffa04b Peer: deprecate ping() and replace with sendPing()
1. Returns Duration rather than long
2. Uses CompletableFuture rather than ListenableCompletableFuture

I've also changed the error-handling a little. Instead of throwing
a ProtocolException (RuntimeException) if PingPong isn't supported
the exception is set in the CompletableFuture. We don't have anything
catching this exception, so wrapping it in the CompletableFuture seems
like a safe move.
2023-03-02 18:50:16 +01:00
..
src Peer: deprecate ping() and replace with sendPing() 2023-03-02 18:50:16 +01:00
build.gradle build.gradle: update picocli to 4.7.1 2023-01-29 21:35:31 +01:00