[bisq-network/bisq] Cherry pick non ui commits from #2872 (#3030)

sqrrm notifications at github.com
Tue Jul 30 10:22:49 UTC 2019


sqrrm commented on this pull request.



> @@ -29,7 +29,7 @@
 public class CoreNetworkCapabilities {
     public static void setSupportedCapabilities(BisqEnvironment bisqEnvironment) {
         Capabilities.app.addAll(Capability.TRADE_STATISTICS, Capability.TRADE_STATISTICS_2, Capability.ACCOUNT_AGE_WITNESS, Capability.ACK_MSG);
-        Capabilities.app.addAll(Capability.BUNDLE_OF_ENVELOPES);
+        Capabilities.app.addAll(Capability.BUNDLE_OF_ENVELOPES,Capability.SIGNED_ACCOUNT_AGE_WITNESS);

No issues, this is the way to extend the protocol. We're saying we handle `SIGNED_ACCOUNT_AGE_WITNESS` but no one is going to ask for it until we add the code actually using it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3030#discussion_r308645371
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190730/7b250258/attachment.html>


More information about the bisq-github mailing list